stas 2004/05/03 23:20:58
Modified: xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
update the source scan to the latest functions
Revision Changes Path
1.40 +6 -1 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.39
retrieving revision 1.40
diff -u -u -r1.39 -r1.40
--- ConstantsTable.pm 19 Apr 2004 23:18:01 -0000 1.39
+++ ConstantsTable.pm 4 May 2004 06:20:57 -0000 1.40
@@ -2,11 +2,16 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Apr 19 16:15:31 2004
+# ! Mon May 3 13:30:11 2004
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$Apache::ConstantsTable = {
+ 'ModPerl' => {
+ 'common' => [
+ 'MODPERL_RC_EXIT'
+ ]
+ },
'Apache' => {
'types' => [
'DIR_MAGIC_TYPE'
1.56 +1 -1 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.55
retrieving revision 1.56
diff -u -u -r1.55 -r1.56
--- FunctionTable.pm 14 Apr 2004 03:42:41 -0000 1.55
+++ FunctionTable.pm 4 May 2004 06:20:57 -0000 1.56
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Tue Apr 13 18:33:37 2004
+# ! Fri Apr 30 14:44:04 2004
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1.154 +76 -56 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.153
retrieving revision 1.154
diff -u -u -r1.153 -r1.154
--- FunctionTable.pm 23 Apr 2004 18:00:32 -0000 1.153
+++ FunctionTable.pm 4 May 2004 06:20:58 -0000 1.154
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Thu Apr 22 21:47:52 2004
+# ! Mon May 3 18:24:32 2004
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -18,16 +18,6 @@
]
},
{
- 'return_type' => 'char *',
- 'name' => 'modperl_apr_strerror',
- 'args' => [
- {
- 'type' => 'apr_status_t',
- 'name' => 'rv'
- }
- ]
- },
- {
'return_type' => 'int',
'name' => 'modperl_authen_handler',
'args' => [
@@ -1575,6 +1565,16 @@
]
},
{
+ 'return_type' => 'const char **',
+ 'name' => 'modperl_constants_group_lookup_modperl',
+ 'args' => [
+ {
+ 'type' => 'const char *',
+ 'name' => 'name'
+ }
+ ]
+ },
+ {
'return_type' => 'SV *',
'name' => 'modperl_constants_lookup_apache',
'args' => [
@@ -1603,6 +1603,38 @@
]
},
{
+ 'return_type' => 'SV *',
+ 'name' => 'modperl_constants_lookup_modperl',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'name'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'void',
+ 'name' => 'modperl_croak',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_status_t',
+ 'name' => 'rc'
+ },
+ {
+ 'type' => 'const char*',
+ 'name' => 'func'
+ }
+ ]
+ },
+ {
'return_type' => 'unsigned long',
'name' => 'modperl_debug_level',
'args' => []
@@ -1779,6 +1811,20 @@
'args' => []
},
{
+ 'return_type' => 'char *',
+ 'name' => 'modperl_error_strerror',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_status_t',
+ 'name' => 'rc'
+ }
+ ]
+ },
+ {
'return_type' => 'int',
'name' => 'modperl_errsv',
'args' => [
@@ -5446,6 +5492,24 @@
]
},
{
+ 'return_type' => 'SV *',
+ 'name' => 'mpxs_APR__Socket_recv',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_socket_t *',
+ 'name' => 'socket'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'len'
+ }
+ ]
+ },
+ {
'return_type' => 'void',
'name' => 'mpxs_APR__Socket_timeout_set',
'args' => [
@@ -7117,29 +7181,7 @@
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'mpxs_apr_socket_recv',
- 'args' => [
- {
- 'type' => 'PerlInterpreter *',
- 'name' => 'my_perl'
- },
- {
- 'type' => 'apr_socket_t *',
- 'name' => 'socket'
- },
- {
- 'type' => 'SV *',
- 'name' => 'sv_buf'
- },
- {
- 'type' => 'SV *',
- 'name' => 'sv_len'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
+ 'return_type' => 'apr_size_t',
'name' => 'mpxs_apr_socket_send',
'args' => [
{
@@ -7179,28 +7221,6 @@
{
'type' => 'SV **',
'name' => 'sp'
- }
- ]
- },
- {
- 'return_type' => 'void',
- 'name' => 'mpxs_apr_strerror',
- 'attr' => [
- 'static',
- '__inline__'
- ],
- 'args' => [
- {
- 'type' => 'PerlInterpreter *',
- 'name' => 'my_perl'
- },
- {
- 'type' => 'SV *',
- 'name' => 'sv'
- },
- {
- 'type' => 'SV *',
- 'name' => 'arg'
}
]
},