dougm 01/11/15 09:52:00
Modified: xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
xs/tables/current/ModPerl FunctionTable.pm
Log:
sync
Revision Changes Path
1.17 +1 -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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ConstantsTable.pm 2001/11/12 22:17:02 1.16
+++ ConstantsTable.pm 2001/11/15 17:52:00 1.17
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Nov 12 14:22:14 2001
+# ! Thu Nov 15 09:53:52 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1.26 +119 -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.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- FunctionTable.pm 2001/11/12 22:17:02 1.25
+++ FunctionTable.pm 2001/11/15 17:52:00 1.26
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Nov 12 14:22:23 2001
+# ! Thu Nov 15 09:45:53 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1463,6 +1463,28 @@
},
{
'return_type' => 'void',
+ 'name' => 'ap_hook_create_connection',
+ 'args' => [
+ {
+ 'type' => 'ap_HOOK_create_connection_t *',
+ 'name' => 'pf'
+ },
+ {
+ 'type' => 'const char * const *',
+ 'name' => 'aszPre'
+ },
+ {
+ 'type' => 'const char * const *',
+ 'name' => 'aszSucc'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'nOrder'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'void',
'name' => 'ap_hook_create_request',
'args' => [
{
@@ -1571,6 +1593,11 @@
},
{
'return_type' => 'apr_array_header_t *',
+ 'name' => 'ap_hook_get_create_connection',
+ 'args' => []
+ },
+ {
+ 'return_type' => 'apr_array_header_t *',
'name' => 'ap_hook_get_create_request',
'args' => []
},
@@ -2323,6 +2350,11 @@
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'ap_listen_pre_config',
+ 'args' => []
+ },
+ {
'return_type' => 'int',
'name' => 'ap_location_walk',
'args' => [
@@ -3789,6 +3821,28 @@
]
},
{
+ 'return_type' => 'conn_rec *',
+ 'name' => 'ap_run_create_connection',
+ 'args' => [
+ {
+ 'type' => 'apr_pool_t *',
+ 'name' => 'p'
+ },
+ {
+ 'type' => 'server_rec *',
+ 'name' => 'server'
+ },
+ {
+ 'type' => 'apr_socket_t *',
+ 'name' => 'csd'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'conn_id'
+ }
+ ]
+ },
+ {
'return_type' => 'int',
'name' => 'ap_run_create_request',
'args' => [
@@ -4449,6 +4503,42 @@
},
{
'return_type' => 'const char *',
+ 'name' => 'ap_set_listenbacklog',
+ 'args' => [
+ {
+ 'type' => 'cmd_parms *',
+ 'name' => 'cmd'
+ },
+ {
+ 'type' => 'void *',
+ 'name' => 'dummy'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'arg'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'const char *',
+ 'name' => 'ap_set_listener',
+ 'args' => [
+ {
+ 'type' => 'cmd_parms *',
+ 'name' => 'cmd'
+ },
+ {
+ 'type' => 'void *',
+ 'name' => 'dummy'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'ips'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'const char *',
'name' => 'ap_set_name_virtual_host',
'args' => [
{
@@ -4467,6 +4557,24 @@
},
{
'return_type' => 'const char *',
+ 'name' => 'ap_set_send_buffer_size',
+ 'args' => [
+ {
+ 'type' => 'cmd_parms *',
+ 'name' => 'cmd'
+ },
+ {
+ 'type' => 'void *',
+ 'name' => 'dummy'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'arg'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'const char *',
'name' => 'ap_set_string_slot',
'args' => [
{
@@ -4526,6 +4634,16 @@
{
'type' => 'int',
'name' => 'read_policy'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'int',
+ 'name' => 'ap_setup_listeners',
+ 'args' => [
+ {
+ 'type' => 'server_rec *',
+ 'name' => 's'
}
]
},
1.24 +76 -5 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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- StructureTable.pm 2001/11/12 22:17:02 1.23
+++ StructureTable.pm 2001/11/15 17:52:00 1.24
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Mon Nov 12 14:22:25 2001
+# ! Thu Nov 15 09:54:02 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -24,6 +24,10 @@
'elts' => []
},
{
+ 'type' => 'ap_HOOK_create_connection_t',
+ 'elts' => []
+ },
+ {
'type' => 'ap_HOOK_create_request_t',
'elts' => []
},
@@ -216,6 +220,31 @@
]
},
{
+ 'type' => 'ap_LINK_create_connection_t',
+ 'elts' => [
+ {
+ 'type' => 'ap_HOOK_create_connection_t *',
+ 'name' => 'pFunc'
+ },
+ {
+ 'type' => 'const char *',
+ 'name' => 'szName'
+ },
+ {
+ 'type' => 'const char * const *',
+ 'name' => 'aszPredecessors'
+ },
+ {
+ 'type' => 'const char * const *',
+ 'name' => 'aszSuccessors'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'nOrder'
+ }
+ ]
+ },
+ {
'type' => 'ap_LINK_create_request_t',
'elts' => [
{
@@ -949,6 +978,31 @@
'elts' => []
},
{
+ 'type' => 'ap_listen_rec',
+ 'elts' => [
+ {
+ 'type' => 'ap_listen_rec *',
+ 'name' => 'next'
+ },
+ {
+ 'type' => 'apr_socket_t *',
+ 'name' => 'sd'
+ },
+ {
+ 'type' => 'apr_sockaddr_t *',
+ 'name' => 'bind_addr'
+ },
+ {
+ 'type' => 'accept_function',
+ 'name' => 'accept_func'
+ },
+ {
+ 'type' => 'int',
+ 'name' => 'active'
+ }
+ ]
+ },
+ {
'type' => 'ap_method_list_t',
'elts' => [
{
@@ -2380,10 +2434,6 @@
'name' => 'vhost_lookup_data'
},
{
- 'type' => 'apr_socket_t *',
- 'name' => 'client_socket'
- },
- {
'type' => 'apr_sockaddr_t *',
'name' => 'local_addr'
},
@@ -2446,6 +2496,27 @@
{
'type' => 'ap_filter_t *',
'name' => 'output_filters'
+ }
+ ]
+ },
+ {
+ 'type' => 'core_net_rec',
+ 'elts' => [
+ {
+ 'type' => 'apr_socket_t *',
+ 'name' => 'client_socket'
+ },
+ {
+ 'type' => 'conn_rec *',
+ 'name' => 'c'
+ },
+ {
+ 'type' => 'core_output_filter_ctx_t *',
+ 'name' => 'out_ctx'
+ },
+ {
+ 'type' => 'core_ctx_t *',
+ 'name' => 'in_ctx'
}
]
},
1.49 +6 -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.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- FunctionTable.pm 2001/11/13 17:42:49 1.48
+++ FunctionTable.pm 2001/11/15 17:52:00 1.49
@@ -2,7 +2,7 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! WARNING: generated by ModPerl::ParseSource/0.01
-# ! Tue Nov 13 09:47:37 2001
+# ! Thu Nov 15 09:46:16 2001
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1214,6 +1214,11 @@
{
'return_type' => 'void',
'name' => 'modperl_env_hash_keys',
+ 'args' => []
+ },
+ {
+ 'return_type' => 'void',
+ 'name' => 'modperl_env_init',
'args' => []
},
{