OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bio_rw_filename
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/bio/
file.c
346
int
BIO_rw_filename
(BIO *bio, const char *filename) {
/external/boringssl/src/include/openssl/
bio.h
506
/*
BIO_rw_filename
opens |filename| for reading and writing and sets the result
509
OPENSSL_EXPORT int
BIO_rw_filename
(BIO *bio, const char *filename);
[
all
...]
Completed in 93 milliseconds