dougm 01/04/27 14:07:10
Modified: xs/tables/current/Apache FunctionTable.pm StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision Changes Path
1.5 +40 -16 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FunctionTable.pm 2001/04/24 02:25:45 1.4
+++ FunctionTable.pm 2001/04/27 21:07:04 1.5
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Apr 23 18:32:09 2001
+# ! Fri Apr 27 14:00:21 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -60,6 +60,40 @@
'name' => 'apr_pool_create'
},
{
+ 'return_type' => 'void',
+ 'args' => [
+ {
+ 'name' => 'abortfunc',
+ 'type' => 'apr_abortfunc_t'
+ },
+ {
+ 'name' => 'pool',
+ 'type' => 'apr_pool_t *'
+ }
+ ],
+ 'name' => 'apr_pool_set_abort'
+ },
+ {
+ 'return_type' => 'apr_abortfunc_t',
+ 'args' => [
+ {
+ 'name' => 'pool',
+ 'type' => 'apr_pool_t *'
+ }
+ ],
+ 'name' => 'apr_pool_get_abort'
+ },
+ {
+ 'return_type' => 'apr_pool_t *',
+ 'args' => [
+ {
+ 'name' => 'pool',
+ 'type' => 'apr_pool_t *'
+ }
+ ],
+ 'name' => 'apr_pool_get_parent'
+ },
+ {
'return_type' => 'apr_status_t',
'args' => [
{
@@ -139,6 +173,10 @@
{
'name' => 'p',
'type' => 'apr_pool_t *'
+ },
+ {
+ 'name' => 'recurse',
+ 'type' => 'int'
}
],
'name' => 'apr_pool_num_bytes'
@@ -1340,20 +1378,6 @@
'return_type' => 'apr_status_t',
'args' => [
{
- 'name' => 'arg0',
- 'type' => 'int (*apr_abort)(int retcode)'
- },
- {
- 'name' => 'cont',
- 'type' => 'apr_pool_t *'
- }
- ],
- 'name' => 'apr_set_abort'
- },
- {
- 'return_type' => 'apr_status_t',
- 'args' => [
- {
'name' => 'os',
'type' => 'apr_getopt_t **'
},
@@ -3493,7 +3517,7 @@
},
{
'name' => 'thedso',
- 'type' => 'apr_os_dso_handle_t *'
+ 'type' => 'apr_os_dso_handle_t'
},
{
'name' => 'pool',
1.5 +7 -52 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- StructureTable.pm 2001/04/24 02:25:45 1.4
+++ StructureTable.pm 2001/04/27 21:07:06 1.5
@@ -2,58 +2,13 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Apr 23 18:32:10 2001
+# ! Fri Apr 27 14:00:23 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$Apache::StructureTable = [
{
- 'elts' => [
- {
- 'name' => 'first',
- 'type' => 'union block_hdr *'
- },
- {
- 'name' => 'last',
- 'type' => 'union block_hdr *'
- },
- {
- 'name' => 'cleanups',
- 'type' => 'cleanup *'
- },
- {
- 'name' => 'subprocesses',
- 'type' => 'process_chain *'
- },
- {
- 'name' => 'sub_pools',
- 'type' => 'apr_pool_t *'
- },
- {
- 'name' => 'sub_next',
- 'type' => 'apr_pool_t *'
- },
- {
- 'name' => 'sub_prev',
- 'type' => 'apr_pool_t *'
- },
- {
- 'name' => 'parent',
- 'type' => 'apr_pool_t *'
- },
- {
- 'name' => 'free_first_avail',
- 'type' => 'char *'
- },
- {
- 'name' => 'apr_abort',
- 'type' => 'int(*)(int retcode)'
- },
- {
- 'name' => 'prog_data',
- 'type' => 'apr_hash_t *'
- }
- ],
+ 'elts' => [],
'type' => 'apr_pool_t'
},
{
@@ -69,7 +24,7 @@
'elts' => [
{
'name' => 'link',
- 'type' => '_ANON 63'
+ 'type' => '_ANON 62'
},
{
'name' => 'type',
@@ -1108,10 +1063,6 @@
'type' => 'signed int'
},
{
- 'name' => 'keptalive',
- 'type' => 'unsigned'
- },
- {
'name' => 'double_reverse',
'type' => 'signed int'
},
@@ -2438,6 +2389,10 @@
{
'elts' => [],
'type' => 'apr_locktype_e'
+ },
+ {
+ 'elts' => [],
+ 'type' => 'apr_abortfunc_t'
},
{
'elts' => [],
1.8 +43 -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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- FunctionTable.pm 2001/04/20 03:03:40 1.7
+++ FunctionTable.pm 2001/04/27 21:07:09 1.8
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Thu Apr 19 19:14:01 2001
+# ! Fri Apr 27 14:00:37 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -356,6 +356,10 @@
{
'name' => 'pv',
'type' => 'const char *'
+ },
+ {
+ 'name' => 'logfailure',
+ 'type' => 'int'
}
],
'name' => 'modperl_require_module'
@@ -402,6 +406,10 @@
'return_type' => 'void',
'args' => [
{
+ 'name' => 'p',
+ 'type' => 'apr_pool_t *'
+ },
+ {
'name' => 'handles',
'type' => 'apr_array_header_t *'
}
@@ -1936,6 +1944,10 @@
{
'name' => 'mode',
'type' => 'ap_input_mode_t'
+ },
+ {
+ 'name' => 'readbytes',
+ 'type' => 'apr_size_t *'
}
],
'name' => 'modperl_run_filter'
@@ -2042,6 +2054,10 @@
{
'name' => 'mode',
'type' => 'ap_input_mode_t'
+ },
+ {
+ 'name' => 'readbytes',
+ 'type' => 'apr_size_t *'
}
],
'name' => 'modperl_input_filter_handler'
@@ -3079,6 +3095,32 @@
}
],
'name' => 'mpxs_Apache__Filter_read'
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'args' => [
+ {
+ 'name' => 'my_perl',
+ 'type' => 'PerlInterpreter *'
+ },
+ {
+ 'name' => 'filter',
+ 'type' => 'ap_filter_t *'
+ },
+ {
+ 'name' => 'brigade',
+ 'type' => 'apr_bucket_brigade *'
+ },
+ {
+ 'name' => 'mode',
+ 'type' => 'ap_input_mode_t'
+ },
+ {
+ 'name' => 'svreadbytes',
+ 'type' => 'SV *'
+ }
+ ],
+ 'name' => 'mpxs_ap_get_brigade'
},
{
'return_type' => 'U32 *',