Home
last modified time | relevance | path

Searched refs:target_handle (Results 1 – 11 of 11) sorted by relevance

/third_party/elfutils/debuginfod/
Ddebuginfod-client.c207 CURL **target_handle; member
221 if (*d->target_handle == NULL) in debuginfod_write_callback()
223 *d->target_handle = d->handle; in debuginfod_write_callback()
236 if (*d->target_handle != d->handle) in debuginfod_write_callback()
1233 CURL *target_handle = NULL; in debuginfod_query_server() local
1259 escaped_string = curl_easy_escape(&target_handle, filename+1, 0); in debuginfod_query_server()
1290 data[i].target_handle = &target_handle; in debuginfod_query_server()
1413 if (target_handle != NULL) in debuginfod_query_server()
1416 if (data[i].handle != target_handle) in debuginfod_query_server()
1453 if (target_handle && (c->progressfn || maxsize > 0)) in debuginfod_query_server()
[all …]
/third_party/rust/crates/tracing/tracing-subscriber/tests/layer_filters/
Dvec.rs57 let (target_layer, target_handle) = layer::named("target") in with_filters_boxed()
75 target_handle.assert_finished(); in with_filters_boxed()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c151 handle = exec_objects[relocs[i].target_handle].handle; in relocate_bo()
153 handle = relocs[i].target_handle; in relocate_bo()
/third_party/python/Modules/
D_winapi.c1196 HANDLE target_handle; in _winapi_DuplicateHandle_impl() local
1204 &target_handle, in _winapi_DuplicateHandle_impl()
1216 return target_handle; in _winapi_DuplicateHandle_impl()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.function508 psa_key_handle_t target_handle = PSA_KEY_HANDLE_INIT;
555 PSA_ASSERT( psa_open_key( target_id, &target_handle ) );
/third_party/libdrm/include/drm/
Di915_drm.h789 __u32 target_handle; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c422 .target_handle = find_exec_index(batch, target), in emit_reloc()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h1064 __u32 target_handle; member
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c228 entry->target_handle = -1; /* See also anv_cmd_buffer_process_relocs() */ in anv_reloc_list_add()
1392 list->relocs[i].target_handle = in anv_cmd_buffer_process_relocs()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp366 reloc.target_handle = addr.gem_handle == test->data_bo_handle ? 0 : 1; in __gen_combine_address()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c2075 bo_gem->relocs[bo_gem->reloc_count].target_handle = in do_bo_emit_reloc()