Return-Path: X-Original-To: apmail-perl-modperl-cvs-archive@www.apache.org Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76E4F10B4D for ; Thu, 27 Jun 2013 06:42:08 +0000 (UTC) Received: (qmail 38311 invoked by uid 500); 27 Jun 2013 06:42:04 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 38281 invoked by uid 500); 27 Jun 2013 06:42:04 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@perl.apache.org List-Id: Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 38262 invoked by uid 99); 27 Jun 2013 06:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 06:42:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 06:41:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 09CDB2388AC8; Thu, 27 Jun 2013 06:41:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1497222 [4/7] - in /perl/modperl/branches/httpd24/xs/tables: current/Apache2/ current/ModPerl/ current24/ current24/APR/ current24/Apache2/ current24/ModPerl/ Date: Thu, 27 Jun 2013 06:41:26 -0000 To: modperl-cvs@perl.apache.org From: jkaluza@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130627064128.09CDB2388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: perl/modperl/branches/httpd24/xs/tables/current/ModPerl/FunctionTable.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/xs/tables/current/ModPerl/FunctionTable.pm?rev=1497222&r1=1497221&r2=1497222&view=diff ============================================================================== --- perl/modperl/branches/httpd24/xs/tables/current/ModPerl/FunctionTable.pm (original) +++ perl/modperl/branches/httpd24/xs/tables/current/ModPerl/FunctionTable.pm Thu Jun 27 06:41:26 2013 @@ -2,7 +2,7 @@ package ModPerl::FunctionTable; # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by ModPerl::ParseSource/0.01 -# ! Wed Feb 20 16:22:07 2013 +# ! Mon May 23 14:15:47 2005 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -22,7 +22,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_apr_array_header2avrv', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -56,7 +56,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_avrv2apr_array_header', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -88,7 +88,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_bucket_sv_create', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -114,7 +114,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_callback', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -440,28 +440,6 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'const char *', - 'name' => 'modperl_cmd_authn_provider', - 'args' => [ - { - 'type' => 'cmd_parms *', - 'name' => 'parms' - }, - { - 'type' => 'void *', - 'name' => 'mconfig' - }, - { - 'type' => 'const char *', - 'name' => 'arg1' - }, - { - 'type' => 'const char *', - 'name' => 'arg2' - } - ] - }, - { - 'return_type' => 'const char *', 'name' => 'modperl_cmd_authz_handlers', 'args' => [ { @@ -480,28 +458,6 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'const char *', - 'name' => 'modperl_cmd_authz_provider', - 'args' => [ - { - 'type' => 'cmd_parms *', - 'name' => 'parms' - }, - { - 'type' => 'void *', - 'name' => 'mconfig' - }, - { - 'type' => 'const char *', - 'name' => 'arg1' - }, - { - 'type' => 'const char *', - 'name' => 'arg2' - } - ] - }, - { - 'return_type' => 'const char *', 'name' => 'modperl_cmd_child_exit_handlers', 'args' => [ { @@ -1286,8 +1242,8 @@ $ModPerl::FunctionTable = [ 'return_type' => 'U16 *', 'name' => 'modperl_code_attrs', 'args' => [ - { - 'type' => 'PerlInterpreter*', + { + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1359,16 +1315,6 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'modperl_config_con_t *', - 'name' => 'modperl_config_con_new', - 'args' => [ - { - 'type' => 'conn_rec *', - 'name' => 'c' - } - ] - }, - { 'return_type' => 'void *', 'name' => 'modperl_config_dir_create', 'args' => [ @@ -1415,7 +1361,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_config_insert', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1457,7 +1403,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_config_insert_parms', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1475,7 +1421,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_config_insert_request', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1505,7 +1451,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_config_insert_server', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1523,7 +1469,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_config_is_perl_option_enabled', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1561,11 +1507,21 @@ $ModPerl::FunctionTable = [ ] }, { + 'return_type' => 'modperl_config_con_t *', + 'name' => 'modperl_config_con_new', + 'args' => [ + { + 'type' => 'conn_rec *', + 'name' => 'c' + } + ] + }, + { 'return_type' => 'apr_status_t', 'name' => 'modperl_config_request_cleanup', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1627,10 +1583,6 @@ $ModPerl::FunctionTable = [ { 'type' => 'apr_pool_t *', 'name' => 'p' - }, - { - 'type' => 'server_rec *', - 'name' => 's' } ] }, @@ -1639,7 +1591,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_const_compile', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1691,7 +1643,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_constants_lookup_apache2_const', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1705,7 +1657,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_constants_lookup_apr_const', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1719,7 +1671,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_constants_lookup_modperl', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1733,7 +1685,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_croak', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1759,7 +1711,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1785,7 +1737,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_clear', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -1795,7 +1747,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_configure_request_dir', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1809,7 +1761,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_configure_request_srv', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1823,7 +1775,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_configure_server', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1841,7 +1793,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_default_populate', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -1851,7 +1803,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_hash_keys', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -1861,7 +1813,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_hv_store', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1884,7 +1836,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_request_populate', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1898,7 +1850,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_request_tie', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1912,7 +1864,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_request_unpopulate', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1926,7 +1878,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_request_untie', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1940,7 +1892,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_sync_dir_env_hash2table', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1958,7 +1910,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_env_sync_srv_env_hash2table', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1981,7 +1933,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_error_strerror', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -1995,7 +1947,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_errsv', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2017,7 +1969,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_errsv_prepend', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2045,7 +1997,7 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'U16 *', + 'return_type' => 'U32 *', 'name' => 'modperl_filter_attributes', 'attr' => [ 'static', @@ -2053,10 +2005,6 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', - 'name' => 'my_perl' - }, - { 'type' => 'SV *', 'name' => 'package' }, @@ -2071,7 +2019,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_filter_mg_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2115,7 +2063,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_filter_resolve_init_handler', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2133,7 +2081,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_filter_runtime_add', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2316,7 +2264,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_global_request', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2340,7 +2288,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_global_request_obj_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2421,7 +2369,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2442,7 +2390,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2456,7 +2404,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_anon_init', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2473,7 +2421,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2675,7 +2623,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_make_args', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2720,7 +2668,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_new_from_sv', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2738,7 +2686,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_perl_add_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2776,7 +2724,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_perl_get_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2794,7 +2742,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_push_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2816,7 +2764,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_handler_resolve', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2848,7 +2796,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_hash_seed_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -2861,7 +2809,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2886,7 +2834,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -2907,7 +2855,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3083,7 +3031,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3108,7 +3056,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3343,7 +3291,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -3356,7 +3304,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3381,7 +3329,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3402,7 +3350,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3419,7 +3367,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3436,7 +3384,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3453,7 +3401,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3470,7 +3418,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3487,7 +3435,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3504,7 +3452,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3628,7 +3576,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_append', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3650,7 +3598,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_as_string', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3672,7 +3620,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_compile', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3738,7 +3686,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_lookup', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3752,7 +3700,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_lookup_autoload', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3784,7 +3732,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_require_module', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3806,7 +3754,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_mgv_resolve', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3832,7 +3780,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_modglobal_hash_keys', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -3842,7 +3790,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_modglobal_lookup', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3878,7 +3826,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_module_config_get_obj', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3900,7 +3848,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_module_config_table_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3914,7 +3862,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_module_config_table_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -3931,7 +3879,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4071,7 +4019,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4096,7 +4044,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4118,7 +4066,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_package_unload', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4135,7 +4083,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4153,7 +4101,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_call_endav', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -4163,7 +4111,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_call_list', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4181,7 +4129,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_core_global_init', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -4210,7 +4158,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4228,7 +4176,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_do_sprintf', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4250,7 +4198,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_exit', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4264,7 +4212,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_gensym', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4278,7 +4226,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_global_avcv_call', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4300,7 +4248,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_global_avcv_clear', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4322,7 +4270,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_global_avcv_register', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4344,7 +4292,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_global_request_restore', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4358,7 +4306,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_global_request_save', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4372,7 +4320,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_perl_hv_fetch_he', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4411,7 +4359,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4458,7 +4406,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4493,7 +4441,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_pnotes', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4511,12 +4459,8 @@ $ModPerl::FunctionTable = [ { 'type' => 'request_rec *', 'name' => 'r' - }, - { - 'type' => 'conn_rec *', - 'name' => 'c' } - ] + ] }, { 'return_type' => 'int', @@ -4587,7 +4531,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4601,74 +4545,6 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'apr_status_t', - 'name' => 'modperl_register_auth_provider', - 'args' => [ - { - 'type' => 'apr_pool_t *', - 'name' => 'pool' - }, - { - 'type' => 'const char *', - 'name' => 'provider_group' - }, - { - 'type' => 'const char *', - 'name' => 'provider_name' - }, - { - 'type' => 'const char *', - 'name' => 'provider_version' - }, - { - 'type' => 'SV *', - 'name' => 'callback1' - }, - { - 'type' => 'SV *', - 'name' => 'callback2' - }, - { - 'type' => 'int', - 'name' => 'type' - } - ] - }, - { - 'return_type' => 'apr_status_t', - 'name' => 'modperl_register_auth_provider_name', - 'args' => [ - { - 'type' => 'apr_pool_t *', - 'name' => 'pool' - }, - { - 'type' => 'const char *', - 'name' => 'provider_group' - }, - { - 'type' => 'const char *', - 'name' => 'provider_name' - }, - { - 'type' => 'const char *', - 'name' => 'provider_version' - }, - { - 'type' => 'const char *', - 'name' => 'callback1' - }, - { - 'type' => 'const char *', - 'name' => 'callback2' - }, - { - 'type' => 'int', - 'name' => 'type' - } - ] - }, - { 'return_type' => 'void', 'name' => 'modperl_register_handler_hooks', 'args' => [] @@ -4691,7 +4567,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4713,7 +4589,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_require_file', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4731,7 +4607,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_require_module', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4857,7 +4733,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_slurp_filename', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4878,7 +4754,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4939,7 +4815,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4956,7 +4832,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4970,7 +4846,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_clear', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -4984,7 +4860,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_clone', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5002,7 +4878,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_delete', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5020,7 +4896,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_destroy', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5034,7 +4910,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_fetch', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5052,7 +4928,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_free', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5066,7 +4942,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_new', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -5076,7 +4952,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_split', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5090,7 +4966,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_svptr_table_store', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5122,7 +4998,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_sys_is_dir', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5136,7 +5012,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_table_get_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5173,9 +5049,9 @@ $ModPerl::FunctionTable = [ 'args' => [ { 'type' => 'PerlInterpreter *', - 'name' => 'thx' - } - ] + 'name' => 'thx', + }, + ], }, { 'return_type' => 'void', @@ -5183,14 +5059,14 @@ $ModPerl::FunctionTable = [ 'args' => [ { 'type' => 'PerlInterpreter *', - 'name' => 'thx' + 'name' => 'thx', }, { 'type' => 'modperl_interp_t *', - 'name' => 'interp' - } - ] - }, + 'name' => 'interp', + }, + ], + }, { 'return_type' => 'void', 'name' => 'modperl_tipool_add', @@ -5536,7 +5412,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5558,7 +5434,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_xs_dl_handles_clear', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -5578,7 +5454,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_xs_dl_handles_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -5588,7 +5464,7 @@ $ModPerl::FunctionTable = [ 'name' => 'modperl_xs_sv2request_rec', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5634,7 +5510,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Brigade_destroy', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5658,7 +5534,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Brigade_flatten', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5728,7 +5604,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Brigade_length', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5784,7 +5660,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__BucketAlloc_new', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5869,7 +5745,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5899,7 +5775,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Bucket_read', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5935,7 +5811,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Bucket_setaside', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5953,7 +5829,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Finfo_stat', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -5971,7 +5847,7 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'unsigned long', + 'return_type' => 'U32', 'name' => 'mpxs_APR__OS_current_thread_id', 'attr' => [ 'static', @@ -5979,7 +5855,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -5993,7 +5869,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6003,29 +5879,11 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'int', - 'name' => 'mpxs_APR__Socket_fileno', - 'attr' => [ - 'static', - '__inline__' - ], - 'args' => [ - { - 'type' => 'PerlInterpreter*', - 'name' => 'my_perl' - }, - { - 'type' => 'apr_socket_t *', - 'name' => 'socket' - } - ] - }, - { 'return_type' => 'apr_int32_t', 'name' => 'mpxs_APR__Socket_opt_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6043,7 +5901,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Socket_opt_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6087,7 +5945,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Socket_recv', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6109,7 +5967,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__Socket_timeout_set', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6123,11 +5981,29 @@ $ModPerl::FunctionTable = [ ] }, { + 'return_type' => 'int', + 'name' => 'mpxs_APR__Socket_fileno', + 'attr' => [ + 'static', + '__inline__' + ], + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'apr_socket_t *', + 'name' => 'socket' + } + ] + }, + { 'return_type' => 'SV *', 'name' => 'mpxs_APR__String_strfsize', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6163,7 +6039,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6185,7 +6061,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6207,7 +6083,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6229,7 +6105,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6251,7 +6127,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6273,7 +6149,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__URI_port', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6291,7 +6167,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_APR__URI_rpath', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6305,7 +6181,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__CmdParms_add_config', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6323,7 +6199,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__CmdParms_info', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6337,7 +6213,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__CmdParms_override_opts', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6351,7 +6227,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Connection_add_input_filter', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6369,7 +6245,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Connection_add_output_filter', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6387,7 +6263,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Connection_client_socket', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6405,7 +6281,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Connection_get_remote_host', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6425,13 +6301,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__Connection_pnotes', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6457,7 +6329,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6475,7 +6347,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6493,7 +6365,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6511,7 +6383,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Filter_fflush', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6529,7 +6401,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Filter_get_brigade', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6559,7 +6431,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Filter_pass_brigade', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6581,7 +6453,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6607,7 +6479,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6629,7 +6501,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__Filter_remove', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6655,7 +6527,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6680,7 +6552,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -6693,7 +6565,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6714,7 +6586,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -6728,7 +6600,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6750,7 +6622,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6766,13 +6638,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__Module_ap_api_major_version', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6784,13 +6652,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__Module_ap_api_minor_version', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6808,7 +6672,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6834,7 +6698,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6848,7 +6712,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_FILENO', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6862,7 +6726,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_GETC', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6876,7 +6740,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_OPEN', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6896,13 +6760,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'void', 'name' => 'mpxs_Apache2__RequestRec_add_config', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6932,7 +6792,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_add_input_filter', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6950,7 +6810,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_add_output_filter', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -6968,10 +6828,10 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_allow_override_opts', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, - { + { 'type' => 'request_rec *', 'name' => 'r' } @@ -6980,13 +6840,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_as_string', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7000,7 +6856,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_auth_name', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7018,7 +6874,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_auth_type', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7034,13 +6890,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'void', 'name' => 'mpxs_Apache2__RequestRec_child_terminate', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7052,13 +6904,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_content_languages', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7074,13 +6922,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'const char *', 'name' => 'mpxs_Apache2__RequestRec_content_type', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7096,13 +6940,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'const char *', 'name' => 'mpxs_Apache2__RequestRec_document_root', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7118,13 +6958,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'apr_finfo_t *', 'name' => 'mpxs_Apache2__RequestRec_finfo', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7140,13 +6976,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_get_handlers', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7162,13 +6994,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'const char *', 'name' => 'mpxs_Apache2__RequestRec_handler', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7188,13 +7016,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_is_perl_option_enabled', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7210,10 +7034,6 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'char *', 'name' => 'mpxs_Apache2__RequestRec_location', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { 'type' => 'request_rec *', @@ -7224,10 +7044,6 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_location_merge', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { 'type' => 'request_rec *', @@ -7242,13 +7058,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_new', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7268,13 +7080,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_no_cache', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7300,13 +7108,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_pnotes', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7328,7 +7132,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_print', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7348,13 +7152,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_proxyreq', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7370,13 +7170,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_push_handlers', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7401,7 +7197,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7427,7 +7223,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_rflush', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7449,7 +7245,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_sendfile', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7473,10 +7269,6 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'void', 'name' => 'mpxs_Apache2__RequestRec_set_basic_credentials', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { 'type' => 'request_rec *', @@ -7495,13 +7287,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'int', 'name' => 'mpxs_Apache2__RequestRec_set_handlers', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7535,13 +7323,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'SV *', 'name' => 'mpxs_Apache2__RequestRec_subprocess_env', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7563,7 +7347,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__RequestRec_write', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7587,13 +7371,9 @@ $ModPerl::FunctionTable = [ { 'return_type' => 'request_rec *', 'name' => 'mpxs_Apache2__RequestUtil_request', - 'attr' => [ - 'static', - '__inline__' - ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7611,7 +7391,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__ServerRec_add_config', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7629,7 +7409,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__ServerRec_get_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7647,7 +7427,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__ServerRec_is_perl_option_enabled', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7662,28 +7442,10 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'int', - 'name' => 'mpxs_Apache2__ServerRec_loglevel', - 'args' => [ - { - 'type' => 'PerlInterpreter*', - 'name' => 'my_perl' - }, - { - 'type' => 'server_rec *', - 'name' => 's' - }, - { - 'type' => 'int', - 'name' => 'loglevel' - } - ] - }, - { - 'return_type' => 'int', 'name' => 'mpxs_Apache2__ServerRec_push_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7705,7 +7467,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__ServerRec_set_handlers', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7730,7 +7492,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' } ] @@ -7740,7 +7502,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_Apache2__ServerUtil_server_shutdown_cleanup_register', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7757,12 +7519,11 @@ $ModPerl::FunctionTable = [ 'return_type' => 'int', 'name' => 'mpxs_ModPerl__Global_special_list_call', 'attr' => [ - 'static', '__inline__' ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7779,12 +7540,11 @@ $ModPerl::FunctionTable = [ 'return_type' => 'int', 'name' => 'mpxs_ModPerl__Global_special_list_clear', 'attr' => [ - 'static', '__inline__' ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7801,12 +7561,11 @@ $ModPerl::FunctionTable = [ 'return_type' => 'int', 'name' => 'mpxs_ModPerl__Global_special_list_register', 'attr' => [ - 'static', '__inline__' ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7828,7 +7587,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7850,7 +7609,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_ap_allow_methods', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7876,7 +7635,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7901,7 +7660,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7919,32 +7678,6 @@ $ModPerl::FunctionTable = [ ] }, { - 'return_type' => 'apr_status_t', - 'name' => 'mpxs_ap_register_auth_provider', - 'attr' => [ - 'static', - '__inline__' - ], - 'args' => [ - { - 'type' => 'PerlInterpreter*', - 'name' => 'my_perl' - }, - { - 'type' => 'I32', - 'name' => 'items' - }, - { - 'type' => 'SV **', - 'name' => 'mark' - }, - { - 'type' => 'SV **', - 'name' => 'sp' - } - ] - }, - { 'return_type' => 'SV *', 'name' => 'mpxs_ap_requires', 'attr' => [ @@ -7953,7 +7686,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7967,7 +7700,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_ap_rprintf', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -7993,7 +7726,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8011,7 +7744,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8037,7 +7770,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8055,7 +7788,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8077,7 +7810,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8095,7 +7828,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_brigade_create', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8117,7 +7850,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_ipsubnet_create', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8147,7 +7880,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8169,7 +7902,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8197,7 +7930,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8223,7 +7956,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8237,7 +7970,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_pool_parent_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8251,7 +7984,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_sockaddr_ip_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8265,7 +7998,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_socket_send', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8287,7 +8020,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_socket_timeout_get', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8309,7 +8042,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_table_do', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8352,7 +8085,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_thread_mutex_create', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8371,28 +8104,10 @@ $ModPerl::FunctionTable = [ }, { 'return_type' => 'SV *', - 'name' => 'mpxs_apr_thread_rwlock_create', - 'args' => [ - { - 'type' => 'PerlInterpreter*', - 'name' => 'my_perl' - }, - { - 'type' => 'SV *', - 'name' => 'classname' - }, - { - 'type' => 'SV *', - 'name' => 'p_sv' - } - ] - }, - { - 'return_type' => 'SV *', 'name' => 'mpxs_apr_uri_parse', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8414,7 +8129,7 @@ $ModPerl::FunctionTable = [ 'name' => 'mpxs_apr_uri_unparse', 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8436,7 +8151,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8454,7 +8169,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8489,7 +8204,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { @@ -8524,7 +8239,7 @@ $ModPerl::FunctionTable = [ ], 'args' => [ { - 'type' => 'PerlInterpreter*', + 'type' => 'PerlInterpreter *', 'name' => 'my_perl' }, { Added: perl/modperl/branches/httpd24/xs/tables/current24/APR/FunctionTable.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/xs/tables/current24/APR/FunctionTable.pm?rev=1497222&view=auto ============================================================================== --- perl/modperl/branches/httpd24/xs/tables/current24/APR/FunctionTable.pm (added) +++ perl/modperl/branches/httpd24/xs/tables/current24/APR/FunctionTable.pm Thu Jun 27 06:41:26 2013 @@ -0,0 +1,228 @@ +package APR::FunctionTable; + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# ! WARNING: this file was manually generated on +# ! Tue Jun 22 22:00:00 2004 +# ! It contains a subset of functions appearing in +# ! ModPerl::FunctionTable used to build APR.so +# ! Eventually this will be autogenerated by +# ! Apache::ParseSource +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +$APR::FunctionTable = [ + { + 'return_type' => 'void', + 'name' => 'modperl_trace', + 'args' => [ + { + 'type' => 'const char *', + 'name' => 'func' + }, + { + 'type' => 'const char *', + 'name' => 'fmt' + }, + { + 'type' => '...', + 'name' => 'arg2' + } + ] + }, + { + 'return_type' => 'void', + 'name' => 'modperl_trace_level_set', + 'args' => [ + { + 'type' => 'apr_file_t *', + 'name' => 'logfile' + }, + { + 'type' => 'const char *', + 'name' => 'level' + } + ] + }, + { + 'return_type' => 'void', + 'name' => 'modperl_trace_logfile_set', + 'args' => [ + { + 'type' => 'apr_file_t *', + 'name' => 'logfile_new' + } + ] + }, + { + 'return_type' => 'unsigned long', + 'name' => 'modperl_debug_level', + 'args' => [] + }, + { + 'return_type' => 'SV *', + 'name' => 'modperl_hash_tie', + 'attr' => [ + '__inline__' + ], + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'const char *', + 'name' => 'classname' + }, + { + 'type' => 'SV *', + 'name' => 'tsv' + }, + { + 'type' => 'void *', + 'name' => 'p' + } + ] + }, + { + 'return_type' => 'void *', + 'name' => 'modperl_hash_tied_object', + 'attr' => [ + '__inline__' + ], + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'const char *', + 'name' => 'classname' + }, + { + 'type' => 'SV *', + 'name' => 'tsv' + } + ] + }, + { + 'return_type' => 'SV *', + 'name' => 'modperl_perl_sv_setref_uv', + 'attr' => [ + '__inline__' + ], + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'SV *', + 'name' => 'rv' + }, + { + 'type' => 'const char *', + 'name' => 'classname' + }, + { + 'type' => 'UV', + 'name' => 'uv' + } + ] + }, + { + 'return_type' => 'modperl_uri_t *', + 'name' => 'modperl_uri_new', + 'attr' => [ + '__inline__' + ], + 'args' => [ + { + 'type' => 'apr_pool_t *', + 'name' => 'p' + } + ] + }, + { + 'return_type' => 'SV *', + 'name' => 'modperl_perl_gensym', + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'char *', + 'name' => 'pack' + } + ] + }, + { + 'return_type' => 'char *', + 'name' => 'modperl_error_strerror', + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'apr_status_t', + 'name' => 'rc' + } + ] + }, + { + 'return_type' => 'void', + 'name' => 'modperl_croak', + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'apr_status_t', + 'name' => 'rc' + }, + { + 'type' => 'const char*', + 'name' => 'func' + } + ] + }, + { + 'return_type' => 'apr_status_t', + 'name' => 'modperl_interp_unselect', + 'args' => [ + { + 'type' => 'void *', + 'name' => 'data' + } + ] + }, + { + 'return_type' => 'apr_bucket *', + 'name' => 'modperl_bucket_sv_create', + 'args' => [ + { + 'type' => 'PerlInterpreter *', + 'name' => 'my_perl' + }, + { + 'type' => 'apr_bucket_alloc_t *', + 'name' => 'list' + }, + { + 'type' => 'SV *', + 'name' => 'sv' + }, + { + 'type' => 'apr_off_t', + 'name' => 'offset' + }, + { + 'type' => 'apr_size_t', + 'name' => 'len' + } + ] + }, +]; + +1; Added: perl/modperl/branches/httpd24/xs/tables/current24/Apache2/ConstantsTable.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/xs/tables/current24/Apache2/ConstantsTable.pm?rev=1497222&view=auto ============================================================================== --- perl/modperl/branches/httpd24/xs/tables/current24/Apache2/ConstantsTable.pm (added) +++ perl/modperl/branches/httpd24/xs/tables/current24/Apache2/ConstantsTable.pm Thu Jun 27 06:41:26 2013 @@ -0,0 +1,545 @@ +package Apache2::ConstantsTable; + +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# ! WARNING: generated by Apache2::ParseSource/0.02 +# ! Wed Feb 20 16:22:03 2013 +# ! do NOT edit, any changes will be lost ! +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +$Apache2::ConstantsTable = { + 'ModPerl' => { + 'common' => [ + 'MODPERL_RC_EXIT' + ] + }, + 'Apache2::Const' => { + 'types' => [ + 'DIR_MAGIC_TYPE' + ], + 'satisfy' => [ + 'SATISFY_ALL', + 'SATISFY_ANY', + 'SATISFY_NOSPEC' + ], + 'remotehost' => [ + 'REMOTE_HOST', + 'REMOTE_NAME', + 'REMOTE_NOLOOKUP', + 'REMOTE_DOUBLE_REV' + ], + 'proxy' => [ + 'PROXYREQ_NONE', + 'PROXYREQ_PROXY', + 'PROXYREQ_REVERSE', + 'PROXYREQ_RESPONSE' + ], + 'platform' => [ + 'LF', + 'CR', + 'CRLF', + 'CRLF_ASCII' + ], + 'override' => [ + 'OR_NONE', + 'OR_LIMIT', + 'OR_OPTIONS', + 'OR_FILEINFO', + 'OR_AUTHCFG', + 'OR_INDEXES', + 'OR_UNSET', + 'ACCESS_CONF', + 'RSRC_CONF', + 'EXEC_ON_READ', + 'OR_ALL' + ], + 'options' => [ + 'OPT_NONE', + 'OPT_INDEXES', + 'OPT_INCLUDES', + 'OPT_SYM_LINKS', + 'OPT_EXECCGI', + 'OPT_UNSET', + 'OPT_INC_WITH_EXEC', + 'OPT_SYM_OWNER', + 'OPT_MULTI', + 'OPT_ALL' + ], + 'mpmq' => [ + 'AP_MPMQ_NOT_SUPPORTED', + 'AP_MPMQ_STATIC', + 'AP_MPMQ_DYNAMIC', + 'AP_MPMQ_STARTING', + 'AP_MPMQ_RUNNING', + 'AP_MPMQ_STOPPING', + 'AP_MPMQ_MAX_DAEMON_USED', + 'AP_MPMQ_IS_THREADED', + 'AP_MPMQ_IS_FORKED', + 'AP_MPMQ_HARD_LIMIT_DAEMONS', + 'AP_MPMQ_HARD_LIMIT_THREADS', + 'AP_MPMQ_MAX_THREADS', + 'AP_MPMQ_MIN_SPARE_DAEMONS', + 'AP_MPMQ_MIN_SPARE_THREADS', + 'AP_MPMQ_MAX_SPARE_DAEMONS', + 'AP_MPMQ_MAX_SPARE_THREADS', + 'AP_MPMQ_MAX_REQUESTS_DAEMON', + 'AP_MPMQ_MAX_DAEMONS', + 'AP_MPMQ_MPM_STATE', + 'AP_MPMQ_IS_ASYNC', + 'AP_MPMQ_GENERATION', + 'AP_MPMQ_HAS_SERF' + ], + 'methods' => [ + 'M_GET', + 'M_PUT', + 'M_POST', + 'M_DELETE', + 'M_CONNECT', + 'M_OPTIONS', + 'M_TRACE', + 'M_PATCH', + 'M_PROPFIND', + 'M_PROPPATCH', + 'M_MKCOL', + 'M_COPY', + 'M_MOVE', + 'M_LOCK', + 'M_UNLOCK', + 'M_VERSION_CONTROL', + 'M_CHECKOUT', + 'M_UNCHECKOUT', + 'M_CHECKIN', + 'M_UPDATE', + 'M_LABEL', + 'M_REPORT', + 'M_MKWORKSPACE', + 'M_MKACTIVITY', + 'M_BASELINE_CONTROL', + 'M_MERGE', + 'M_INVALID', + 'METHODS' + ], + 'log' => [ + 'APLOG_EMERG', + 'APLOG_ALERT', + 'APLOG_CRIT', + 'APLOG_ERR', + 'APLOG_WARNING', + 'APLOG_NOTICE', + 'APLOG_INFO', + 'APLOG_DEBUG', + 'APLOG_TRACE1', + 'APLOG_TRACE2', + 'APLOG_TRACE3', + 'APLOG_TRACE4', + 'APLOG_TRACE5', + 'APLOG_TRACE6', + 'APLOG_TRACE7', + 'APLOG_TRACE8', + 'APLOG_LEVELMASK', + 'APLOG_TOCLIENT', + 'APLOG_STARTUP', + 'APLOG_NO_MODULE', + 'APLOG_MODULE_INDEX' + ], + 'input_mode' => [ + 'AP_MODE_READBYTES', + 'AP_MODE_GETLINE', + 'AP_MODE_EATCRLF', + 'AP_MODE_SPECULATIVE', + 'AP_MODE_EXHAUSTIVE', + 'AP_MODE_INIT' + ], + 'http' => [ + 'HTTP_CONTINUE', + 'HTTP_SWITCHING_PROTOCOLS', + 'HTTP_PROCESSING', + 'HTTP_OK', + 'HTTP_CREATED', + 'HTTP_ACCEPTED', + 'HTTP_NON_AUTHORITATIVE', + 'HTTP_NO_CONTENT', + 'HTTP_RESET_CONTENT', + 'HTTP_PARTIAL_CONTENT', + 'HTTP_MULTI_STATUS', + 'HTTP_ALREADY_REPORTED', + 'HTTP_IM_USED', + 'HTTP_MULTIPLE_CHOICES', + 'HTTP_MOVED_PERMANENTLY', + 'HTTP_MOVED_TEMPORARILY', + 'HTTP_SEE_OTHER', + 'HTTP_NOT_MODIFIED', + 'HTTP_USE_PROXY', + 'HTTP_TEMPORARY_REDIRECT', + 'HTTP_PERMANENT_REDIRECT', + 'HTTP_BAD_REQUEST', + 'HTTP_UNAUTHORIZED', + 'HTTP_PAYMENT_REQUIRED', + 'HTTP_FORBIDDEN', + 'HTTP_NOT_FOUND', + 'HTTP_METHOD_NOT_ALLOWED', + 'HTTP_NOT_ACCEPTABLE', + 'HTTP_PROXY_AUTHENTICATION_REQUIRED', + 'HTTP_REQUEST_TIME_OUT', + 'HTTP_CONFLICT', + 'HTTP_GONE', + 'HTTP_LENGTH_REQUIRED', + 'HTTP_PRECONDITION_FAILED', + 'HTTP_REQUEST_ENTITY_TOO_LARGE', + 'HTTP_REQUEST_URI_TOO_LARGE', + 'HTTP_UNSUPPORTED_MEDIA_TYPE', + 'HTTP_RANGE_NOT_SATISFIABLE', + 'HTTP_EXPECTATION_FAILED', + 'HTTP_UNPROCESSABLE_ENTITY', + 'HTTP_LOCKED', + 'HTTP_FAILED_DEPENDENCY', + 'HTTP_UPGRADE_REQUIRED', + 'HTTP_PRECONDITION_REQUIRED', + 'HTTP_TOO_MANY_REQUESTS', + 'HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE', + 'HTTP_INTERNAL_SERVER_ERROR', + 'HTTP_NOT_IMPLEMENTED', + 'HTTP_BAD_GATEWAY', + 'HTTP_SERVICE_UNAVAILABLE', + 'HTTP_GATEWAY_TIME_OUT', + 'HTTP_VARIANT_ALSO_VARIES', + 'HTTP_INSUFFICIENT_STORAGE', + 'HTTP_LOOP_DETECTED', + 'HTTP_NOT_EXTENDED', + 'HTTP_NETWORK_AUTHENTICATION_REQUIRED' + ], + 'filter_type' => [ + 'AP_FTYPE_RESOURCE', + 'AP_FTYPE_CONTENT_SET', + 'AP_FTYPE_PROTOCOL', + 'AP_FTYPE_TRANSCODE', + 'AP_FTYPE_CONNECTION', + 'AP_FTYPE_NETWORK' + ], + 'context' => [ + 'NOT_IN_VIRTUALHOST', + 'NOT_IN_LIMIT', + 'NOT_IN_DIRECTORY', + 'NOT_IN_LOCATION', + 'NOT_IN_FILES', + 'NOT_IN_HTACCESS', + 'NOT_IN_DIR_LOC_FILE', + 'GLOBAL_ONLY' + ], + 'conn_keepalive' => [ + 'AP_CONN_UNKNOWN', + 'AP_CONN_CLOSE', + 'AP_CONN_KEEPALIVE' + ], + 'config' => [ + 'DECLINE_CMD' + ], + 'common' => [ + 'OK', + 'DECLINED', + 'DONE', + 'NOT_FOUND', + 'FORBIDDEN', + 'AUTH_REQUIRED', + 'SERVER_ERROR', + 'REDIRECT' + ], + 'cmd_how' => [ + 'RAW_ARGS', + 'TAKE1', + 'TAKE2', + 'ITERATE', + 'ITERATE2', + 'FLAG', + 'NO_ARGS', + 'TAKE12', + 'TAKE3', + 'TAKE23', + 'TAKE123', + 'TAKE13', + 'TAKE_ARGV' + ], + 'authz_status' => [ + 'AUTHZ_DENIED', + 'AUTHZ_GRANTED', + 'AUTHZ_NEUTRAL', + 'AUTHZ_GENERAL_ERROR', + 'AUTHZ_DENIED_NO_USER' + ], + 'authn_status' => [ + 'AUTH_DENIED', + 'AUTH_GRANTED', + 'AUTH_USER_FOUND', + 'AUTH_USER_NOT_FOUND', + 'AUTH_GENERAL_ERROR' + ], + 'auth' => [ + 'AUTHN_PROVIDER_GROUP', + 'AUTHZ_PROVIDER_GROUP', + 'AUTHN_PROVIDER_VERSION', + 'AUTHZ_PROVIDER_VERSION', + 'AUTHN_DEFAULT_PROVIDER', + 'AUTHN_PROVIDER_NAME_NOTE', + 'AUTHZ_PROVIDER_NAME_NOTE', + 'AUTHN_PREFIX', + 'AUTHZ_PREFIX', + 'AP_AUTH_INTERNAL_PER_URI', + 'AP_AUTH_INTERNAL_PER_CONF', + 'AP_AUTH_INTERNAL_MASK' + ] + }, + 'APR::Const' => { + 'uri' => [ + 'APR_URI_FTP_DEFAULT_PORT', + 'APR_URI_SSH_DEFAULT_PORT', + 'APR_URI_TELNET_DEFAULT_PORT', + 'APR_URI_GOPHER_DEFAULT_PORT', + 'APR_URI_HTTP_DEFAULT_PORT', + 'APR_URI_POP_DEFAULT_PORT', + 'APR_URI_NNTP_DEFAULT_PORT', + 'APR_URI_IMAP_DEFAULT_PORT', + 'APR_URI_PROSPERO_DEFAULT_PORT', + 'APR_URI_WAIS_DEFAULT_PORT', + 'APR_URI_LDAP_DEFAULT_PORT', + 'APR_URI_HTTPS_DEFAULT_PORT', + 'APR_URI_RTSP_DEFAULT_PORT', + 'APR_URI_SNEWS_DEFAULT_PORT', + 'APR_URI_ACAP_DEFAULT_PORT', + 'APR_URI_NFS_DEFAULT_PORT', + 'APR_URI_TIP_DEFAULT_PORT', + 'APR_URI_SIP_DEFAULT_PORT', + 'APR_URI_UNP_OMITSITEPART', + 'APR_URI_UNP_OMITUSER', + 'APR_URI_UNP_OMITPASSWORD', + 'APR_URI_UNP_OMITUSERINFO', + 'APR_URI_UNP_REVEALPASSWORD', + 'APR_URI_UNP_OMITPATHINFO', + 'APR_URI_UNP_OMITQUERY' + ], + 'table' => [ + 'APR_OVERLAP_TABLES_SET', + 'APR_OVERLAP_TABLES_MERGE' + ], + 'status' => [ + 'APR_TIMEUP' + ], + 'socket' => [ + 'APR_SO_LINGER', + 'APR_SO_KEEPALIVE', + 'APR_SO_DEBUG', + 'APR_SO_NONBLOCK', + 'APR_SO_REUSEADDR', + 'APR_SO_SNDBUF', + 'APR_SO_RCVBUF', + 'APR_SO_DISCONNECTED' + ], + 'shutdown_how' => [ + 'APR_SHUTDOWN_READ', + 'APR_SHUTDOWN_WRITE', + 'APR_SHUTDOWN_READWRITE' + ], + 'read_type' => [ + 'APR_BLOCK_READ', + 'APR_NONBLOCK_READ' + ], + 'poll' => [ + 'APR_POLLIN', + 'APR_POLLPRI', + 'APR_POLLOUT', + 'APR_POLLERR', + 'APR_POLLHUP', + 'APR_POLLNVAL', + 'APR_POLLSET_THREADSAFE', + 'APR_POLLSET_NOCOPY', + 'APR_POLLSET_WAKEABLE', + 'APR_POLLSET_NODEFAULT' + ], + 'lockmech' => [ + 'APR_LOCK_FCNTL', + 'APR_LOCK_FLOCK', + 'APR_LOCK_SYSVSEM', + 'APR_LOCK_PROC_PTHREAD', + 'APR_LOCK_POSIXSEM', + 'APR_LOCK_DEFAULT' + ], + 'limit' => [ + 'APR_LIMIT_CPU', + 'APR_LIMIT_MEM', + 'APR_LIMIT_NPROC', + 'APR_LIMIT_NOFILE' + ], + 'hook' => [ + 'APR_HOOK_REALLY_FIRST', + 'APR_HOOK_FIRST', + 'APR_HOOK_MIDDLE', + 'APR_HOOK_LAST', + 'APR_HOOK_REALLY_LAST' + ], + 'fprot' => [ + 'APR_FPROT_USETID', + 'APR_FPROT_UREAD', + 'APR_FPROT_UWRITE', + 'APR_FPROT_UEXECUTE', + 'APR_FPROT_GSETID', + 'APR_FPROT_GREAD', + 'APR_FPROT_GWRITE', + 'APR_FPROT_GEXECUTE', + 'APR_FPROT_WSTICKY', + 'APR_FPROT_WREAD', + 'APR_FPROT_WWRITE', + 'APR_FPROT_WEXECUTE', + 'APR_FPROT_OS_DEFAULT', + 'APR_FPROT_FILE_SOURCE_PERMS' + ], + 'fopen' => [ + 'APR_FOPEN_READ', + 'APR_FOPEN_WRITE', + 'APR_FOPEN_CREATE', + 'APR_FOPEN_APPEND', + 'APR_FOPEN_TRUNCATE', + 'APR_FOPEN_BINARY', + 'APR_FOPEN_EXCL', + 'APR_FOPEN_BUFFERED', + 'APR_FOPEN_DELONCLOSE', + 'APR_FOPEN_XTHREAD', + 'APR_FOPEN_SHARELOCK', + 'APR_FOPEN_NOCLEANUP', + 'APR_FOPEN_SENDFILE_ENABLED', + 'APR_FOPEN_LARGEFILE', + 'APR_FOPEN_SPARSE' + ], + 'flock' => [ + 'APR_FLOCK_SHARED', + 'APR_FLOCK_EXCLUSIVE', + 'APR_FLOCK_TYPEMASK', + 'APR_FLOCK_NONBLOCK' + ], + 'finfo' => [ + 'APR_FINFO_LINK', + 'APR_FINFO_MTIME', + 'APR_FINFO_CTIME', + 'APR_FINFO_ATIME', + 'APR_FINFO_SIZE', + 'APR_FINFO_CSIZE', + 'APR_FINFO_DEV', + 'APR_FINFO_INODE', + 'APR_FINFO_NLINK', + 'APR_FINFO_TYPE', + 'APR_FINFO_USER', + 'APR_FINFO_GROUP', + 'APR_FINFO_UPROT', + 'APR_FINFO_GPROT', + 'APR_FINFO_WPROT', + 'APR_FINFO_ICASE', + 'APR_FINFO_NAME', + 'APR_FINFO_MIN', + 'APR_FINFO_IDENT', + 'APR_FINFO_OWNER', + 'APR_FINFO_PROT', + 'APR_FINFO_NORM', + 'APR_FINFO_DIRENT' + ], + 'filetype' => [ + 'APR_FILETYPE_NOFILE', + 'APR_FILETYPE_REG', + 'APR_FILETYPE_DIR', + 'APR_FILETYPE_CHR', + 'APR_FILETYPE_BLK', + 'APR_FILETYPE_PIPE', + 'APR_FILETYPE_LNK', + 'APR_FILETYPE_SOCK', + 'APR_FILETYPE_UNKFILE' + ], + 'filepath' => [ + 'APR_FILEPATH_NOTABOVEROOT', + 'APR_FILEPATH_SECUREROOTTEST', + 'APR_FILEPATH_SECUREROOT', + 'APR_FILEPATH_NOTRELATIVE', + 'APR_FILEPATH_NOTABSOLUTE', + 'APR_FILEPATH_NATIVE', + 'APR_FILEPATH_TRUENAME', + 'APR_FILEPATH_ENCODING_UNKNOWN', + 'APR_FILEPATH_ENCODING_LOCALE', + 'APR_FILEPATH_ENCODING_UTF8' + ], + 'error' => [ + 'APR_ENOSTAT', + 'APR_ENOPOOL', + 'APR_EBADDATE', + 'APR_EINVALSOCK', + 'APR_ENOPROC', + 'APR_ENOTIME', + 'APR_ENODIR', + 'APR_ENOLOCK', + 'APR_ENOPOLL', + 'APR_ENOSOCKET', + 'APR_ENOTHREAD', + 'APR_ENOTHDKEY', + 'APR_EGENERAL', + 'APR_ENOSHMAVAIL', + 'APR_EBADIP', + 'APR_EBADMASK', + 'APR_EDSOOPEN', + 'APR_EABSOLUTE', + 'APR_ERELATIVE', + 'APR_EINCOMPLETE', + 'APR_EABOVEROOT', + 'APR_EBADPATH', + 'APR_EPATHWILD', + 'APR_ESYMNOTFOUND', + 'APR_EPROC_UNKNOWN', + 'APR_ENOTENOUGHENTROPY', + 'APR_EOF', + 'APR_EINIT', + 'APR_ENOTIMPL', + 'APR_EMISMATCH', + 'APR_EBUSY', + 'APR_EACCES', + 'APR_EEXIST', + 'APR_ENAMETOOLONG', + 'APR_ENOENT', + 'APR_ENOTDIR', + 'APR_ENOSPC', + 'APR_ENOMEM', + 'APR_EMFILE', + 'APR_ENFILE', + 'APR_EBADF', + 'APR_EINVAL', + 'APR_ESPIPE', + 'APR_EAGAIN', + 'APR_EINTR', + 'APR_ENOTSOCK', + 'APR_ECONNREFUSED', + 'APR_EINPROGRESS', + 'APR_ECONNABORTED', + 'APR_ECONNRESET', + 'APR_ETIMEDOUT', + 'APR_EHOSTUNREACH', + 'APR_ENETUNREACH', + 'APR_EFTYPE', + 'APR_EPIPE', + 'APR_EXDEV', + 'APR_ENOTEMPTY', + 'APR_EAFNOSUPPORT', + 'APR_EXCL', + 'APR_END', + 'APR_ENOKEY', + 'APR_ENOIV', + 'APR_EKEYTYPE', + 'APR_ENOSPACE', + 'APR_ECRYPT', + 'APR_EPADDING', + 'APR_EKEYLENGTH', + 'APR_ENOCIPHER', + 'APR_ENODIGEST', + 'APR_ENOENGINE', + 'APR_EINITENGINE', + 'APR_EREINIT' + ], + 'common' => [ + 'APR_SUCCESS' + ] + } +}; + + +1;