📄 group__apr__portabile.html
字号:
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__portabile.html#ga0">apr_os_file_t</a> * </td>
<td class="mdname" nowrap> <em>thefile</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>apr_int32_t </td>
<td class="mdname" nowrap> <em>flags</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> * </td>
<td class="mdname" nowrap> <em>cont</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
convert the file from os specific type to apr type. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>file</em> </td><td>The apr file we are converting to. </td></tr>
<tr><td></td><td valign=top><em>thefile</em> </td><td>The os specific file to convert </td></tr>
<tr><td></td><td valign=top><em>flags</em> </td><td>The flags that were used to open this file. </td></tr>
<tr><td></td><td valign=top><em>cont</em> </td><td>The pool to use if it is needed. </td></tr>
</table>
</dl>
<dl compact><dt><b>Remarks:</b></dt><dd>On Unix, it is only possible to put a file descriptor into an apr file type. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga15" doxytag="apr_portable.h::apr_os_imp_time_get" ></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"> <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> apr_os_imp_time_get </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__apr__portabile.html#ga5">apr_os_imp_time_t</a> ** </td>
<td class="mdname" nowrap> <em>ostime</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__time.html#ga2">apr_time_t</a> * </td>
<td class="mdname" nowrap> <em>aprtime</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Get the imploded time in the platforms native format. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>ostime</em> </td><td>the native time format </td></tr>
<tr><td></td><td valign=top><em>aprtime</em> </td><td>the time to convert </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a class="anchor" name="ga24" doxytag="apr_portable.h::apr_os_imp_time_put" ></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"> <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> apr_os_imp_time_put </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__apr__time.html#ga2">apr_time_t</a> * </td>
<td class="mdname" nowrap> <em>aprtime</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__portabile.html#ga5">apr_os_imp_time_t</a> ** </td>
<td class="mdname" nowrap> <em>ostime</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> * </td>
<td class="mdname" nowrap> <em>cont</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Put the imploded time in the APR format. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>aprtime</em> </td><td>the APR time format </td></tr>
<tr><td></td><td valign=top><em>ostime</em> </td><td>the time to convert </td></tr>
<tr><td></td><td valign=top><em>cont</em> </td><td>the pool to use if necessary </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a class="anchor" name="ga28" doxytag="apr_portable.h::apr_os_locale_encoding" ></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"> const char* apr_os_locale_encoding </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> * </td>
<td class="mdname1" valign="top" nowrap> <em>pool</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
Get the name of the current locale character set. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>pool</em> </td><td>the pool to allocate the name from, if needed </td></tr>
</table>
</dl>
<dl compact><dt><b>Remarks:</b></dt><dd>Defers to apr_os_default_encoding if the current locale's data can't be retreved on this system. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga18" doxytag="apr_portable.h::apr_os_pipe_put" ></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"> <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> apr_os_pipe_put </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__apr__file__io.html#ga2">apr_file_t</a> ** </td>
<td class="mdname" nowrap> <em>file</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__portabile.html#ga0">apr_os_file_t</a> * </td>
<td class="mdname" nowrap> <em>thefile</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> * </td>
<td class="mdname" nowrap> <em>cont</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
convert the file from os specific type to apr type. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>file</em> </td><td>The apr file we are converting to. </td></tr>
<tr><td></td><td valign=top><em>thefile</em> </td><td>The os specific pipe to convert </td></tr>
<tr><td></td><td valign=top><em>cont</em> </td><td>The pool to use if it is needed. </td></tr>
</table>
</dl>
<dl compact><dt><b>Remarks:</b></dt><dd>On Unix, it is only possible to put a file descriptor into an apr file type. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga19" doxytag="apr_portable.h::apr_os_pipe_put_ex" ></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"> <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> apr_os_pipe_put_ex </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__apr__file__io.html#ga2">apr_file_t</a> ** </td>
<td class="mdname" nowrap> <em>file</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__portabile.html#ga0">apr_os_file_t</a> * </td>
<td class="mdname" nowrap> <em>thefile</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap>int </td>
<td class="mdname" nowrap> <em>register_cleanup</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> * </td>
<td class="mdname" nowrap> <em>cont</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
convert the file from os specific type to apr type. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td></td><td valign=top><em>file</em> </td><td>The apr file we are converting to. </td></tr>
<tr><td></td><td valign=top><em>thefile</em> </td><td>The os specific pipe to convert </td></tr>
<tr><td></td><td valign=top><em>register_cleanup</em> </td><td>A cleanup will be registered on the apr_file_t to issue <a class="el" href="group__apr__file__io.html#ga4">apr_file_close()</a>. </td></tr>
<tr><td></td><td valign=top><em>cont</em> </td><td>The pool to use if it is needed. </td></tr>
</table>
</dl>
<dl compact><dt><b>Remarks:</b></dt><dd>On Unix, it is only possible to put a file descriptor into an apr file type. </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga13" doxytag="apr_portable.h::apr_os_proc_mutex_get" ></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"> <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> apr_os_proc_mutex_get </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="structapr__os__proc__mutex__t.html">apr_os_proc_mutex_t</a> * </td>
<td class="mdname" nowrap> <em>ospmutex</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td></td>
<td class="md" nowrap><a class="el" href="group__apr__proc__mutex.html#ga0">apr_proc_mutex_t</a> * </td>
<td class="mdname" nowrap> <em>pmutex</em></td>
</tr>
<tr>
<td></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -