Lines Matching refs:str
25 char str[128];
37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s",
41 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s",
46 if (BIO_set_prefix(bp, str) <= 0) {
53 if (BIO_set_prefix(bp, str) <= 0 || BIO_set_indent(bp, indent) <= 0)
58 * BIO_set_prefix made a copy of |str|, so we can safely use it for
61 p = str;
63 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag);
65 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag);
67 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag);
69 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);