Home
last modified time | relevance | path

Searched refs:GRPC_SLICE_MALLOC (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/devel/grpc134/grpc-1.34.1/src/core/lib/slice/
H A Dpercent_encoding.cc61 grpc_slice out = GRPC_SLICE_MALLOC(output_length); in grpc_percent_encode_slice()
115 *slice_out = GRPC_SLICE_MALLOC(out_length); in grpc_strict_percent_decode_slice()
153 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in grpc_permissive_percent_decode_slice()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/slice/
H A Dpercent_encoding.cc61 grpc_slice out = GRPC_SLICE_MALLOC(output_length); in grpc_percent_encode_slice()
115 *slice_out = GRPC_SLICE_MALLOC(out_length); in grpc_strict_percent_decode_slice()
153 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in grpc_permissive_percent_decode_slice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/slice/
H A Dpercent_encoding.cc61 grpc_slice out = GRPC_SLICE_MALLOC(output_length); in grpc_percent_encode_slice()
115 *slice_out = GRPC_SLICE_MALLOC(out_length); in grpc_strict_percent_decode_slice()
153 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in grpc_permissive_percent_decode_slice()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/slice/
H A Dpercent_encoding.cc103 grpc_slice out = GRPC_SLICE_MALLOC(output_length); in PercentEncodeSlice()
156 grpc_slice slice_out = GRPC_SLICE_MALLOC(out_length); in PercentDecodeSlice()
194 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in PermissivePercentDecodeSlice()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/slice/
H A Dpercent_encoding.cc103 grpc_slice out = GRPC_SLICE_MALLOC(output_length); in PercentEncodeSlice()
156 grpc_slice slice_out = GRPC_SLICE_MALLOC(out_length); in PercentDecodeSlice()
194 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in PermissivePercentDecodeSlice()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc55 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
108 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
175 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc55 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
108 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
175 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc56 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
109 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
176 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc56 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
109 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
177 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc56 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
109 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
176 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/transport/chttp2/transport/
H A Dbin_encoder.cc56 grpc_slice output = GRPC_SLICE_MALLOC(output_length); in grpc_chttp2_base64_encode()
109 output = GRPC_SLICE_MALLOC(nbits / 8 + (nbits % 8 != 0)); in grpc_chttp2_huffman_compress()
176 grpc_slice output = GRPC_SLICE_MALLOC(max_output_length); in grpc_chttp2_base64_encode_and_huffman_compress()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_grpc_integrity_only_record_protocol.cc49 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_integrity_only_extra_copy_protect()
95 grpc_slice header_slice = GRPC_SLICE_MALLOC(rp->header_length); in alts_grpc_integrity_only_protect()
96 grpc_slice tag_slice = GRPC_SLICE_MALLOC(rp->tag_length); in alts_grpc_integrity_only_protect()
H A Dalts_grpc_privacy_integrity_record_protocol.cc50 grpc_slice protected_slice = GRPC_SLICE_MALLOC(protected_frame_size); in alts_grpc_privacy_integrity_protect()
91 grpc_slice unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size); in alts_grpc_privacy_integrity_unprotect()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/transport/
H A Dsecure_endpoint.cc94 grpc_slice read_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE);
95 grpc_slice write_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE);
149 ep->read_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE); in flush_read_staging_buffer()
275 ep->write_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE); in flush_write_staging_buffer()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/security/transport/
H A Dsecure_endpoint.cc97 grpc_slice read_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE);
98 grpc_slice write_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE);
152 ep->read_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE); in flush_read_staging_buffer()
278 ep->write_staging_buffer = GRPC_SLICE_MALLOC(STAGING_BUFFER_SIZE); in flush_write_staging_buffer()

1234567