|
GRPC Core
9.0.0
|
Go to the source code of this file.
Data Structures | |
| struct | grpc_base64_decode_context |
Functions | |
| bool | grpc_base64_decode_partial (struct grpc_base64_decode_context *ctx) |
| grpc_slice | grpc_chttp2_base64_decode (const grpc_slice &input) |
| grpc_slice | grpc_chttp2_base64_decode_with_length (const grpc_slice &input, size_t output_length) |
| size_t | grpc_chttp2_base64_infer_length_after_decode (const grpc_slice &slice) |
| bool grpc_base64_decode_partial | ( | struct grpc_base64_decode_context * | ctx | ) |
| grpc_slice grpc_chttp2_base64_decode | ( | const grpc_slice & | input | ) |
| grpc_slice grpc_chttp2_base64_decode_with_length | ( | const grpc_slice & | input, |
| size_t | output_length | ||
| ) |
| size_t grpc_chttp2_base64_infer_length_after_decode | ( | const grpc_slice & | slice | ) |