Mailing List Archive

svn commit: r1638351 - in /perl/modperl/trunk/xs/tables: current/ModPerl/FunctionTable.pm current24/ModPerl/FunctionTable.pm
Author: gozer
Date: Tue Nov 11 20:20:43 2014
New Revision: 1638351

URL: http://svn.apache.org/r1638351
Log:
Add some missed functions in XS function tables

Modified:
perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm
perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm

Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm?rev=1638351&r1=1638350&r2=1638351&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm Tue Nov 11 20:20:43 2014
@@ -8130,6 +8130,24 @@ $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' => [
{

Modified: perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm?rev=1638351&r1=1638350&r2=1638351&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current24/ModPerl/FunctionTable.pm Tue Nov 11 20:20:43 2014
@@ -6436,6 +6436,20 @@ $ModPerl::FunctionTable = [
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'mpxs_Apache2__Connection_pnotes_kill',
+ 'args' => [.
+ {
+ 'type' => 'PerlInterpreter*',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'conn_rec *',
+ 'name' => 'c'
+ }
+ ]
+ },
+ {
'return_type' => 'SV *',
'name' => 'mpxs_Apache2__Directive_as_hash',
'attr' => [
@@ -7311,6 +7325,20 @@ $ModPerl::FunctionTable = [
]
},
{
+ 'return_type' => 'void',
+ 'name' => 'mpxs_Apache2__RequestRec_pnotes_kill',
+ 'args' => [.
+ {
+ 'type' => 'PerlInterpreter*',
+ 'name' => 'my_perl'
+ },
+ {
+ 'type' => 'request_rec *',
+ 'name' => 'r'
+ }
+ ]
+ },
+ {
'return_type' => 'SV *',
'name' => 'mpxs_Apache2__RequestRec_print',
'args' => [