OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_clear_flags
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/bio/
bio.c
286
void
BIO_clear_flags
(BIO *bio, int flags) {
/external/boringssl/src/include/openssl/
bio.h
201
/*
BIO_clear_flags
ANDs |bio->flags| with the bitwise-complement of |flags|. */
202
OPENSSL_EXPORT void
BIO_clear_flags
(BIO *bio, int flags);
[
all
...]
Completed in 3290 milliseconds