You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by di...@apache.org on 2010/03/09 23:26:30 UTC

svn commit: r921173 - in /incubator/trafficserver/site/trunk/docs/v2/sdk: INKThreadDestroy.html INKThreadInit.html INKThreadSelf.html INKmalloc.html INKrealloc.html INKstrdup.html INKstrndup.html MemoryAllocationFunctions.html ThreadFunctions.html

Author: dianes
Date: Tue Mar  9 22:26:30 2010
New Revision: 921173

URL: http://svn.apache.org/viewvc?rev=921173&view=rev
Log:
Added ToC's + edits to appropriate (related) pages

Modified:
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadDestroy.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadInit.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadSelf.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKmalloc.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKrealloc.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrdup.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrndup.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/MemoryAllocationFunctions.html
    incubator/trafficserver/site/trunk/docs/v2/sdk/ThreadFunctions.html

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadDestroy.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadDestroy.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadDestroy.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadDestroy.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKThreadDestroy</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="ThreadFunctions.html">Prev</a> — Thread Functions</div>
 <div class="navnext">INKThreadInit — <a accesskey="n" href="INKThreadInit.html">Next</a>
@@ -20,8 +20,7 @@
               <em class="replaceable"><code>thread</code></em>)</code></p></dd>
 <dt><span class="term"><b>Description</b></span></dt>
 <dd>
-  <p>Destroys a <code class="code"><em class="replaceable"><code>thread </code></em></code>
-              and frees all memory &amp; associated data structures. This should
+  <p>Destroys a thread and frees all memory &amp; associated data structures. This should
               only be called on threads that have been initialized using
               <code class="function">INKThreadInit</code>.</p></dd>
 <dt><span class="term"><b>Returns</b></span></dt>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadInit.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadInit.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadInit.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadInit.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKThreadInit</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKThreadDestroy.html">Prev</a> — INKThreadDestroy</div>
 <div class="navnext">INKThreadSelf — <a accesskey="n" href="INKThreadSelf.html">Next</a>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadSelf.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadSelf.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadSelf.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKThreadSelf.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKThreadSelf</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKThreadInit.html">Prev</a> — INKThreadInit</div>
 <div class="navnext">HTTP Functions — <a accesskey="n" href="HTTPFunctions.html">Next</a>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKmalloc.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKmalloc.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKmalloc.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKmalloc.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKmalloc</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="MemoryAllocationFunctions.html">Prev</a> — Memory Allocation</div>
 <div class="navnext">INKrealloc — <a accesskey="n" href="INKrealloc.html">Next</a>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKrealloc.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKrealloc.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKrealloc.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKrealloc.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKrealloc</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKmalloc.html">Prev</a> — INKmalloc</div>
 <div class="navnext">INKstrdup — <a accesskey="n" href="INKstrdup.html">Next</a>
@@ -21,7 +21,7 @@
               <em class="replaceable"><code>size</code></em>)</code></p></dd>
 <dt><span class="term"><b>Arguments</b></span></dt>
 <dd>
-<p><code class="code"><em class="replaceable"><code>ptr </code></em></code> is the pointer
+<p><code class="code"><em class="replaceable"><code>ptr </code></em></code> is a pointer
               to the memory to reallocate.</p>
 <p><code class="code"><em class="replaceable"><code>size </code></em></code> is the number
               of bytes to allocate.</p>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrdup.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrdup.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrdup.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrdup.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKstrdup</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKrealloc.html">Prev</a> — INKrealloc</div>
 <div class="navnext">INKstrndup — <a accesskey="n" href="INKstrndup.html">Next</a>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrndup.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrndup.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrndup.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/INKstrndup.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>INKstrndup</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKstrdup.html">Prev</a> — INKstrdup</div>
 <div class="navnext">Thread Functions — <a accesskey="n" href="ThreadFunctions.html">Next</a>
@@ -31,7 +31,7 @@
 <dd>
   <p>Returns a pointer to a new string that's a duplicate of
               the string pointed to by
-              <code class="code"><em class="replaceable"><code>str </code></em></code>  that is 
+              <code class="code"><em class="replaceable"><code>str </code></em></code>  which is 
               <code class="code"><em class="replaceable"><code>length </code></em></code> bytes long. The
               new string will be null-terminated. This API is very useful for
               transforming non-null terminated string values (returned by APIs

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/MemoryAllocationFunctions.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/MemoryAllocationFunctions.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/MemoryAllocationFunctions.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/MemoryAllocationFunctions.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Memory Allocation</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKfwrite.html">Prev</a> — INKfwrite</div>
 <div class="navnext">INKmalloc — <a accesskey="n" href="INKmalloc.html">Next</a>
@@ -25,6 +25,16 @@
   and line number. This tracking is very efficient, is always turned on,
   and is useful for tracking down memory leaks.</p>
 <p>The memory allocation functions are described below.</p>
+
+<b><ul>
+<li><span class="section"><a href="MemoryAllocationFunctions.html#INKfree">INKfree</a></span></li>
+<li><span class="section"><a href="INKmalloc.html">INKmalloc</a></span></li>
+<li><span class="section"><a href="INKrealloc.html">INKrealloc</a></span></li>
+<li><span class="section"><a href="INKstrndup.html">INKstrndup</a></span></li>
+<li><span class="section"><a href="INKstrndup.html">INKstrndup</a></span></li>
+</ul></b>
+
+
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="INKfree"></a>INKfree</h3></div></div></div>

Modified: incubator/trafficserver/site/trunk/docs/v2/sdk/ThreadFunctions.html
URL: http://svn.apache.org/viewvc/incubator/trafficserver/site/trunk/docs/v2/sdk/ThreadFunctions.html?rev=921173&r1=921172&r2=921173&view=diff
==============================================================================
--- incubator/trafficserver/site/trunk/docs/v2/sdk/ThreadFunctions.html (original)
+++ incubator/trafficserver/site/trunk/docs/v2/sdk/ThreadFunctions.html Tue Mar  9 22:26:30 2010
@@ -3,7 +3,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Thread Functions</title>
 <!--#include file="top.html" -->
-<div class="navheader">
+</head><div class="navheader">
 <div class="navprev">
 <a accesskey="p" href="INKstrndup.html">Prev</a> — INKstrndup</div>
 <div class="navnext">INKThreadDestroy — <a accesskey="n" href="INKThreadDestroy.html">Next</a>
@@ -19,7 +19,17 @@
       to process more than one transaction at a time.</p>
 <p>Threads serialize their access to shared resources and data using
       the <code>INKMutex</code> type, as described in <a href="MutexGuide.html#Mutexes" title="Mutexes">Mutexes</a>.</p>
-<p>The thread functions are described below.</p>
+<p>The thread functions are listed below:</p>
+
+
+<b><ul>
+<li><span class="section"><a href="ThreadFunctions.html#INKThreadCreate">INKThreadCreate</a></span></li>
+<li><span class="section"><a href="INKThreadDestroy.html">INKThreadDestroy</a></span></li>
+<li><span class="section"><a href="INKThreadInit.html">INKThreadInit</a></span></li>
+<li><span class="section"><a href="INKThreadSelf.html">INKThreadSelf</a></span></li>
+</ul></b>
+
+
 <div class="section" lang="en">
 <div class="titlepage"><div><div><h3 class="title">
 <a name="INKThreadCreate"></a>INKThreadCreate</h3></div></div></div>