dougm       01/04/19 10:45:31

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.6       +5 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConstantsTable.pm 2001/04/18 05:28:18     1.5
  +++ ConstantsTable.pm 2001/04/19 17:45:21     1.6
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Apr 17 22:15:55 2001
  +# !          Thu Apr 19 10:01:37 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -148,6 +148,10 @@
       ]
     },
     'APR' => {
  +    'read_type' => [
  +      'APR_BLOCK_READ',
  +      'APR_NONBLOCK_READ'
  +    ],
       'fileperms' => [
         'APR_UREAD',
         'APR_UWRITE',
  
  
  
  1.3       +125 -93   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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FunctionTable.pm  2001/04/18 04:42:50     1.2
  +++ FunctionTable.pm  2001/04/19 17:45:22     1.3
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Apr 17 21:37:29 2001
  +# !          Thu Apr 19 10:01:42 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -3488,6 +3488,38 @@
       'return_type' => 'apr_status_t',
       'args' => [
         {
  +        'name' => 'dso',
  +        'type' => 'apr_dso_handle_t **'
  +      },
  +      {
  +        'name' => 'thedso',
  +        'type' => 'apr_os_dso_handle_t *'
  +      },
  +      {
  +        'name' => 'pool',
  +        'type' => 'apr_pool_t *'
  +      }
  +    ],
  +    'name' => 'apr_os_dso_handle_put'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'dso',
  +        'type' => 'apr_os_dso_handle_t *'
  +      },
  +      {
  +        'name' => 'aprdso',
  +        'type' => 'apr_dso_handle_t *'
  +      }
  +    ],
  +    'name' => 'apr_os_dso_handle_get'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
           'name' => 'm',
           'type' => 'apr_shmem_t **'
         },
  @@ -9506,98 +9538,6 @@
       'name' => 'ap_matches_request_vhost'
     },
     {
  -    'return_type' => 'int',
  -    'args' => [],
  -    'name' => 'ap_exists_scoreboard_image'
  -  },
  -  {
  -    'return_type' => 'void',
  -    'args' => [
  -      {
  -        'name' => 'p',
  -        'type' => 'apr_pool_t *'
  -      },
  -      {
  -        'name' => 't',
  -        'type' => 'ap_scoreboard_e'
  -      }
  -    ],
  -    'name' => 'ap_create_scoreboard'
  -  },
  -  {
  -    'return_type' => 'void',
  -    'args' => [
  -      {
  -        'name' => 'child_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'thread_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'r',
  -        'type' => 'request_rec *'
  -      }
  -    ],
  -    'name' => 'ap_increment_counts'
  -  },
  -  {
  -    'return_type' => 'apr_status_t',
  -    'args' => [
  -      {
  -        'name' => 'd',
  -        'type' => 'void *'
  -      }
  -    ],
  -    'name' => 'ap_cleanup_scoreboard'
  -  },
  -  {
  -    'return_type' => 'void',
  -    'args' => [],
  -    'name' => 'ap_sync_scoreboard_image'
  -  },
  -  {
  -    'return_type' => 'int',
  -    'args' => [
  -      {
  -        'name' => 'child_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'thread_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'status',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'r',
  -        'type' => 'request_rec *'
  -      }
  -    ],
  -    'name' => 'ap_update_child_status'
  -  },
  -  {
  -    'return_type' => 'void',
  -    'args' => [
  -      {
  -        'name' => 'child_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'thread_num',
  -        'type' => 'int'
  -      },
  -      {
  -        'name' => 'status',
  -        'type' => 'int'
  -      }
  -    ],
  -    'name' => 'ap_time_process_request'
  -  },
  -  {
       'return_type' => 'void',
       'args' => [
         {
  @@ -9714,6 +9654,98 @@
         }
       ],
       'name' => 'ap_rfc1413'
  +  },
  +  {
  +    'return_type' => 'int',
  +    'args' => [],
  +    'name' => 'ap_exists_scoreboard_image'
  +  },
  +  {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'p',
  +        'type' => 'apr_pool_t *'
  +      },
  +      {
  +        'name' => 't',
  +        'type' => 'ap_scoreboard_e'
  +      }
  +    ],
  +    'name' => 'ap_create_scoreboard'
  +  },
  +  {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'child_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'thread_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'r',
  +        'type' => 'request_rec *'
  +      }
  +    ],
  +    'name' => 'ap_increment_counts'
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'd',
  +        'type' => 'void *'
  +      }
  +    ],
  +    'name' => 'ap_cleanup_scoreboard'
  +  },
  +  {
  +    'return_type' => 'void',
  +    'args' => [],
  +    'name' => 'ap_sync_scoreboard_image'
  +  },
  +  {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'child_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'thread_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'status',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'r',
  +        'type' => 'request_rec *'
  +      }
  +    ],
  +    'name' => 'ap_update_child_status'
  +  },
  +  {
  +    'return_type' => 'void',
  +    'args' => [
  +      {
  +        'name' => 'child_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'thread_num',
  +        'type' => 'int'
  +      },
  +      {
  +        'name' => 'status',
  +        'type' => 'int'
  +      }
  +    ],
  +    'name' => 'ap_time_process_request'
     },
     {
       'return_type' => 'int',
  
  
  
  1.3       +18 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StructureTable.pm 2001/04/18 04:42:51     1.2
  +++ StructureTable.pm 2001/04/19 17:45:23     1.3
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Tue Apr 17 21:37:31 2001
  +# !          Thu Apr 19 10:01:43 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1108,18 +1108,10 @@
           'type' => 'signed int'
         },
         {
  -        'name' => 'keptalive',
  -        'type' => 'unsigned'
  -      },
  -      {
           'name' => 'double_reverse',
           'type' => 'signed int'
         },
         {
  -        'name' => 'keepalives',
  -        'type' => 'int'
  -      },
  -      {
           'name' => 'local_ip',
           'type' => 'char *'
         },
  @@ -2370,6 +2362,10 @@
     },
     {
       'elts' => [],
  +    'type' => 'apr_os_dso_handle_t'
  +  },
  +  {
  +    'elts' => [],
       'type' => 'apr_dso_handle_sym_t'
     },
     {
  @@ -2696,6 +2692,19 @@
     {
       'elts' => [],
       'type' => 'apr_hash_index_t'
  +  },
  +  {
  +    'elts' => [
  +      {
  +        'name' => 'pid',
  +        'type' => 'pid_t'
  +      },
  +      {
  +        'name' => 'status',
  +        'type' => 'unsigned char'
  +      }
  +    ],
  +    'type' => 'ap_ctable'
     },
     {
       'elts' => [],
  
  
  
  1.4       +122 -8    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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionTable.pm  2001/04/18 04:42:54     1.3
  +++ FunctionTable.pm  2001/04/19 17:45:28     1.4
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Tue Apr 17 21:37:46 2001
  +# !          Thu Apr 19 10:01:59 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1680,7 +1680,7 @@
           'type' => 'const char *'
         }
       ],
  -    'name' => 'modperl_cmd_output_filter_handlers'
  +    'name' => 'modperl_cmd_response_handlers'
     },
     {
       'return_type' => 'const char *',
  @@ -1698,7 +1698,7 @@
           'type' => 'const char *'
         }
       ],
  -    'name' => 'modperl_cmd_response_handlers'
  +    'name' => 'modperl_cmd_log_handlers'
     },
     {
       'return_type' => 'const char *',
  @@ -1716,7 +1716,25 @@
           'type' => 'const char *'
         }
       ],
  -    'name' => 'modperl_cmd_log_handlers'
  +    'name' => 'modperl_cmd_input_filter_handlers'
  +  },
  +  {
  +    'return_type' => 'const char *',
  +    'args' => [
  +      {
  +        'name' => 'parms',
  +        'type' => 'cmd_parms *'
  +      },
  +      {
  +        'name' => 'dummy',
  +        'type' => 'void *'
  +      },
  +      {
  +        'name' => 'arg',
  +        'type' => 'const char *'
  +      }
  +    ],
  +    'name' => 'modperl_cmd_output_filter_handlers'
     },
     {
       'return_type' => 'const char *',
  @@ -1860,6 +1878,10 @@
         {
           'name' => 'filter',
           'type' => 'modperl_filter_t *'
  +      },
  +      {
  +        'name' => 'mode',
  +        'type' => 'ap_input_mode_t'
         }
       ],
       'name' => 'modperl_run_filter'
  @@ -1967,6 +1989,44 @@
       'name' => 'modperl_brigade_dump'
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'f',
  +        'type' => 'ap_filter_t *'
  +      },
  +      {
  +        'name' => 'bb',
  +        'type' => 'apr_bucket_brigade *'
  +      },
  +      {
  +        'name' => 'mode',
  +        'type' => 'ap_input_mode_t'
  +      }
  +    ],
  +    'name' => 'modperl_input_filter_handler'
  +  },
  +  {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'c',
  +        'type' => 'conn_rec *'
  +      }
  +    ],
  +    'name' => 'modperl_input_filter_register_connection'
  +  },
  +  {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'r',
  +        'type' => 'request_rec *'
  +      }
  +    ],
  +    'name' => 'modperl_input_filter_register_request'
  +  },
  +  {
       'return_type' => 'modperl_mgv_t *',
       'args' => [
         {
  @@ -2317,20 +2377,50 @@
       'name' => 'mpxs_APR__Bucket_new'
     },
     {
  -    'return_type' => 'const char *',
  +    'return_type' => 'apr_status_t',
       'args' => [
         {
           'name' => 'bucket',
           'type' => 'apr_bucket *'
         },
         {
  -        'name' => 'wanted',
  -        'type' => 'apr_ssize_t'
  +        'name' => 'str',
  +        'type' => 'const char **'
  +      },
  +      {
  +        'name' => 'len',
  +        'type' => 'apr_size_t *'
  +      },
  +      {
  +        'name' => 'block',
  +        'type' => 'apr_read_type_e'
         }
       ],
  -    'name' => 'mpxs_APR__Bucket_read'
  +    'name' => 'modperl_bucket_read'
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'args' => [
  +      {
  +        'name' => 'my_perl',
  +        'type' => 'PerlInterpreter *'
  +      },
  +      {
  +        'name' => 'bucket',
  +        'type' => 'apr_bucket *'
  +      },
  +      {
  +        'name' => 'buffer',
  +        'type' => 'SV *'
  +      },
  +      {
  +        'name' => 'block',
  +        'type' => 'apr_read_type_e'
  +      }
  +    ],
  +    'name' => 'mpxs_modperl_bucket_read'
  +  },
  +  {
       'return_type' => 'int',
       'args' => [
         {
  @@ -2557,6 +2647,16 @@
       'name' => 'mpxs_APR__Brigade_concat'
     },
     {
  +    'return_type' => 'int',
  +    'args' => [
  +      {
  +        'name' => 'brigade',
  +        'type' => 'apr_bucket_brigade *'
  +      }
  +    ],
  +    'name' => 'mpxs_APR__Brigade_empty'
  +  },
  +  {
       'return_type' => 'apr_uuid_t *',
       'args' => [
         {
  @@ -2939,6 +3039,20 @@
         }
       ],
       'name' => 'mpxs_Apache__OutputFilter_read'
  +  },
  +  {
  +    'return_type' => 'I32 *',
  +    'args' => [
  +      {
  +        'name' => 'package',
  +        'type' => 'SV *'
  +      },
  +      {
  +        'name' => 'cvrv',
  +        'type' => 'SV *'
  +      }
  +    ],
  +    'name' => 'modperl_filter_attributes'
     },
     {
       'return_type' => 'apr_size_t',
  
  
  

Reply via email to