Lines Matching refs:hHeapHandle
294 static HANDLE hHeapHandle = NULL;
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_MEMORY, sizeof(buflist_t));
1007 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, uselen);
1379 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
2062 HeapFree(hHeapHandle, 0, lpo->acceptbuffer);
2254 HeapFree(hHeapHandle, 0, buffer->buf);
2255 HeapFree(hHeapHandle, 0, buffer);
2525 HeapFree(hHeapHandle, 0, lpo);
2547 HeapFree(hHeapHandle, 0, lpo);
3350 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,
3354 lpo->acceptbuffer = (void *)HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY,
3467 lpo = (IoCompletionInfo *)HeapAlloc(hHeapHandle,