Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos.h215 int sqlite3OsGetLastError(sqlite3_vfs*);
H A Dos.c287 int sqlite3OsGetLastError(sqlite3_vfs *pVfs){ in sqlite3OsGetLastError() function
H A Dutil.c146 db->iSysErrno = sqlite3OsGetLastError(db->pVfs); in sqlite3SystemError()