Home | History | Annotate | Download | only in x509v3

Lines Matching refs:BIO_printf

77 		BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
82 else if(i > 0) BIO_printf(out, ", ");
87 else BIO_printf(out, "%s:%s", nval->name, nval->value);
97 BIO_printf(out, "%s:%s", nval->name, tmp);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
182 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
186 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0)
190 BIO_printf(bp, "%*s", indent + 4, "");
207 BIO_printf(out, "%*s<Parse Error>", indent, "");
209 BIO_printf(out, "%*s<Not Supported>", indent, "");