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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c295 static HANDLE hHeapHandle = NULL; variable
502 hHeapHandle = HeapCreate(0, 10 * sizeof(IoCompletionInfo), 0);
503 if (hHeapHandle == NULL) {
737 HeapFree(hHeapHandle, 0, lpo);
746 HeapFree(hHeapHandle, 0, lpo);
757 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
802 HeapFree(hHeapHandle, 0, lpo);
971 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
973 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
1011 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMOR
[all...]

Completed in 46 milliseconds