Lines Matching defs:response
42 /* Default callback for response generation. */
318 if (!TS_RESP_set_status_info(ctx->response, si))
333 TS_STATUS_INFO *si = ctx->response->status_info;
343 TS_STATUS_INFO *si = ctx->response->status_info;
374 /* Main entry method of the response generation. */
378 TS_RESP *response;
383 if ((ctx->response = TS_RESP_new()) == NULL) {
410 if (ctx->response != NULL) {
413 "Error during response "
415 TS_RESP_free(ctx->response);
416 ctx->response = NULL;
420 response = ctx->response;
421 ctx->response = NULL; /* Ownership will be returned to caller. */
423 return response;
430 ctx->response = NULL;
439 TS_RESP_free(ctx->response);
440 ctx->response = NULL;
770 TS_RESP_set_tst_info(ctx->response, p7, ctx->tst_info);