|
Apache HTTPD
|
APR File I/O Handling. More...
#include "apr.h"#include "apr_pools.h"#include "apr_time.h"#include "apr_errno.h"#include "apr_file_info.h"#include "apr_inherit.h"#include "apr_want.h"Go to the source code of this file.
Typedefs | |
| typedef apr_uint32_t | apr_fileattrs_t |
| typedef int | apr_seek_where_t |
| typedef struct apr_file_t | apr_file_t |
Functions | |
| APR_DECLARE (apr_status_t) apr_file_open(apr_file_t **newf | |
| APR_DECLARE (apr_size_t) apr_file_buffer_size_get(apr_file_t *thefile) | |
| APR_DECLARE_NONSTD (int) apr_file_printf(apr_file_t *fptr | |
| const char | __attribute__ ((format(printf, 2, 3))) |
| APR_DECLARE (apr_int32_t) apr_file_flags_get(apr_file_t *f) | |
| APR_DECLARE (apr_pool_t *) apr_file_pool_get(const apr_file_t *thefile) | |
APR File I/O Handling.
Definition in file apr_file_io.h.
| #define APR_WANT_IOVEC |
for apr_file_writev
Definition at line 33 of file apr_file_io.h.
| #define APR_WANT_STDIO |
for SEEK_*
Definition at line 32 of file apr_file_io.h.