Home
last modified time | relevance | path

Searched refs:eoc (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/compression/
Dstream_compression_gzip.cc47 bool eoc = false; in gzip_flate() local
49 while (max_output_size > 0 && (in->length > 0 || flush) && !eoc) { in gzip_flate()
55 while (ctx->zs.avail_out > 0 && in->length > 0 && !eoc) { in gzip_flate()
66 eoc = true; in gzip_flate()
76 if (flush != 0 && ctx->zs.avail_out > 0 && !eoc) { in gzip_flate()
129 *end_of_context = eoc; in gzip_flate()
/third_party/openssl/crypto/bio/
Dbio_lib.c700 BIO *ret = NULL, *eoc = NULL, *bio, *new_bio; in BIO_dup_chain() local
728 eoc = new_bio; in BIO_dup_chain()
729 ret = eoc; in BIO_dup_chain()
731 BIO_push(eoc, new_bio); in BIO_dup_chain()
732 eoc = new_bio; in BIO_dup_chain()
/third_party/openssl/crypto/err/
Dopenssl.txt1839 ASN1_R_MISSING_EOC:137:missing eoc
1874 ASN1_R_UNEXPECTED_EOC:159:unexpected eoc