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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c118 HANDLE hMemory; local
123 hMemory = GlobalAlloc(GMEM_MOVEABLE, STDIO_BUF_SIZE);
124 WinAssert(hMemory);
125 if (!hMemory)
129 pszBuffer = (LPSTR)GlobalLock(hMemory);
135 GlobalUnlock(hMemory);
136 GlobalFree(hMemory);
144 HANDLE hMemory; local
149 hMemory = GlobalAlloc(GMEM_MOVEABLE, STDIO_BUF_SIZE);
150 WinAssert(hMemory);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c240 HANDLE hMemory; local
302 hMemory = NULL;
305 hMemory = OpenFileMapping(
309 if (hMemory == NULL && F_ISSET(infop, REGION_CREATE_OK))
310 hMemory = CreateFileMapping((HANDLE)-1, 0,
315 hMemory = CreateFileMapping(fhp->handle, 0,
328 if (hMemory == NULL) {
334 pMemory = MapViewOfFile(hMemory,
356 infop->wnt_handle = hMemory;
358 CloseHandle(hMemory);
[all...]

Completed in 132 milliseconds