Home
last modified time | relevance | path

Searched refs:ptr_handle (Results 1 – 5 of 5) sorted by relevance

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dcomplete.c96 data->ptr_handle = h; in rlc_complete_file_function()
107 { if ( FindNextFile(data->ptr_handle, &fdata) ) in rlc_complete_file_function()
116 { FindClose(data->ptr_handle); in rlc_complete_file_function()
H A Dconsole.h213 void *ptr_handle; /* pointer handle for client */ member
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dcomplete.c106 data->ptr_handle = h; in rlc_complete_file_function()
117 { if ( FindNextFile(data->ptr_handle, &fdata) ) in rlc_complete_file_function()
126 { FindClose(data->ptr_handle); in rlc_complete_file_function()
H A Dconsole.h221 void *ptr_handle; /* pointer handle for client */ member
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/
H A Dtest_util.h349 auto ptr_handle = new VK_LOADER_DATA; in DispatchableHandle() local
350 set_loader_magic_value(ptr_handle); in DispatchableHandle()
351 handle = reinterpret_cast<T>(ptr_handle); in DispatchableHandle()