dougm 01/11/19 14:40:12
Modified: xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision Changes Path
1.18 +3 -2 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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ConstantsTable.pm 2001/11/15 17:52:00 1.17
+++ ConstantsTable.pm 2001/11/19 22:40:12 1.18
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Thu Nov 15 09:53:52 2001
+# ! Mon Nov 19 14:57:24 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -78,7 +78,8 @@
'input_mode' => [
'AP_MODE_BLOCKING',
'AP_MODE_NONBLOCKING',
- 'AP_MODE_PEEK'
+ 'AP_MODE_PEEK',
+ 'AP_MODE_INIT'
],
'http' => [
'HTTP_CONTINUE',
1.27 +6 -6 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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- FunctionTable.pm 2001/11/15 17:52:00 1.26
+++ FunctionTable.pm 2001/11/19 22:40:12 1.27
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Thu Nov 15 09:45:53 2001
+# ! Mon Nov 19 14:57:32 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -580,7 +580,7 @@
'name' => 'status'
},
{
- 'type' => 'char *',
+ 'type' => 'const char *',
'name' => 'string'
}
]
@@ -2340,12 +2340,12 @@
]
},
{
- 'return_type' => 'apr_status_t',
+ 'return_type' => 'void',
'name' => 'ap_lingering_close',
'args' => [
{
- 'type' => 'void *',
- 'name' => 'dummy'
+ 'type' => 'conn_rec *',
+ 'name' => 'c'
}
]
},
@@ -3361,7 +3361,7 @@
]
},
{
- 'return_type' => 'void',
+ 'return_type' => 'int',
'name' => 'ap_process_child_status',
'args' => [
{
1.51 +69 -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.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- FunctionTable.pm 2001/11/15 18:19:56 1.50
+++ FunctionTable.pm 2001/11/19 22:40:12 1.51
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Thu Nov 15 10:29:32 2001
+# ! Mon Nov 19 14:57:48 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -678,6 +678,24 @@
},
{
'return_type' => 'const char *',
+ 'name' => 'modperl_cmd_pass_env',
+ 'args' => [
+ {
+ 'type' => 'cmd_parms *',
+ 'name' => 'parms'
+ },
+ {
+ 'type' => 'void *',
+ 'name' => 'mconfig'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'arg'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'const char *',
'name' => 'modperl_cmd_perl',
'args' => [
{
@@ -840,6 +858,28 @@
},
{
'return_type' => 'const char *',
+ 'name' => 'modperl_cmd_set_env',
+ 'args' => [
+ {
+ 'type' => 'cmd_parms *',
+ 'name' => 'parms'
+ },
+ {
+ 'type' => 'void *',
+ 'name' => 'mconfig'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'arg1'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'arg2'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'const char *',
'name' => 'modperl_cmd_set_var',
'args' => [
{
@@ -1198,6 +1238,34 @@
{
'type' => 'PerlInterpreter *',
'name' => 'my_perl'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'void',
+ 'name' => 'modperl_env_configure_request',
+ 'args' => [
+ {
+ 'type' => 'request_rec *',
+ 'name' => 'r'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'void',
+ 'name' => 'modperl_env_configure_server',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
+ },
+ {
+ 'type' => 'server_rec *',
+ 'name' => 's'
}
]
},