Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / C / envget_lk_tablesize.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>DB_ENV-&gt;get_lk_tablesize()</title>
7     <link rel="stylesheet" href="apiReference.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB C API Reference" />
10     <link rel="up" href="lock.html" title="Chapter 6.  The DB_LOCK Handle" />
11     <link rel="prev" href="envget_lk_priority.html" title="DB_ENV-&gt;get_lk_priority()" />
12     <link rel="next" href="envset_lk_conflicts.html" title="DB_ENV-&gt;set_lk_conflicts()" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DB_ENV-&gt;get_lk_tablesize()</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="envget_lk_priority.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 6. 
26                 The DB_LOCK Handle
27         </th>
28           <td width="20%" align="right"> <a accesskey="n" href="envset_lk_conflicts.html">Next</a></td>
29         </tr>
30       </table>
31       <hr />
32     </div>
33     <div class="sect1" lang="en" xml:lang="en">
34       <div class="titlepage">
35         <div>
36           <div>
37             <h2 class="title" style="clear: both"><a id="envget_lk_tablesize"></a>DB_ENV-&gt;get_lk_tablesize()</h2>
38           </div>
39         </div>
40       </div>
41       <pre class="programlisting">#include &lt;db.h&gt;
42
43 int
44 DB_ENV-&gt;get_lk_tablesize(DB_ENV *dbenv, u_int32_t *tablesizep; </pre>
45       <p>
46         The <code class="methodname">DB_ENV-&gt;get_lk_tablesize()</code> method
47         returns the size of the lock object hash table in the Berkeley DB
48         environment.  This value is set using the 
49         <a class="xref" href="envset_lk_tablesize.html" title="DB_ENV-&gt;set_lk_tablesize()">DB_ENV-&gt;set_lk_tablesize()</a> 
50         method.
51      </p>
52       <p>
53          The <code class="methodname">DB_ENV-&gt;get_lk_tablesize()</code> method may be
54          called at any time during the life of the application.
55      </p>
56       <p>
57          The <code class="methodname">DB_ENV-&gt;get_lk_tablesize()</code>  <span>
58             <span>
59                   method returns a non-zero error value on failure and 0 on success.
60             </span>
61             
62         </span>
63      </p>
64       <div class="sect2" lang="en" xml:lang="en">
65         <div class="titlepage">
66           <div>
67             <div>
68               <h3 class="title"><a id="idp60432472"></a>Parameters</h3>
69             </div>
70           </div>
71         </div>
72         <div class="sect3" lang="en" xml:lang="en">
73           <div class="titlepage">
74             <div>
75               <div>
76                 <h4 class="title"><a id="idp60432320"></a>tablesizep</h4>
77               </div>
78             </div>
79           </div>
80           <p>
81                   The <span class="bold"><strong>tablesizep</strong></span> parameter
82                   references memory into which is copied the size of the
83                   lock object hash table configured for the Berkeley DB
84                   environment.
85              </p>
86         </div>
87       </div>
88       <div class="sect2" lang="en" xml:lang="en">
89         <div class="titlepage">
90           <div>
91             <div>
92               <h3 class="title"><a id="idp60410584"></a>Class</h3>
93             </div>
94           </div>
95         </div>
96         <p>
97             <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a>,
98             <a class="link" href="lock.html" title="Chapter 6.  The DB_LOCK Handle">DB_LOCK</a>
99         </p>
100       </div>
101       <div class="sect2" lang="en" xml:lang="en">
102         <div class="titlepage">
103           <div>
104             <div>
105               <h3 class="title"><a id="idp60416736"></a>See Also</h3>
106             </div>
107           </div>
108         </div>
109         <p>
110              <a class="xref" href="lock.html#locklist" title="Locking Subsystem and Related Methods">Locking Subsystem and Related Methods</a> 
111         </p>
112       </div>
113     </div>
114     <div class="navfooter">
115       <hr />
116       <table width="100%" summary="Navigation footer">
117         <tr>
118           <td width="40%" align="left"><a accesskey="p" href="envget_lk_priority.html">Prev</a> </td>
119           <td width="20%" align="center">
120             <a accesskey="u" href="lock.html">Up</a>
121           </td>
122           <td width="40%" align="right"> <a accesskey="n" href="envset_lk_conflicts.html">Next</a></td>
123         </tr>
124         <tr>
125           <td width="40%" align="left" valign="top">DB_ENV-&gt;get_lk_priority() </td>
126           <td width="20%" align="center">
127             <a accesskey="h" href="index.html">Home</a>
128           </td>
129           <td width="40%" align="right" valign="top"> DB_ENV-&gt;set_lk_conflicts()</td>
130         </tr>
131       </table>
132     </div>
133   </body>
134 </html>