Home
last modified time | relevance | path

Searched refs:methods_filep (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
Dfile.c276 static const BIO_METHOD methods_filep = { variable
284 const BIO_METHOD *BIO_s_file(void) { return &methods_filep; } in BIO_s_file()