dougm 02/01/20 10:35:26
Modified: xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision Changes Path
1.21 +6 -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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ConstantsTable.pm 31 Dec 2001 12:16:37 -0000 1.20
+++ ConstantsTable.pm 20 Jan 2002 18:35:26 -0000 1.21
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Dec 31 20:02:32 2001
+# ! Sun Jan 20 10:13:22 2002
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -76,9 +76,11 @@
'APLOG_STARTUP'
],
'input_mode' => [
- 'AP_MODE_BLOCKING',
- 'AP_MODE_NONBLOCKING',
- 'AP_MODE_PEEK',
+ 'AP_MODE_READBYTES',
+ 'AP_MODE_GETLINE',
+ 'AP_MODE_EATCRLF',
+ 'AP_MODE_SPECULATIVE',
+ 'AP_MODE_EXHAUSTIVE',
'AP_MODE_INIT'
],
'http' => [
1.30 +183 -521 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.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- FunctionTable.pm 31 Dec 2001 12:16:37 -0000 1.29
+++ FunctionTable.pm 20 Jan 2002 18:35:26 -0000 1.30
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Dec 31 19:58:28 2001
+# ! Sun Jan 20 10:18:13 2002
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -563,8 +563,8 @@
'name' => 'ap_create_sb_handle',
'args' => [
{
- 'type' => 'void **',
- 'name' => 'new_handle'
+ 'type' => 'ap_sb_handle_t **',
+ 'name' => 'new_sbh'
},
{
'type' => 'apr_pool_t *',
@@ -1044,6 +1044,10 @@
'name' => 'mode'
},
{
+ 'type' => 'apr_read_type_e',
+ 'name' => 'block'
+ },
+ {
'type' => 'apr_off_t *',
'name' => 'readbytes'
}
@@ -1068,12 +1072,7 @@
]
},
{
- 'return_type' => 'global_score *',
- 'name' => 'ap_get_global_scoreboard',
- 'args' => []
- },
- {
- 'return_type' => 'unsigned long',
+ 'return_type' => 'apr_off_t',
'name' => 'ap_get_limit_req_body',
'args' => [
{
@@ -1117,16 +1116,6 @@
]
},
{
- 'return_type' => 'process_score *',
- 'name' => 'ap_get_parent_scoreboard',
- 'args' => [
- {
- 'type' => 'int',
- 'name' => 'x'
- }
- ]
- },
- {
'return_type' => 'const char *',
'name' => 'ap_get_remote_host',
'args' => [
@@ -1159,6 +1148,49 @@
]
},
{
+ 'return_type' => 'void **',
+ 'name' => 'ap_get_request_note',
+ 'args' => [
+ {
+ 'type' => 'request_rec *',
+ 'name' => 'r'
+ },
+ {
+ 'type' => 'apr_size_t',
+ 'name' => 'note_num'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'global_score *',
+ 'name' => 'ap_get_scoreboard_global',
+ 'args' => []
+ },
+ {
+ 'return_type' => 'process_score *',
+ 'name' => 'ap_get_scoreboard_process',
+ 'args' => [
+ {
+ 'type' => 'int',
+ 'name' => 'x'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'worker_score *',
+ 'name' => 'ap_get_scoreboard_worker',
+ 'args' => [
+ {
+ 'type' => 'int',
+ 'name' => 'x'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'y'
+ }
+ ]
+ },
+ {
'return_type' => 'const char *',
'name' => 'ap_get_server_built',
'args' => []
@@ -1189,20 +1221,6 @@
'args' => []
},
{
- 'return_type' => 'worker_score *',
- 'name' => 'ap_get_servers_scoreboard',
- 'args' => [
- {
- 'type' => 'int',
- 'name' => 'x'
- },
- {
- 'type' => 'int',
- 'name' => 'y'
- }
- ]
- },
- {
'return_type' => 'const char *',
'name' => 'ap_get_status_line',
'args' => [
@@ -2200,6 +2218,10 @@
'name' => 'mode'
},
{
+ 'type' => 'apr_read_type_e',
+ 'name' => 'block'
+ },
+ {
'type' => 'apr_off_t *',
'name' => 'readbytes'
}
@@ -2224,7 +2246,7 @@
'name' => 'ap_increment_counts',
'args' => [
{
- 'type' => 'void *',
+ 'type' => 'ap_sb_handle_t *',
'name' => 'sbh'
},
{
@@ -2260,7 +2282,12 @@
{
'return_type' => 'void',
'name' => 'ap_init_scoreboard',
- 'args' => []
+ 'args' => [
+ {
+ 'type' => 'void *',
+ 'name' => 'shared_score'
+ }
+ ]
},
{
'return_type' => 'void',
@@ -3648,6 +3675,11 @@
]
},
{
+ 'return_type' => 'apr_size_t',
+ 'name' => 'ap_register_request_note',
+ 'args' => []
+ },
+ {
'return_type' => 'void',
'name' => 'ap_remove_input_filter',
'args' => [
@@ -3938,24 +3970,24 @@
'name' => 'level'
},
{
- 'type' => 'apr_status_t',
- 'name' => 'status'
+ 'type' => 'apr_status_t status',
+ 'name' => 'arg3'
},
{
'type' => 'const server_rec *',
'name' => 's'
},
{
- 'type' => 'const request_rec *',
- 'name' => 'r'
+ 'type' => 'const request_rec *r',
+ 'name' => 'arg5'
},
{
'type' => 'apr_pool_t *',
'name' => 'pool'
},
{
- 'type' => 'const char *',
- 'name' => 'errstr'
+ 'type' => 'const char *errstr',
+ 'name' => 'arg7'
}
]
},
@@ -5011,7 +5043,7 @@
'name' => 'ap_update_child_status',
'args' => [
{
- 'type' => 'void *',
+ 'type' => 'ap_sb_handle_t *',
'name' => 'sbh'
},
{
@@ -6738,6 +6770,24 @@
},
{
'return_type' => 'apr_status_t',
+ 'name' => 'apr_file_dup2',
+ 'args' => [
+ {
+ 'type' => 'apr_file_t **',
+ 'name' => 'new_file'
+ },
+ {
+ 'type' => 'apr_file_t *',
+ 'name' => 'old_file'
+ },
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
'name' => 'apr_file_eof',
'args' => [
{
@@ -6843,6 +6893,10 @@
'name' => 'tmplt'
},
{
+ 'type' => 'apr_int32_t',
+ 'name' => 'flags'
+ },
+ {
'type' => 'apr_pool_t *',
'name' => 'p'
}
@@ -8530,6 +8584,10 @@
'name' => 'thefile'
},
{
+ 'type' => 'apr_int32_t',
+ 'name' => 'flags'
+ },
+ {
'type' => 'apr_pool_t *',
'name' => 'cont'
}
@@ -9132,6 +9190,20 @@
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'apr_pool_clear_debug',
+ 'args' => [
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'file_line'
+ }
+ ]
+ },
+ {
'return_type' => 'apr_status_t',
'name' => 'apr_pool_create_ex',
'args' => [
@@ -9154,6 +9226,32 @@
]
},
{
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_pool_create_ex_debug',
+ 'args' => [
+ {
+ 'type' => 'apr_pool_t **',
+ 'name' => 'newpool'
+ },
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'parent'
+ },
+ {
+ 'type' => 'apr_abortfunc_t',
+ 'name' => 'abort_fn'
+ },
+ {
+ 'type' => 'apr_uint32_t',
+ 'name' => 'flags'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'file_line'
+ }
+ ]
+ },
+ {
'return_type' => 'void',
'name' => 'apr_pool_destroy',
'args' => [
@@ -9164,6 +9262,20 @@
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'apr_pool_destroy_debug',
+ 'args' => [
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'file_line'
+ }
+ ]
+ },
+ {
'return_type' => 'apr_abortfunc_t',
'name' => 'apr_pool_get_abort',
'args' => [
@@ -10232,62 +10344,38 @@
},
{
'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_avail',
+ 'name' => 'apr_shm_attach',
'args' => [
{
- 'type' => 'apr_shmem_t *',
- 'name' => 'c'
+ 'type' => 'apr_shm_t **',
+ 'name' => 'm'
},
{
- 'type' => 'apr_size_t *',
- 'name' => 'avail'
- }
- ]
- },
- {
- 'return_type' => 'void *',
- 'name' => 'apr_shm_calloc',
- 'args' => [
- {
- 'type' => 'apr_shmem_t *',
- 'name' => 'shared'
+ 'type' => 'const char *',
+ 'name' => 'filename'
},
{
- 'type' => 'apr_size_t',
- 'name' => 'size'
+ 'type' => 'apr_pool_t *',
+ 'name' => 'pool'
}
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_destroy',
+ 'return_type' => 'void *',
+ 'name' => 'apr_shm_baseaddr_get',
'args' => [
{
- 'type' => 'apr_shmem_t *',
+ 'type' => 'const apr_shm_t *',
'name' => 'm'
}
]
},
{
'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_free',
- 'args' => [
- {
- 'type' => 'apr_shmem_t *',
- 'name' => 'shared'
- },
- {
- 'type' => 'void *',
- 'name' => 'entity'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_init',
+ 'name' => 'apr_shm_create',
'args' => [
{
- 'type' => 'apr_shmem_t **',
+ 'type' => 'apr_shm_t **',
'name' => 'm'
},
{
@@ -10296,63 +10384,51 @@
},
{
'type' => 'const char *',
- 'name' => 'file'
+ 'name' => 'filename'
},
{
'type' => 'apr_pool_t *',
- 'name' => 'cont'
+ 'name' => 'pool'
}
]
},
{
- 'return_type' => 'void *',
- 'name' => 'apr_shm_malloc',
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_shm_destroy',
'args' => [
{
- 'type' => 'apr_shmem_t *',
- 'name' => 'c'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'reqsize'
+ 'type' => 'apr_shm_t *',
+ 'name' => 'm'
}
]
},
{
'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_name_get',
+ 'name' => 'apr_shm_detach',
'args' => [
{
- 'type' => 'apr_shmem_t *',
- 'name' => 'c'
- },
- {
- 'type' => 'apr_shm_name_t **',
- 'name' => 'name'
+ 'type' => 'apr_shm_t *',
+ 'name' => 'm'
}
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_name_set',
+ 'return_type' => 'apr_pool_t *',
+ 'name' => 'apr_shm_pool_get',
'args' => [
{
- 'type' => 'apr_shmem_t *',
- 'name' => 'c'
- },
- {
- 'type' => 'apr_shm_name_t *',
- 'name' => 'name'
+ 'type' => 'const apr_shm_t *',
+ 'name' => 'ob'
}
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_shm_open',
+ 'return_type' => 'apr_size_t',
+ 'name' => 'apr_shm_size_get',
'args' => [
{
- 'type' => 'apr_shmem_t *',
- 'name' => 'c'
+ 'type' => 'const apr_shm_t *',
+ 'name' => 'm'
}
]
},
@@ -10439,420 +10515,6 @@
{
'type' => 'apr_interval_time_t',
'name' => 't'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_blocks_create',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'block_size'
- }
- ]
- },
- {
- 'return_type' => 'void *',
- 'name' => 'apr_sms_calloc',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'size'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_cleanup_register',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'type'
- },
- {
- 'type' => 'const void *',
- 'name' => 'data'
- },
- {
- 'type' => 'apr_status_t (*cleanup_fn)(void *)',
- 'name' => 'arg3'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_cleanup_run',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'type'
- },
- {
- 'type' => 'const void *',
- 'name' => 'data'
- },
- {
- 'type' => 'apr_status_t (*cleanup)(void *)',
- 'name' => 'arg3'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_cleanup_run_type',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'type'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_cleanup_unregister',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'type'
- },
- {
- 'type' => 'const void *',
- 'name' => 'data'
- },
- {
- 'type' => 'apr_status_t (*cleanup)(void *)',
- 'name' => 'arg3'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_cleanup_unregister_type',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_int32_t',
- 'name' => 'type'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_destroy',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_free',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'void *',
- 'name' => 'mem'
- }
- ]
- },
- {
- 'return_type' => 'apr_abortfunc_t',
- 'name' => 'apr_sms_get_abort',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'const char *',
- 'name' => 'apr_sms_get_identity',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_sms_t *',
- 'name' => 'apr_sms_get_parent',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_is_ancestor',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'a'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'b'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_lock',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'void *',
- 'name' => 'apr_sms_malloc',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'size'
- }
- ]
- },
- {
- 'return_type' => 'void *',
- 'name' => 'apr_sms_realloc',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- },
- {
- 'type' => 'void *',
- 'name' => 'mem'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'size'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_reset',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'void',
- 'name' => 'apr_sms_set_abort',
- 'args' => [
- {
- 'type' => 'apr_abortfunc_t',
- 'name' => 'abortfunc'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_std_create',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_threads_create',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_threads_create_ex',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'min_alloc'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'min_free'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'max_free'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_tracking_create',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'mem_sys'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_trivial_create',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_trivial_create_ex',
- 'args' => [
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'pms'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'min_alloc'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'min_free'
- },
- {
- 'type' => 'apr_size_t',
- 'name' => 'max_free'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_unlock',
- 'args' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_userdata_get',
- 'args' => [
- {
- 'type' => 'void **',
- 'name' => 'data'
- },
- {
- 'type' => 'const char *',
- 'name' => 'key'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_userdata_set',
- 'args' => [
- {
- 'type' => 'const void *',
- 'name' => 'data'
- },
- {
- 'type' => 'const char *',
- 'name' => 'key'
- },
- {
- 'type' => 'apr_status_t (*cleanup)(void*)',
- 'name' => 'arg2'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sms'
}
]
},
1.27 +11 -15 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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- StructureTable.pm 31 Dec 2001 12:16:37 -0000 1.26
+++ StructureTable.pm 20 Jan 2002 18:35:26 -0000 1.27
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Dec 31 19:58:29 2001
+# ! Sun Jan 20 10:18:15 2002
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1083,6 +1083,10 @@
]
},
{
+ 'type' => 'ap_sb_handle_t',
+ 'elts' => []
+ },
+ {
'type' => 'ap_scoreboard_e',
'elts' => []
},
@@ -1100,10 +1104,6 @@
]
},
{
- 'type' => 'ap_walk_cache_type',
- 'elts' => []
- },
- {
'type' => 'apr_abortfunc_t',
'elts' => []
},
@@ -1140,7 +1140,7 @@
'type' => 'apr_bucket',
'elts' => [
{
- 'type' => '_ANON 86',
+ 'type' => '_ANON 62',
'name' => 'link'
},
{
@@ -1478,6 +1478,10 @@
{
'type' => 'int',
'name' => 'has_arg'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'description'
}
]
},
@@ -1941,11 +1945,7 @@
]
},
{
- 'type' => 'apr_shm_name_t',
- 'elts' => []
- },
- {
- 'type' => 'apr_shmem_t',
+ 'type' => 'apr_shm_t',
'elts' => []
},
{
@@ -1966,10 +1966,6 @@
},
{
'type' => 'apr_size_t',
- 'elts' => []
- },
- {
- 'type' => 'apr_sms_t',
'elts' => []
},
{
1.56 +19 -1 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.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- FunctionTable.pm 31 Dec 2001 12:16:37 -0000 1.55
+++ FunctionTable.pm 20 Jan 2002 18:35:26 -0000 1.56
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Mon Dec 31 20:02:48 2001
+# ! Sun Jan 20 10:18:42 2002
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -3325,6 +3325,11 @@
]
},
{
+ 'return_type' => 'apr_pool_t *',
+ 'name' => 'modperl_server_pool',
+ 'args' => []
+ },
+ {
'return_type' => 'void',
'name' => 'modperl_set_perl_module_config',
'args' => [
@@ -3460,6 +3465,19 @@
{
'type' => 'int',
'name' => 'do_taint'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'int',
+ 'name' => 'modperl_test_run',
+ 'attr' => [
+ 'static'
+ ],
+ 'args' => [
+ {
+ 'type' => 'int',
+ 'name' => 'foo'
}
]
},