/third_party/grpc/test/core/slice/ |
D | slice_test.cc | 60 grpc_slice_unref(slice); in test_slice_malloc_returns_something_sensible() 73 grpc_slice_unref(slice); in test_slice_new_returns_something_sensible() 93 grpc_slice_unref(slice); in test_slice_new_with_user_data() 122 grpc_slice_unref(slice); in test_slice_new_with_len_returns_something_sensible() 127 grpc_slice_unref(slice); in test_slice_new_with_len_returns_something_sensible() 155 grpc_slice_unref(sub); in test_slice_sub_works() 158 grpc_slice_unref(slice); in test_slice_sub_works() 192 grpc_slice_unref(tail); in test_slice_split_head_works() 193 grpc_slice_unref(head); in test_slice_split_head_works() 196 grpc_slice_unref(slice); in test_slice_split_head_works() [all …]
|
D | slice_string_helpers_test.cc | 40 grpc_slice_unref(slice); in expect_slice_dump() 81 grpc_slice_unref(str); in test_strsplit() 89 grpc_slice_unref(str); in test_strsplit() 98 grpc_slice_unref(str); in test_strsplit() 107 grpc_slice_unref(str); in test_strsplit() 116 grpc_slice_unref(str); in test_strsplit() 124 grpc_slice_unref(str); in test_strsplit() 148 grpc_slice_unref(str); in test_strsplit_nospace() 156 grpc_slice_unref(str); in test_strsplit_nospace() 165 grpc_slice_unref(str); in test_strsplit_nospace() [all …]
|
D | percent_encoding_test.cc | 74 grpc_slice_unref(encoded2raw_slice); in test_vector() 75 grpc_slice_unref(encoded2raw_permissive_slice); in test_vector() 76 grpc_slice_unref(raw2encoded_slice); in test_vector() 77 grpc_slice_unref(raw_slice); in test_vector() 78 grpc_slice_unref(encoded_slice); in test_vector() 115 grpc_slice_unref(permissive_unencoded_slice); in test_nonconformant_vector() 116 grpc_slice_unref(encoded2raw_permissive_slice); in test_nonconformant_vector() 117 grpc_slice_unref(encoded_slice); in test_nonconformant_vector()
|
D | percent_decode_fuzzer.cc | 38 grpc_slice_unref(output); in LLVMFuzzerTestOneInput() 42 grpc_slice_unref(output); in LLVMFuzzerTestOneInput() 44 grpc_slice_unref(grpc_permissive_percent_decode_slice(input)); in LLVMFuzzerTestOneInput() 45 grpc_slice_unref(input); in LLVMFuzzerTestOneInput()
|
D | percent_encode_fuzzer.cc | 45 grpc_slice_unref(input); in test() 46 grpc_slice_unref(output); in test() 47 grpc_slice_unref(decoded_output); in test() 48 grpc_slice_unref(permissive_decoded_output); in test()
|
D | b64_test.cc | 172 grpc_slice_unref(decoded); in test_unpadded_decode() 177 grpc_slice_unref(decoded); in test_unpadded_decode() 182 grpc_slice_unref(decoded); in test_unpadded_decode() 187 grpc_slice_unref(decoded); in test_unpadded_decode() 192 grpc_slice_unref(decoded); in test_unpadded_decode() 197 grpc_slice_unref(decoded); in test_unpadded_decode()
|
D | slice_weak_hash_table_test.cc | 53 grpc_slice_unref(key); in TEST() 68 grpc_slice_unref(key); in TEST() 91 grpc_slice_unref(key); in TEST()
|
/third_party/grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 46 grpc_slice_unref(slice); in test_read_one_slice() 52 grpc_slice_unref(first_slice); in test_read_one_slice() 69 grpc_slice_unref(slice); in test_read_one_slice_malloc() 75 grpc_slice_unref(first_slice); in test_read_one_slice_malloc() 91 grpc_slice_unref(slice); in test_read_none_compressed_slice() 97 grpc_slice_unref(first_slice); in test_read_none_compressed_slice() 114 grpc_slice_unref(slice); in test_peek_one_slice() 137 grpc_slice_unref(slice); in test_peek_one_slice_malloc() 159 grpc_slice_unref(slice); in test_peek_none_compressed_slice() 179 grpc_slice_unref(slice); in test_byte_buffer_from_reader() [all …]
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_metadata.cc | 44 grpc_slice_unref(grpc_core::UnmanagedMemorySlice("abc")); in BM_SliceFromCopied() 54 grpc_slice_unref(grpc_core::ManagedMemorySlice(&slice)); in BM_SliceIntern() 65 grpc_slice_unref(grpc_core::ManagedMemorySlice(&slice)); in BM_SliceReIntern() 67 grpc_slice_unref(slice); in BM_SliceReIntern() 113 grpc_slice_unref(k); in BM_MetadataFromInternedSlices() 114 grpc_slice_unref(v); in BM_MetadataFromInternedSlices() 131 grpc_slice_unref(k); in BM_MetadataFromInternedSlicesAlreadyInIndex() 132 grpc_slice_unref(v); in BM_MetadataFromInternedSlicesAlreadyInIndex() 146 grpc_slice_unref(k); in BM_MetadataFromInternedKey() 179 grpc_slice_unref(k); in BM_MetadataFromInternedSlicesWithBackingStore() [all …]
|
/third_party/grpc/test/core/transport/chttp2/ |
D | bin_encoder_test.cc | 46 grpc_slice_unref(expected); in expect_slice_eq() 47 grpc_slice_unref(slice); in expect_slice_eq() 53 grpc_slice_unref(ss); in B64() 60 grpc_slice_unref(ss); in HUFF() 85 grpc_slice_unref(input); in expect_combined_equiv() 86 grpc_slice_unref(base64); in expect_combined_equiv() 87 grpc_slice_unref(expect); in expect_combined_equiv() 88 grpc_slice_unref(got); in expect_combined_equiv()
|
D | varint_test.cc | 39 grpc_slice_unref(expect); in test_varint() 40 grpc_slice_unref(slice); in test_varint()
|
/third_party/grpc/test/core/security/ |
D | grpc_tls_credentials_options_test.cc | 54 grpc_slice_unref(cert_slice); in SetKeyMaterials() 55 grpc_slice_unref(key_slice); in SetKeyMaterials() 56 grpc_slice_unref(ca_slice); in SetKeyMaterials() 80 grpc_slice_unref(cert_slice); in TEST() 81 grpc_slice_unref(key_slice); in TEST() 82 grpc_slice_unref(ca_slice); in TEST()
|
D | linux_system_roots_test.cc | 60 grpc_slice_unref(result_slice); in TEST() 63 grpc_slice_unref(result_slice); in TEST() 81 grpc_slice_unref(roots_bundle); in TEST() 82 grpc_slice_unref(result_slice); in TEST()
|
D | ssl_server_fuzzer.cc | 88 grpc_slice_unref(cert_slice); in LLVMFuzzerTestOneInput() 89 grpc_slice_unref(key_slice); in LLVMFuzzerTestOneInput() 90 grpc_slice_unref(ca_slice); in LLVMFuzzerTestOneInput()
|
/third_party/grpc/test/core/iomgr/ |
D | load_file_test.cc | 61 grpc_slice_unref(slice); in test_load_empty_file() 62 grpc_slice_unref(slice_with_null_term); in test_load_empty_file() 84 grpc_slice_unref(slice); in test_load_failure() 116 grpc_slice_unref(slice); in test_load_small_file() 117 grpc_slice_unref(slice_with_null_term); in test_load_small_file() 150 grpc_slice_unref(slice); in test_load_big_file()
|
/third_party/grpc/test/core/handshake/ |
D | verify_peer_options.cc | 108 grpc_slice_unref(cert_slice); in server_thread() 109 grpc_slice_unref(key_slice); in server_thread() 110 grpc_slice_unref(ca_slice); in server_thread() 195 grpc_slice_unref(cert_slice); in verify_peer_options_test() 196 grpc_slice_unref(key_slice); in verify_peer_options_test() 197 grpc_slice_unref(ca_slice); in verify_peer_options_test() 273 grpc_slice_unref(cert_slice); in main()
|
/third_party/grpc/test/core/http/ |
D | parser_test.cc | 52 grpc_slice_unref(input_slice); in test_request_succeeds() 59 grpc_slice_unref(slices[i]); in test_request_succeeds() 110 grpc_slice_unref(input_slice); in test_succeeds() 117 grpc_slice_unref(slices[i]); in test_succeeds() 164 grpc_slice_unref(input_slice); in test_fails() 172 grpc_slice_unref(slices[i]); in test_fails() 197 grpc_slice_unref(input_slice); in test_request_fails() 205 grpc_slice_unref(slices[i]); in test_request_fails()
|
D | format_request_test.cc | 48 grpc_slice_unref(slice); in test_format_get_request() 78 grpc_slice_unref(slice); in test_format_post_request() 103 grpc_slice_unref(slice); in test_format_post_request_no_body() 137 grpc_slice_unref(slice); in test_format_post_request_content_type_override()
|
/third_party/grpc/test/core/end2end/fixtures/ |
D | h2_tls.cc | 184 grpc_slice_unref(cert_slice); in client_cred_reload_sync() 185 grpc_slice_unref(key_slice); in client_cred_reload_sync() 186 grpc_slice_unref(ca_slice); in client_cred_reload_sync() 224 grpc_slice_unref(cert_slice); in server_cred_reload_sync() 225 grpc_slice_unref(key_slice); in server_cred_reload_sync() 226 grpc_slice_unref(ca_slice); in server_cred_reload_sync()
|
D | h2_ssl_proxy.cc | 58 grpc_slice_unref(cert_slice); in create_proxy_server() 59 grpc_slice_unref(key_slice); in create_proxy_server() 193 grpc_slice_unref(cert_slice); in chttp2_init_server_simple_ssl_secure_fullstack() 194 grpc_slice_unref(key_slice); in chttp2_init_server_simple_ssl_secure_fullstack()
|
/third_party/grpc/test/core/end2end/ |
D | h2_ssl_session_reuse_test.cc | 77 grpc_slice_unref(cert_slice); in server_create() 78 grpc_slice_unref(key_slice); in server_create() 79 grpc_slice_unref(ca_slice); in server_create() 123 grpc_slice_unref(cert_slice); in client_create() 124 grpc_slice_unref(key_slice); in client_create() 125 grpc_slice_unref(ca_slice); in client_create()
|
/third_party/grpc/test/core/bad_ssl/servers/ |
D | cert.cc | 58 grpc_slice_unref(cert_slice); in main() 59 grpc_slice_unref(key_slice); in main()
|
/third_party/grpc/src/php/ext/grpc/ |
D | byte_buffer.c | 30 grpc_slice_unref(slice); in string_to_byte_buffer() 50 grpc_slice_unref(next); in byte_buffer_to_zend_string()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_byte_buffer.c | 32 grpc_slice_unref(slice); in grpc_rb_s_to_byte_buffer() 51 grpc_slice_unref(next); in grpc_rb_byte_buffer_to_s()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | grpc.h | 49 grpc_slice_unref(slice_); 55 ~Message() { grpc_slice_unref(slice_); } in ~Message() 108 virtual ~SliceAllocator() { grpc_slice_unref(slice_); } in ~SliceAllocator() 119 grpc_slice_unref(slice_); in deallocate() 135 grpc_slice_unref(old_slice); in reallocate_downward()
|