Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

File Seek Flags
[File I/O Handling Functions]

Collaboration diagram for File Seek Flags:


Defines

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

Define Documentation

#define APR_CUR   SEEK_CUR
 

Current

Definition at line 98 of file apr_file_io.h.

Referenced by APR_DECLARE(), asis_handler(), get_body(), and test_mod_neg().

#define APR_END   SEEK_END
 

Go to end of file

Definition at line 100 of file apr_file_io.h.

Referenced by APR_DECLARE().

#define APR_SET   SEEK_SET
 

Set the file position

Definition at line 96 of file apr_file_io.h.

Referenced by AP_DECLARE(), APR_DECLARE(), create_dummy_file(), create_dummy_file_error(), dav_fs_seek_stream(), emulate_sendfile(), file_bucket_read(), getnext(), read_from(), setdbit(), ssl_expr_eval_func_file(), test_dup2_readwrite(), test_file_readwrite(), test_file_redir(), and write_page().