|
Apache HTTPD
|
#include "apr_arch_file_io.h"#include "apr_strings.h"#include "apr_portable.h"#include "apr_thread_mutex.h"#include "apr_arch_inherit.h"Go to the source code of this file.
Functions | |
| static apr_status_t | file_dup (apr_file_t **new_file, apr_file_t *old_file, apr_pool_t *p, int which_dup) |
| APR_DECLARE (apr_status_t) | |
|
static |
< Do not register a cleanup when the file is opened. The apr_os_file_t handle in apr_file_t will not be closed when the pool is destroyed.
< Do not register a cleanup when the file is opened. The apr_os_file_t handle in apr_file_t will not be closed when the pool is destroyed.