dougm       01/06/07 17:38:56

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.9       +2 -4      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConstantsTable.pm 2001/05/22 20:45:33     1.8
  +++ ConstantsTable.pm 2001/06/08 00:38:53     1.9
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue May 22 13:17:31 2001
  +# !          Thu Jun  7 17:32:35 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -239,7 +239,6 @@
       'error' => [
         'APR_ENOSTAT',
         'APR_ENOPOOL',
  -      'APR_ENOFILE',
         'APR_EBADDATE',
         'APR_EINVALSOCK',
         'APR_ENOPROC',
  @@ -260,8 +259,6 @@
         'APR_EINCOMPLETE',
         'APR_EABOVEROOT',
         'APR_EBADPATH',
  -      'APR_ENOCLEANUP',
  -      'APR_EMEMSYS',
         'APR_EOF',
         'APR_EINIT',
         'APR_ENOTIMPL',
  @@ -289,6 +286,7 @@
         'APR_EHOSTUNREACH',
         'APR_ENETUNREACH',
         'APR_EFTYPE',
  +      'APR_EPIPE',
         'APR_END'
       ],
       'finfo' => [
  
  
  
  1.8       +289 -31   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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FunctionTable.pm  2001/05/22 20:45:36     1.7
  +++ FunctionTable.pm  2001/06/08 00:38:54     1.8
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue May 22 13:17:37 2001
  +# !          Thu Jun  7 17:32:41 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -871,6 +871,20 @@
       'args' => [
         {
           'name' => 'thefile',
  +        'type' => 'apr_file_t **'
  +      },
  +      {
  +        'name' => 'cont',
  +        'type' => 'apr_pool_t *'
  +      }
  +    ],
  +    'name' => 'apr_file_open_stdin'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'thefile',
           'type' => 'apr_file_t *'
         },
         {
  @@ -1313,6 +1327,20 @@
       'name' => 'apr_file_info_get'
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'fp',
  +        'type' => 'apr_file_t *'
  +      },
  +      {
  +        'name' => 'offset',
  +        'type' => 'apr_off_t'
  +      }
  +    ],
  +    'name' => 'apr_file_trunc'
  +  },
  +  {
       'return_type' => 'apr_pool_t *',
       'args' => [
         {
  @@ -1375,6 +1403,11 @@
       'name' => 'apr_terminate'
     },
     {
  +    'return_type' => 'void',
  +    'args' => [],
  +    'name' => 'apr_terminate2'
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -1408,11 +1441,11 @@
           'type' => 'const char *'
         },
         {
  -        'name' => 'optch',
  +        'name' => 'option_ch',
           'type' => 'char *'
         },
         {
  -        'name' => 'optarg',
  +        'name' => 'option_arg',
           'type' => 'const char **'
         }
       ],
  @@ -1430,11 +1463,11 @@
           'type' => 'const apr_getopt_option_t *'
         },
         {
  -        'name' => 'optch',
  +        'name' => 'option_ch',
           'type' => 'int *'
         },
         {
  -        'name' => 'optarg',
  +        'name' => 'option_arg',
           'type' => 'const char **'
         }
       ],
  @@ -1626,7 +1659,7 @@
           'type' => 'const char *'
         },
         {
  -        'name' => 'cont',
  +        'name' => 'pool',
           'type' => 'apr_pool_t *'
         }
       ],
  @@ -1648,8 +1681,22 @@
         {
           'name' => 'lock',
           'type' => 'apr_lock_t *'
  +      },
  +      {
  +        'name' => 'type',
  +        'type' => 'apr_readerwriter_e'
         }
       ],
  +    'name' => 'apr_lock_acquire_rw'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'lock',
  +        'type' => 'apr_lock_t *'
  +      }
  +    ],
       'name' => 'apr_lock_release'
     },
     {
  @@ -1674,7 +1721,7 @@
           'type' => 'const char *'
         },
         {
  -        'name' => 'cont',
  +        'name' => 'pool',
           'type' => 'apr_pool_t *'
         }
       ],
  @@ -1866,6 +1913,24 @@
       'return_type' => 'apr_status_t',
       'args' => [
         {
  +        'name' => 'digest',
  +        'type' => 'unsigned char'
  +      },
  +      {
  +        'name' => 'input',
  +        'type' => 'const unsigned char *'
  +      },
  +      {
  +        'name' => 'inputLen',
  +        'type' => 'apr_size_t'
  +      }
  +    ],
  +    'name' => 'apr_md5'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
           'name' => 'password',
           'type' => 'const char *'
         },
  @@ -3536,6 +3601,11 @@
       'name' => 'apr_os_dso_handle_get'
     },
     {
  +    'return_type' => 'apr_os_thread_t',
  +    'args' => [],
  +    'name' => 'apr_os_thread_current'
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -3874,6 +3944,24 @@
       'name' => 'apr_tokenize_to_argv'
     },
     {
  +    'return_type' => 'char *',
  +    'args' => [
  +      {
  +        'name' => 'str',
  +        'type' => 'char *'
  +      },
  +      {
  +        'name' => 'sep',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'last',
  +        'type' => 'char **'
  +      }
  +    ],
  +    'name' => 'apr_strtok'
  +  },
  +  {
       'return_type' => 'int',
       'args' => [
         {
  @@ -4665,6 +4753,24 @@
         {
           'name' => 'data',
           'type' => 'apr_bucket *'
  +      },
  +      {
  +        'name' => 'pool',
  +        'type' => 'apr_pool_t *'
  +      }
  +    ],
  +    'name' => 'apr_bucket_setaside_noop'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'data',
  +        'type' => 'apr_bucket *'
  +      },
  +      {
  +        'name' => 'pool',
  +        'type' => 'apr_pool_t *'
         }
       ],
       'name' => 'apr_bucket_setaside_notimpl'
  @@ -6042,6 +6148,114 @@
       'name' => 'apr_uri_parse_hostinfo_components'
     },
     {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'data',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'mask',
  +        'type' => 'const char *'
  +      }
  +    ],
  +    'name' => 'apr_date_checkmask'
  +  },
  +  {
  +    'return_type' => 'apr_time_t',
  +    'args' => [
  +      {
  +        'name' => 'date',
  +        'type' => 'const char *'
  +      }
  +    ],
  +    'name' => 'apr_date_parse_http'
  +  },
  +  {
  +    'return_type' => 'apr_time_t',
  +    'args' => [
  +      {
  +        'name' => 'date',
  +        'type' => 'char *'
  +      }
  +    ],
  +    'name' => 'apr_date_parse_rfc'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'context',
  +        'type' => 'apr_md4_ctx_t *'
  +      }
  +    ],
  +    'name' => 'apr_md4_init'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'context',
  +        'type' => 'apr_md4_ctx_t *'
  +      },
  +      {
  +        'name' => 'xlate',
  +        'type' => 'apr_xlate_t *'
  +      }
  +    ],
  +    'name' => 'apr_md4_set_xlate'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'context',
  +        'type' => 'apr_md4_ctx_t *'
  +      },
  +      {
  +        'name' => 'input',
  +        'type' => 'const unsigned char *'
  +      },
  +      {
  +        'name' => 'inputLen',
  +        'type' => 'apr_size_t'
  +      }
  +    ],
  +    'name' => 'apr_md4_update'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'digest',
  +        'type' => 'unsigned char'
  +      },
  +      {
  +        'name' => 'context',
  +        'type' => 'apr_md4_ctx_t *'
  +      }
  +    ],
  +    'name' => 'apr_md4_final'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'digest',
  +        'type' => 'unsigned char'
  +      },
  +      {
  +        'name' => 'input',
  +        'type' => 'const unsigned char *'
  +      },
  +      {
  +        'name' => 'inputLen',
  +        'type' => 'apr_size_t'
  +      }
  +    ],
  +    'name' => 'apr_md4'
  +  },
  +  {
       'return_type' => 'void',
       'args' => [
         {
  @@ -8329,6 +8543,74 @@
       'name' => 'ap_close_piped_log'
     },
     {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'pf',
  +        'type' => 'ap_HOOK_error_log_t *'
  +      },
  +      {
  +        'name' => 'aszPre',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'aszSucc',
  +        'type' => 'const char * const *'
  +      },
  +      {
  +        'name' => 'nOrder',
  +        'type' => 'int'
  +      }
  +    ],
  +    'name' => 'ap_hook_error_log'
  +  },
  +  {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'file',
  +        'type' => 'const char *'
  +      },
  +      {
  +        'name' => 'line',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'level',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'arg3',
  +        'type' => '# 281 "/home/dougm/ap/threaded/include/http_log.h"
  +                       apr_status_t status'
  +      },
  +      {
  +        'name' => 's',
  +        'type' => 'const server_rec *'
  +      },
  +      {
  +        'name' => 'arg5',
  +        'type' => '# 281 "/home/dougm/ap/threaded/include/http_log.h"
  +                       const request_rec *r'
  +      },
  +      {
  +        'name' => 'pool',
  +        'type' => 'apr_pool_t *'
  +      },
  +      {
  +        'name' => 'arg7',
  +        'type' => '# 281 "/home/dougm/ap/threaded/include/http_log.h"
  +                       const char *errstr'
  +      }
  +    ],
  +    'name' => 'ap_run_error_log'
  +  },
  +  {
  +    'return_type' => 'apr_array_header_t *',
  +    'args' => [],
  +    'name' => 'ap_hook_get_error_log'
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'args' => [
         {
  @@ -10194,30 +10476,6 @@
         }
       ],
       'name' => 'ap_rfc1413'
  -  },
  -  {
  -    'return_type' => 'int',
  -    'args' => [
  -      {
  -        'name' => 'data',
  -        'type' => 'const char *'
  -      },
  -      {
  -        'name' => 'mask',
  -        'type' => 'const char *'
  -      }
  -    ],
  -    'name' => 'ap_checkmask'
  -  },
  -  {
  -    'return_type' => 'apr_time_t',
  -    'args' => [
  -      {
  -        'name' => 'date',
  -        'type' => 'const char *'
  -      }
  -    ],
  -    'name' => 'ap_parseHTTPdate'
     },
     {
       'return_type' => 'char *',
  
  
  
  1.8       +58 -4     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- StructureTable.pm 2001/05/22 20:45:37     1.7
  +++ StructureTable.pm 2001/06/08 00:38:54     1.8
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue May 22 13:17:39 2001
  +# !          Thu Jun  7 17:32:42 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -449,6 +449,10 @@
       'type' => 'ap_LINK_open_logs_t'
     },
     {
  +    'elts' => [],
  +    'type' => 'apr_readerwriter_e'
  +  },
  +  {
       'elts' => [
         {
           'name' => 'dptr',
  @@ -674,11 +678,11 @@
       'elts' => [
         {
           'name' => 'state',
  -        'type' => 'UINT4[4]'
  +        'type' => 'apr_uint32_t[4]'
         },
         {
           'name' => 'count',
  -        'type' => 'UINT4[2]'
  +        'type' => 'apr_uint32_t[2]'
         },
         {
           'name' => 'buffer',
  @@ -721,6 +725,31 @@
       'type' => 'piped_log'
     },
     {
  +    'elts' => [
  +      {
  +        'name' => 'pFunc',
  +        'type' => 'ap_HOOK_error_log_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_error_log_t'
  +  },
  +  {
       'elts' => [],
       'type' => 'apr_cmdtype_e'
     },
  @@ -2380,7 +2409,7 @@
         },
         {
           'name' => 'setaside',
  -        'type' => 'apr_status_t(*)(apr_bucket *e)'
  +        'type' => 'apr_status_t(*)(apr_bucket *e, apr_pool_t *pool)'
         },
         {
           'name' => 'split',
  @@ -2560,6 +2589,10 @@
       'type' => 'apr_os_thread_t'
     },
     {
  +    'elts' => [],
  +    'type' => 'ap_HOOK_error_log_t'
  +  },
  +  {
       'elts' => [
         {
           'name' => 'version',
  @@ -2791,6 +2824,27 @@
         }
       ],
       'type' => 'ap_LINK_check_user_id_t'
  +  },
  +  {
  +    'elts' => [
  +      {
  +        'name' => 'state',
  +        'type' => 'apr_uint32_t[4]'
  +      },
  +      {
  +        'name' => 'count',
  +        'type' => 'apr_uint32_t[2]'
  +      },
  +      {
  +        'name' => 'buffer',
  +        'type' => 'unsigned char[64]'
  +      },
  +      {
  +        'name' => 'xlate',
  +        'type' => 'apr_xlate_t *'
  +      }
  +    ],
  +    'type' => 'apr_md4_ctx_t'
     },
     {
       'elts' => [],
  
  
  

Reply via email to