Lines Matching full:goto
144 if (BIO_write(bp,"OCSP Request Data:\n",19) <= 0) goto err;
146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err;
150 goto err;
153 if (BIO_write(bp,"\n Requestor List:\n",21) <= 0) goto err;
162 goto err;
166 goto err;
195 if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err;
198 OCSP_response_status_str(l), l) <= 0) goto err;
201 goto err;
203 goto err;
212 if (!(br = OCSP_response_get1_basic(o))) goto err;
216 l+1,l) <= 0) goto err;
217 if (BIO_puts(bp," Responder Id: ") <= 0) goto err;
230 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err;
231 if (!ASN1_GENERALIZEDTIME_print(bp, rd->producedAt)) goto err;
232 if (BIO_printf(bp,"\n Responses:\n") <= 0) goto err;
238 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
242 goto err;
247 goto err;
250 goto err;
257 goto err;
260 if (BIO_printf(bp,"\n This Update: ") <= 0) goto err;
262 goto err;
265 if (BIO_printf(bp,"\n Next Update: ") <= 0)goto err;
267 goto err;
269 if (BIO_write(bp,"\n",1) <= 0) goto err;
273 goto err;
274 if (BIO_write(bp,"\n",1) <= 0) goto err;
279 goto err;