Lines Matching refs:value
288 "Error appending the header value");
596 const char *value;
624 rc = ajp_msg_get_string(msg, &value);
628 "Null header value");
634 value = ap_proxy_cookie_reverse_map(r, dconf, value);
643 value = ap_proxy_location_reverse_map(r, dconf, value);
646 ap_xlate_proto_from_ascii(value, strlen(value));
649 i, stringname, value);
651 apr_table_add(r->headers_out, stringname, value);
656 ap_set_content_type(r, apr_pstrdup(r->pool, value));
658 "ajp_unmarshal_response: ap_set_content_type to '%s'", value);