Lines Matching defs:ap_configfile_t
265 typedef struct ap_configfile_t ap_configfile_t;
266 struct ap_configfile_t {
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, strip leading and trailing
805 AP_DECLARE(apr_status_t) ap_cfg_getline(char *buf, apr_size_t bufsize, ap_configfile_t *cfp);
813 AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp);
816 * Detach from open ap_configfile_t, calling the close handler
820 AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp);
830 AP_DECLARE(const char *) ap_pcfg_strerror(apr_pool_t *p, ap_configfile_t *cfp,
1341 * @param conffile Where the pointer to the opened ap_configfile_t must be
1353 ap_configfile_t **conffile, const char **full_name))
1359 const char *access_name, ap_configfile_t **conffile,