Lines Matching refs:ind
90 BIO *bp, int ind);
159 int ind) in i2r_ocsp_crlid() argument
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid()
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid()
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid()
186 BIO *bp, int ind) in i2r_ocsp_acutoff() argument
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0; in i2r_ocsp_acutoff()
195 int ind) in i2r_object() argument
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0; in i2r_object()
268 BIO *bp, int ind) in i2r_ocsp_serviceloc() argument
274 if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0) goto err; in i2r_ocsp_serviceloc()
279 if (BIO_printf(bp, "\n%*s", (2*ind), "") <= 0) in i2r_ocsp_serviceloc()