Lines Matching refs:title
94 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump() argument
103 wpa_hexdump_ascii(MSG_MSGDUMP, title, buf, len); in debug_dump()
120 wpa_printf(MSG_MSGDUMP, "%s[%s]", title, txt); in debug_dump()
180 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert() argument
197 wpa_printf(MSG_MSGDUMP, "%s:\n%s", title, txt); in debug_dump_cert()
679 static void i2r_LogotypeData(LogotypeData *data, const char *title, BIO *out, in i2r_LogotypeData() argument
684 BIO_printf(out, "%*s%s - LogotypeData\n", indent, "", title); in i2r_LogotypeData()
698 static void i2r_LogotypeReference(LogotypeReference *ref, const char *title, in i2r_LogotypeReference() argument
703 BIO_printf(out, "%*s%s - LogotypeReference\n", indent, "", title); in i2r_LogotypeReference()
729 static void i2r_LogotypeInfo(LogotypeInfo *info, const char *title, BIO *out, in i2r_LogotypeInfo() argument
734 i2r_LogotypeData(info->d.direct, title, out, indent); in i2r_LogotypeInfo()
737 i2r_LogotypeReference(info->d.indirect, title, out, indent); in i2r_LogotypeInfo()