Searched refs:osGetLastError (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 49518 #define osGetLastError ((DWORD(WINAPI*)(VOID))aSyscall[26].pCurrent) macro 50037 DWORD lastErrno = osGetLastError(); in sqlite3_win32_compact_heap() 50044 osGetLastError(), (void*)hHeap); in sqlite3_win32_compact_heap() 50238 nBytes, osGetLastError(), (void*)hHeap); in winMemMalloc() 50259 pPrior, osGetLastError(), (void*)hHeap); in winMemFree() 50285 pPrior ? "HeapReAlloc" : "HeapAlloc", nBytes, osGetLastError(), in winMemRealloc() 50309 p, osGetLastError(), (void*)hHeap); in winMemSize() 50346 osGetLastError(), SQLITE_WIN32_HEAP_FLAGS, dwInitialSize, in winMemInit() 50357 "failed to GetProcessHeap (%lu)", osGetLastError()); in winMemInit() 50389 osGetLastError(), (void*)pWinMemData->hHeap); in winMemShutdown() [all …]
|