stas 2004/05/21 11:37:21
Modified: xs/tables/current/ModPerl FunctionTable.pm
Log:
scan update
Revision Changes Path
1.157 +37 -53 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.156
retrieving revision 1.157
diff -u -u -r1.156 -r1.157
--- FunctionTable.pm 14 May 2004 07:40:31 -0000 1.156
+++ FunctionTable.pm 21 May 2004 18:37:21 -0000 1.157
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Thu May 13 22:34:11 2004
+# ! Fri May 21 02:04:32 2004
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -52,32 +52,6 @@
]
},
{
- 'return_type' => 'apr_status_t',
- 'name' => 'modperl_bucket_read',
- 'attr' => [
- 'static',
- '__inline__'
- ],
- 'args' => [
- {
- 'type' => 'apr_bucket *',
- 'name' => 'bucket'
- },
- {
- 'type' => 'const char **',
- 'name' => 'str'
- },
- {
- 'type' => 'apr_size_t *',
- 'name' => 'len'
- },
- {
- 'type' => 'apr_read_type_e',
- 'name' => 'block'
- }
- ]
- },
- {
'return_type' => 'apr_bucket *',
'name' => 'modperl_bucket_sv_create',
'args' => [
@@ -5191,6 +5165,20 @@
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'mpxs_APR__Brigade_destroy',
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_bucket_brigade *',
+ 'name' => 'bb'
+ }
+ ]
+ },
+ {
'return_type' => 'int',
'name' => 'mpxs_APR__Brigade_empty',
'args' => [
@@ -5420,6 +5408,28 @@
]
},
{
+ 'return_type' => 'SV *',
+ 'name' => 'mpxs_APR__Bucket_read',
+ 'attr' => [
+ 'static',
+ '__inline__'
+ ],
+ 'args' => [
+ {
+ 'type' => 'PerlInterpreter *',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'apr_bucket *',
+ 'name' => 'bucket'
+ },
+ {
+ 'type' => 'apr_read_type_e',
+ 'name' => 'block'
+ }
+ ]
+ },
+ {
'return_type' => 'void',
'name' => 'mpxs_APR__Bucket_remove',
'attr' => [
@@ -7405,32 +7415,6 @@
{
'type' => 'char *',
'name' => 'val'
- }
- ]
- },
- {
- 'return_type' => 'apr_status_t',
- 'name' => 'mpxs_modperl_bucket_read',
- 'attr' => [
- 'static',
- '__inline__'
- ],
- 'args' => [
- {
- 'type' => 'PerlInterpreter *',
- 'name' => 'my_perl'
- },
- {
- 'type' => 'apr_bucket *',
- 'name' => 'bucket'
- },
- {
- 'type' => 'SV *',
- 'name' => 'buffer'
- },
- {
- 'type' => 'apr_read_type_e',
- 'name' => 'block'
}
]
},