Lines Matching full:indent
72 int indent);
247 ASN1_BIT_STRING *rflags, int indent)
251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
429 int indent);
507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
512 BIO_printf(out, "%*s", indent + 2, "");
519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
523 BIO_printf(out, "%*sFull Name:\n", indent, "");
524 print_gens(out, dpn->name.fullname, indent);
531 indent, "", indent + 2, "");
539 int indent)
543 print_distpoint(out, idp->distpoint, indent);
545 BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
547 BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
549 BIO_printf(out, "%*sIndirect CRL\n", indent, "");
552 idp->onlysomereasons, indent);
554 BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
558 BIO_printf(out, "%*s<EMPTY>\n", indent, "");
564 int indent)
574 print_distpoint(out, point->distpoint, indent);
577 indent);
580 BIO_printf(out, "%*sCRL Issuer:\n", indent, "");
581 print_gens(out, point->CRLissuer, indent);