Searched refs:infostr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/unbound/cachedb/ |
| H A D | redis.c | 142 const char* infostr) in redis_connect() argument 164 infostr); in redis_connect() 178 log_err("failed to connect to redis %sserver: %s", infostr, errstr); in redis_connect() 182 log_err("failed to set redis %stimeout, %s", infostr, ctx->errstr); in redis_connect() 189 log_err("failed to authenticate %swith password", infostr); in redis_connect() 200 infostr, logical_db); in redis_connect() 212 infostr, in redis_connect() 238 infostr, (int)tv.tv_sec, (int)tv.tv_usec); in redis_connect()
|
| /src/crypto/openssl/apps/ |
| H A D | storeutl.c | 405 const char *infostr = info == NULL ? NULL : OSSL_STORE_INFO_type_string(type); in process() local 434 indent_printf(indent, bio_out, "%d: %s: %s\n", items, infostr, in process() 439 indent_printf(indent, bio_out, "%d: %s\n", items, infostr); in process()
|