Searched refs:BIO_vsnprintf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dmem.h127 // BIO_vsnprintf has the same behavior as vsnprintf(3).
128 OPENSSL_EXPORT int BIO_vsnprintf(char *buf, size_t n, const char *format,
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dmem.c227 int ret = BIO_vsnprintf(buf, n, format, args);
232 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) { function
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/err/
H A Derr.c733 BIO_vsnprintf(buf, buf_len, format, ap);

Completed in 33 milliseconds