Lines Matching +refs:val +refs:context
887 /* The balancer comparison is a bit trickier. Given the context
1775 (*worker)->context = NULL;
3207 (*runtime)->context = NULL;
3280 static int find_conn_headers(void *data, const char *key, const char *val)
3283 x->error = ap_parse_token_list_strict(x->pool, val, &x->array, !x->is_req);
3472 const char *val;
3483 if (((val = apr_table_get(r->headers_in, "Expect")) == NULL)
3484 || (strcasecmp(val, "100-Continue") != 0 /* fast path */
3485 && !ap_find_token(r->pool, val, "100-Continue"))) {
3546 || headers_in[counter].val == NULL
3578 *old_te_val = headers_in[counter].val;
3582 *old_cl_val = headers_in[counter].val;
3598 headers_in[counter].val, CRLF,