You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/11/27 20:12:37 UTC

svn commit: r106739 - /perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm /perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm /perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm

Author: stas
Date: Sat Nov 27 11:12:36 2004
New Revision: 106739

URL: http://svn.apache.org/viewcvs?view=rev&rev=106739
Log:
source_scan updates

Modified:
   perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm
   perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm
   perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.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=106739&p1=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r1=106738&p2=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r2=106739
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm	(original)
+++ perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm	Sat Nov 27 11:12:36 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by Apache::ParseSource/0.02
-# !          Tue Oct  5 21:18:41 2004
+# !          Sat Nov 27 13:31:01 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -533,26 +533,6 @@
     ]
   },
   {
-    'return_type' => 'int',
-    'name' => 'ap_config_read_cnt',
-    'args' => [
-      {
-        'type' => 'server_rec *',
-        'name' => 'main_server'
-      }
-    ]
-  },
-  {
-    'return_type' => 'void',
-    'name' => 'ap_config_read_cnt_inc',
-    'args' => [
-      {
-        'type' => 'server_rec *',
-        'name' => 'main_server'
-      }
-    ]
-  },
-  {
     'return_type' => 'char *',
     'name' => 'ap_construct_server',
     'args' => [
@@ -3311,7 +3291,7 @@
     ]
   },
   {
-    'return_type' => 'int',
+    'return_type' => 'apr_status_t',
     'name' => 'ap_mpm_pod_check',
     'args' => [
       {
@@ -3341,10 +3321,6 @@
       {
         'type' => 'int',
         'name' => 'num'
-      },
-      {
-        'type' => 'int',
-        'name' => 'graceful'
       }
     ]
   },
@@ -3369,10 +3345,6 @@
       {
         'type' => 'ap_pod_t *',
         'name' => 'pod'
-      },
-      {
-        'type' => 'int',
-        'name' => 'graceful'
       }
     ]
   },
@@ -4203,136 +4175,6 @@
     ]
   },
   {
-    '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'
-      }
-    ]
-  },
-  {
     'return_type' => 'apr_time_t',
     'name' => 'ap_rationalize_mtime',
     'args' => [
@@ -5361,26 +5203,6 @@
       {
         'type' => 'size_t',
         'name' => 'length'
-      }
-    ]
-  },
-  {
-    'return_type' => 'const char *',
-    'name' => 'ap_server_document_root',
-    'args' => [
-      {
-        'type' => 'server_rec *',
-        'name' => 's'
-      }
-    ]
-  },
-  {
-    'return_type' => 'const char *',
-    'name' => 'ap_server_path',
-    'args' => [
-      {
-        'type' => 'server_rec *',
-        'name' => 's'
       }
     ]
   },

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=106739&p1=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r1=106738&p2=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r2=106739
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm	(original)
+++ perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm	Sat Nov 27 11:12:36 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by Apache::ParseSource/0.02
-# !          Mon Jul 12 01:18:36 2004
+# !          Sat Nov 27 13:31:03 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -1242,7 +1242,7 @@
     'type' => 'apr_bucket',
     'elts' => [
       {
-        'type' => '_ANON 48',
+        'type' => '_ANON 53',
         'name' => 'link'
       },
       {
@@ -1825,7 +1825,7 @@
         'name' => 'unused'
       },
       {
-        'type' => '_ANON 46',
+        'type' => '_ANON 51',
         'name' => 'link'
       }
     ]

Modified: perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm?view=diff&rev=106739&p1=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r1=106738&p2=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r2=106739
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm	(original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm	Sat Nov 27 11:12:36 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by ModPerl::ParseSource/0.01
-# !          Thu Nov  4 15:29:12 2004
+# !          Sat Nov 27 13:31:12 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -1203,24 +1203,6 @@
     ]
   },
   {
-    'return_type' => 'char *',
-    'name' => 'modperl_coderef2text',
-    'args' => [
-      {
-        'type' => 'PerlInterpreter *',
-        'name' => 'my_perl'
-      },
-      {
-        'type' => 'apr_pool_t *',
-        'name' => 'p'
-      },
-      {
-        'type' => 'CV *',
-        'name' => 'cv'
-      }
-    ]
-  },
-  {
     'return_type' => 'int',
     'name' => 'modperl_config_apply_PerlModule',
     'args' => [
@@ -2029,6 +2011,21 @@
     ]
   },
   {
+    'return_type' => 'void',
+    'name' => 'modperl_global_anon_cnt_init',
+    'args' => [
+      {
+        'type' => 'apr_pool_t *',
+        'name' => 'p'
+      }
+    ]
+  },
+  {
+    'return_type' => 'int',
+    'name' => 'modperl_global_anon_cnt_next',
+    'args' => []
+  },
+  {
     'return_type' => 'void *',
     'name' => 'modperl_global_get',
     'args' => [
@@ -2221,6 +2218,75 @@
     'args' => []
   },
   {
+    'return_type' => 'void',
+    'name' => 'modperl_handler_anon_add',
+    'attr' => [
+      '__inline__'
+    ],
+    'args' => [
+      {
+        'type' => 'PerlInterpreter *',
+        'name' => 'my_perl'
+      },
+      {
+        'type' => 'modperl_mgv_t *',
+        'name' => 'anon'
+      },
+      {
+        'type' => 'CV *',
+        'name' => 'cv'
+      }
+    ]
+  },
+  {
+    'return_type' => 'CV *',
+    'name' => 'modperl_handler_anon_get',
+    'attr' => [
+      '__inline__'
+    ],
+    'args' => [
+      {
+        'type' => 'PerlInterpreter *',
+        'name' => 'my_perl'
+      },
+      {
+        'type' => 'modperl_mgv_t *',
+        'name' => 'anon'
+      }
+    ]
+  },
+  {
+    'return_type' => 'void',
+    'name' => 'modperl_handler_anon_init',
+    'args' => [
+      {
+        'type' => 'PerlInterpreter *',
+        'name' => 'my_perl'
+      },
+      {
+        'type' => 'apr_pool_t *',
+        'name' => 'p'
+      }
+    ]
+  },
+  {
+    'return_type' => 'modperl_mgv_t *',
+    'name' => 'modperl_handler_anon_next',
+    'attr' => [
+      '__inline__'
+    ],
+    'args' => [
+      {
+        'type' => 'PerlInterpreter *',
+        'name' => 'my_perl'
+      },
+      {
+        'type' => 'apr_pool_t *',
+        'name' => 'p'
+      }
+    ]
+  },
+  {
     'return_type' => 'MpAV *',
     'name' => 'modperl_handler_array_merge',
     'args' => [
@@ -3604,6 +3670,10 @@
       {
         'type' => 'const char *',
         'name' => 'name'
+      },
+      {
+        'type' => 'SV *',
+        'name' => 'mod_cmds'
       }
     ]
   },