|
Apache HTTPD
|
#include <http_config.h>
Public Attributes | |
| apr_status_t(* | getch )(char *ch, void *param) |
| apr_status_t(* | getstr )(void *buf, apr_size_t bufsiz, void *param) |
| apr_status_t(* | close )(void *param) |
| void * | param |
| const char * | name |
| unsigned | line_number |
Definition at line 268 of file http_config.h.
| apr_status_t(* ap_configfile_t::close) (void *param) |
the argument passed to getch/getstr/close
Definition at line 274 of file http_config.h.
| apr_status_t(* ap_configfile_t::getch) (char *ch, void *param) |
< an apr_file_getc()-like function an apr_file_gets()-like function
Definition at line 270 of file http_config.h.
| apr_status_t(* ap_configfile_t::getstr) (void *buf, apr_size_t bufsiz, void *param) |
a close handler function
Definition at line 272 of file http_config.h.
| unsigned ap_configfile_t::line_number |
Definition at line 280 of file http_config.h.
current line number, starting at 1
Definition at line 278 of file http_config.h.
| void* ap_configfile_t::param |
the filename / description
Definition at line 276 of file http_config.h.