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

  /external/boringssl/src/include/openssl/
bio.h 160 // BIO_eof returns non-zero when |bio| has reached end-of-file. The precise
163 OPENSSL_EXPORT int BIO_eof(BIO *bio);
688 // BIO_CTRL_EOF implements |BIO_eof|. The arguments are unused.
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 235 int BIO_eof(BIO *bio) {
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 185 milliseconds