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_set_timeout.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/dbchannel_set_timeout.html')
| -rw-r--r-- | docs/api_reference/C/dbchannel_set_timeout.html | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/api_reference/C/dbchannel_set_timeout.html b/docs/api_reference/C/dbchannel_set_timeout.html index 7957b5e4..4664d3a8 100644 --- a/docs/api_reference/C/dbchannel_set_timeout.html +++ b/docs/api_reference/C/dbchannel_set_timeout.html @@ -9,12 +9,12 @@ <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="dbchannel_send_request.html" title="DB_CHANNEL->send_request()" /> - <link rel="next" href="dbsite_close.html" title="DB_SITE->close()" /> + <link rel="next" href="dbsite_get_config.html" title="DB_SITE->get_config()" /> </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> @@ -25,7 +25,7 @@ <th width="60%" align="center">Chapter 10. Replication Methods </th> - <td width="20%" align="right"> <a accesskey="n" href="dbsite_close.html">Next</a></td> + <td width="20%" align="right"> <a accesskey="n" href="dbsite_get_config.html">Next</a></td> </tr> </table> <hr /> @@ -61,7 +61,7 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61857912"></a>Parameters</h3> + <h3 class="title"><a id="idp3558864"></a>Parameters</h3> </div> </div> </div> @@ -69,7 +69,7 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61857048"></a>timeout</h4> + <h4 class="title"><a id="idp3558600"></a>timeout</h4> </div> </div> </div> @@ -87,7 +87,7 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61845368"></a>Errors</h3> + <h3 class="title"><a id="idp3546360"></a>Errors</h3> </div> </div> </div> @@ -104,7 +104,7 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp61863184"></a>EINVAL</h4> + <h4 class="title"><a id="idp3564464"></a>EINVAL</h4> </div> </div> </div> @@ -118,19 +118,20 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp61862104"></a>Class</h3> + <h3 class="title"><a id="idp3563384"></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="idp61857216"></a>See Also</h3> + <h3 class="title"><a id="idp3558384"></a>See Also</h3> </div> </div> </div> @@ -147,14 +148,14 @@ DB_CHANNEL->set_timeout(DB_CHANNEL *channel, db_timeout_t timeout); </pre> <td width="20%" align="center"> <a accesskey="u" href="rep.html">Up</a> </td> - <td width="40%" align="right"> <a accesskey="n" href="dbsite_close.html">Next</a></td> + <td width="40%" align="right"> <a accesskey="n" href="dbsite_get_config.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">DB_CHANNEL->send_request() </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> - <td width="40%" align="right" valign="top"> DB_SITE->close()</td> + <td width="40%" align="right" valign="top"> DB_SITE->get_config()</td> </tr> </table> </div> |
