Lines Matching refs:hHeapHandle
295 static HANDLE hHeapHandle = NULL;
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_MEMORY, sizeof(buflist_t));
1027 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, uselen);
1383 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
2127 HeapFree(hHeapHandle, 0, lpo->acceptbuffer);
2339 HeapFree(hHeapHandle, 0, buffer->buf);
2340 HeapFree(hHeapHandle, 0, buffer);
2617 HeapFree(hHeapHandle, 0, lpo);
2639 HeapFree(hHeapHandle, 0, lpo);
3463 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
3467 lpo->acceptbuffer = (void *)HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY,
3587 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,