Searched refs:handle_data (Results 1 – 2 of 2) sorted by relevance
109 __crt_unique_heap_ptr<BYTE> handle_data(_calloc_crt_t(BYTE, handle_data_size)); in accumulate_inheritable_handles() local110 _VALIDATE_RETURN_NOEXC(handle_data.get() != nullptr, ENOMEM, false); in accumulate_inheritable_handles()113 *reinterpret_cast<int*>(handle_data.get()) = static_cast<int>(handle_count); in accumulate_inheritable_handles()115 auto const first_flags = reinterpret_cast<char*>(handle_data.get() + sizeof(int)); in accumulate_inheritable_handles()148 *data = handle_data.detach(); in accumulate_inheritable_handles()194 __crt_unique_heap_ptr<BYTE> handle_data; in execute_command() local196 …if (!accumulate_inheritable_handles(handle_data.get_address_of(), &handle_data_size, mode != _P_DE… in execute_command()211 startup_info.lpReserved2 = handle_data.get(); in execute_command()
1061 static BOOL handle_data(struct parsed_symbol* sym) in handle_data() function1574 ret = handle_data(sym); in symbol_demangle()