dougm 01/07/13 09:36:12
Modified: xs/tables/current/Apache FunctionTable.pm StructureTable.pm
Log:
sync
Revision Changes Path
1.12 +245 -40 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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- FunctionTable.pm 2001/06/29 19:10:28 1.11
+++ FunctionTable.pm 2001/07/13 16:35:58 1.12
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Fri Jun 29 11:44:12 2001
+# ! Fri Jul 13 09:16:00 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1005,6 +1005,16 @@
]
},
{
+ 'return_type' => 'process_score *',
+ 'name' => 'ap_get_parent_scoreboard',
+ 'args' => [
+ {
+ 'type' => 'int',
+ 'name' => 'x'
+ }
+ ]
+ },
+ {
'return_type' => 'const char *',
'name' => 'ap_get_remote_host',
'args' => [
@@ -1067,6 +1077,20 @@
'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' => [
@@ -4496,7 +4520,7 @@
'name' => 'apr_array_append',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -4528,7 +4552,7 @@
'name' => 'apr_array_copy',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -4542,7 +4566,7 @@
'name' => 'apr_array_copy_hdr',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -4556,7 +4580,7 @@
'name' => 'apr_array_make',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -4574,7 +4598,7 @@
'name' => 'apr_array_pstrcat',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -6946,6 +6970,20 @@
},
{
'return_type' => 'apr_status_t',
+ 'name' => 'apr_implode_gmt',
+ 'args' => [
+ {
+ 'type' => 'apr_time_t *',
+ 'name' => 'result'
+ },
+ {
+ 'type' => 'apr_exploded_time_t *',
+ 'name' => 'input'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
'name' => 'apr_implode_time',
'args' => [
{
@@ -8182,11 +8220,6 @@
]
},
{
- 'return_type' => 'apr_size_t',
- 'name' => 'apr_pool_free_blocks_num_bytes',
- 'args' => []
- },
- {
'return_type' => 'apr_abortfunc_t',
'name' => 'apr_pool_get_abort',
'args' => [
@@ -8239,20 +8272,6 @@
]
},
{
- 'return_type' => 'apr_size_t',
- 'name' => 'apr_pool_num_bytes',
- 'args' => [
- {
- 'type' => 'apr_pool_t *',
- 'name' => 'p'
- },
- {
- 'type' => 'int',
- 'name' => 'recurse'
- }
- ]
- },
- {
'return_type' => 'void',
'name' => 'apr_pool_set_abort',
'args' => [
@@ -9372,7 +9391,7 @@
'name' => 'type'
},
{
- 'type' => 'void *',
+ 'type' => 'const void *',
'name' => 'data'
},
{
@@ -9394,7 +9413,7 @@
'name' => 'type'
},
{
- 'type' => 'void *',
+ 'type' => 'const void *',
'name' => 'data'
},
{
@@ -9430,7 +9449,7 @@
'name' => 'type'
},
{
- 'type' => 'void *',
+ 'type' => 'const void *',
'name' => 'data'
},
{
@@ -9478,8 +9497,8 @@
]
},
{
- 'return_type' => 'apr_sms_t *',
- 'name' => 'apr_sms_get_parent',
+ 'return_type' => 'apr_abortfunc_t',
+ 'name' => 'apr_sms_get_abort',
'args' => [
{
'type' => 'apr_sms_t *',
@@ -9489,7 +9508,7 @@
},
{
'return_type' => 'const char *',
- 'name' => 'apr_sms_identity',
+ 'name' => 'apr_sms_get_identity',
'args' => [
{
'type' => 'apr_sms_t *',
@@ -9498,16 +9517,12 @@
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'apr_sms_init',
+ 'return_type' => 'apr_sms_t *',
+ 'name' => 'apr_sms_get_parent',
'args' => [
{
'type' => 'apr_sms_t *',
'name' => 'sms'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'parent_sms'
}
]
},
@@ -9578,6 +9593,34 @@
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'apr_sms_set_abort',
+ 'args' => [
+ {
+ 'type' => 'apr_abortfunc_t',
+ 'name' => 'abortfunc'
+ },
+ {
+ 'type' => 'apr_sms_t *',
+ 'name' => 'sms'
+ }
+ ]
+ },
+ {
+ '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' => [
@@ -9588,7 +9631,89 @@
]
},
{
+ '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' => [
+ {
+ 'type' => 'apr_sms_t *',
+ 'name' => 'sms'
+ },
+ {
+ 'type' => 'apr_os_thread_t',
+ 'name' => 'thread'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_sms_thread_unregister',
+ 'args' => [
+ {
+ 'type' => 'apr_sms_t *',
+ 'name' => 'sms'
+ },
+ {
+ 'type' => 'apr_os_thread_t',
+ 'name' => 'thread'
+ }
+ ]
+ },
+ {
+ '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' => [
{
@@ -9603,6 +9728,46 @@
},
{
'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' => [
{
@@ -9612,6 +9777,46 @@
]
},
{
+ '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'
+ }
+ ]
+ },
+ {
'return_type' => 'int',
'name' => 'apr_snprintf',
'args' => [
@@ -9991,7 +10196,7 @@
'name' => 'apr_table_copy',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -10041,7 +10246,7 @@
'name' => 'apr_table_make',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
@@ -10109,7 +10314,7 @@
'name' => 'apr_table_overlay',
'args' => [
{
- 'type' => 'struct apr_pool_t *',
+ 'type' => 'apr_pool_t *',
'name' => 'p'
},
{
1.11 +5 -79 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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- StructureTable.pm 2001/06/28 17:32:51 1.10
+++ StructureTable.pm 2001/07/13 16:36:02 1.11
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Thu Jun 28 10:21:07 2001
+# ! Fri Jul 13 09:16:02 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -975,7 +975,7 @@
'elts' => [
{
'type' => 'apr_pool_t *',
- 'name' => 'cont'
+ 'name' => 'pool'
},
{
'type' => 'int',
@@ -1003,7 +1003,7 @@
'type' => 'apr_bucket',
'elts' => [
{
- 'type' => '_ANON 63',
+ 'type' => '_ANON 62',
'name' => 'link'
},
{
@@ -1537,7 +1537,7 @@
'name' => 'mm'
},
{
- 'type' => 'apr_off_t',
+ 'type' => 'apr_size_t',
'name' => 'size'
}
]
@@ -1799,81 +1799,7 @@
},
{
'type' => 'apr_sms_t',
- 'elts' => [
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'parent'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'child'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'sibling'
- },
- {
- 'type' => 'apr_sms_t **',
- 'name' => 'ref'
- },
- {
- 'type' => 'apr_sms_t *',
- 'name' => 'accounting'
- },
- {
- 'type' => 'const char *',
- 'name' => 'identity'
- },
- {
- 'type' => 'apr_pool_t *',
- 'name' => 'pool'
- },
- {
- 'type' => 'apr_lock_t *',
- 'name' => 'sms_lock'
- },
- {
- 'type' => 'apr_sms_cleanup *',
- 'name' => 'cleanups'
- },
- {
- 'type' => 'void *(*) (apr_sms_t *sms, apr_size_t size)',
- 'name' => 'malloc_fn'
- },
- {
- 'type' => 'void *(*) (apr_sms_t *sms, apr_size_t size)',
- 'name' => 'calloc_fn'
- },
- {
- 'type' => 'void *(*) (apr_sms_t *sms, void *memory,
- apr_size_t size)',
- 'name' => 'realloc_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms, void *memory)',
- 'name' => 'free_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms)',
- 'name' => 'reset_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms)',
- 'name' => 'pre_destroy_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms)',
- 'name' => 'destroy_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms)',
- 'name' => 'lock_fn'
- },
- {
- 'type' => 'apr_status_t(*) (apr_sms_t *sms)',
- 'name' => 'unlock_fn'
- }
- ]
+ 'elts' => []
},
{
'type' => 'apr_sockaddr_t',