Searched refs:hHeapHandle (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 295 static HANDLE hHeapHandle = NULL; variable 516 hHeapHandle = HeapCreate(0, 10 * sizeof(IoCompletionInfo), 0); 517 if (hHeapHandle == NULL) { 750 HeapFree(hHeapHandle, 0, lpo); 759 HeapFree(hHeapHandle, 0, lpo); 770 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle, 815 HeapFree(hHeapHandle, 0, lpo); 984 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t)); 986 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count); 1025 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMOR [all...] |
Completed in 26 milliseconds