Home
last modified time | relevance | path

Searched refs:grpc_base64_decode_partial (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_decoder.cc106 bool grpc_base64_decode_partial(struct grpc_base64_decode_context* ctx) { in grpc_base64_decode_partial() function
193 if (GPR_UNLIKELY(!grpc_base64_decode_partial(&ctx))) { in grpc_chttp2_base64_decode()
240 if (GPR_UNLIKELY(!grpc_base64_decode_partial(&ctx))) { in grpc_chttp2_base64_decode_with_length()
Dbin_decoder.h41 bool grpc_base64_decode_partial(struct grpc_base64_decode_context* ctx);