Home
last modified time | relevance | path

Searched refs:osGetLastError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c47873 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent) macro
48504 DWORD lastErrno = osGetLastError(); in sqlite3_win32_compact_heap()
48511 osGetLastError(), (void*)hHeap); in sqlite3_win32_compact_heap()
48728 nBytes, osGetLastError(), (void*)hHeap); in winMemMalloc()
48749 pPrior, osGetLastError(), (void*)hHeap); in winMemFree()
48775 pPrior ? "HeapReAlloc" : "HeapAlloc", nBytes, osGetLastError(), in winMemRealloc()
48799 p, osGetLastError(), (void*)hHeap); in winMemSize()
48836 osGetLastError(), SQLITE_WIN32_HEAP_FLAGS, dwInitialSize, in winMemInit()
48847 "failed to GetProcessHeap (%lu)", osGetLastError()); in winMemInit()
48879 osGetLastError(), (void*)pWinMemData->hHeap); in winMemShutdown()
[all …]