dougm       01/09/25 11:02:39

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.20      +167 -1    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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- FunctionTable.pm  2001/09/15 17:53:12     1.19
  +++ FunctionTable.pm  2001/09/25 18:02:39     1.20
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Sep 15 10:57:55 2001
  +# !          Tue Sep 25 10:58:26 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -188,6 +188,24 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'ap_allow_standard_methods',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'reset'
  +      },
  +      {
  +        'type' => '...',
  +        'name' => 'arg2'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const char *',
       'name' => 'ap_auth_name',
       'args' => [
  @@ -736,6 +754,34 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'ap_explode_recent_gmt',
  +    'args' => [
  +      {
  +        'type' => 'apr_exploded_time_t *',
  +        'name' => 'tm'
  +      },
  +      {
  +        'type' => 'apr_time_t',
  +        'name' => 't'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_explode_recent_localtime',
  +    'args' => [
  +      {
  +        'type' => 'apr_exploded_time_t *',
  +        'name' => 'tm'
  +      },
  +      {
  +        'type' => 'apr_time_t',
  +        'name' => 't'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'ap_fflush',
       'args' => [
         {
  @@ -6557,6 +6603,24 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_file_mktemp',
  +    'args' => [
  +      {
  +        'type' => 'apr_file_t **',
  +        'name' => 'fp'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'tmplt'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_file_name_get',
       'args' => [
         {
  @@ -8979,6 +9043,104 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_child_init',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_create_np',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'fname'
  +      },
  +      {
  +        'type' => 'apr_lockmech_e_np',
  +        'name' => 'mech'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_lock',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_trylock',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_proc_mutex_unlock',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'apr_proc_other_child_check',
       'args' => []
  @@ -9042,6 +9204,10 @@
         {
           'type' => 'apr_proc_t *',
           'name' => 'proc'
  +      },
  +      {
  +        'type' => 'int *',
  +        'name' => 'exitcode'
         },
         {
           'type' => 'apr_wait_how_e',
  
  
  
  1.19      +7 -15     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- StructureTable.pm 2001/09/15 17:53:12     1.18
  +++ StructureTable.pm 2001/09/25 18:02:39     1.19
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Sep 15 10:57:57 2001
  +# !          Tue Sep 25 10:58:28 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1106,8 +1106,8 @@
           'name' => 'data'
         },
         {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
  +        'type' => 'void(*)(void *e)',
  +        'name' => 'free'
         }
       ]
     },
  @@ -1138,10 +1138,6 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'readpool'
  -      },
  -      {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
         }
       ]
     },
  @@ -1159,10 +1155,6 @@
         {
           'type' => 'apr_size_t',
           'name' => 'alloc_len'
  -      },
  -      {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
         }
       ]
     },
  @@ -1176,10 +1168,6 @@
         {
           'type' => 'apr_mmap_t *',
           'name' => 'mmap'
  -      },
  -      {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
         }
       ]
     },
  @@ -1788,6 +1776,10 @@
     },
     {
       'type' => 'apr_port_t',
  +    'elts' => []
  +  },
  +  {
  +    'type' => 'apr_proc_mutex_t',
       'elts' => []
     },
     {
  
  
  
  1.27      +119 -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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- FunctionTable.pm  2001/09/15 18:17:31     1.26
  +++ FunctionTable.pm  2001/09/25 18:02:39     1.27
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Sep 15 11:10:02 2001
  +# !          Tue Sep 25 10:58:42 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1775,6 +1775,54 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'modperl_interp_mip_walk',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'current_perl'
  +      },
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'parent_perl'
  +      },
  +      {
  +        'type' => 'modperl_interp_pool_t *',
  +        'name' => 'mip'
  +      },
  +      {
  +        'type' => 'modperl_interp_mip_walker_t',
  +        'name' => 'walker'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'data'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_interp_mip_walk_servers',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'current_perl'
  +      },
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 'base_server'
  +      },
  +      {
  +        'type' => 'modperl_interp_mip_walker_t',
  +        'name' => 'walker'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'data'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'modperl_interp_t *',
       'name' => 'modperl_interp_new',
       'args' => [
  @@ -2424,6 +2472,58 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'modperl_perl_ids_get',
  +    'args' => [
  +      {
  +        'type' => 'modperl_perl_ids_t *',
  +        'name' => 'ids'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_init_ids',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'modperl_perl_ids_t *',
  +        'name' => 'ids'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'modperl_perl_init_ids_mip',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'modperl_interp_pool_t *',
  +        'name' => 'mip'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'data'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'modperl_perl_init_ids_server',
  +    'args' => [
  +      {
  +        'type' => 'server_rec *',
  +        'name' => 's'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'modperl_post_config_handler',
       'args' => [
         {
  @@ -4006,6 +4106,24 @@
         {
           'type' => 'SV **',
           'name' => 'sp'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'mpxs_apr_table_do_cb',
  +    'args' => [
  +      {
  +        'type' => 'void *',
  +        'name' => 'data'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'key'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'val'
         }
       ]
     },
  
  
  


Reply via email to