Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c49245 static int winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf){ in winGetLastErrorMsg() function
49347 winGetLastErrorMsg(lastErrno, sizeof(zMsg), zMsg); in winLogErrorAtLine()
53439 winGetLastErrorMsg(osGetLastError(), nBuf, zBufOut);
53654 if( nBuf>0 ) winGetLastErrorMsg(e, nBuf, zBuf);