Apache HTTPD
Macros

Macros

#define APR_SET   SEEK_SET
 
#define APR_CUR   SEEK_CUR
 
#define APR_END   SEEK_END
 

Detailed Description

Macro Definition Documentation

◆ APR_CUR

#define APR_CUR   SEEK_CUR

Current

Definition at line 147 of file apr_file_io.h.

◆ APR_END

#define APR_END   SEEK_END

Go to end of file

Definition at line 149 of file apr_file_io.h.

◆ APR_SET

#define APR_SET   SEEK_SET

Set the file position

Definition at line 145 of file apr_file_io.h.