Searched defs:ap_configfile_t (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dhttp_config.h265 typedef struct ap_configfile_t ap_configfile_t; typedef in typeref:struct:ap_configfile_t
266 struct ap_configfile_t { struct
303 ap_configfile_t *config_file;
773 * Open a ap_configfile_t as apr_file_t
774 * @param ret_cfg open ap_configfile_t struct pointer
778 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg,
782 * Allocate a ap_configfile_t handle with user defined functions and params
790 AP_DECLARE(ap_configfile_t *) ap_pcfg_open_custom(apr_pool_t *p,
798 * Read one line from open ap_configfile_t, stri
[all...]

Completed in 538 milliseconds