dougm       02/01/28 21:35:34

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  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 -0000      1.31
  +++ FunctionTable.pm  29 Jan 2002 05:35:34 -0000      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 *',
  -        'name' => 'server'
  -      },
  -      {
  -        'type' => 'apr_socket_t *',
  -        'name' => 'csd'
  -      },
  -      {
  -        'type' => 'int',
  -        'name' => 'conn_id'
  -      },
  -      {
  -        'type' => 'void *',
  -        'name' => 'sbh'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'int',
       'name' => 'ap_run_create_request',
       'args' => [
  @@ -4153,7 +4204,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'ap_run_pre_config',
       'args' => [
         {
  @@ -4181,7 +4232,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'ap_run_pre_mpm',
       'args' => [
         {
  @@ -4922,6 +4973,10 @@
           'name' => 'r'
         },
         {
  +        'type' => 'int',
  +        'name' => 'subtype'
  +      },
  +      {
           'type' => 'ap_filter_t *',
           'name' => 'next_filter'
         }
  @@ -8433,7 +8488,7 @@
       'args' => [
         {
           'type' => 'apr_mmap_t *',
  -        'name' => 'mmap'
  +        'name' => 'mm'
         }
       ]
     },
  @@ -8469,7 +8524,7 @@
         },
         {
           'type' => 'apr_mmap_t *',
  -        'name' => 'mmap'
  +        'name' => 'mm'
         },
         {
           'type' => 'apr_off_t',
  @@ -8748,6 +8803,38 @@
         {
           'type' => 'apr_os_proc_mutex_t *',
           'name' => 'ospmutex'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'cont'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_os_shm_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_os_shm_t *',
  +        'name' => 'osshm'
  +      },
  +      {
  +        'type' => 'apr_shm_t *',
  +        'name' => 'shm'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_os_shm_put',
  +    'args' => [
  +      {
  +        'type' => 'apr_shm_t **',
  +        'name' => 'shm'
  +      },
  +      {
  +        'type' => 'apr_os_shm_t *',
  +        'name' => 'osshm'
         },
         {
           'type' => 'apr_pool_t *',
  
  
  
  1.28      +9 -34     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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- StructureTable.pm 20 Jan 2002 18:35:26 -0000      1.27
  +++ StructureTable.pm 29 Jan 2002 05:35:34 -0000      1.28
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sun Jan 20 10:18:15 2002
  +# !          Mon Jan 28 20:30:43 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -24,10 +24,6 @@
       'elts' => []
     },
     {
  -    'type' => 'ap_HOOK_create_connection_t',
  -    'elts' => []
  -  },
  -  {
       'type' => 'ap_HOOK_create_request_t',
       'elts' => []
     },
  @@ -220,31 +216,6 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_create_connection_t',
  -    'elts' => [
  -      {
  -        'type' => 'ap_HOOK_create_connection_t *',
  -        'name' => 'pFunc'
  -      },
  -      {
  -        'type' => 'const char *',
  -        'name' => 'szName'
  -      },
  -      {
  -        'type' => 'const char * const *',
  -        'name' => 'aszPredecessors'
  -      },
  -      {
  -        'type' => 'const char * const *',
  -        'name' => 'aszSuccessors'
  -      },
  -      {
  -        'type' => 'int',
  -        'name' => 'nOrder'
  -      }
  -    ]
  -  },
  -  {
       'type' => 'ap_LINK_create_request_t',
       'elts' => [
         {
  @@ -1809,6 +1780,10 @@
       'elts' => []
     },
     {
  +    'type' => 'apr_os_shm_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_os_sock_info_t',
       'elts' => [
         {
  @@ -2450,6 +2425,10 @@
           'name' => 'vhost_lookup_data'
         },
         {
  +        'type' => 'apr_socket_t *',
  +        'name' => 'client_socket'
  +      },
  +      {
           'type' => 'apr_sockaddr_t *',
           'name' => 'local_addr'
         },
  @@ -2518,10 +2497,6 @@
           'name' => 'sbh'
         }
       ]
  -  },
  -  {
  -    'type' => 'core_net_rec',
  -    'elts' => []
     },
     {
       'type' => 'htaccess_result',
  
  
  


Reply via email to