Author: stas Date: Fri Dec 10 12:06:58 2004 New Revision: 111545 URL: http://svn.apache.org/viewcvs?view=rev&rev=111545 Log: sync source scan with httpd-2.0-dev
Modified: perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm Modified: perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm?view=diff&rev=111545&p1=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r1=111544&p2=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r2=111545 ============================================================================== --- perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm (original) +++ perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm Fri Dec 10 12:06:58 2004 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Mon Dec 6 09:38:35 2004 +# ! Fri Dec 10 14:14:09 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -3291,7 +3291,7 @@ ] }, { - 'return_type' => 'int', + 'return_type' => 'apr_status_t', 'name' => 'ap_mpm_pod_check', 'args' => [ { @@ -3321,10 +3321,6 @@ { 'type' => 'int', 'name' => 'num' - }, - { - 'type' => 'int', - 'name' => 'graceful' } ] }, @@ -3349,10 +3345,6 @@ { 'type' => 'ap_pod_t *', 'name' => 'pod' - }, - { - 'type' => 'int', - 'name' => 'graceful' } ] }, @@ -4179,136 +4171,6 @@ { 'type' => 'request_rec *', 'name' => 'r' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_info_create', - 'args' => [ - { - 'type' => 'fd_queue_info_t **', - 'name' => 'queue_info' - }, - { - 'type' => 'apr_pool_t *', - 'name' => 'pool' - }, - { - 'type' => 'int', - 'name' => 'max_idlers' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_info_set_idle', - 'args' => [ - { - 'type' => 'fd_queue_info_t *', - 'name' => 'queue_info' - }, - { - 'type' => 'apr_pool_t *', - 'name' => 'pool_to_recycle' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_info_term', - 'args' => [ - { - 'type' => 'fd_queue_info_t *', - 'name' => 'queue_info' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_info_wait_for_idler', - 'args' => [ - { - 'type' => 'fd_queue_info_t *', - 'name' => 'queue_info' - }, - { - 'type' => 'apr_pool_t **', - 'name' => 'recycled_pool' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_init', - 'args' => [ - { - 'type' => 'fd_queue_t *', - 'name' => 'queue' - }, - { - 'type' => 'int', - 'name' => 'queue_capacity' - }, - { - 'type' => 'apr_pool_t *', - 'name' => 'a' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_interrupt_all', - 'args' => [ - { - 'type' => 'fd_queue_t *', - 'name' => 'queue' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_pop', - 'args' => [ - { - 'type' => 'fd_queue_t *', - 'name' => 'queue' - }, - { - 'type' => 'apr_socket_t **', - 'name' => 'sd' - }, - { - 'type' => 'apr_pool_t **', - 'name' => 'p' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_push', - 'args' => [ - { - 'type' => 'fd_queue_t *', - 'name' => 'queue' - }, - { - 'type' => 'apr_socket_t *', - 'name' => 'sd' - }, - { - 'type' => 'apr_pool_t *', - 'name' => 'p' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'ap_queue_term', - 'args' => [ - { - 'type' => 'fd_queue_t *', - 'name' => 'queue' } ] }, Modified: perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm?view=diff&rev=111545&p1=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r1=111544&p2=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r2=111545 ============================================================================== --- perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm (original) +++ perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm Fri Dec 10 12:06:58 2004 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Mon Dec 6 09:38:36 2004 +# ! Fri Dec 10 14:14:10 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -1157,6 +1157,10 @@ { 'type' => 'apr_pool_t *', 'name' => 'p' + }, + { + 'type' => 'apr_sockaddr_t *', + 'name' => 'sa' } ] },