dougm       01/08/19 10:31:50

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.14      +226 -13   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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- FunctionTable.pm  2001/08/01 02:04:46     1.13
  +++ FunctionTable.pm  2001/08/19 17:31:49     1.14
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Jul 31 19:03:04 2001
  +# !          Sun Aug 19 10:32:09 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -937,7 +937,7 @@
           'name' => 'mode'
         },
         {
  -        'type' => 'apr_size_t *',
  +        'type' => 'apr_off_t *',
           'name' => 'readbytes'
         }
       ]
  @@ -2085,6 +2085,20 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_internal_fast_redirect',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'sub_req'
  +      },
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'ap_internal_redirect',
       'args' => [
         {
  @@ -2616,6 +2630,30 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_method_register',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'methname'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'ap_method_registry_init',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'ap_mpm_pod_check',
       'args' => [
  @@ -2706,6 +2744,114 @@
       ]
     },
     {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_accept_lock_mech',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_coredumpdir',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_lockfile',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_max_requests',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_pidfile',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_mpm_set_scoreboard',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_no2slash',
       'args' => [
  @@ -3979,6 +4125,24 @@
       ]
     },
     {
  +    'return_type' => 'const char *',
  +    'name' => 'ap_set_deprecated',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'cmd'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'struct_ptr'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_set_etag',
       'args' => [
  @@ -6967,6 +7131,10 @@
       'name' => 'apr_hash_first',
       'args' => [
         {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
           'type' => 'apr_hash_t *',
           'name' => 'ht'
         }
  @@ -7029,6 +7197,16 @@
       ]
     },
     {
  +    'return_type' => 'apr_pool_t *',
  +    'name' => 'apr_hash_pool_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_hash_t *',
  +        'name' => 'hash'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'apr_hash_set',
       'args' => [
  @@ -8483,16 +8661,20 @@
       ]
     },
     {
  -    'return_type' => 'apr_pool_t *',
  +    'return_type' => 'void',
       'name' => 'apr_pool_sub_make',
       'args' => [
         {
  -        'type' => 'apr_pool_t *',
  +        'type' => 'apr_pool_t **',
           'name' => 'p'
         },
         {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pparent'
  +      },
  +      {
           'type' => 'int (*apr_abort)(int retcode)',
  -        'name' => 'arg1'
  +        'name' => 'arg2'
         }
       ]
     },
  @@ -10203,7 +10385,7 @@
       'args' => [
         {
           'type' => 'apr_socket_t *',
  -        'name' => 'socket'
  +        'name' => 'skt'
         }
       ]
     },
  @@ -10213,7 +10395,7 @@
       'args' => [
         {
           'type' => 'apr_socket_t *',
  -        'name' => 'socket'
  +        'name' => 'skt'
         }
       ]
     },
  @@ -10745,6 +10927,11 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'apr_thread_yield',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_threadattr_create',
       'args' => [
  @@ -10913,7 +11100,7 @@
     },
     {
       'return_type' => 'int',
  -    'name' => 'apr_uri_parse_components',
  +    'name' => 'apr_uri_parse',
       'args' => [
         {
           'type' => 'apr_pool_t *',
  @@ -10924,14 +11111,14 @@
           'name' => 'uri'
         },
         {
  -        'type' => 'apr_uri_components *',
  +        'type' => 'apr_uri_t *',
           'name' => 'uptr'
         }
       ]
     },
     {
       'return_type' => 'int',
  -    'name' => 'apr_uri_parse_hostinfo_components',
  +    'name' => 'apr_uri_parse_hostinfo',
       'args' => [
         {
           'type' => 'apr_pool_t *',
  @@ -10942,21 +11129,21 @@
           'name' => 'hostinfo'
         },
         {
  -        'type' => 'apr_uri_components *',
  +        'type' => 'apr_uri_t *',
           'name' => 'uptr'
         }
       ]
     },
     {
       'return_type' => 'char *',
  -    'name' => 'apr_uri_unparse_components',
  +    'name' => 'apr_uri_unparse',
       'args' => [
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
         },
         {
  -        'type' => 'const apr_uri_components *',
  +        'type' => 'const apr_uri_t *',
           'name' => 'uptr'
         },
         {
  @@ -11158,6 +11345,32 @@
         {
           'type' => 'const char *',
           'name' => 'uri'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_xml_parse_file',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_xml_parser **',
  +        'name' => 'parser'
  +      },
  +      {
  +        'type' => 'apr_xml_doc **',
  +        'name' => 'ppdoc'
  +      },
  +      {
  +        'type' => 'apr_file_t *',
  +        'name' => 'xmlfd'
  +      },
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'buffer_length'
         }
       ]
     },
  
  
  
  1.13      +10 -6     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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- StructureTable.pm 2001/08/01 02:04:46     1.12
  +++ StructureTable.pm 2001/08/19 17:31:49     1.13
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Jul 31 19:03:06 2001
  +# !          Sun Aug 19 10:32:11 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -923,7 +923,7 @@
       'type' => 'ap_method_list_t',
       'elts' => [
         {
  -        'type' => 'int',
  +        'type' => 'apr_int64_t',
           'name' => 'method_mask'
         },
         {
  @@ -1071,6 +1071,10 @@
         {
           'type' => 'void *',
           'name' => 'data'
  +      },
  +      {
  +        'type' => 'void(*)(void *e)',
  +        'name' => 'free'
         }
       ]
     },
  @@ -2002,7 +2006,7 @@
       'elts' => []
     },
     {
  -    'type' => 'apr_uri_components',
  +    'type' => 'apr_uri_t',
       'elts' => [
         {
           'type' => 'char *',
  @@ -2199,7 +2203,7 @@
           'name' => 'override'
         },
         {
  -        'type' => 'int',
  +        'type' => 'apr_int64_t',
           'name' => 'limited'
         },
         {
  @@ -2566,7 +2570,7 @@
           'name' => 'method_number'
         },
         {
  -        'type' => 'int',
  +        'type' => 'apr_int64_t',
           'name' => 'allowed'
         },
         {
  @@ -2710,7 +2714,7 @@
           'name' => 'finfo'
         },
         {
  -        'type' => 'apr_uri_components',
  +        'type' => 'apr_uri_t',
           'name' => 'parsed_uri'
         },
         {
  
  
  
  1.20      +107 -9    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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- FunctionTable.pm  2001/08/01 02:04:47     1.19
  +++ FunctionTable.pm  2001/08/19 17:31:49     1.20
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Jul 31 19:03:19 2001
  +# !          Sun Aug 19 10:32:24 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -555,6 +555,24 @@
     },
     {
       'return_type' => 'const char *',
  +    'name' => 'modperl_cmd_modules',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'parms'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
       'name' => 'modperl_cmd_open_logs_handlers',
       'args' => [
         {
  @@ -699,6 +717,24 @@
     },
     {
       'return_type' => 'const char *',
  +    'name' => 'modperl_cmd_requires',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'parms'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'dummy'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
       'name' => 'modperl_cmd_response_handlers',
       'args' => [
         {
  @@ -788,6 +824,50 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_config_apply_PerlModule',
  +    'args' => [
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'modperl_config_srv_t *',
  +        'name' => 'scfg'
  +      },
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'perl'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'modperl_config_apply_PerlRequire',
  +    'args' => [
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'modperl_config_srv_t *',
  +        'name' => 'scfg'
  +      },
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'perl'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void *',
       'name' => 'modperl_config_dir_create',
       'args' => [
  @@ -1611,7 +1691,7 @@
           'name' => 'mode'
         },
         {
  -        'type' => 'apr_size_t *',
  +        'type' => 'apr_off_t *',
           'name' => 'readbytes'
         }
       ]
  @@ -2447,6 +2527,24 @@
     },
     {
       'return_type' => 'int',
  +    'name' => 'modperl_require_file',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'pv'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'logfailure'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
       'name' => 'modperl_require_module',
       'args' => [
         {
  @@ -2516,7 +2614,7 @@
           'name' => 'mode'
         },
         {
  -        'type' => 'apr_size_t *',
  +        'type' => 'apr_off_t *',
           'name' => 'readbytes'
         }
       ]
  @@ -3150,7 +3248,7 @@
       'name' => 'mpxs_APR__URI_port',
       'args' => [
         {
  -        'type' => 'apr_uri_components *',
  +        'type' => 'apr_uri_t *',
           'name' => 'uri'
         },
         {
  @@ -3278,7 +3376,7 @@
       ]
     },
     {
  -    'return_type' => 'apr_uri_components *',
  +    'return_type' => 'apr_uri_t *',
       'name' => 'mpxs_Apache__RequestRec_parsed_uri',
       'args' => [
         {
  @@ -3840,8 +3938,8 @@
       ]
     },
     {
  -    'return_type' => 'apr_uri_components *',
  -    'name' => 'mpxs_apr_uri_parse_components',
  +    'return_type' => 'apr_uri_t *',
  +    'name' => 'mpxs_apr_uri_parse',
       'args' => [
         {
           'type' => 'PerlInterpreter *',
  @@ -3863,14 +3961,14 @@
     },
     {
       'return_type' => 'char *',
  -    'name' => 'mpxs_apr_uri_unparse_components',
  +    'name' => 'mpxs_apr_uri_unparse',
       'args' => [
         {
           'type' => 'PerlInterpreter *',
           'name' => 'my_perl'
         },
         {
  -        'type' => 'apr_uri_components *',
  +        'type' => 'apr_uri_t *',
           'name' => 'uptr'
         },
         {
  
  
  

Reply via email to