dougm 01/09/12 21:39:58
Modified: xs/tables/current/Apache FunctionTable.pm StructureTable.pm
Log:
sync
Revision Changes Path
1.18 +79 -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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- FunctionTable.pm 2001/09/06 16:41:29 1.17
+++ FunctionTable.pm 2001/09/13 04:39:57 1.18
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Thu Sep 6 09:45:43 2001
+# ! Wed Sep 12 21:41:32 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -7000,6 +7000,10 @@
'name' => 'path'
},
{
+ 'type' => 'apr_int32_t',
+ 'name' => 'flags'
+ },
+ {
'type' => 'apr_pool_t *',
'name' => 'p'
}
@@ -11198,6 +11202,80 @@
{
'type' => 'apr_thread_t *',
'name' => 'ob'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_create',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t **',
+ 'name' => 'rwlock'
+ },
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'pool'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_destroy',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_rdlock',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_tryrdlock',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_trywrlock',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_unlock',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'apr_status_t',
+ 'name' => 'apr_thread_rwlock_wrlock',
+ 'args' => [
+ {
+ 'type' => 'apr_thread_rwlock_t *',
+ 'name' => 'rwlock'
}
]
},
1.17 +5 -1 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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- StructureTable.pm 2001/09/06 16:41:29 1.16
+++ StructureTable.pm 2001/09/13 04:39:57 1.17
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Thu Sep 6 09:45:45 2001
+# ! Wed Sep 12 21:41:34 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -2020,6 +2020,10 @@
},
{
'type' => 'apr_thread_once_t',
+ 'elts' => []
+ },
+ {
+ 'type' => 'apr_thread_rwlock_t',
'elts' => []
},
{