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

/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dsocket.c294 static HANDLE hHeapHandle = NULL; variable
497 hHeapHandle = HeapCreate(0, 10 * sizeof(IoCompletionInfo), 0);
498 if (hHeapHandle == NULL) {
732 HeapFree(hHeapHandle, 0, lpo);
741 HeapFree(hHeapHandle, 0, lpo);
752 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
797 HeapFree(hHeapHandle, 0, lpo);
966 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
968 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
1006 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMOR
[all...]
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dsocket.c294 static HANDLE hHeapHandle = NULL; variable
497 hHeapHandle = HeapCreate(0, 10 * sizeof(IoCompletionInfo), 0);
498 if (hHeapHandle == NULL) {
741 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
937 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
939 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count);
977 cpbuffer = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, sizeof(buflist_t));
979 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, uselen);
1349 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
2019 HeapFree(hHeapHandle,
[all...]

Completed in 72 milliseconds