dougm       01/07/31 19:04:47

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.11      +2 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ConstantsTable.pm 2001/06/28 17:32:47     1.10
  +++ ConstantsTable.pm 2001/08/01 02:04:46     1.11
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Jun 28 10:20:58 2001
  +# !          Tue Jul 31 19:02:56 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -290,6 +290,7 @@
         'APR_EINIT',
         'APR_ENOTIMPL',
         'APR_EMISMATCH',
  +      'APR_EBUSY',
         'APR_EACCES',
         'APR_EEXIST',
         'APR_ENAMETOOLONG',
  
  
  
  1.13      +281 -68   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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- FunctionTable.pm  2001/07/13 16:35:58     1.12
  +++ FunctionTable.pm  2001/08/01 02:04:46     1.13
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Jul 13 09:16:00 2001
  +# !          Tue Jul 31 19:03:04 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -955,7 +955,7 @@
           'name' => 'buffer'
         },
         {
  -        'type' => 'int',
  +        'type' => 'apr_size_t',
           'name' => 'bufsiz'
         }
       ]
  @@ -1598,6 +1598,11 @@
     },
     {
       'return_type' => 'apr_array_header_t *',
  +    'name' => 'ap_hook_get_pre_mpm',
  +    'args' => []
  +  },
  +  {
  +    'return_type' => 'apr_array_header_t *',
       'name' => 'ap_hook_get_process_connection',
       'args' => []
     },
  @@ -1882,6 +1887,28 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_hook_pre_mpm',
  +    'args' => [
  +      {
  +        'type' => 'ap_HOOK_pre_mpm_t *',
  +        'name' => 'pf'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszPre'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszSucc'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'nOrder'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'ap_hook_process_connection',
       'args' => [
         {
  @@ -2590,6 +2617,64 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'ap_mpm_pod_check',
  +    'args' => [
  +      {
  +        'type' => 'ap_pod_t *',
  +        'name' => 'pod'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_mpm_pod_close',
  +    'args' => [
  +      {
  +        'type' => 'ap_pod_t *',
  +        'name' => 'pod'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'ap_mpm_pod_killpg',
  +    'args' => [
  +      {
  +        'type' => 'ap_pod_t *',
  +        'name' => 'pod'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'num'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_mpm_pod_open',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'ap_pod_t **',
  +        'name' => 'pod'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_mpm_pod_signal',
  +    'args' => [
  +      {
  +        'type' => 'ap_pod_t *',
  +        'name' => 'pod'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'ap_mpm_query',
       'args' => [
         {
  @@ -3600,6 +3685,20 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'ap_run_pre_mpm',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'ap_scoreboard_e',
  +        'name' => 'sb_type'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'ap_run_process_connection',
       'args' => [
  @@ -3852,20 +3951,6 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'ap_send_size',
  -    'args' => [
  -      {
  -        'type' => 'apr_ssize_t',
  -        'name' => 'size'
  -      },
  -      {
  -        'type' => 'request_rec *',
  -        'name' => 'r'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'const char *',
       'name' => 'ap_server_root_relative',
       'args' => [
  @@ -4762,7 +4847,7 @@
           'name' => 'read_all'
         },
         {
  -        'type' => 'apr_ssize_t *',
  +        'type' => 'apr_off_t *',
           'name' => 'length'
         }
       ]
  @@ -5338,7 +5423,7 @@
           'name' => 'start'
         },
         {
  -        'type' => 'apr_off_t',
  +        'type' => 'apr_size_t',
           'name' => 'length'
         }
       ]
  @@ -5352,7 +5437,7 @@
           'name' => 'b'
         },
         {
  -        'type' => 'apr_off_t',
  +        'type' => 'apr_size_t',
           'name' => 'point'
         }
       ]
  @@ -5380,7 +5465,7 @@
           'name' => 'b'
         },
         {
  -        'type' => 'apr_off_t',
  +        'type' => 'apr_size_t',
           'name' => 'point'
         }
       ]
  @@ -5418,7 +5503,7 @@
           'name' => 'data'
         },
         {
  -        'type' => 'apr_off_t',
  +        'type' => 'apr_size_t',
           'name' => 'point'
         }
       ]
  @@ -5496,7 +5581,7 @@
           'name' => 'src'
         },
         {
  -        'type' => 'size_t',
  +        'type' => 'apr_size_t',
           'name' => 'dst_size'
         }
       ]
  @@ -5516,6 +5601,24 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_current_userid',
  +    'args' => [
  +      {
  +        'type' => 'apr_uid_t *',
  +        'name' => 'userid'
  +      },
  +      {
  +        'type' => 'apr_gid_t *',
  +        'name' => 'groupid'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'apr_date_checkmask',
       'args' => [
  @@ -6402,6 +6505,16 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'apr_file_set_inherit',
  +    'args' => [
  +      {
  +        'type' => 'apr_file_t *',
  +        'name' => 'file'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_file_trunc',
       'args' => [
  @@ -6440,6 +6553,16 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'apr_file_unset_inherit',
  +    'args' => [
  +      {
  +        'type' => 'apr_file_t *',
  +        'name' => 'file'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_file_write',
       'args' => [
  @@ -6657,24 +6780,6 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'apr_get_user_passwd',
  -    'args' => [
  -      {
  -        'type' => 'char **',
  -        'name' => 'passwd'
  -      },
  -      {
  -        'type' => 'const char *',
  -        'name' => 'username'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'apr_status_t',
       'name' => 'apr_get_userid',
       'args' => [
         {
  @@ -6906,6 +7011,24 @@
       ]
     },
     {
  +    'return_type' => 'apr_hash_t *',
  +    'name' => 'apr_hash_overlay',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'const apr_hash_t *',
  +        'name' => 'overlay'
  +      },
  +      {
  +        'type' => 'const apr_hash_t *',
  +        'name' => 'base'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'apr_hash_set',
       'args' => [
  @@ -7048,6 +7171,20 @@
       ]
     },
     {
  +    'return_type' => 'char *',
  +    'name' => 'apr_itoa',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'n'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_listen',
       'args' => [
  @@ -7221,6 +7358,16 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_lock_tryacquire',
  +    'args' => [
  +      {
  +        'type' => 'apr_lock_t *',
  +        'name' => 'lock'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_lstat',
       'args' => [
         {
  @@ -7242,6 +7389,20 @@
       ]
     },
     {
  +    'return_type' => 'char *',
  +    'name' => 'apr_ltoa',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'long',
  +        'name' => 'n'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_md4',
       'args' => [
  @@ -7470,6 +7631,20 @@
       ]
     },
     {
  +    'return_type' => 'char *',
  +    'name' => 'apr_off_t_toa',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_off_t',
  +        'name' => 'n'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'apr_optional_hook_add',
       'args' => [
  @@ -8114,6 +8289,28 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'apr_pool_child_cleanup_set',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'const void *',
  +        'name' => 'data'
  +      },
  +      {
  +        'type' => 'apr_status_t (*plain_cleanup) (void *)',
  +        'name' => 'arg2'
  +      },
  +      {
  +        'type' => 'apr_status_t (*child_cleanup) (void *)',
  +        'name' => 'arg3'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'apr_pool_cleanup_for_exec',
       'args' => []
     },
  @@ -9607,20 +9804,6 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'apr_sms_show_structure',
  -    'args' => [
  -      {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
  -      },
  -      {
  -        'type' => 'int',
  -        'name' => 'direction'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_sms_std_create',
       'args' => [
  @@ -9631,20 +9814,6 @@
       ]
     },
     {
  -    'return_type' => 'void',
  -    'name' => 'apr_sms_tag',
  -    'args' => [
  -      {
  -        'type' => 'apr_sms_t *',
  -        'name' => 'sms'
  -      },
  -      {
  -        'type' => 'const char *',
  -        'name' => 'tag'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_sms_thread_register',
       'args' => [
  @@ -10030,6 +10199,26 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'apr_socket_set_inherit',
  +    'args' => [
  +      {
  +        'type' => 'apr_socket_t *',
  +        'name' => 'socket'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'apr_socket_unset_inherit',
  +    'args' => [
  +      {
  +        'type' => 'apr_socket_t *',
  +        'name' => 'socket'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'apr_sort_hooks',
       'args' => []
     },
  @@ -10074,6 +10263,20 @@
       ]
     },
     {
  +    'return_type' => 'char *',
  +    'name' => 'apr_strfsize',
  +    'args' => [
  +      {
  +        'type' => 'apr_off_t',
  +        'name' => 'size'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'buf'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'apr_strftime',
       'args' => [
  @@ -10528,6 +10731,16 @@
         {
           'type' => 'apr_thread_t *',
           'name' => 'thd'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_pool_t *',
  +    'name' => 'apr_thread_pool_get',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_t *',
  +        'name' => 'ob'
         }
       ]
     },
  
  
  
  1.12      +60 -9     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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- StructureTable.pm 2001/07/13 16:36:02     1.11
  +++ StructureTable.pm 2001/08/01 02:04:46     1.12
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Jul 13 09:16:02 2001
  +# !          Tue Jul 31 19:03:06 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -92,6 +92,10 @@
       'elts' => []
     },
     {
  +    'type' => 'ap_HOOK_pre_mpm_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'ap_HOOK_process_connection_t',
       'elts' => []
     },
  @@ -633,6 +637,31 @@
       ]
     },
     {
  +    'type' => 'ap_LINK_pre_mpm_t',
  +    'elts' => [
  +      {
  +        'type' => 'ap_HOOK_pre_mpm_t *',
  +        'name' => 'pFunc'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'szName'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszPredecessors'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszSuccessors'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'nOrder'
  +      }
  +    ]
  +  },
  +  {
       'type' => 'ap_LINK_process_connection_t',
       'elts' => [
         {
  @@ -950,6 +979,27 @@
       'elts' => []
     },
     {
  +    'type' => 'ap_pod_t',
  +    'elts' => [
  +      {
  +        'type' => 'apr_file_t *',
  +        'name' => 'pod_in'
  +      },
  +      {
  +        'type' => 'apr_file_t *',
  +        'name' => 'pod_out'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_sockaddr_t *',
  +        'name' => 'sa'
  +      }
  +    ]
  +  },
  +  {
       'type' => 'ap_scoreboard_e',
       'elts' => []
     },
  @@ -1003,7 +1053,7 @@
       'type' => 'apr_bucket',
       'elts' => [
         {
  -        'type' => '_ANON 62',
  +        'type' => '_ANON 40',
           'name' => 'link'
         },
         {
  @@ -1011,7 +1061,7 @@
           'name' => 'type'
         },
         {
  -        'type' => 'apr_off_t',
  +        'type' => 'apr_size_t',
           'name' => 'length'
         },
         {
  @@ -1126,7 +1176,8 @@
           'name' => 'destroy'
         },
         {
  -        'type' => 'apr_status_t(*)(apr_bucket *b, const char **str, apr_size_t 
*len, apr_read_type_e block)',
  +        'type' => 'apr_status_t(*)(apr_bucket *b, const char **str, apr_size_t *len,
  +                         apr_read_type_e block)',
           'name' => 'read'
         },
         {
  @@ -1134,7 +1185,7 @@
           'name' => 'setaside'
         },
         {
  -        'type' => 'apr_status_t(*)(apr_bucket *e, apr_off_t point)',
  +        'type' => 'apr_status_t(*)(apr_bucket *e, apr_size_t point)',
           'name' => 'split'
         },
         {
  @@ -2527,11 +2578,11 @@
           'name' => 'allowed_methods'
         },
         {
  -        'type' => 'int',
  +        'type' => 'apr_off_t',
           'name' => 'sent_bodyct'
         },
         {
  -        'type' => 'long',
  +        'type' => 'apr_off_t',
           'name' => 'bytes_sent'
         },
         {
  @@ -2555,11 +2606,11 @@
           'name' => 'clength'
         },
         {
  -        'type' => 'apr_size_t',
  +        'type' => 'apr_off_t',
           'name' => 'remaining'
         },
         {
  -        'type' => 'long',
  +        'type' => 'apr_off_t',
           'name' => 'read_length'
         },
         {
  
  
  
  1.19      +14 -4     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- FunctionTable.pm  2001/06/28 17:33:00     1.18
  +++ FunctionTable.pm  2001/08/01 02:04:47     1.19
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Thu Jun 28 10:21:20 2001
  +# !          Tue Jul 31 19:03:19 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1617,7 +1617,7 @@
       ]
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'void',
       'name' => 'modperl_input_filter_register_connection',
       'args' => [
         {
  @@ -1627,7 +1627,7 @@
       ]
     },
     {
  -    'return_type' => 'int',
  +    'return_type' => 'void',
       'name' => 'modperl_input_filter_register_request',
       'args' => [
         {
  @@ -2305,8 +2305,18 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'modperl_output_filter_register_connection',
  +    'args' => [
  +      {
  +        'type' => 'conn_rec *',
  +        'name' => 'c'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
  -    'name' => 'modperl_output_filter_register',
  +    'name' => 'modperl_output_filter_register_request',
       'args' => [
         {
           'type' => 'request_rec *',
  
  
  

Reply via email to