Home
last modified time | relevance | path

Searched refs:strln (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c386 size_t strln; in fmtstr() local
392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
394 padlen = min - strln; in fmtstr()
416 while (strln > 0 && (max < 0 || cnt < max)) { in fmtstr()
419 --strln; in fmtstr()
/third_party/openssl/crypto/bio/
H A Dbio_print.c386 size_t strln; in fmtstr() local
392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
394 padlen = min - strln; in fmtstr()
416 while (strln > 0 && (max < 0 || cnt < max)) { in fmtstr()
419 --strln; in fmtstr()

Completed in 3 milliseconds