dougm       2002/08/26 21:28:48

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.82      +192 -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.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- FunctionTable.pm  24 Aug 2002 17:14:40 -0000      1.81
  +++ FunctionTable.pm  27 Aug 2002 04:28:48 -0000      1.82
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Aug 24 09:39:05 2002
  +# !          Mon Aug 26 19:47:54 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -606,6 +606,24 @@
     },
     {
       'return_type' => 'const char *',
  +    'name' => 'modperl_cmd_load_module',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'parms'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'mconfig'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
       'name' => 'modperl_cmd_log_handlers',
       'args' => [
         {
  @@ -2295,6 +2313,48 @@
       ]
     },
     {
  +    'return_type' => 'modperl_interp_t *',
  +    'name' => 'modperl_interp_pool_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'modperl_interp_t *',
  +    'name' => 'modperl_interp_pool_select',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_interp_pool_set',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'modperl_interp_t *',
  +        'name' => 'interp'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'cleanup'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const char *',
       'name' => 'modperl_interp_scope_desc',
       'args' => [
  @@ -2430,6 +2490,11 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_is_running',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'modperl_list_t *',
       'name' => 'modperl_list_append',
       'args' => [
  @@ -2742,6 +2807,52 @@
       ]
     },
     {
  +    'return_type' => 'const char *',
  +    'name' => 'modperl_module_add',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'PTR_TBL_t *',
  +    'name' => 'modperl_module_config_table_get',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'create'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_module_config_table_set',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'PTR_TBL_t *',
  +        'name' => 'table'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'SV *',
       'name' => 'modperl_newSVsv_obj',
       'attr' => [
  @@ -3590,6 +3701,56 @@
       ]
     },
     {
  +    'return_type' => 'PTR_TBL_t *',
  +    'name' => 'modperl_svptr_table_clone',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'proto_perl'
  +      },
  +      {
  +        'type' => 'PTR_TBL_t *',
  +        'name' => 'source'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_svptr_table_delete',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'PTR_TBL_t *',
  +        'name' => 'tbl'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'key'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_svptr_table_destroy',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'PTR_TBL_t *',
  +        'name' => 'tbl'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'modperl_sys_dlclose',
       'args' => [
  @@ -4481,6 +4642,36 @@
         {
           'type' => 'int',
           'name' => 'logtype'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'SV *',
  +    'name' => 'mpxs_Apache__Module_get_config',
  +    'attr' => [
  +      'static',
  +      '__inline__'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'self'
  +      },
  +      {
  +        'type' => 'SV *',
  +        'name' => 'pmodule'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'ap_conf_vector_t *',
  +        'name' => 'v'
         }
       ]
     },
  
  
  


Reply via email to