Google
 

ap_configfile_t Struct Reference
[Configuration]

#include <http_config.h>


Data Fields

int(* getch )(void *param)
void *(* getstr )(void *buf, size_t bufsiz, void *param)
int(* close )(void *param)
void * param
const char * name
unsigned line_number


Field Documentation

int(* ap_configfile_t::getch)(void *param)

a getc()-like function

void*(* ap_configfile_t::getstr)(void *buf, size_t bufsiz, void *param)

a fgets()-like function

int(* ap_configfile_t::close)(void *param)

a close handler function

void* ap_configfile_t::param

the argument passed to getch/getstr/close

const char* ap_configfile_t::name

the filename / description

unsigned ap_configfile_t::line_number

current line number, starting at 1


The documentation for this struct was generated from the following file:
Generated on Sun Jul 1 10:07:09 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.