dougm       2002/09/04 18:49:09

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.85      +191 -31   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.84
  retrieving revision 1.85
  diff -u -r1.84 -r1.85
  --- FunctionTable.pm  28 Aug 2002 03:16:31 -0000      1.84
  +++ FunctionTable.pm  5 Sep 2002 01:49:08 -0000       1.85
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Aug 27 20:02:39 2002
  +# !          Wed Sep  4 18:20:53 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1149,6 +1149,88 @@
       ]
     },
     {
  +    'return_type' => 'const char *',
  +    'name' => 'modperl_config_insert',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'ptmp'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'override'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'path'
  +      },
  +      {
  +        'type' => 'ap_conf_vector_t *',
  +        'name' => 'conf'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'lines'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'modperl_config_insert_request',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'lines'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'path'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'override'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'modperl_config_insert_server',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'lines'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'modperl_config_req_cleanup',
       'args' => [
  @@ -1239,6 +1321,68 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_const_compile',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'classname'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char **',
  +    'name' => 'modperl_constants_group_lookup_apache',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char **',
  +    'name' => 'modperl_constants_group_lookup_apr',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'modperl_constants_lookup_apache',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'modperl_constants_lookup_apr',
  +    'args' => [
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'unsigned long',
       'name' => 'modperl_debug_level',
       'args' => []
  @@ -2680,6 +2824,26 @@
       ]
     },
     {
  +    'return_type' => 'modperl_mgv_t *',
  +    'name' => 'modperl_mgv_last',
  +    'args' => [
  +      {
  +        'type' => 'modperl_mgv_t *',
  +        'name' => 'symbol'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'char *',
  +    'name' => 'modperl_mgv_last_name',
  +    'args' => [
  +      {
  +        'type' => 'modperl_mgv_t *',
  +        'name' => 'symbol'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'GV *',
       'name' => 'modperl_mgv_lookup',
       'args' => [
  @@ -4640,36 +4804,6 @@
       ]
     },
     {
  -    'return_type' => 'const char *',
  -    'name' => 'mpxs_Apache__Directive_insert',
  -    'attr' => [
  -      'static',
  -      '__inline__'
  -    ],
  -    'args' => [
  -      {
  -        'type' => 'PerlInterpreter *',
  -        'name' => 'my_perl'
  -      },
  -      {
  -        'type' => 'SV *',
  -        'name' => 'self'
  -      },
  -      {
  -        'type' => 'server_rec *',
  -        'name' => 's'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      },
  -      {
  -        'type' => 'SV *',
  -        'name' => 'svav'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'apr_size_t',
       'name' => 'mpxs_Apache__Filter_print',
       'attr' => [
  @@ -4814,6 +4948,32 @@
         {
           'type' => 'request_rec *',
           'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'name' => 'mpxs_Apache__RequestRec_add_config',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'lines'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'path'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'override'
         }
       ]
     },
  
  
  


Reply via email to