Lines Matching defs:indent
21 int offset, int depth, int indent, int dump);
23 int tag, int xclass, int constructed, int indent)
53 if (BIO_set_prefix(bp, str) <= 0 || BIO_set_indent(bp, indent) <= 0)
83 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent)
85 return asn1_parse2(bp, &pp, len, 0, 0, indent, 0);
88 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent,
91 return asn1_parse2(bp, &pp, len, 0, 0, indent, dump);
95 int offset, int depth, int indent, int dump)
129 hl, len, tag, xclass, j, (indent) ? depth : 0))
145 indent, dump);
160 indent, dump);