dougm       02/03/09 16:17:05

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.22      +4 -3      modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
  
  Index: ConstantsTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- ConstantsTable.pm 20 Jan 2002 18:35:26 -0000      1.21
  +++ ConstantsTable.pm 10 Mar 2002 00:17:05 -0000      1.22
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sun Jan 20 10:13:22 2002
  +# !          Sat Mar  9 16:13:55 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -133,8 +133,9 @@
         'HTTP_NOT_EXTENDED'
       ],
       'filter_type' => [
  -      'AP_FTYPE_CONTENT',
  -      'AP_FTYPE_HTTP_HEADER',
  +      'AP_FTYPE_RESOURCE',
  +      'AP_FTYPE_CONTENT_SET',
  +      'AP_FTYPE_PROTOCOL',
         'AP_FTYPE_TRANSCODE',
         'AP_FTYPE_CONNECTION',
         'AP_FTYPE_NETWORK'
  
  
  
  1.34      +334 -146  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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- FunctionTable.pm  30 Jan 2002 03:29:38 -0000      1.33
  +++ FunctionTable.pm  10 Mar 2002 00:17:05 -0000      1.34
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Jan 29 19:27:23 2002
  +# !          Sat Mar  9 16:14:02 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -848,7 +848,7 @@
       'name' => 'ap_explode_recent_gmt',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'tm'
         },
         {
  @@ -862,7 +862,7 @@
       'name' => 'ap_explode_recent_localtime',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'tm'
         },
         {
  @@ -1158,6 +1158,16 @@
       ]
     },
     {
  +    'return_type' => 'ap_filter_rec_t *',
  +    'name' => 'ap_get_input_filter_handle',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_off_t',
       'name' => 'ap_get_limit_req_body',
       'args' => [
  @@ -1202,6 +1212,16 @@
       ]
     },
     {
  +    'return_type' => 'ap_filter_rec_t *',
  +    'name' => 'ap_get_output_filter_handle',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const char *',
       'name' => 'ap_get_remote_host',
       'args' => [
  @@ -1505,11 +1525,6 @@
       ]
     },
     {
  -    'return_type' => 'int',
  -    'name' => 'ap_graceful_stop_signalled',
  -    'args' => []
  -  },
  -  {
       'return_type' => 'void',
       'name' => 'ap_hook_access_checker',
       'args' => [
  @@ -1599,6 +1614,28 @@
     },
     {
       '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' => [
         {
  @@ -1707,6 +1744,11 @@
     },
     {
       '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' => []
     },
  @@ -1757,11 +1799,6 @@
     },
     {
       'return_type' => 'apr_array_header_t *',
  -    'name' => 'ap_hook_get_install_transport_filters',
  -    'args' => []
  -  },
  -  {
  -    'return_type' => 'apr_array_header_t *',
       'name' => 'ap_hook_get_log_transaction',
       'args' => []
     },
  @@ -1959,28 +1996,6 @@
     },
     {
       'return_type' => 'void',
  -    'name' => 'ap_hook_install_transport_filters',
  -    'args' => [
  -      {
  -        'type' => 'ap_HOOK_install_transport_filters_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_log_transaction',
       'args' => [
         {
  @@ -3047,38 +3062,6 @@
       ]
     },
     {
  -    'return_type' => 'apr_status_t',
  -    'name' => 'ap_mpm_query',
  -    'args' => [
  -      {
  -        'type' => 'int',
  -        'name' => 'query_code'
  -      },
  -      {
  -        'type' => 'int *',
  -        'name' => 'result'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'int',
  -    'name' => 'ap_mpm_run',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'pconf'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'plog'
  -      },
  -      {
  -        'type' => 'server_rec *',
  -        'name' => 'server_conf'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'const char *',
       'name' => 'ap_mpm_set_accept_lock_mech',
       'args' => [
  @@ -3279,40 +3262,6 @@
       ]
     },
     {
  -    'return_type' => 'apr_status_t',
  -    'name' => 'ap_os_create_privileged_process',
  -    'args' => [
  -      {
  -        'type' => 'const request_rec *',
  -        'name' => 'r'
  -      },
  -      {
  -        'type' => 'apr_proc_t *',
  -        'name' => 'newproc'
  -      },
  -      {
  -        'type' => 'const char *',
  -        'name' => 'progname'
  -      },
  -      {
  -        'type' => 'const char * const *',
  -        'name' => 'args'
  -      },
  -      {
  -        'type' => 'const char * const *',
  -        'name' => 'env'
  -      },
  -      {
  -        'type' => 'apr_procattr_t *',
  -        'name' => 'attr'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'char *',
       'name' => 'ap_os_escape_path',
       'args' => [
  @@ -3824,6 +3773,24 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_reopen_scoreboard',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_shm_t **',
  +        'name' => 'shm'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'detached'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const apr_array_header_t *',
       'name' => 'ap_requires',
       'args' => [
  @@ -4016,6 +3983,32 @@
       ]
     },
     {
  +    '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' => 'long',
  +        'name' => 'conn_id'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'sbh'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'ap_run_create_request',
       'args' => [
  @@ -4052,24 +4045,24 @@
           'name' => 'level'
         },
         {
  -        'type' => 'apr_status_t status',
  -        'name' => 'arg3'
  +        'type' => 'apr_status_t',
  +        'name' => 'status'
         },
         {
           'type' => 'const server_rec *',
           'name' => 's'
         },
         {
  -        'type' => 'const request_rec *r',
  -        'name' => 'arg5'
  +        'type' => 'const request_rec *',
  +        'name' => 'r'
         },
         {
           'type' => 'apr_pool_t *',
           'name' => 'pool'
         },
         {
  -        'type' => 'const char *errstr',
  -        'name' => 'arg7'
  +        'type' => 'const char *',
  +        'name' => 'errstr'
         }
       ]
     },
  @@ -4153,20 +4146,6 @@
     },
     {
       'return_type' => 'int',
  -    'name' => 'ap_run_install_transport_filters',
  -    'args' => [
  -      {
  -        'type' => 'conn_rec *',
  -        'name' => 'c'
  -      },
  -      {
  -        'type' => 'apr_socket_t *',
  -        'name' => 'csd'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'int',
       'name' => 'ap_run_log_transaction',
       'args' => [
         {
  @@ -4269,6 +4248,10 @@
         {
           'type' => 'conn_rec *',
           'name' => 'c'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'csd'
         }
       ]
     },
  @@ -4916,16 +4899,6 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'ap_sock_disable_nagle',
  -    'args' => [
  -      {
  -        'type' => 'apr_socket_t *',
  -        'name' => 's'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'int',
       'name' => 'ap_some_auth_required',
       'args' => [
  @@ -5304,15 +5277,19 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'apr_ansi_time_to_apr_time',
  +    'name' => 'apr_app_initialize',
       'args' => [
         {
  -        'type' => 'apr_time_t *',
  -        'name' => 'result'
  +        'type' => 'int *',
  +        'name' => 'argc'
         },
         {
  -        'type' => 'time_t',
  -        'name' => 'input'
  +        'type' => 'char ***',
  +        'name' => 'argv'
  +      },
  +      {
  +        'type' => 'char ***',
  +        'name' => 'env'
         }
       ]
     },
  @@ -6821,7 +6798,7 @@
       'name' => 'apr_explode_gmt',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'result'
         },
         {
  @@ -6835,7 +6812,7 @@
       'name' => 'apr_explode_localtime',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'result'
         },
         {
  @@ -6849,7 +6826,7 @@
       'name' => 'apr_explode_time',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'result'
         },
         {
  @@ -6864,6 +6841,50 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_file_append',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'from_path'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'to_path'
  +      },
  +      {
  +        'type' => 'apr_fileperms_t',
  +        'name' => 'perms'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_file_attrs_set',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_fileattrs_t',
  +        'name' => 'attributes'
  +      },
  +      {
  +        'type' => 'apr_fileattrs_t',
  +        'name' => 'attr_mask'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'cont'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_file_close',
       'args' => [
         {
  @@ -6874,6 +6895,28 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_file_copy',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'from_path'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'to_path'
  +      },
  +      {
  +        'type' => 'apr_fileperms_t',
  +        'name' => 'perms'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_file_data_get',
       'args' => [
         {
  @@ -7841,6 +7884,96 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_child_init',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_lockmech_e',
  +        'name' => 'mech'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_lock',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_pool_t *',
  +    'name' => 'apr_global_mutex_pool_get',
  +    'args' => [
  +      {
  +        'type' => 'const apr_global_mutex_t *',
  +        'name' => 'ob'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_trylock',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_global_mutex_unlock',
  +    'args' => [
  +      {
  +        'type' => 'apr_global_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_hash_t *',
       'name' => 'apr_hash_copy',
       'args' => [
  @@ -8047,7 +8180,7 @@
           'name' => 'result'
         },
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'input'
         }
       ]
  @@ -8061,7 +8194,7 @@
           'name' => 'result'
         },
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'input'
         }
       ]
  @@ -8696,7 +8829,7 @@
           'name' => 'ostime'
         },
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'aprtime'
         }
       ]
  @@ -8706,7 +8839,7 @@
       'name' => 'apr_os_exp_time_put',
       'args' => [
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'aprtime'
         },
         {
  @@ -9026,7 +9159,25 @@
         },
         {
           'type' => 'apr_size_t',
  -        'name' => 'reqsize'
  +        'name' => 'size'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void *',
  +    'name' => 'apr_palloc_debug',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'size'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'file_line'
         }
       ]
     },
  @@ -9104,6 +9255,24 @@
     },
     {
       'return_type' => 'void *',
  +    'name' => 'apr_pcalloc_debug',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'size'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'file_line'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void *',
       'name' => 'apr_pmemdup',
       'args' => [
         {
  @@ -9654,7 +9823,12 @@
     {
       'return_type' => 'apr_status_t',
       'name' => 'apr_proc_detach',
  -    'args' => []
  +    'args' => [
  +      {
  +        'type' => 'int',
  +        'name' => 'daemonize'
  +      }
  +    ]
     },
     {
       'return_type' => 'apr_status_t',
  @@ -11038,7 +11212,7 @@
           'name' => 'format'
         },
         {
  -        'type' => 'apr_exploded_time_t *',
  +        'type' => 'apr_time_exp_t *',
           'name' => 'tm'
         }
       ]
  @@ -11887,6 +12061,20 @@
         {
           'type' => 'apr_threadkey_t *',
           'name' => 'key'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_time_ansi_put',
  +    'args' => [
  +      {
  +        'type' => 'apr_time_t *',
  +        'name' => 'result'
  +      },
  +      {
  +        'type' => 'time_t',
  +        'name' => 'input'
         }
       ]
     },
  
  
  
  1.30      +92 -76    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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- StructureTable.pm 30 Jan 2002 03:29:38 -0000      1.29
  +++ StructureTable.pm 10 Mar 2002 00:17:05 -0000      1.30
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Jan 29 19:27:25 2002
  +# !          Sat Mar  9 16:14:03 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -24,6 +24,10 @@
       'elts' => []
     },
     {
  +    'type' => 'ap_HOOK_create_connection_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'ap_HOOK_create_request_t',
       'elts' => []
     },
  @@ -64,10 +68,6 @@
       'elts' => []
     },
     {
  -    'type' => 'ap_HOOK_install_transport_filters_t',
  -    'elts' => []
  -  },
  -  {
       'type' => 'ap_HOOK_log_transaction_t',
       'elts' => []
     },
  @@ -220,10 +220,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_create_request_t',
  +    'type' => 'ap_LINK_create_connection_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_create_request_t *',
  +        'type' => 'ap_HOOK_create_connection_t *',
           'name' => 'pFunc'
         },
         {
  @@ -245,10 +245,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_default_port_t',
  +    'type' => 'ap_LINK_create_request_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_default_port_t *',
  +        'type' => 'ap_HOOK_create_request_t *',
           'name' => 'pFunc'
         },
         {
  @@ -270,10 +270,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_error_log_t',
  +    'type' => 'ap_LINK_default_port_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_error_log_t *',
  +        'type' => 'ap_HOOK_default_port_t *',
           'name' => 'pFunc'
         },
         {
  @@ -295,10 +295,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_fixups_t',
  +    'type' => 'ap_LINK_error_log_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_fixups_t *',
  +        'type' => 'ap_HOOK_error_log_t *',
           'name' => 'pFunc'
         },
         {
  @@ -320,10 +320,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_get_mgmt_items_t',
  +    'type' => 'ap_LINK_fixups_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_get_mgmt_items_t *',
  +        'type' => 'ap_HOOK_fixups_t *',
           'name' => 'pFunc'
         },
         {
  @@ -345,10 +345,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_get_suexec_identity_t',
  +    'type' => 'ap_LINK_get_mgmt_items_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_get_suexec_identity_t *',
  +        'type' => 'ap_HOOK_get_mgmt_items_t *',
           'name' => 'pFunc'
         },
         {
  @@ -370,10 +370,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_handler_t',
  +    'type' => 'ap_LINK_get_suexec_identity_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_handler_t *',
  +        'type' => 'ap_HOOK_get_suexec_identity_t *',
           'name' => 'pFunc'
         },
         {
  @@ -395,10 +395,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_header_parser_t',
  +    'type' => 'ap_LINK_handler_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_header_parser_t *',
  +        'type' => 'ap_HOOK_handler_t *',
           'name' => 'pFunc'
         },
         {
  @@ -420,10 +420,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_http_method_t',
  +    'type' => 'ap_LINK_header_parser_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_http_method_t *',
  +        'type' => 'ap_HOOK_header_parser_t *',
           'name' => 'pFunc'
         },
         {
  @@ -445,10 +445,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_insert_filter_t',
  +    'type' => 'ap_LINK_http_method_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_insert_filter_t *',
  +        'type' => 'ap_HOOK_http_method_t *',
           'name' => 'pFunc'
         },
         {
  @@ -470,10 +470,10 @@
       ]
     },
     {
  -    'type' => 'ap_LINK_install_transport_filters_t',
  +    'type' => 'ap_LINK_insert_filter_t',
       'elts' => [
         {
  -        'type' => 'ap_HOOK_install_transport_filters_t *',
  +        'type' => 'ap_HOOK_insert_filter_t *',
           'name' => 'pFunc'
         },
         {
  @@ -1140,7 +1140,7 @@
       'type' => 'apr_bucket',
       'elts' => [
         {
  -        'type' => '_ANON 62',
  +        'type' => '_ANON 64',
           'name' => 'link'
         },
         {
  @@ -1331,56 +1331,11 @@
       'elts' => []
     },
     {
  -    'type' => 'apr_exploded_time_t',
  -    'elts' => [
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_usec'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_sec'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_min'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_hour'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_mday'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_mon'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_year'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_wday'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_yday'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_isdst'
  -      },
  -      {
  -        'type' => 'apr_int32_t',
  -        'name' => 'tm_gmtoff'
  -      }
  -    ]
  +    'type' => 'apr_file_t',
  +    'elts' => []
     },
     {
  -    'type' => 'apr_file_t',
  +    'type' => 'apr_fileattrs_t',
       'elts' => []
     },
     {
  @@ -1543,6 +1498,10 @@
       'elts' => []
     },
     {
  +    'type' => 'apr_global_mutex_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_hash_index_t',
       'elts' => []
     },
  @@ -2122,6 +2081,55 @@
       'elts' => []
     },
     {
  +    'type' => 'apr_time_exp_t',
  +    'elts' => [
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_usec'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_sec'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_min'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_hour'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_mday'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_mon'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_year'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_wday'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_yday'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_isdst'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'tm_gmtoff'
  +      }
  +    ]
  +  },
  +  {
       'type' => 'apr_time_t',
       'elts' => []
     },
  @@ -2901,6 +2909,14 @@
         {
           'type' => 'ap_filter_t *',
           'name' => 'input_filters'
  +      },
  +      {
  +        'type' => 'ap_filter_t *',
  +        'name' => 'proto_output_filters'
  +      },
  +      {
  +        'type' => 'ap_filter_t *',
  +        'name' => 'proto_input_filters'
         },
         {
           'type' => 'int',
  
  
  
  1.59      +51 -1     modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- FunctionTable.pm  30 Jan 2002 03:29:38 -0000      1.58
  +++ FunctionTable.pm  10 Mar 2002 00:17:05 -0000      1.59
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Jan 29 19:27:57 2002
  +# !          Sat Mar  9 16:14:16 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -208,6 +208,24 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_callback_pre_connection',
  +    'args' => [
  +      {
  +        'type' => 'int',
  +        'name' => 'idx'
  +      },
  +      {
  +        'type' => 'conn_rec *',
  +        'name' => 'c'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'csd'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'modperl_callback_process',
       'args' => [
  @@ -1720,6 +1738,16 @@
     },
     {
       'return_type' => 'const char *',
  +    'name' => 'modperl_handler_desc_pre_connection',
  +    'args' => [
  +      {
  +        'type' => 'int',
  +        'name' => 'idx'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
       'name' => 'modperl_handler_desc_process',
       'args' => [
         {
  @@ -3171,6 +3199,10 @@
         {
           'type' => 'conn_rec *',
           'name' => 'c'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'csd'
         }
       ]
     },
  @@ -4874,6 +4906,24 @@
         {
           'type' => 'SV **',
           'name' => 'sp'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'mpxs_ap_run_sub_req',
  +    'attr' => [
  +      'static',
  +      '__inline__'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
         }
       ]
     },
  
  
  


Reply via email to