Author: stas
Date: Mon Dec  6 06:40:56 2004
New Revision: 109973

URL: http://svn.apache.org/viewcvs?view=rev&rev=109973
Log:
source scan update

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=109973&p1=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r1=109972&p2=perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm&r2=109973
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm        
(original)
+++ perl/modperl/trunk/xs/tables/current/Apache/FunctionTable.pm        Mon Dec 
 6 06:40:56 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by Apache::ParseSource/0.02
-# !          Sat Nov 27 13:31:01 2004
+# !          Mon Dec  6 09:38:35 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -3291,7 +3291,7 @@
     ]
   },
   {
-    'return_type' => 'apr_status_t',
+    'return_type' => 'int',
     'name' => 'ap_mpm_pod_check',
     'args' => [
       {
@@ -3321,6 +3321,10 @@
       {
         'type' => 'int',
         'name' => 'num'
+      },
+      {
+        'type' => 'int',
+        'name' => 'graceful'
       }
     ]
   },
@@ -3345,6 +3349,10 @@
       {
         'type' => 'ap_pod_t *',
         'name' => 'pod'
+      },
+      {
+        'type' => 'int',
+        'name' => 'graceful'
       }
     ]
   },
@@ -4171,6 +4179,136 @@
       {
         '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=109973&p1=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r1=109972&p2=perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm&r2=109973
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm       
(original)
+++ perl/modperl/trunk/xs/tables/current/Apache/StructureTable.pm       Mon Dec 
 6 06:40:56 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by Apache::ParseSource/0.02
-# !          Sat Nov 27 13:31:03 2004
+# !          Mon Dec  6 09:38:36 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -1157,10 +1157,6 @@
       {
         'type' => 'apr_pool_t *',
         'name' => 'p'
-      },
-      {
-        'type' => 'apr_sockaddr_t *',
-        'name' => 'sa'
       }
     ]
   },

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=109973&p1=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r1=109972&p2=perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm&r2=109973
==============================================================================
--- perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       
(original)
+++ perl/modperl/trunk/xs/tables/current/ModPerl/FunctionTable.pm       Mon Dec 
 6 06:40:56 2004
@@ -2,7 +2,7 @@
 
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 # ! WARNING: generated by ModPerl::ParseSource/0.01
-# !          Thu Dec  2 18:00:28 2004
+# !          Mon Dec  6 09:38:51 2004
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -4496,7 +4496,7 @@
     'args' => [
       {
         'type' => 'server_rec *',
-        'name' => 'main_server'
+        'name' => 'base_server'
       }
     ]
   },
@@ -4532,6 +4532,11 @@
   {
     'return_type' => 'apr_pool_t *',
     'name' => 'modperl_server_pool',
+    'args' => []
+  },
+  {
+    'return_type' => 'apr_pool_t *',
+    'name' => 'modperl_server_user_pool',
     'args' => []
   },
   {

Reply via email to