Apache HTTPD
Public Attributes | List of all members
ap_configfile_t Struct Reference

#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 charname
 
unsigned line_number
 

Detailed Description

Definition at line 268 of file http_config.h.

Member Data Documentation

◆ close

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.

◆ getch

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.

◆ getstr

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.

◆ line_number

unsigned ap_configfile_t::line_number

Definition at line 280 of file http_config.h.

◆ name

const char* ap_configfile_t::name

current line number, starting at 1

Definition at line 278 of file http_config.h.

◆ param

void* ap_configfile_t::param

the filename / description

Definition at line 276 of file http_config.h.


The documentation for this struct was generated from the following file: