dougm       01/10/20 21:54:25

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.22      +55 -23    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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- FunctionTable.pm  2001/10/05 23:38:56     1.21
  +++ FunctionTable.pm  2001/10/21 04:54:25     1.22
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Oct  5 16:35:58 2001
  +# !          Sat Oct 20 22:03:27 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -586,28 +586,6 @@
       ]
     },
     {
  -    'return_type' => 'apr_status_t',
  -    'name' => 'ap_dechunk_filter',
  -    'args' => [
  -      {
  -        'type' => 'ap_filter_t *',
  -        'name' => 'f'
  -      },
  -      {
  -        'type' => 'apr_bucket_brigade *',
  -        'name' => 'b'
  -      },
  -      {
  -        'type' => 'ap_input_mode_t',
  -        'name' => 'mode'
  -      },
  -      {
  -        'type' => 'apr_off_t *',
  -        'name' => 'readbytes'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'const char *',
       'name' => 'ap_default_type',
       'args' => [
  @@ -8313,6 +8291,38 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_os_proc_mutex_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_os_proc_mutex_t *',
  +        'name' => 'ospmutex'
  +      },
  +      {
  +        'type' => 'apr_proc_mutex_t *',
  +        'name' => 'pmutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_os_proc_mutex_put',
  +    'args' => [
  +      {
  +        'type' => 'apr_proc_mutex_t **',
  +        'name' => 'pmutex'
  +      },
  +      {
  +        'type' => 'apr_os_proc_mutex_t *',
  +        'name' => 'ospmutex'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'cont'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_os_sock_get',
       'args' => [
         {
  @@ -10813,6 +10823,24 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_cond_timedwait',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_cond_t *',
  +        'name' => 'cond'
  +      },
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'apr_interval_time_t',
  +        'name' => 'timeout'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_thread_cond_wait',
       'args' => [
         {
  @@ -10936,6 +10964,10 @@
         {
           'type' => 'apr_thread_mutex_t **',
           'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'unsigned int',
  +        'name' => 'flags'
         },
         {
           'type' => 'apr_pool_t *',
  
  
  
  1.21      +14 -1     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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- StructureTable.pm 2001/10/05 23:38:56     1.20
  +++ StructureTable.pm 2001/10/21 04:54:25     1.21
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Oct  5 16:36:01 2001
  +# !          Sat Oct 20 22:03:29 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1706,6 +1706,19 @@
     },
     {
       'type' => 'apr_os_lock_t',
  +    'elts' => [
  +      {
  +        'type' => 'int',
  +        'name' => 'crossproc'
  +      },
  +      {
  +        'type' => 'pthread_mutex_t *',
  +        'name' => 'intraproc'
  +      }
  +    ]
  +  },
  +  {
  +    'type' => 'apr_os_proc_mutex_t',
       'elts' => [
         {
           'type' => 'int',
  
  
  
  1.36      +55 -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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- FunctionTable.pm  2001/10/09 17:58:44     1.35
  +++ FunctionTable.pm  2001/10/21 04:54:25     1.36
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Oct  9 09:27:24 2001
  +# !          Sat Oct 20 22:03:43 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -671,6 +671,24 @@
     },
     {
       'return_type' => 'const char *',
  +    'name' => 'modperl_cmd_perl',
  +    'args' => [
  +      {
  +        'type' => 'cmd_parms *',
  +        'name' => 'parms'
  +      },
  +      {
  +        'type' => 'void *',
  +        'name' => 'mconfig'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'arg'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'const char *',
       'name' => 'modperl_cmd_post_config_handlers',
       'args' => [
         {
  @@ -1161,6 +1179,11 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'modperl_env_hash_keys',
  +    'args' => []
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'modperl_env_request_populate',
       'args' => [
         {
  @@ -2535,6 +2558,11 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'modperl_modglobal_hash_keys',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'modperl_modglobal_key_t *',
       'name' => 'modperl_modglobal_lookup',
       'args' => [
  @@ -2851,6 +2879,32 @@
         {
           'type' => 'request_rec *',
           'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'HE *',
  +    'name' => 'modperl_perl_hv_fetch_he',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'HV *',
  +        'name' => 'hv'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'key'
  +      },
  +      {
  +        'type' => 'I32',
  +        'name' => 'klen'
  +      },
  +      {
  +        'type' => 'U32',
  +        'name' => 'hash'
         }
       ]
     },
  
  
  


Reply via email to