HomeSort by relevance Sort by last modified time
    Searched refs:BIO_wpending (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
bio.h 257 // BIO_wpending returns the number of bytes pending to be written.
258 OPENSSL_EXPORT size_t BIO_wpending(const BIO *bio);
710 // BIO_CTRL_WPENDING implements |BIO_wpending|. The arguments are unused.
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 323 size_t BIO_wpending(const BIO *bio) {
  /external/boringssl/src/ssl/
ssl_test.cc     [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 81 milliseconds