OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bio1
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h
744
int BIO_new_bio_pair(BIO **
bio1
, size_t writebuf1,
746
/* If successful, returns 1 and in *
bio1
, *bio2 two BIO pair endpoints.
747
* Otherwise returns 0 and sets *
bio1
and *bio2 to NULL.
[
all
...]
/external/openssl/crypto/bio/
bio.h
744
int BIO_new_bio_pair(BIO **
bio1
, size_t writebuf1,
746
/* If successful, returns 1 and in *
bio1
, *bio2 two BIO pair endpoints.
747
* Otherwise returns 0 and sets *
bio1
and *bio2 to NULL.
[
all
...]
/external/openssl/include/openssl/
bio.h
744
int BIO_new_bio_pair(BIO **
bio1
, size_t writebuf1,
746
/* If successful, returns 1 and in *
bio1
, *bio2 two BIO pair endpoints.
747
* Otherwise returns 0 and sets *
bio1
and *bio2 to NULL.
[
all
...]
Completed in 112 milliseconds
1
2
3