|
Apache HTTPD
|
#include "apr.h"#include "apr_private.h"#include "apr_general.h"#include "apr_tables.h"#include "apr_file_io.h"#include "apr_file_info.h"#include "apr_errno.h"#include "apr_lib.h"#include "apr_thread_mutex.h"#include "apr_poll.h"Go to the source code of this file.
Classes | |
| struct | apr_file_t |
| struct | apr_dir_t |
Macros | |
| #define | APR_FILE_DEFAULT_BUFSIZE 4096 |
| #define | APR_FILE_BUFSIZE APR_FILE_DEFAULT_BUFSIZE |
| #define | file_lock(f) do {} while (0) |
| #define | file_unlock(f) do {} while (0) |
Typedefs | |
| typedef struct stat | struct_stat |
| #define APR_FILE_BUFSIZE APR_FILE_DEFAULT_BUFSIZE |
Definition at line 91 of file apr_arch_file_io.h.
| #define APR_FILE_DEFAULT_BUFSIZE 4096 |
Definition at line 89 of file apr_arch_file_io.h.
Definition at line 142 of file apr_arch_file_io.h.
| apr_status_t apr_file_flush_locked | ( | apr_file_t * | thefile | ) |
Definition at line 313 of file readwrite.c.
| apr_status_t apr_file_info_get_locked | ( | apr_finfo_t * | finfo, |
| apr_int32_t | wanted, | ||
| apr_file_t * | thefile | ||
| ) |
Definition at line 85 of file filestat.c.
| apr_status_t apr_unix_child_file_cleanup | ( | void * | thefile | ) |
| apr_status_t apr_unix_file_cleanup | ( | void * | thefile | ) |
| apr_fileperms_t apr_unix_mode2perms | ( | mode_t | mode | ) |
| mode_t apr_unix_perms2mode | ( | apr_fileperms_t | perms | ) |