Home
last modified time | relevance | path

Searched refs:GRPC_MDNULL (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.h123 { (error), GRPC_MDNULL }
127 { GRPC_ERROR_NONE, GRPC_MDNULL }
Dmetadata.h149 #define GRPC_MDNULL GRPC_MAKE_MDELEM(NULL, GRPC_MDELEM_STORAGE_EXTERNAL) macro
Dstatic_metadata.cc387 if (a == -1 || b == -1) return GRPC_MDNULL; in grpc_static_mdelem_for_static_strings()
394 : GRPC_MDNULL; in grpc_static_mdelem_for_static_strings()
/external/grpc-grpc/src/core/lib/compression/
Dcompression_internal.cc63 return GRPC_MDNULL; in grpc_message_compression_encoding_mdelem()
76 return GRPC_MDNULL; in grpc_stream_compression_encoding_mdelem()
Dcompression.cc173 return GRPC_MDNULL; in grpc_compression_encoding_mdelem()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.cc35 c->cached.jwt_md = GRPC_MDNULL; in jwt_reset_cache()
63 grpc_mdelem jwt_md = GRPC_MDNULL; in jwt_get_request_metadata()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc203 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_ok()
220 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_bad_http_status()
232 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_empty_http_body()
243 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_invalid_json()
258 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token()
272 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_type()
288 grpc_mdelem token_md = GRPC_MDNULL; in test_oauth2_token_fetcher_creds_parsing_missing_token_lifetime()
/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc341 : GRPC_MDNULL, in grpc_channel_create_call()
357 : GRPC_MDNULL, in grpc_channel_create_pollset_set_call()
378 : GRPC_MDNULL; in grpc_channel_register_call()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc198 *token_md = GRPC_MDNULL; in grpc_oauth2_token_fetcher_credentials_parse_server_response()
213 grpc_mdelem access_token_md = GRPC_MDNULL; in on_oauth2_token_fetcher_http_response()
261 grpc_mdelem cached_access_token_md = GRPC_MDNULL; in oauth2_token_fetcher_get_request_metadata()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.cc216 return GRPC_MDNULL; in grpc_chttp2_hptbl_lookup()