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

/macosx-10.10.1/apache-793/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;
770 * Open a ap_configfile_t as apr_file_t
771 * @param ret_cfg open ap_configfile_t struct pointer
775 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg,
779 * Allocate a ap_configfile_t handle with user defined functions and params
787 AP_DECLARE(ap_configfile_t *) ap_pcfg_open_custom(apr_pool_t *p,
795 * Read one line from open ap_configfile_t, stri
[all...]
H A Dutil_varbuf.h169 /** Read a line from an ap_configfile_t and append it to an ap_varbuf.
171 * @param cfg pointer to the ap_configfile_t
179 ap_configfile_t *cfp,
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_file.c63 ap_configfile_t *f;
118 ap_configfile_t *f;
H A Dmod_authz_groupfile.c89 ap_configfile_t *f;
H A Dmod_authnz_ldap.c1764 ap_configfile_t *f;
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_macro.c121 ap_configfile_t * cfg)
144 ap_configfile_t * config_file,
542 The expanded content of the macro is to be parsed as a ap_configfile_t.
566 ap_configfile_t *next; /* next config once this one is processed */
567 ap_configfile_t **upper; /* hack: where to update it if needed */
667 static ap_configfile_t *make_array_config(apr_pool_t * pool,
670 ap_configfile_t * cfg,
671 ap_configfile_t ** upper)
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil.c824 AP_DECLARE(int) ap_cfg_closefile(ap_configfile_t *cfp)
849 /* Open a ap_configfile_t as FILE, return open ap_configfile_t struct pointer */
850 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg,
853 ap_configfile_t *new_cfg;
930 /* Allocate a ap_configfile_t handle with user defined functions and params */
931 AP_DECLARE(ap_configfile_t *) ap_pcfg_open_custom(
937 ap_configfile_t *new_cfg = apr_palloc(p, sizeof(*new_cfg));
948 AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp)
956 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),
1794 ap_configfile_t *cfp;
2085 ap_configfile_t **conffile,
2097 ap_configfile_t *f = NULL;
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_remoteip.c188 ap_configfile_t *cfp;
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c603 ap_configfile_t *imap;
/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session_crypto.c583 ap_configfile_t *file;
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dmod_lua.c830 static apr_size_t config_getstr(ap_configfile_t *cfg, char *buf,
866 ap_configfile_t *cfp;
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dmod_mime.c431 ap_configfile_t *f;

Completed in 272 milliseconds