Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 74313 invoked by uid 500); 25 Jan 2002 04:04:14 -0000 Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 74302 invoked by uid 500); 25 Jan 2002 04:04:13 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 25 Jan 2002 04:04:12 -0000 Message-ID: <20020125040412.25448.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 02/01/24 20:04:12 Modified: xs/tables/current/Apache FunctionTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision Changes Path 1.31 +72 -6 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.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- FunctionTable.pm 20 Jan 2002 18:35:26 -0000 1.30 +++ FunctionTable.pm 25 Jan 2002 04:04:12 -0000 1.31 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Sun Jan 20 10:18:13 2002 +# ! Thu Jan 24 19:50:33 2002 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -1048,7 +1048,7 @@ 'name' => 'block' }, { - 'type' => 'apr_off_t *', + 'type' => 'apr_off_t', 'name' => 'readbytes' } ] @@ -2222,7 +2222,7 @@ 'name' => 'block' }, { - 'type' => 'apr_off_t *', + 'type' => 'apr_off_t', 'name' => 'readbytes' } ] @@ -3782,7 +3782,7 @@ ] }, { - 'return_type' => 'int', + 'return_type' => 'apr_status_t', 'name' => 'ap_rgetline', 'args' => [ { @@ -3790,10 +3790,14 @@ 'name' => 's' }, { - 'type' => 'int', + 'type' => 'apr_size_t', 'name' => 'n' }, { + 'type' => 'apr_size_t *', + 'name' => 'read' + }, + { 'type' => 'request_rec *', 'name' => 'r' }, @@ -5452,6 +5456,24 @@ }, { 'return_type' => 'apr_status_t', + 'name' => 'apr_brigade_flatten', + 'args' => [ + { + 'type' => 'apr_bucket_brigade *', + 'name' => 'bb' + }, + { + 'type' => 'char *', + 'name' => 'c' + }, + { + 'type' => 'apr_off_t *', + 'name' => 'len' + } + ] + }, + { + 'return_type' => 'apr_status_t', 'name' => 'apr_brigade_length', 'args' => [ { @@ -5488,6 +5510,28 @@ }, { 'return_type' => 'apr_status_t', + 'name' => 'apr_brigade_pflatten', + 'args' => [ + { + 'type' => 'apr_bucket_brigade *', + 'name' => 'bb' + }, + { + 'type' => 'char **', + 'name' => 'c' + }, + { + 'type' => 'apr_off_t *', + 'name' => 'len' + }, + { + 'type' => 'apr_pool_t *', + 'name' => 'pool' + } + ] + }, + { + 'return_type' => 'apr_status_t', 'name' => 'apr_brigade_printf', 'args' => [ { @@ -5594,6 +5638,28 @@ }, { 'return_type' => 'apr_status_t', + 'name' => 'apr_brigade_split_line', + 'args' => [ + { + 'type' => 'apr_bucket_brigade *', + 'name' => 'bbOut' + }, + { + 'type' => 'apr_bucket_brigade *', + 'name' => 'bbIn' + }, + { + 'type' => 'apr_read_type_e', + 'name' => 'block' + }, + { + 'type' => 'apr_off_t', + 'name' => 'maxbytes' + } + ] + }, + { + 'return_type' => 'apr_status_t', 'name' => 'apr_brigade_to_iovec', 'args' => [ { @@ -6773,7 +6839,7 @@ 'name' => 'apr_file_dup2', 'args' => [ { - 'type' => 'apr_file_t **', + 'type' => 'apr_file_t *', 'name' => 'new_file' }, { 1.57 +25 -32 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.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- FunctionTable.pm 20 Jan 2002 18:35:26 -0000 1.56 +++ FunctionTable.pm 25 Jan 2002 04:04:12 -0000 1.57 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by ModPerl::ParseSource/0.01 -# ! Sun Jan 20 10:18:42 2002 +# ! Thu Jan 24 20:01:03 2002 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -2079,7 +2079,11 @@ 'name' => 'mode' }, { - 'type' => 'apr_off_t *', + 'type' => 'apr_read_type_e', + 'name' => 'block' + }, + { + 'type' => 'apr_off_t', 'name' => 'readbytes' } ] @@ -3305,7 +3309,11 @@ 'name' => 'mode' }, { - 'type' => 'apr_off_t *', + 'type' => 'apr_read_type_e', + 'name' => 'block' + }, + { + 'type' => 'apr_off_t', 'name' => 'readbytes' } ] @@ -4542,6 +4550,20 @@ ] }, { + 'return_type' => '', + 'name' => 'mpxs_Apache__RequestRec_set_last_modified', + 'args' => [ + { + 'type' => 'request_rec *', + 'name' => 'r' + }, + { + 'type' => 'apr_time_t', + 'name' => 'mtime' + } + ] + }, + { 'return_type' => 'apr_ssize_t', 'name' => 'mpxs_Apache__RequestRec_write', 'args' => [ @@ -4747,35 +4769,6 @@ { 'type' => 'SV **', 'name' => 'sp' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'mpxs_ap_get_brigade', - 'attr' => [ - 'static' - ], - 'args' => [ - { - 'type' => 'PerlInterpreter *', - 'name' => 'my_perl' - }, - { - 'type' => 'ap_filter_t *', - 'name' => 'filter' - }, - { - 'type' => 'apr_bucket_brigade *', - 'name' => 'brigade' - }, - { - 'type' => 'ap_input_mode_t', - 'name' => 'mode' - }, - { - 'type' => 'SV *', - 'name' => 'svreadbytes' } ] },