Searched refs:ap_configfile_t (Results 1 - 14 of 14) sorted by relevance
/httpd/include/ |
H A D | http_config.h | 265 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 D | util_varbuf.h | 179 * 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 D | mod_authn_file.c | 62 ap_configfile_t *f; 117 ap_configfile_t *f;
|
H A D | mod_authz_groupfile.c | 88 ap_configfile_t *f;
|
H A D | mod_authnz_ldap.c | 1830 ap_configfile_t *f;
|
/httpd/modules/core/ |
H A D | mod_macro.c | 115 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 D | util.c | 825 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 D | config.c | 177 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 D | core.c | 1405 ap_configfile_t * cf = cmd->config_file;
|
/httpd/modules/metadata/ |
H A D | mod_remoteip.c | 188 ap_configfile_t *cfp;
|
/httpd/modules/mappers/ |
H A D | mod_imagemap.c | 603 ap_configfile_t *imap;
|
/httpd/modules/session/ |
H A D | mod_session_crypto.c | 576 ap_configfile_t *file;
|
/httpd/modules/http/ |
H A D | mod_mime.c | 431 ap_configfile_t *f;
|
/httpd/modules/lua/ |
H A D | mod_lua.c | 864 static apr_size_t config_getstr(ap_configfile_t *cfg, char *buf, 900 ap_configfile_t *cfp;
|
Completed in 758 milliseconds