Searched defs:set_custom_response (Results 1 - 6 of 6) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_notifications.c | 39 static am_status_t set_custom_response(struct am_request * request, const char * data, const char * content_type) function 99 .am_set_custom_response_f = set_custom_response, 164 .am_set_custom_response_f = set_custom_response, 233 .am_set_custom_response_f = set_custom_response, 383 .am_set_custom_response_f = set_custom_response,
|
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) function 244 printf("set_custom_response(): issuing sub-request %s to %s (%s)", 253 printf("set_custom_response(): setting content %s to %s (%s): %s\n", 467 .am_set_custom_response_f = set_custom_response,
|
/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) { function 433 AM_LOG_DEBUG(rq->instance_id, "set_custom_response(): issuing %s sub-request to %s (%s), status %d", 463 AM_LOG_DEBUG(rq->instance_id, "set_custom_response(): status: %s (exit: %s)", 705 am_request.am_set_custom_response_f = set_custom_response; 712 /* json handle for the rest of the unsuccessful exit statuses not processed by set_custom_response */
|
/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) { function 393 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 401 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 427 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 460 AM_LOG_DEBUG(ar->instance_id, "set_custom_response(): status: %s (exit: %s)", 585 am_request.am_set_custom_response_f = set_custom_response;
|
/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) { function 443 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 451 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 477 AM_LOG_ERROR(ar->instance_id, "set_custom_response(): memory allocation error"); 510 AM_LOG_DEBUG(ar->instance_id, "set_custom_response(): status: %s (exit: %s)", 635 am_request.am_set_custom_response_f = set_custom_response;
|
/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); 954 d.am_set_custom_response_f = set_custom_response; 962 /* json handler for the rest of the unsuccessful exit statuses not processed by set_custom_response */ 1075 static am_status_t set_custom_response(am_request_t *rq, const char *text, const char *cont_type) { function 1076 static const char *thisfunc = "set_custom_response():"; 1128 AM_LOG_ERROR(rq->instance_id, "set_custom_response(): failed to issue a redirect to %s (%d)", 1150 AM_LOG_ERROR(rq->instance_id, "set_custom_response(): memory allocation error"); 1158 AM_LOG_ERROR(rq->instance_id, "set_custom_response(): memory allocation error"); 1181 AM_LOG_ERROR(rq->instance_id, "set_custom_response(): memory allocation error"); 1195 AM_LOG_ERROR(rq->instance_id, "set_custom_response() [all...] |
Completed in 49 milliseconds