OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_ptr_ctrl
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/bio/
bio.c
240
char *
BIO_ptr_ctrl
(BIO *b, int cmd, long larg) {
/external/boringssl/src/include/openssl/
bio.h
140
/*
BIO_ptr_ctrl
acts like |BIO_ctrl| but passes the address of a |void*|
143
OPENSSL_EXPORT char *
BIO_ptr_ctrl
(BIO *bp, int cmd, long larg);
[
all
...]
Completed in 34 milliseconds