Searched refs:contains_tail (Results 1 – 2 of 2) sorted by relevance
142 } else if (ctx->contains_tail && input_tail > 1) { in grpc_base64_decode_partial()191 ctx.contains_tail = false; in grpc_chttp2_base64_decode()238 ctx.contains_tail = true; in grpc_chttp2_base64_decode_with_length()
34 bool contains_tail; member