Lines Matching refs:array
14 const array *request_header;
15 const array *set_request_header;
16 const array *response_header;
17 const array *set_response_header;
18 const array *environment;
19 const array *set_environment;
84 static void mod_setenv_prep_ext (const array * const ac) { in mod_setenv_prep_ext()
85 array *a; in mod_setenv_prep_ext()
86 *(const array **)&a = ac; in mod_setenv_prep_ext()
194 const array * const aa = hctx->conf.request_header; in URIHANDLER_FUNC()
195 const array * const as = hctx->conf.set_request_header; in URIHANDLER_FUNC()
225 const array * const aa = hctx->conf.environment; in REQUEST_FUNC()
226 const array * const as = hctx->conf.set_environment; in REQUEST_FUNC()
252 const array * const aa = hctx->conf.response_header; in REQUEST_FUNC()
253 const array * const as = hctx->conf.set_response_header; in REQUEST_FUNC()