Apache HTTPD
Macros | Functions
filestat.c File Reference
#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)
 

Macro Definition Documentation

◆ INCL_DOS

#define INCL_DOS

Definition at line 17 of file filestat.c.

◆ INCL_DOSERRORS

#define INCL_DOSERRORS

Definition at line 18 of file filestat.c.

Function Documentation

◆ FS3_to_finfo()

static void FS3_to_finfo ( apr_finfo_t finfo,
FILESTATUS3 fstatus 
)
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.

◆ handle_type()

static apr_status_t handle_type ( apr_filetype_e ftype,
HFILE  file 
)
static

Definition at line 55 of file filestat.c.