Searched refs:ap_configfile_t (Results 1 - 14 of 14) 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...]
H A Dutil_varbuf.h179 * Read a line from an ap_configfile_t and append it to an ap_varbuf.
181 * @param cfp Pointer to the ap_configfile_t
189 ap_configfile_t *cfp,
/httpd/modules/aaa/
H A Dmod_authn_file.c62 ap_configfile_t *f;
117 ap_configfile_t *f;
H A Dmod_authz_groupfile.c88 ap_configfile_t *f;
H A Dmod_authnz_ldap.c1830 ap_configfile_t *f;
/httpd/modules/core/
H A Dmod_macro.c115 ap_configfile_t * cfg)
138 ap_configfile_t * config_file,
536 The expanded content of the macro is to be parsed as a ap_configfile_t.
560 ap_configfile_t *next; /* next config once this one is processed */
561 ap_configfile_t **upper; /* hack: where to update it if needed */
661 static ap_configfile_t *make_array_config(apr_pool_t * pool,
664 ap_configfile_t * cfg,
665 ap_configfile_t ** upper)
/httpd/server/
H A Dutil.c825 AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp)
850 /* Open a ap_configfile_t as FILE, return open ap_configfile_t struct pointer */
851 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg,
854 ap_configfile_t *new_cfg;
931 /* Allocate a ap_configfile_t handle with user defined functions and params */
932 AP_DECLARE(ap_configfile_t *) ap_pcfg_open_custom(
938 ap_configfile_t *new_cfg = apr_palloc(p, sizeof(*new_cfg));
949 AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp)
957 AP_DECLARE(const char *) ap_pcfg_strerror(apr_pool_t *p, ap_configfile_t *cf
[all...]
H A Dconfig.c177 ap_configfile_t **conffile, const char **full_name),
1790 ap_configfile_t *cfp;
2084 ap_configfile_t **conffile,
2096 ap_configfile_t *f = NULL;
H A Dcore.c1405 ap_configfile_t * cf = cmd->config_file;
/httpd/modules/metadata/
H A Dmod_remoteip.c188 ap_configfile_t *cfp;
/httpd/modules/mappers/
H A Dmod_imagemap.c603 ap_configfile_t *imap;
/httpd/modules/session/
H A Dmod_session_crypto.c576 ap_configfile_t *file;
/httpd/modules/http/
H A Dmod_mime.c431 ap_configfile_t *f;
/httpd/modules/lua/
H A Dmod_lua.c864 static apr_size_t config_getstr(ap_configfile_t *cfg, char *buf,
900 ap_configfile_t *cfp;

Completed in 758 milliseconds