Searched refs:hHeapHandle (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c294 static HANDLE hHeapHandle = NULL; variable
497 hHeapHandle = HeapCreate(0, 10 * sizeof(IoCompletionInfo), 0);
498 if (hHeapHandle == NULL) {
731 HeapFree(hHeapHandle, 0, lpo);
740 HeapFree(hHeapHandle, 0, lpo);
751 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
796 HeapFree(hHeapHandle, 0, lpo);
965 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
967 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
1005 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMOR
[all...]

Completed in 13 milliseconds