Searched refs:indent (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/utils/ |
D | http_curl.c | 584 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) in i2r_HashAlgAndValue() argument 589 BIO_printf(out, "%*shashAlg: ", indent, ""); in i2r_HashAlgAndValue() 593 BIO_printf(out, "%*shashValue: ", indent, ""); in i2r_HashAlgAndValue() 600 static void i2r_LogotypeDetails(LogotypeDetails *details, BIO *out, int indent) in i2r_LogotypeDetails() argument 604 BIO_printf(out, "%*sLogotypeDetails\n", indent, ""); in i2r_LogotypeDetails() 606 BIO_printf(out, "%*smediaType: ", indent, ""); in i2r_LogotypeDetails() 616 i2r_HashAlgAndValue(hash, out, indent); in i2r_LogotypeDetails() 624 BIO_printf(out, "%*slogotypeURI: ", indent, ""); in i2r_LogotypeDetails() 630 static void i2r_LogotypeImageInfo(LogotypeImageInfo *info, BIO *out, int indent) in i2r_LogotypeImageInfo() argument 634 BIO_printf(out, "%*sLogotypeImageInfo\n", indent, ""); in i2r_LogotypeImageInfo() [all …]
|