OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grpc_slice
(Results
151 - 175
of
362
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
alts_grpc_privacy_integrity_record_protocol.cc
50
grpc_slice
protected_slice = GRPC_SLICE_MALLOC(protected_frame_size);
91
grpc_slice
unprotected_slice = GRPC_SLICE_MALLOC(unprotected_frame_size);
/external/grpc-grpc/src/cpp/ext/filters/census/
context.h
72
// serialized into the given
grpc_slice
.
73
size_t StatsContextSerialize(size_t max_tags_len,
grpc_slice
* tags);
113
inline absl::string_view GetMethod(const
grpc_slice
* path) {
/external/grpc-grpc/test/core/end2end/
connection_refused_test.cc
48
grpc_slice
details;
85
grpc_slice
host = grpc_slice_from_static_string("nonexistant");
/external/grpc-grpc/test/core/security/
ssl_server_fuzzer.cc
35
static void discard_write(
grpc_slice
slice) {}
72
grpc_slice
ca_slice, cert_slice, key_slice;
create_jwt.cc
35
grpc_slice
json_key_data;
fetch_oauth2.cc
36
grpc_slice
refresh_token;
/external/grpc-grpc/src/core/ext/filters/load_reporting/
server_load_reporting_filter.h
102
grpc_slice
service_method_;
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
hpack_encoder.h
66
grpc_slice
entries_keys[GRPC_CHTTP2_HPACKC_NUM_VALUES];
internal.h
217
grpc_error* Pull(
grpc_slice
* slice) override;
239
grpc_error* Push(
grpc_slice
slice,
grpc_slice
* slice_out);
423
grpc_chttp2_stream* s,
grpc_slice
slice, int is_last);
504
grpc_slice
fetching_slice;
648
grpc_slice
slice);
707
grpc_slice
goaway_text);
/external/grpc-grpc/src/core/lib/compression/
stream_compression.cc
66
grpc_slice
value, bool is_compress,
stream_compression.h
114
grpc_slice
value, bool is_compress, grpc_stream_compression_method* method);
/external/grpc-grpc/src/core/lib/http/
parser.h
104
grpc_error* grpc_http_parser_parse(grpc_http_parser* parser,
grpc_slice
slice,
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
jwt_verifier.h
118
grpc_jwt_claims* grpc_jwt_claims_from_json(grpc_json* json,
grpc_slice
buffer);
/external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_tsi_event.cc
33
grpc_slice
target_name,
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
ssl_session_cache.h
83
Node* FindLocked(const
grpc_slice
& key);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
metadata.pyx.pxi
50
cdef tuple _metadatum(
grpc_slice
key_slice,
grpc_slice
value_slice):
/external/grpc-grpc/test/core/end2end/tests/
retry_disabled.cc
110
grpc_slice
request_payload_slice = grpc_slice_from_static_string("foo");
111
grpc_slice
response_payload_slice = grpc_slice_from_static_string("bar");
120
grpc_slice
details;
166
grpc_slice
status_details = grpc_slice_from_static_string("xyz");