|
Apache HTTPD
|
#include "apr_arch_file_io.h"#include "apr_file_io.h"#include "apr_lib.h"#include <sys/time.h>#include "apr_strings.h"Go to the source code of this file.
Macros | |
| #define | INCL_DOS |
| #define | INCL_DOSERRORS |
Functions | |
| static void | FS3_to_finfo (apr_finfo_t *finfo, FILESTATUS3 *fstatus) |
| static apr_status_t | handle_type (apr_filetype_e *ftype, HFILE file) |
| APR_DECLARE (apr_status_t) | |
| #define INCL_DOS |
Definition at line 17 of file filestat.c.
| #define INCL_DOSERRORS |
Definition at line 18 of file filestat.c.
|
static |
< Type
< all protections
< Size of the file
< Storage size consumed by the file
< Modification Time
< Creation or inode-changed time
< Access Time
< Stat the link not the file itself if it is a link
Definition at line 26 of file filestat.c.
|
static |
Definition at line 55 of file filestat.c.