Lines Matching refs:array
71 const array *forwarder;
82 const array *forwarder;
86 const array *headers;
96 array *default_headers;
97 array tokens;
117 array *env;
210 static void * mod_extforward_parse_forwarder(server *srv, const array *forwarder) { in mod_extforward_parse_forwarder()
284 static unsigned int mod_extforward_parse_opts(server *srv, const array *opts_params) { in mod_extforward_parse_opts()
369 array *a; in SETDEFAULTS_FUNC()
370 *(const array **)&a = cpv->v.a; in SETDEFAULTS_FUNC()
462 static void extract_forward_array(array * const result, const buffer *pbuffer) in extract_forward_array()
545 static const buffer *last_not_in_array(array *a, plugin_data *p) in last_not_in_array()
625 array * const forward_array = &p->tokens; in mod_extforward_X_Forwarded_For()
1116 const array * restrict env = hctx->env; in REQUEST_FUNC()