]> granicus.if.org Git - apache/commitdiff
update xforms
authorJim Jagielski <jim@apache.org>
Thu, 4 Oct 2012 13:59:28 +0000 (13:59 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 4 Oct 2012 13:59:28 +0000 (13:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1394080 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_slotmem_plain.html.en
docs/manual/mod/mod_slotmem_shm.html.en

index fe8a749e772b3436d960aa566b5eeaf7f92ec224..2a85e07f897eef84803b24cdf9a7503cd899a808 100644 (file)
       <dd>return the total data size, in bytes, of a slot in the segment</dd>
 
       <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int *item_id);</dt>
-      <dd>grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>grab or allocate the first free slot and mark as in-use (does not do any data copying)</dd>
 
       <dt>apr_status_t fgrab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
-      <dd>forced grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>forced grab or allocate the specified slot and mark as in-use (does not do any data copying)</dd>
         
      <dt>apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
       <dd>release or free a slot and mark as not in-use (does not do any data copying)</dd>
index 0adb9de20380d78e40786458caa490a4c384189d..bb8eae86cc3170ff79b90ce677e1b94ed28cbf47 100644 (file)
       <dd>return the total data size, in bytes, of a slot in the segment</dd>
 
       <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int *item_id);</dt>
-      <dd>grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dd>grab or allocate the first free slot and mark as in-use (does not do any data copying)</dd>
 
-      <dt>apr_status_t grab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
-      <dd>forced grab or allocate a slot and mark as in-use (does not do any data copying)</dd>
+      <dt>apr_status_t fgrab(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
+      <dd>forced grab or allocate the specified slot and mark as in-use (does not do any data copying)</dd>
 
       <dt>apr_status_t release(ap_slotmem_instance_t *s, unsigned int item_id);</dt>
       <dd>release or free a slot and mark as not in-use (does not do any data copying)</dd>