📄 group__apr__file__open__flags.html
字号:
</table>
<a class="anchor" name="ga4" doxytag="apr_file_io.h::APR_FOPEN_TRUNCATE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FOPEN_TRUNCATE </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>0x00010 <span class="comment">/**< Open the file and truncate</span>
<span class="comment"> to 0 length */</span>
</div></pre>Open the file and truncate to 0 length </td>
</tr>
</table>
<a class="anchor" name="ga1" doxytag="apr_file_io.h::APR_FOPEN_WRITE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FOPEN_WRITE 0x00002 /**< Open the file for writing */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Open the file for writing </td>
</tr>
</table>
<a class="anchor" name="ga9" doxytag="apr_file_io.h::APR_FOPEN_XTHREAD" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_FOPEN_XTHREAD </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>0x00200 <span class="comment">/**< Platform dependent tag to open</span>
<span class="comment"> the file for use across multiple</span>
<span class="comment"> threads */</span>
</div></pre>Platform dependent tag to open the file for use across multiple threads </td>
</tr>
</table>
<a class="anchor" name="ga27" doxytag="apr_file_io.h::APR_LARGEFILE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_LARGEFILE APR_FOPEN_LARGEFILE /**< @deprecated @see APR_FOPEN_LARGEFILE */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000030">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga13">APR_FOPEN_LARGEFILE</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga14" doxytag="apr_file_io.h::APR_READ" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_READ APR_FOPEN_READ /**< @deprecated @see APR_FOPEN_READ */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000017">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga0">APR_FOPEN_READ</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga26" doxytag="apr_file_io.h::APR_SENDFILE_ENABLED" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_SENDFILE_ENABLED APR_FOPEN_SENDFILE_ENABLED /**< @deprecated @see APR_FOPEN_SENDFILE_ENABLED */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000029">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga12">APR_FOPEN_SENDFILE_ENABLED</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga24" doxytag="apr_file_io.h::APR_SHARELOCK" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_SHARELOCK APR_FOPEN_SHARELOCK /**< @deprecated @see APR_FOPEN_SHARELOCK */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000027">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga10">APR_FOPEN_SHARELOCK</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga18" doxytag="apr_file_io.h::APR_TRUNCATE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_TRUNCATE APR_FOPEN_TRUNCATE /**< @deprecated @see APR_FOPEN_TRUNCATE */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000021">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga4">APR_FOPEN_TRUNCATE</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga15" doxytag="apr_file_io.h::APR_WRITE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_WRITE APR_FOPEN_WRITE /**< @deprecated @see APR_FOPEN_WRITE */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000018">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga1">APR_FOPEN_WRITE</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga23" doxytag="apr_file_io.h::APR_XTHREAD" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_XTHREAD APR_FOPEN_XTHREAD /**< @deprecated @see APR_FOPEN_XTHREAD */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000026">Deprecated:</a></b></dt><dd></dd></dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#ga9">APR_FOPEN_XTHREAD</a> </dd></dl>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:25 2005 for Apache Portable Runtime by
<a href="../../../www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -