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/09/06 18:41:30 UTC

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

dougm       01/09/06 09:41:30

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.17      +277 -2    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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- FunctionTable.pm	2001/09/06 05:16:25	1.16
  +++ FunctionTable.pm	2001/09/06 16:41:29	1.17
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sun Aug 19 10:32:09 2001
  +# !          Thu Sep  6 09:45:43 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -208,6 +208,20 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'ap_basic_http_header',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'apr_bucket_brigade *',
  +        'name' => 'bb'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_bucket *',
       'name' => 'ap_bucket_error_create',
       'args' => [
  @@ -554,6 +568,28 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'ap_dechunk_filter',
  +    'args' => [
  +      {
  +        'type' => 'ap_filter_t *',
  +        'name' => 'f'
  +      },
  +      {
  +        'type' => 'apr_bucket_brigade *',
  +        'name' => 'b'
  +      },
  +      {
  +        'type' => 'ap_input_mode_t',
  +        'name' => 'mode'
  +      },
  +      {
  +        'type' => 'apr_off_t *',
  +        'name' => 'readbytes'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'const char *',
       'name' => 'ap_default_type',
       'args' => [
  @@ -589,6 +625,16 @@
     },
     {
       'return_type' => 'int',
  +    'name' => 'ap_directory_walk',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
       'name' => 'ap_discard_request_body',
       'args' => [
         {
  @@ -717,6 +763,16 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_file_walk',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'apr_status_t',
       'name' => 'ap_filter_flush',
       'args' => [
  @@ -1545,6 +1601,11 @@
       'args' => []
     },
     {
  +    'return_type' => 'apr_array_header_t *',
  +    'name' => 'ap_hook_get_map_to_storage',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_hook_get_mgmt_items',
       'args' => [
  @@ -1755,6 +1816,28 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_hook_map_to_storage',
  +    'args' => [
  +      {
  +        'type' => 'ap_HOOK_map_to_storage_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_open_logs',
       'args' => [
         {
  @@ -2019,6 +2102,28 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'ap_http_filter',
  +    'args' => [
  +      {
  +        'type' => 'ap_filter_t *',
  +        'name' => 'f'
  +      },
  +      {
  +        'type' => 'apr_bucket_brigade *',
  +        'name' => 'b'
  +      },
  +      {
  +        'type' => 'ap_input_mode_t',
  +        'name' => 'mode'
  +      },
  +      {
  +        'type' => 'apr_off_t *',
  +        'name' => 'readbytes'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'ap_http_header_filter',
       'args' => [
         {
  @@ -2194,6 +2299,16 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_location_walk',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_log_assert',
       'args' => [
  @@ -2996,6 +3111,20 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_os_is_path_absolute',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'dir'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_parse_uri',
       'args' => [
  @@ -3222,6 +3351,16 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_process_request_internal',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_process_resource_config',
       'args' => [
  @@ -3417,6 +3556,16 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_remove_input_filter',
  +    'args' => [
  +      {
  +        'type' => 'ap_filter_t *',
  +        'name' => 'f'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'ap_remove_loaded_module',
       'args' => [
         {
  @@ -3471,6 +3620,20 @@
     },
     {
       'return_type' => 'char *',
  +    'name' => 'ap_response_code_string',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'error_index'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'char *',
       'name' => 'ap_rfc1413',
       'args' => [
         {
  @@ -3744,6 +3907,16 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_run_map_to_storage',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'ap_run_open_logs',
       'args' => [
  @@ -4075,6 +4248,26 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'ap_send_http_options',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'ap_send_http_trace',
  +    'args' => [
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'size_t',
       'name' => 'ap_send_mmap',
       'args' => [
  @@ -4097,7 +4290,7 @@
       ]
     },
     {
  -    'return_type' => 'const char *',
  +    'return_type' => 'char *',
       'name' => 'ap_server_root_relative',
       'args' => [
         {
  @@ -10913,6 +11106,88 @@
         {
           'type' => 'apr_thread_t *',
           'name' => 'thd'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_mutex_create',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_mutex_t **',
  +        'name' => 'mutex'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_mutex_destroy',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_mutex_lock',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_mutex_trylock',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_mutex_unlock',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_mutex_t *',
  +        'name' => 'mutex'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_once',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_once_t *',
  +        'name' => 'control'
  +      },
  +      {
  +        'type' => 'void (*func)(void)',
  +        'name' => 'arg1'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_thread_once_init',
  +    'args' => [
  +      {
  +        'type' => 'apr_thread_once_t **',
  +        'name' => 'control'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
         }
       ]
     },
  
  
  
  1.16      +61 -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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- StructureTable.pm	2001/09/06 05:16:25	1.15
  +++ StructureTable.pm	2001/09/06 16:41:29	1.16
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Sun Aug 19 10:32:11 2001
  +# !          Thu Sep  6 09:45:45 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -68,6 +68,10 @@
       'elts' => []
     },
     {
  +    'type' => 'ap_HOOK_map_to_storage_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'ap_HOOK_open_logs_t',
       'elts' => []
     },
  @@ -487,6 +491,31 @@
       ]
     },
     {
  +    'type' => 'ap_LINK_map_to_storage_t',
  +    'elts' => [
  +      {
  +        'type' => 'ap_HOOK_map_to_storage_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_open_logs_t',
       'elts' => [
         {
  @@ -771,6 +800,10 @@
         {
           'type' => 'const char *',
           'name' => 'data'
  +      },
  +      {
  +        'type' => 'apr_sms_t *',
  +        'name' => 'sms'
         }
       ]
     },
  @@ -1053,7 +1086,7 @@
       'type' => 'apr_bucket',
       'elts' => [
         {
  -        'type' => '_ANON 40',
  +        'type' => '_ANON 62',
           'name' => 'link'
         },
         {
  @@ -1073,8 +1106,8 @@
           'name' => 'data'
         },
         {
  -        'type' => 'void(*)(void *e)',
  -        'name' => 'free'
  +        'type' => 'apr_sms_t *',
  +        'name' => 'sms'
         }
       ]
     },
  @@ -1105,6 +1138,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'readpool'
  +      },
  +      {
  +        'type' => 'apr_sms_t *',
  +        'name' => 'sms'
         }
       ]
     },
  @@ -1122,6 +1159,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'alloc_len'
  +      },
  +      {
  +        'type' => 'apr_sms_t *',
  +        'name' => 'sms'
         }
       ]
     },
  @@ -1135,6 +1176,10 @@
         {
           'type' => 'apr_mmap_t *',
           'name' => 'mmap'
  +      },
  +      {
  +        'type' => 'apr_sms_t *',
  +        'name' => 'sms'
         }
       ]
     },
  @@ -1970,6 +2015,14 @@
       ]
     },
     {
  +    'type' => 'apr_thread_mutex_t',
  +    'elts' => []
  +  },
  +  {
  +    'type' => 'apr_thread_once_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_thread_start_t',
       'elts' => []
     },
  @@ -2700,6 +2753,10 @@
         {
           'type' => 'char *',
           'name' => 'filename'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'canonical_filename'
         },
         {
           'type' => 'char *',