cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2002-01-28 Thread dougm

dougm   02/01/28 21:35:34

  Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.32  +146 -59   modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- FunctionTable.pm  25 Jan 2002 04:04:12 -  1.31
  +++ FunctionTable.pm  29 Jan 2002 05:35:34 -  1.32
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Thu Jan 24 19:50:33 2002
  +# !  Mon Jan 28 20:30:40 2002
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -28,6 +28,20 @@
   ]
 },
 {
  +'return_type' = 'void',
  +'name' = 'ap_add_file_conf',
  +'args' = [
  +  {
  +'type' = 'core_dir_config *',
  +'name' = 'conf'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'url_config'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'ap_filter_t *',
   'name' = 'ap_add_input_filter',
   'args' = [
  @@ -50,6 +64,28 @@
   ]
 },
 {
  +'return_type' = 'ap_filter_t *',
  +'name' = 'ap_add_input_filter_handle',
  +'args' = [
  +  {
  +'type' = 'ap_filter_rec_t *',
  +'name' = 'f'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'ctx'
  +  },
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  },
  +  {
  +'type' = 'conn_rec *',
  +'name' = 'c'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_add_loaded_module',
   'args' = [
  @@ -136,6 +172,56 @@
   ]
 },
 {
  +'return_type' = 'ap_filter_t *',
  +'name' = 'ap_add_output_filter_handle',
  +'args' = [
  +  {
  +'type' = 'ap_filter_rec_t *',
  +'name' = 'f'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'ctx'
  +  },
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  },
  +  {
  +'type' = 'conn_rec *',
  +'name' = 'c'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'void',
  +'name' = 'ap_add_per_dir_conf',
  +'args' = [
  +  {
  +'type' = 'server_rec *',
  +'name' = 's'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'dir_config'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'void',
  +'name' = 'ap_add_per_url_conf',
  +'args' = [
  +  {
  +'type' = 'server_rec *',
  +'name' = 's'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'url_config'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_add_version_component',
   'args' = [
  @@ -581,7 +667,7 @@
   ]
 },
 {
  -'return_type' = 'void',
  +'return_type' = 'int',
   'name' = 'ap_create_scoreboard',
   'args' = [
 {
  @@ -1513,28 +1599,6 @@
 },
 {
   'return_type' = 'void',
  -'name' = 'ap_hook_create_connection',
  -'args' = [
  -  {
  -'type' = 'ap_HOOK_create_connection_t *',
  -'name' = 'pf'
  -  },
  -  {
  -'type' = 'const char * const *',
  -'name' = 'aszPre'
  -  },
  -  {
  -'type' = 'const char * const *',
  -'name' = 'aszSucc'
  -  },
  -  {
  -'type' = 'int',
  -'name' = 'nOrder'
  -  }
  -]
  -  },
  -  {
  -'return_type' = 'void',
   'name' = 'ap_hook_create_request',
   'args' = [
 {
  @@ -1643,11 +1707,6 @@
 },
 {
   'return_type' = 'apr_array_header_t *',
  -'name' = 'ap_hook_get_create_connection',
  -'args' = []
  -  },
  -  {
  -'return_type' = 'apr_array_header_t *',
   'name' = 'ap_hook_get_create_request',
   'args' = []
 },
  @@ -2400,6 +2459,24 @@
   ]
 },
 {
  +'return_type' = 'const char *',
  +'name' = 'ap_limit_section',
  +'args' = [
  +  {
  +'type' = 'cmd_parms *',
  +'name' = 'cmd'
  +  },
  +  {
  +'type' = 'void *',
  +'name' = 'dummy'
  +  },
  +  {
  +'type' = 'const char *',
  +'name' = 'arg'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_lingering_close',
   'args' = [
  @@ -3912,32 +3989,6 @@
   ]
 },
 {
  -'return_type' = 'conn_rec *',
  -'name' = 'ap_run_create_connection',
  -'args' = [
  -  {
  -'type' = 'apr_pool_t *',
  -'name' = 'p'
  -  },
  -  {
  -'type' = 'server_rec *',
  -  

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-10-27 Thread dougm

dougm   01/10/27 09:54:21

  Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.23  +19 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- FunctionTable.pm  2001/10/21 04:54:25 1.22
  +++ FunctionTable.pm  2001/10/27 16:54:20 1.23
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Sat Oct 20 22:03:27 2001
  +# !  Sat Oct 27 10:00:40 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -3337,6 +3337,10 @@
   'name' = 'pid'
 },
 {
  +'type' = 'apr_exit_why_e',
  +'name' = 'why'
  +  },
  +  {
   'type' = 'int',
   'name' = 'status'
 }
  @@ -4904,10 +4908,14 @@
   'name' = 'ap_wait_or_timeout',
   'args' = [
 {
  -'type' = 'int *',
  +'type' = 'apr_exit_why_e *',
   'name' = 'status'
 },
 {
  +'type' = 'int *',
  +'name' = 'exitcode'
  +  },
  +  {
   'type' = 'apr_proc_t *',
   'name' = 'ret'
 },
  @@ -9244,6 +9252,10 @@
   'name' = 'exitcode'
 },
 {
  +'type' = 'apr_exit_why_e *',
  +'name' = 'exitwhy'
  +  },
  +  {
   'type' = 'apr_wait_how_e',
   'name' = 'waithow'
 }
  @@ -9259,7 +9271,11 @@
 },
 {
   'type' = 'int *',
  -'name' = 'status'
  +'name' = 'exitcode'
  +  },
  +  {
  +'type' = 'apr_exit_why_e *',
  +'name' = 'exitwhy'
 },
 {
   'type' = 'apr_wait_how_e',
  
  
  
  1.22  +5 -1  modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- StructureTable.pm 2001/10/21 04:54:25 1.21
  +++ StructureTable.pm 2001/10/27 16:54:20 1.22
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Sat Oct 20 22:03:29 2001
  +# !  Sat Oct 27 10:00:46 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -1266,6 +1266,10 @@
 },
 {
   'type' = 'apr_dso_handle_t',
  +'elts' = []
  +  },
  +  {
  +'type' = 'apr_exit_why_e',
   'elts' = []
 },
 {
  
  
  



cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-09-15 Thread dougm

dougm   01/09/15 10:53:13

  Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.19  +61 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- FunctionTable.pm  2001/09/13 04:39:57 1.18
  +++ FunctionTable.pm  2001/09/15 17:53:12 1.19
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Wed Sep 12 21:41:32 2001
  +# !  Sat Sep 15 10:57:55 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -3519,7 +3519,7 @@
   ]
 },
 {
  -'return_type' = 'void',
  +'return_type' = 'ap_filter_rec_t *',
   'name' = 'ap_register_input_filter',
   'args' = [
 {
  @@ -3537,7 +3537,7 @@
   ]
 },
 {
  -'return_type' = 'void',
  +'return_type' = 'ap_filter_rec_t *',
   'name' = 'ap_register_output_filter',
   'args' = [
 {
  @@ -11006,6 +11006,64 @@
 {
   'type' = 'const char *',
   'name' = 'text'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'name' = 'apr_thread_cond_broadcast',
  +'args' = [
  +  {
  +'type' = 'apr_thread_cond_t *',
  +'name' = 'cond'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'name' = 'apr_thread_cond_create',
  +'args' = [
  +  {
  +'type' = 'apr_thread_cond_t **',
  +'name' = 'cond'
  +  },
  +  {
  +'type' = 'apr_pool_t *',
  +'name' = 'pool'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'name' = 'apr_thread_cond_destroy',
  +'args' = [
  +  {
  +'type' = 'apr_thread_cond_t *',
  +'name' = 'cond'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'name' = 'apr_thread_cond_signal',
  +'args' = [
  +  {
  +'type' = 'apr_thread_cond_t *',
  +'name' = 'cond'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'name' = 'apr_thread_cond_wait',
  +'args' = [
  +  {
  +'type' = 'apr_thread_cond_t *',
  +'name' = 'cond'
  +  },
  +  {
  +'type' = 'apr_thread_mutex_t *',
  +'name' = 'mutex'
 }
   ]
 },
  
  
  
  1.18  +5 -1  modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- StructureTable.pm 2001/09/13 04:39:57 1.17
  +++ StructureTable.pm 2001/09/15 17:53:12 1.18
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Wed Sep 12 21:41:34 2001
  +# !  Sat Sep 15 10:57:57 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -2013,6 +2013,10 @@
   'name' = 'last'
 }
   ]
  +  },
  +  {
  +'type' = 'apr_thread_cond_t',
  +'elts' = []
 },
 {
   'type' = 'apr_thread_mutex_t',
  
  
  



cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-09-06 Thread dougm

dougm   01/09/06 09:41:30

  Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.17  +277 -2modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- FunctionTable.pm  2001/09/06 05:16:25 1.16
  +++ FunctionTable.pm  2001/09/06 16:41:29 1.17
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Sun Aug 19 10:32:09 2001
  +# !  Thu Sep  6 09:45:43 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -208,6 +208,20 @@
   ]
 },
 {
  +'return_type' = 'void',
  +'name' = 'ap_basic_http_header',
  +'args' = [
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  },
  +  {
  +'type' = 'apr_bucket_brigade *',
  +'name' = 'bb'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'apr_bucket *',
   'name' = 'ap_bucket_error_create',
   'args' = [
  @@ -554,6 +568,28 @@
   ]
 },
 {
  +'return_type' = 'apr_status_t',
  +'name' = 'ap_dechunk_filter',
  +'args' = [
  +  {
  +'type' = 'ap_filter_t *',
  +'name' = 'f'
  +  },
  +  {
  +'type' = 'apr_bucket_brigade *',
  +'name' = 'b'
  +  },
  +  {
  +'type' = 'ap_input_mode_t',
  +'name' = 'mode'
  +  },
  +  {
  +'type' = 'apr_off_t *',
  +'name' = 'readbytes'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'const char *',
   'name' = 'ap_default_type',
   'args' = [
  @@ -589,6 +625,16 @@
 },
 {
   'return_type' = 'int',
  +'name' = 'ap_directory_walk',
  +'args' = [
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'int',
   'name' = 'ap_discard_request_body',
   'args' = [
 {
  @@ -717,6 +763,16 @@
   ]
 },
 {
  +'return_type' = 'int',
  +'name' = 'ap_file_walk',
  +'args' = [
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'apr_status_t',
   'name' = 'ap_filter_flush',
   'args' = [
  @@ -1545,6 +1601,11 @@
   'args' = []
 },
 {
  +'return_type' = 'apr_array_header_t *',
  +'name' = 'ap_hook_get_map_to_storage',
  +'args' = []
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_hook_get_mgmt_items',
   'args' = [
  @@ -1755,6 +1816,28 @@
 },
 {
   'return_type' = 'void',
  +'name' = 'ap_hook_map_to_storage',
  +'args' = [
  +  {
  +'type' = 'ap_HOOK_map_to_storage_t *',
  +'name' = 'pf'
  +  },
  +  {
  +'type' = 'const char * const *',
  +'name' = 'aszPre'
  +  },
  +  {
  +'type' = 'const char * const *',
  +'name' = 'aszSucc'
  +  },
  +  {
  +'type' = 'int',
  +'name' = 'nOrder'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'void',
   'name' = 'ap_hook_open_logs',
   'args' = [
 {
  @@ -2019,6 +2102,28 @@
 },
 {
   'return_type' = 'apr_status_t',
  +'name' = 'ap_http_filter',
  +'args' = [
  +  {
  +'type' = 'ap_filter_t *',
  +'name' = 'f'
  +  },
  +  {
  +'type' = 'apr_bucket_brigade *',
  +'name' = 'b'
  +  },
  +  {
  +'type' = 'ap_input_mode_t',
  +'name' = 'mode'
  +  },
  +  {
  +'type' = 'apr_off_t *',
  +'name' = 'readbytes'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
   'name' = 'ap_http_header_filter',
   'args' = [
 {
  @@ -2194,6 +2299,16 @@
   ]
 },
 {
  +'return_type' = 'int',
  +'name' = 'ap_location_walk',
  +'args' = [
  +  {
  +'type' = 'request_rec *',
  +'name' = 'r'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_log_assert',
   'args' = [
  @@ -2996,6 +3111,20 @@
   ]
 },
 {
  +'return_type' = 'int',
  +'name' = 'ap_os_is_path_absolute',
  +'args' = [
  +  {
  +'type' = 'apr_pool_t *',
  +'name' = 'p'
  +  },
  +  {
  +'type' = 'const char *',
  +'name' = 'dir'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'void',
   'name' = 'ap_parse_uri',
   'args' = [
  @@ -3222,6 +3351,16 @@
   ]
 },
 {
  +'return_type' = 'int',
  +'name' = 'ap_process_request_internal',
  

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-07-13 Thread dougm

dougm   01/07/13 09:36:12

  Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.12  +245 -40   modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- FunctionTable.pm  2001/06/29 19:10:28 1.11
  +++ FunctionTable.pm  2001/07/13 16:35:58 1.12
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Fri Jun 29 11:44:12 2001
  +# !  Fri Jul 13 09:16:00 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -1005,6 +1005,16 @@
   ]
 },
 {
  +'return_type' = 'process_score *',
  +'name' = 'ap_get_parent_scoreboard',
  +'args' = [
  +  {
  +'type' = 'int',
  +'name' = 'x'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'const char *',
   'name' = 'ap_get_remote_host',
   'args' = [
  @@ -1067,6 +1077,20 @@
   'args' = []
 },
 {
  +'return_type' = 'worker_score *',
  +'name' = 'ap_get_servers_scoreboard',
  +'args' = [
  +  {
  +'type' = 'int',
  +'name' = 'x'
  +  },
  +  {
  +'type' = 'int',
  +'name' = 'y'
  +  }
  +]
  +  },
  +  {
   'return_type' = 'const char *',
   'name' = 'ap_get_status_line',
   'args' = [
  @@ -4496,7 +4520,7 @@
   'name' = 'apr_array_append',
   'args' = [
 {
  -'type' = 'struct apr_pool_t *',
  +'type' = 'apr_pool_t *',
   'name' = 'p'
 },
 {
  @@ -4528,7 +4552,7 @@
   'name' = 'apr_array_copy',
   'args' = [
 {
  -'type' = 'struct apr_pool_t *',
  +'type' = 'apr_pool_t *',
   'name' = 'p'
 },
 {
  @@ -4542,7 +4566,7 @@
   'name' = 'apr_array_copy_hdr',
   'args' = [
 {
  -'type' = 'struct apr_pool_t *',
  +'type' = 'apr_pool_t *',
   'name' = 'p'
 },
 {
  @@ -4556,7 +4580,7 @@
   'name' = 'apr_array_make',
   'args' = [
 {
  -'type' = 'struct apr_pool_t *',
  +'type' = 'apr_pool_t *',
   'name' = 'p'
 },
 {
  @@ -4574,7 +4598,7 @@
   'name' = 'apr_array_pstrcat',
   'args' = [
 {
  -'type' = 'struct apr_pool_t *',
  +'type' = 'apr_pool_t *',
   'name' = 'p'
 },
 {
  @@ -6946,6 +6970,20 @@
 },
 {
   'return_type' = 'apr_status_t',
  +'name' = 'apr_implode_gmt',
  +'args' = [
  +  {
  +'type' = 'apr_time_t *',
  +'name' = 'result'
  +  },
  +  {
  +'type' = 'apr_exploded_time_t *',
  +'name' = 'input'
  +  }
  +]
  +  },
  +  {
  +'return_type' = 'apr_status_t',
   'name' = 'apr_implode_time',
   'args' = [
 {
  @@ -8182,11 +8220,6 @@
   ]
 },
 {
  -'return_type' = 'apr_size_t',
  -'name' = 'apr_pool_free_blocks_num_bytes',
  -'args' = []
  -  },
  -  {
   'return_type' = 'apr_abortfunc_t',
   'name' = 'apr_pool_get_abort',
   'args' = [
  @@ -8239,20 +8272,6 @@
   ]
 },
 {
  -'return_type' = 'apr_size_t',
  -'name' = 'apr_pool_num_bytes',
  -'args' = [
  -  {
  -'type' = 'apr_pool_t *',
  -'name' = 'p'
  -  },
  -  {
  -'type' = 'int',
  -'name' = 'recurse'
  -  }
  -]
  -  },
  -  {
   'return_type' = 'void',
   'name' = 'apr_pool_set_abort',
   'args' = [
  @@ -9372,7 +9391,7 @@
   'name' = 'type'
 },
 {
  -'type' = 'void *',
  +'type' = 'const void *',
   'name' = 'data'
 },
 {
  @@ -9394,7 +9413,7 @@
   'name' = 'type'
 },
 {
  -'type' = 'void *',
  +'type' = 'const void *',
   'name' = 'data'
 },
 {
  @@ -9430,7 +9449,7 @@
   'name' = 'type'
 },
 {
  -'type' = 'void *',
  +'type' = 'const void *',
   'name' = 'data'
 },
 {
  @@ -9478,8 +9497,8 @@
   ]
 },
 {
  -'return_type' = 'apr_sms_t *',
  -'name' = 'apr_sms_get_parent',
  +'return_type' = 'apr_abortfunc_t',
  +'name' = 'apr_sms_get_abort',
   'args' = [
 {
   'type' = 'apr_sms_t *',
  @@ -9489,7 +9508,7 @@
 },
 {
   'return_type' = 'const char *',
  -'name' = 'apr_sms_identity',
  +'name' = 'apr_sms_get_identity',
   'args' = [
 {
   'type' = 'apr_sms_t *',
  @@ -9498,16 +9517,12 @@
   ]
 },
 {