Lines Matching refs:sendError
25 int sendError; /* send error response on given request type */
56 ctx->sendError = -1;
141 ctx->sendError = bodytype;
190 if (ctx->sendError == 1
191 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(cert_req)) {
273 if (ctx->certOut == NULL || ctx->sendError == 1
274 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(rr)) {
305 if (ctx->sendError == 1
306 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(genm)
376 if (ctx->sendError == 1
377 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(certConf)
406 if (ctx->sendError == 1
407 || ctx->sendError == OSSL_CMP_MSG_get_bodytype(pollReq)) {