• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/api_reference/C/
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;memp_sync()</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="memp.html" title="Chapter��8.�� The DB_MPOOLFILE Handle" />
11    <link rel="prev" href="mempstat_print.html" title="DB_ENV-&gt;memp_stat_print()" />
12    <link rel="next" href="memptrickle.html" title="DB_ENV-&gt;memp_trickle()" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">DB_ENV-&gt;memp_sync()</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="mempstat_print.html">Prev</a>��</td>
22          <th width="60%" align="center">Chapter��8.��
23              The  DB_MPOOLFILE Handle
24        </th>
25          <td width="20%" align="right">��<a accesskey="n" href="memptrickle.html">Next</a></td>
26        </tr>
27      </table>
28      <hr />
29    </div>
30    <div class="sect1" lang="en" xml:lang="en">
31      <div class="titlepage">
32        <div>
33          <div>
34            <h2 class="title" style="clear: both"><a id="mempsync"></a>DB_ENV-&gt;memp_sync()</h2>
35          </div>
36        </div>
37      </div>
38      <pre class="programlisting">#include &lt;db.h&gt;
39
40int
41DB_ENV-&gt;memp_sync(DB_ENV *env, DB_LSN *lsn);  </pre>
42      <p>
43         The <code class="methodname">DB_ENV-&gt;memp_sync()</code> method flushes modified pages in the cache to
44         their backing files.
45    </p>
46      <p>
47         Pages in the cache that cannot be immediately written back to disk (for
48         example, pages that are currently in use by another thread of control)
49         are waited for and written to disk as soon as it is possible to do so.
50    </p>
51      <p>
52         The <code class="methodname">DB_ENV-&gt;memp_sync()</code> <span>
53            <span>
54                  method returns a non-zero error value on failure and 0 on success.
55            </span>
56            
57        </span>
58    </p>
59      <div class="sect2" lang="en" xml:lang="en">
60        <div class="titlepage">
61          <div>
62            <div>
63              <h3 class="title"><a id="id1687792"></a>Parameters</h3>
64            </div>
65          </div>
66        </div>
67        <div class="sect3" lang="en" xml:lang="en">
68          <div class="titlepage">
69            <div>
70              <div>
71                <h4 class="title"><a id="id1687826"></a>lsn</h4>
72              </div>
73            </div>
74          </div>
75          <p>
76                          The purpose of the <span class="bold"><strong>lsn</strong></span> parameter is
77                          to enable a transaction manager to ensure, as part of a checkpoint,
78                          that all pages modified by a certain time have been written to disk.  
79                     </p>
80          <p>
81                          All modified pages with a a log sequence number  
82                          (<a class="link" href="lsn.html" title="Chapter��7.�� The DB_LSN Handle">DB_LSN</a>) less than the <span class="bold"><strong>lsn</strong></span> parameter are written to disk.  If
83                          <span class="bold"><strong>lsn</strong></span> is NULL, all modified pages in
84                          the cache are written to disk.
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="id1688012"></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>, <a class="link" href="memp.html" title="Chapter��8.�� The DB_MPOOLFILE Handle">DB_MPOOLFILE</a> 
98            </p>
99      </div>
100      <div class="sect2" lang="en" xml:lang="en">
101        <div class="titlepage">
102          <div>
103            <div>
104              <h3 class="title"><a id="id1687863"></a>See Also</h3>
105            </div>
106          </div>
107        </div>
108        <p>
109                     <a class="xref" href="memp.html#memplist" title="Memory Pools and Related Methods">Memory Pools and Related Methods</a> 
110                </p>
111      </div>
112    </div>
113    <div class="navfooter">
114      <hr />
115      <table width="100%" summary="Navigation footer">
116        <tr>
117          <td width="40%" align="left"><a accesskey="p" href="mempstat_print.html">Prev</a>��</td>
118          <td width="20%" align="center">
119            <a accesskey="u" href="memp.html">Up</a>
120          </td>
121          <td width="40%" align="right">��<a accesskey="n" href="memptrickle.html">Next</a></td>
122        </tr>
123        <tr>
124          <td width="40%" align="left" valign="top">DB_ENV-&gt;memp_stat_print()��</td>
125          <td width="20%" align="center">
126            <a accesskey="h" href="index.html">Home</a>
127          </td>
128          <td width="40%" align="right" valign="top">��DB_ENV-&gt;memp_trickle()</td>
129        </tr>
130      </table>
131    </div>
132  </body>
133</html>
134