OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_ctrl_pending
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/crypto/bio/
bio.c
349
return BIO_ctrl((BIO *) bio,
BIO_CTRL_PENDING
, 0, NULL);
352
size_t
BIO_ctrl_pending
(const BIO *bio) {
/external/boringssl/src/include/openssl/
bio.h
240
/*
BIO_ctrl_pending
calls |BIO_pending| and exists only for compatibility with
242
OPENSSL_EXPORT size_t
BIO_ctrl_pending
(const BIO *bio);
372
* |
BIO_ctrl_pending
| returns the number of bytes currently stored. */
712
#define
BIO_CTRL_PENDING
10 /* opt - is their more data buffered */
[
all
...]
/external/wpa_supplicant_8/hs20/client/
est.c
504
rlen =
BIO_ctrl_pending
(out);
/external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c
233
rlen =
BIO_ctrl_pending
(out);
tls_openssl.c
[
all
...]
/external/wpa_supplicant_8/src/utils/
http_curl.c
182
rlen =
BIO_ctrl_pending
(out);
1065
rlen =
BIO_ctrl_pending
(out);
[
all
...]
Completed in 534 milliseconds