dougm       02/03/29 08:16:21

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.23      +12 -1     modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
  
  Index: ConstantsTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ConstantsTable.pm 10 Mar 2002 00:17:05 -0000      1.22
  +++ ConstantsTable.pm 29 Mar 2002 16:16:20 -0000      1.23
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Mar  9 16:13:55 2002
  +# !          Fri Mar 29 06:55:58 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -59,6 +59,17 @@
         'M_MOVE',
         'M_LOCK',
         'M_UNLOCK',
  +      'M_VERSION_CONTROL',
  +      'M_CHECKOUT',
  +      'M_UNCHECKOUT',
  +      'M_CHECKIN',
  +      'M_UPDATE',
  +      'M_LABEL',
  +      'M_REPORT',
  +      'M_MKWORKSPACE',
  +      'M_MKACTIVITY',
  +      'M_BASELINE_CONTROL',
  +      'M_MERGE',
         'M_INVALID',
         'METHODS'
       ],
  
  
  
  1.35      +301 -43   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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- FunctionTable.pm  10 Mar 2002 00:17:05 -0000      1.34
  +++ FunctionTable.pm  29 Mar 2002 16:16:20 -0000      1.35
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Mar  9 16:14:02 2002
  +# !          Fri Mar 29 06:55:29 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -195,6 +195,16 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_add_output_filters_by_type',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'ap_add_per_dir_conf',
       'args' => [
         {
  @@ -340,6 +350,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -2964,6 +2978,10 @@
       'name' => 'ap_method_name_of',
       'args' => [
         {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
           'type' => 'int',
           'name' => 'methnum'
         }
  @@ -3620,6 +3638,20 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_recent_ctime',
  +    'args' => [
  +      {
  +        'type' => 'char *',
  +        'name' => 'date_str'
  +      },
  +      {
  +        'type' => 'apr_time_t',
  +        'name' => 't'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_reclaim_child_processes',
       'args' => [
  @@ -3854,7 +3886,7 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'ap_rgetline',
  +    'name' => 'ap_rgetline_core',
       'args' => [
         {
           'type' => 'char **',
  @@ -4005,6 +4037,10 @@
         {
           'type' => 'void *',
           'name' => 'sbh'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'alloc'
         }
       ]
     },
  @@ -4286,6 +4322,10 @@
         {
           'type' => 'request_rec *',
           'name' => 'r'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'lookup_uri'
         }
       ]
     },
  @@ -4413,6 +4453,24 @@
     },
     {
       'return_type' => 'int',
  +    'name' => 'ap_scan_script_header_err_brigade',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'apr_bucket_brigade *',
  +        'name' => 'bb'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'buffer'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
       'name' => 'ap_scan_script_header_err_core',
       'args' => [
         {
  @@ -4570,6 +4628,20 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'ap_set_content_type',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'ct'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const char *',
       'name' => 'ap_set_deprecated',
       'args' => [
  @@ -5276,6 +5348,102 @@
       ]
     },
     {
  +    'return_type' => 'apr_memnode_t *',
  +    'name' => 'apr_allocator_alloc',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      },
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'size'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_allocator_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t **',
  +        'name' => 'allocator'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_allocator_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_allocator_free',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      },
  +      {
  +        'type' => 'apr_memnode_t *',
  +        'name' => 'memnode'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_thread_mutex_t *',
  +    'name' => 'apr_allocator_get_mutex',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_pool_t *',
  +    'name' => 'apr_allocator_get_owner',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_allocator_set_mutex',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      },
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_allocator_set_owner',
  +    'args' => [
  +      {
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_app_initialize',
       'args' => [
  @@ -5514,6 +5682,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -5540,7 +5712,7 @@
           'name' => 'c'
         },
         {
  -        'type' => 'apr_off_t *',
  +        'type' => 'apr_size_t *',
           'name' => 'len'
         }
       ]
  @@ -5594,7 +5766,7 @@
           'name' => 'c'
         },
         {
  -        'type' => 'apr_off_t *',
  +        'type' => 'apr_size_t *',
           'name' => 'len'
         },
         {
  @@ -5824,6 +5996,40 @@
       ]
     },
     {
  +    'return_type' => 'void *',
  +    'name' => 'apr_bucket_alloc',
  +    'args' => [
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'size'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_bucket_alloc_t *',
  +    'name' => 'apr_bucket_alloc_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_bucket_alloc_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_bucket_copy_notimpl',
       'args' => [
  @@ -5850,7 +6056,12 @@
     {
       'return_type' => 'apr_bucket *',
       'name' => 'apr_bucket_eos_create',
  -    'args' => []
  +    'args' => [
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
  +      }
  +    ]
     },
     {
       'return_type' => 'apr_bucket *',
  @@ -5881,6 +6092,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -5913,7 +6128,12 @@
     {
       'return_type' => 'apr_bucket *',
       'name' => 'apr_bucket_flush_create',
  -    'args' => []
  +    'args' => [
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
  +      }
  +    ]
     },
     {
       'return_type' => 'apr_bucket *',
  @@ -5926,6 +6146,16 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'apr_bucket_free',
  +    'args' => [
  +      {
  +        'type' => 'void *',
  +        'name' => 'block'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_bucket *',
       'name' => 'apr_bucket_heap_create',
       'args' => [
  @@ -5938,8 +6168,12 @@
           'name' => 'nbyte'
         },
         {
  -        'type' => 'int',
  -        'name' => 'copy'
  +        'type' => 'void (*free_func)(void *data)',
  +        'name' => 'arg2'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -5960,8 +6194,8 @@
           'name' => 'nbyte'
         },
         {
  -        'type' => 'int',
  -        'name' => 'copy'
  +        'type' => 'void (*free_func)(void *data)',
  +        'name' => 'arg3'
         }
       ]
     },
  @@ -5976,6 +6210,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'nbyte'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6012,6 +6250,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'length'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6044,6 +6286,10 @@
         {
           'type' => 'apr_file_t *',
           'name' => 'thispipe'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6076,6 +6322,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'pool'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6224,6 +6474,10 @@
         {
           'type' => 'apr_socket_t *',
           'name' => 'thissock'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6266,6 +6520,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'nbyte'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -6795,20 +7053,6 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'apr_explode_gmt',
  -    'args' => [
  -      {
  -        'type' => 'apr_time_exp_t *',
  -        'name' => 'result'
  -      },
  -      {
  -        'type' => 'apr_time_t',
  -        'name' => 'input'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'apr_status_t',
       'name' => 'apr_explode_localtime',
       'args' => [
         {
  @@ -8187,20 +8431,6 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'apr_implode_time',
  -    'args' => [
  -      {
  -        'type' => 'apr_time_t *',
  -        'name' => 'result'
  -      },
  -      {
  -        'type' => 'apr_time_exp_t *',
  -        'name' => 'input'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'apr_status_t',
       'name' => 'apr_initialize',
       'args' => []
     },
  @@ -9583,8 +9813,8 @@
           'name' => 'abort_fn'
         },
         {
  -        'type' => 'apr_uint32_t',
  -        'name' => 'flags'
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
         }
       ]
     },
  @@ -9605,8 +9835,8 @@
           'name' => 'abort_fn'
         },
         {
  -        'type' => 'apr_uint32_t',
  -        'name' => 'flags'
  +        'type' => 'apr_allocator_t *',
  +        'name' => 'allocator'
         },
         {
           'type' => 'const char *',
  @@ -9690,7 +9920,7 @@
           'name' => 'pid'
         },
         {
  -        'type' => 'enum kill_conditions',
  +        'type' => 'apr_kill_conditions_e',
           'name' => 'how'
         }
       ]
  @@ -12074,6 +12304,34 @@
         },
         {
           'type' => 'time_t',
  +        'name' => 'input'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_time_exp_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_time_t *',
  +        'name' => 'result'
  +      },
  +      {
  +        'type' => 'apr_time_exp_t *',
  +        'name' => 'input'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_time_exp_gmt',
  +    'args' => [
  +      {
  +        'type' => 'apr_time_exp_t *',
  +        'name' => 'result'
  +      },
  +      {
  +        'type' => 'apr_time_t',
           'name' => 'input'
         }
       ]
  
  
  
  1.31      +40 -17    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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- StructureTable.pm 10 Mar 2002 00:17:05 -0000      1.30
  +++ StructureTable.pm 29 Mar 2002 16:16:20 -0000      1.31
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sat Mar  9 16:14:03 2002
  +# !          Fri Mar 29 06:56:05 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1108,6 +1108,10 @@
       'elts' => []
     },
     {
  +    'type' => 'apr_allocator_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_array_header_t',
       'elts' => [
         {
  @@ -1140,7 +1144,7 @@
       'type' => 'apr_bucket',
       'elts' => [
         {
  -        'type' => '_ANON 64',
  +        'type' => '_ANON 69',
           'name' => 'link'
         },
         {
  @@ -1162,10 +1166,18 @@
         {
           'type' => 'void(*)(void *e)',
           'name' => 'free'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
     {
  +    'type' => 'apr_bucket_alloc_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_bucket_brigade',
       'elts' => [
         {
  @@ -1175,6 +1187,10 @@
         {
           'type' => 'apr_bucket_list',
           'name' => 'list'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'bucket_alloc'
         }
       ]
     },
  @@ -1209,6 +1225,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'alloc_len'
  +      },
  +      {
  +        'type' => 'void(*)(void *data)',
  +        'name' => 'free_func'
         }
       ]
     },
  @@ -1239,6 +1259,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'pool'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'list'
         }
       ]
     },
  @@ -1351,7 +1375,7 @@
       'elts' => [
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'cntxt'
  +        'name' => 'pool'
         },
         {
           'type' => 'apr_int32_t',
  @@ -1565,20 +1589,11 @@
     },
     {
       'type' => 'apr_ipsubnet_t',
  -    'elts' => [
  -      {
  -        'type' => 'int',
  -        'name' => 'family'
  -      },
  -      {
  -        'type' => 'apr_uint32_t[4]',
  -        'name' => 'sub'
  -      },
  -      {
  -        'type' => 'apr_uint32_t[4]',
  -        'name' => 'mask'
  -      }
  -    ]
  +    'elts' => []
  +  },
  +  {
  +    'type' => 'apr_kill_conditions_e',
  +    'elts' => []
     },
     {
       'type' => 'apr_lock_t',
  @@ -1639,6 +1654,10 @@
       ]
     },
     {
  +    'type' => 'apr_memnode_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_mmap_t',
       'elts' => [
         {
  @@ -2528,6 +2547,10 @@
         {
           'type' => 'void *',
           'name' => 'sbh'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'bucket_alloc'
         }
       ]
     },
  
  
  
  1.60      +23 -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.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- FunctionTable.pm  10 Mar 2002 00:17:05 -0000      1.59
  +++ FunctionTable.pm  29 Mar 2002 16:16:20 -0000      1.60
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Sat Mar  9 16:14:16 2002
  +# !          Fri Mar 29 06:56:16 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -2964,6 +2964,28 @@
         {
           'type' => 'PerlInterpreter *',
           'name' => 'perl'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'SV *',
  +    'name' => 'modperl_perl_do_join',
  +    'attr' => [
  +      'static',
  +      '__inline__'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'SV **',
  +        'name' => 'mark'
  +      },
  +      {
  +        'type' => 'SV **',
  +        'name' => 'sp'
         }
       ]
     },
  
  
  


Reply via email to