Go to the source code of this file.
Definition in file configparser.h.
|
|
This function type is used for cache revalidation Definition at line 93 of file configparser.h. |
|
|
look at s_conf_opt Definition at line 25 of file configparser.h. |
|
|
look at s_configfile Definition at line 28 of file configparser.h. |
|
|
A structure to save configuration data |
|
|
This function type is used for cleaning up module specific data Definition at line 90 of file configparser.h. |
|
|
Plugin API. This structure saves handler configurations |
|
|
This function type is used for the HTTP header hook Definition at line 96 of file configparser.h. |
|
|
This function type is used for the Last Modified header revalidation Definition at line 99 of file configparser.h. |
|
|
This structure saves the information of all modules in a linked list |
|
|
This structure saves a configuration of a module |
|
|
A list of name-value-pairs |
|
|
This type of function is expected as a callback function
Definition at line 38 of file configparser.h. |
|
|
This type of function is expected as a standard callback function (if no configuration directive entry could be found)
Definition at line 47 of file configparser.h. |
|
||||||||||||||||||||
|
This function adds a plugin into the program space
Definition at line 501 of file configparser.c. |
|
|
This function cleans up a configuration file structure
Definition at line 565 of file configparser.c. |
|
|
This function cleans up a configuration file structure
Definition at line 681 of file configparser.c. |
|
|
destructor function for the modules array
Definition at line 585 of file configparser.c. |
|
||||||||||||
|
This function returns a configuration entry
Definition at line 620 of file configparser.c. |
|
||||||||||||
|
This function initializes a configuration file structure
Definition at line 642 of file configparser.c. |
|
||||||||||||
|
This function registeres configuration options in the configuration file structure
Definition at line 657 of file configparser.c. |
|
|
This function cleans up the modules structure
Definition at line 603 of file configparser.c. |
|
||||||||||||
|
This function expects a list of config names (e.g. fo_default, fo_view, fo_post) and its length. It uses the CF_CONF_DIR environment variable to decide where the config files can be found. It returns successfully an array, when all wanted files could be found. It returns NULL if one of them could not be found.
Definition at line 226 of file configparser.c. |
|
||||||||||||||||||||
|
This function handles a configuration entry.
Definition at line 481 of file configparser.c. |
|
||||||||||||
|
This function parses a configuration file.
Definition at line 348 of file configparser.c. |
|
|
The default configuration options Definition at line 124 of file configparser.h. |
|
|
The configuration data of the archive viewer Definition at line 121 of file configparser.h. |
|
|
The archiv viewer configuration options Definition at line 128 of file configparser.h. |
|
|
The configuration data of the default configuration Definition at line 118 of file configparser.h. |
|
|
The configuration data of the archive viewer Definition at line 122 of file configparser.h. |
|
|
The posting configuration options Definition at line 126 of file configparser.h. |
|
|
The configuration data of the server Definition at line 119 of file configparser.h. |
|
|
The server configuration options Definition at line 127 of file configparser.h. |
|
|
The configuration data of the forum viewer Definition at line 120 of file configparser.h. |
|
|
The client configuration options Definition at line 125 of file configparser.h. |
|
|
The modules array Definition at line 130 of file configparser.h. |
1.3.5