You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/04/24 04:25:45 UTC

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

dougm       01/04/23 19:25:45

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.4       +115 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionTable.pm	2001/04/19 17:45:22	1.3
  +++ FunctionTable.pm	2001/04/24 02:25:45	1.4
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Apr 19 10:01:42 2001
  +# !          Mon Apr 23 18:32:09 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -5708,6 +5708,24 @@
       'name' => 'ap_set_string_slot'
     },
     {
  +    'return_type' => 'const char *',
  +    'args' => [
  +      {
  +        'name' => 'cmd',
  +        'type' => 'cmd_parms *'
  +      },
  +      {
  +        'name' => 'struct_ptr',
  +        'type' => 'void *'
  +      },
  +      {
  +        'name' => 'arg',
  +        'type' => 'const char *'
  +      }
  +    ],
  +    'name' => 'ap_set_int_slot'
  +  },
  +  {
       'return_type' => 'int',
       'args' => [
         {
  @@ -7963,6 +7981,10 @@
         {
           'name' => 'mode',
           'type' => 'ap_input_mode_t'
  +      },
  +      {
  +        'name' => 'readbytes',
  +        'type' => 'apr_size_t *'
         }
       ],
       'name' => 'ap_get_brigade'
  @@ -9538,6 +9560,98 @@
       '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' => [
         {
  @@ -9654,98 +9768,6 @@
         }
       ],
       '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.4       +10 -19    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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StructureTable.pm	2001/04/19 17:45:23	1.3
  +++ StructureTable.pm	2001/04/24 02:25:45	1.4
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Apr 19 10:01:43 2001
  +# !          Mon Apr 23 18:32:10 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -323,7 +323,7 @@
         },
         {
           'name' => 'remaining',
  -        'type' => 'long'
  +        'type' => 'apr_size_t'
         },
         {
           'name' => 'read_length',
  @@ -1108,10 +1108,18 @@
           'type' => 'signed int'
         },
         {
  +        'name' => 'keptalive',
  +        'type' => 'unsigned'
  +      },
  +      {
           'name' => 'double_reverse',
           'type' => 'signed int'
         },
         {
  +        'name' => 'keepalives',
  +        'type' => 'int'
  +      },
  +      {
           'name' => 'local_ip',
           'type' => 'char *'
         },
  @@ -1138,10 +1146,6 @@
         {
           'name' => 'output_filters',
           'type' => 'ap_filter_t *'
  -      },
  -      {
  -        'name' => 'remain',
  -        'type' => 'long'
         }
       ],
       'type' => 'conn_rec'
  @@ -2692,19 +2696,6 @@
     {
       'elts' => [],
       'type' => 'apr_hash_index_t'
  -  },
  -  {
  -    'elts' => [
  -      {
  -        'name' => 'pid',
  -        'type' => 'pid_t'
  -      },
  -      {
  -        'name' => 'status',
  -        'type' => 'unsigned char'
  -      }
  -    ],
  -    'type' => 'ap_ctable'
     },
     {
       'elts' => [],