Searched defs:cont_type (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_exits.c | 210 static am_status_t set_custom_response(am_request_t * rq, const char * text, const char * cont_type) argument 245 am_method_num_to_str(rq->method), rq->post_data_url, LOGEMPTY(cont_type)); 254 am_method_num_to_str(rq->method), rq->post_data_url, LOGEMPTY(cont_type), text);
|
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 322 static am_status_t set_custom_response(am_request_t *rq, const char *text, const char *cont_type) { argument 342 am_strerror(rq->status), rq->post_data_url, cont_type, 381 if (apr_strnatcasecmp(cont_type, "application/x-www-form-urlencoded") == 0) { 429 sr->content_type = cont_type; 434 sr->method, rq->post_data_url, LOGEMPTY(cont_type), sr->status); 451 if (ISVALID(cont_type)) { 452 ap_set_content_type(r, cont_type);
|
/forgerock/web-agents-v4/source/varnish/ |
H A D | agent.c | 346 static am_status_t set_custom_response(am_request_t *ar, const char *text, const char *cont_type) { argument 362 am_strerror(ar->status), ar->post_data_url, cont_type, 385 if (strcasecmp(cont_type, "application/x-www-form-urlencoded") == 0) { 452 if (ISVALID(cont_type)) { 453 AM_ADD_HEADER_RESP_SYNTH(req, H_Content_Type, cont_type);
|
/forgerock/web-agents-v4/source/varnish3/ |
H A D | agent.c | 396 static am_status_t set_custom_response(am_request_t *ar, const char *text, const char *cont_type) { argument 412 am_strerror(ar->status), ar->post_data_url, cont_type, 435 if (strcasecmp(cont_type, "application/x-www-form-urlencoded") == 0) { 502 if (ISVALID(cont_type)) { 503 AM_ADD_HEADER_RESP_SYNTH(req, H_Content_Type, cont_type);
|
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 42 static am_status_t set_custom_response(am_request_t *rq, const char *text, const char *cont_type); 802 const char *cont_type) { 810 res->SetHeader("Content-Type", cont_type, 811 (USHORT) strlen(cont_type), TRUE); 1075 static am_status_t set_custom_response(am_request_t *rq, const char *text, const char *cont_type) { argument 1099 am_strerror(rq->status), rq->post_data_url, cont_type, 1142 if (_stricmp(cont_type, "application/x-www-form-urlencoded") == 0) { 1192 hr = r->GetRequest()->SetHeader("Content-Type", cont_type, 1193 (USHORT) strlen(cont_type), TRUE); 1259 if (ISVALID(cont_type)) { 801 send_custom_data(IHttpResponse *res, const char *payload, int payload_sz, const char *cont_type) argument [all...] |
Completed in 75 milliseconds