diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/dbchannel_close.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/dbchannel_close.html')
| -rw-r--r-- | docs/api_reference/C/dbchannel_close.html | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/api_reference/C/dbchannel_close.html b/docs/api_reference/C/dbchannel_close.html index 5b1aaa68..4511e7fe 100644 --- a/docs/api_reference/C/dbchannel_close.html +++ b/docs/api_reference/C/dbchannel_close.html @@ -8,20 +8,20 @@ <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C API Reference" /> <link rel="up" href="rep.html" title="Chapter 10. Replication Methods" /> - <link rel="prev" href="db_site.html" title="The DB_SITE Handle" /> + <link rel="prev" href="db_channel.html" title="The DB_CHANNEL Handle" /> <link rel="next" href="dbchannel_send_msg.html" title="DB_CHANNEL->send_msg()" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">DB_CHANNEL->close()</th> </tr> <tr> - <td width="20%" align="left"><a accesskey="p" href="db_site.html">Prev</a> </td> + <td width="20%" align="left"><a accesskey="p" href="db_channel.html">Prev</a> </td> <th width="60%" align="center">Chapter 10. Replication Methods </th> @@ -67,7 +67,7 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61810192"></a>Parameters</h3> + <h3 class="title"><a id="idp3324992"></a>Parameters</h3> </div> </div> </div> @@ -75,7 +75,7 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61795976"></a>flags</h4> + <h4 class="title"><a id="idp3310592"></a>flags</h4> </div> </div> </div> @@ -89,7 +89,7 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61632200"></a>Errors</h3> + <h3 class="title"><a id="idp3483920"></a>Errors</h3> </div> </div> </div> @@ -106,7 +106,7 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61815912"></a>EINVAL</h4> + <h4 class="title"><a id="idp3516024"></a>EINVAL</h4> </div> </div> </div> @@ -120,19 +120,20 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61812464"></a>Class</h3> + <h3 class="title"><a id="idp3505032"></a>Class</h3> </div> </div> </div> <p> - <a class="link" href="env.html" title="Chapter 5. The DB_ENV Handle">DB_ENV</a> + <a class="link" href="env.html" title="Chapter 5. The DB_ENV Handle">DB_ENV</a>, + <a class="link" href="db_channel.html" title="The DB_CHANNEL Handle">DB_CHANNEL</a> </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61818000"></a>See Also</h3> + <h3 class="title"><a id="idp3518112"></a>See Also</h3> </div> </div> </div> @@ -145,14 +146,14 @@ DB_CHANNEL->close(DB_CHANNEL *channel, u_int32_t flags); </pre> <hr /> <table width="100%" summary="Navigation footer"> <tr> - <td width="40%" align="left"><a accesskey="p" href="db_site.html">Prev</a> </td> + <td width="40%" align="left"><a accesskey="p" href="db_channel.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="rep.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="dbchannel_send_msg.html">Next</a></td> </tr> <tr> - <td width="40%" align="left" valign="top">The DB_SITE Handle </td> + <td width="40%" align="left" valign="top">The DB_CHANNEL Handle </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> |
