dougm       01/06/14 20:58:14

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.9       +113 -14   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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FunctionTable.pm  2001/06/08 00:38:54     1.8
  +++ FunctionTable.pm  2001/06/15 03:58:12     1.9
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Jun  7 17:32:41 2001
  +# !          Thu Jun 14 20:28:40 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -26,6 +26,20 @@
       'name' => 'apr_strerror'
     },
     {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'a',
  +        'type' => 'apr_pool_t *'
  +      },
  +      {
  +        'name' => 'b',
  +        'type' => 'apr_pool_t *'
  +      }
  +    ],
  +    'name' => 'apr_pool_is_ancestor'
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -3606,6 +3620,20 @@
       'name' => 'apr_os_thread_current'
     },
     {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'tid1',
  +        'type' => 'apr_os_thread_t'
  +      },
  +      {
  +        'name' => 'tid2',
  +        'type' => 'apr_os_thread_t'
  +      }
  +    ],
  +    'name' => 'apr_os_thread_equal'
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -4532,7 +4560,7 @@
       'name' => 'apr_brigade_split'
     },
     {
  -    'return_type' => 'apr_bucket *',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4541,6 +4569,10 @@
         {
           'name' => 'point',
           'type' => 'apr_off_t'
  +      },
  +      {
  +        'name' => 'after_point',
  +        'type' => 'apr_bucket **'
         }
       ],
       'name' => 'apr_brigade_partition'
  @@ -4564,7 +4596,7 @@
       'name' => 'apr_brigade_length'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4576,13 +4608,13 @@
         },
         {
           'name' => 'nvec',
  -        'type' => 'int'
  +        'type' => 'int *'
         }
       ],
       'name' => 'apr_brigade_to_iovec'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4604,7 +4636,7 @@
       'name' => 'apr_brigade_vputstrs'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4630,7 +4662,7 @@
       'name' => 'apr_brigade_write'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4652,7 +4684,7 @@
       'name' => 'apr_brigade_puts'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4674,7 +4706,7 @@
       'name' => 'apr_brigade_putc'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4696,7 +4728,7 @@
       'name' => 'apr_brigade_putstrs'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4722,7 +4754,7 @@
       'name' => 'apr_brigade_printf'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'b',
  @@ -4811,7 +4843,7 @@
           'type' => 'void *'
         }
       ],
  -    'name' => 'apr_bucket_destroy_notimpl'
  +    'name' => 'apr_bucket_destroy_noop'
     },
     {
       'return_type' => 'apr_status_t',
  @@ -6256,6 +6288,24 @@
       'name' => 'apr_md4'
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'sms',
  +        'type' => 'apr_sms_t **'
  +      },
  +      {
  +        'name' => 'pms',
  +        'type' => 'apr_sms_t *'
  +      },
  +      {
  +        'name' => 'block_size',
  +        'type' => 'apr_size_t'
  +      }
  +    ],
  +    'name' => 'apr_sms_blocks_create'
  +  },
  +  {
       'return_type' => 'void',
       'args' => [
         {
  @@ -7553,6 +7603,51 @@
       'name' => 'ap_core_reorder_directories'
     },
     {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'pf',
  +        'type' => 'ap_HOOK_get_mgmt_items_t *'
  +      },
  +      {
  +        'name' => 'aszPre',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'aszSucc',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'nOrder',
  +        'type' => 'int'
  +      }
  +    ],
  +    'name' => 'ap_hook_get_mgmt_items'
  +  },
  +  {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'p',
  +        'type' => 'apr_pool_t *'
  +      },
  +      {
  +        'name' => 'val',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'ht',
  +        'type' => 'apr_hash_t *'
  +      }
  +    ],
  +    'name' => 'ap_run_get_mgmt_items'
  +  },
  +  {
  +    'return_type' => 'apr_array_header_t *',
  +    'args' => [],
  +    'name' => 'ap_hook_get_get_mgmt_items'
  +  },
  +  {
       'return_type' => 'const char *',
       'args' => [],
       'name' => 'ap_get_server_version'
  @@ -8750,6 +8845,10 @@
         {
           'name' => 'b',
           'type' => 'apr_bucket_brigade **'
  +      },
  +      {
  +        'name' => 'p',
  +        'type' => 'apr_pool_t *'
         }
       ],
       'name' => 'ap_save_brigade'
  @@ -8783,7 +8882,7 @@
       'name' => 'ap_fflush'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'f',
  @@ -8801,7 +8900,7 @@
       'name' => 'ap_fputstrs'
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'f',
  
  
  
  1.9       +72 -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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- StructureTable.pm 2001/06/08 00:38:54     1.8
  +++ StructureTable.pm 2001/06/15 03:58:12     1.9
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Jun  7 17:32:42 2001
  +# !          Thu Jun 14 20:28:42 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -798,6 +798,23 @@
     {
       'elts' => [
         {
  +        'name' => 's_value',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'i_value',
  +        'type' => 'long'
  +      },
  +      {
  +        'name' => 'h_value',
  +        'type' => 'apr_hash_t *'
  +      }
  +    ],
  +    'type' => 'ap_mgmt_value'
  +  },
  +  {
  +    'elts' => [
  +      {
           'name' => 'a',
           'type' => 'apr_array_header_t'
         }
  @@ -1229,6 +1246,10 @@
     },
     {
       'elts' => [],
  +    'type' => 'ap_HOOK_get_mgmt_items_t'
  +  },
  +  {
  +    'elts' => [],
       'type' => 'apr_uint16_t'
     },
     {
  @@ -1281,6 +1302,27 @@
       'type' => 'apr_os_proc_t'
     },
     {
  +    'elts' => [
  +      {
  +        'name' => 'description',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'name',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'vtype',
  +        'type' => 'ap_mgmt_type_e'
  +      },
  +      {
  +        'name' => 'v',
  +        'type' => 'ap_mgmt_value'
  +      }
  +    ],
  +    'type' => 'ap_mgmt_item_t'
  +  },
  +  {
       'elts' => [],
       'type' => 'apr_interval_time_t'
     },
  @@ -1660,6 +1702,10 @@
     },
     {
       'elts' => [],
  +    'type' => 'ap_mgmt_type_e'
  +  },
  +  {
  +    'elts' => [],
       'type' => 'ap_HOOK_child_init_t'
     },
     {
  @@ -2475,6 +2521,31 @@
     {
       'elts' => [],
       'type' => 'apr_dso_handle_t'
  +  },
  +  {
  +    'elts' => [
  +      {
  +        'name' => 'pFunc',
  +        'type' => 'ap_HOOK_get_mgmt_items_t *'
  +      },
  +      {
  +        'name' => 'szName',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'aszPredecessors',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'aszSuccessors',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'nOrder',
  +        'type' => 'int'
  +      }
  +    ],
  +    'type' => 'ap_LINK_get_mgmt_items_t'
     },
     {
       'elts' => [],
  
  
  

Reply via email to