Searched defs:lastErrno (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24585 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
31668 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
33313 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c33889 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
42378 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
43373 DWORD lastErrno = osGetLastError(); local
44095 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
44186 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
44355 DWORD lastErrno; local
44697 DWORD lastErrno; /* Value returned by GetLastError() */ local
44875 DWORD lastErrno; local
44951 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */ local
45013 DWORD lastErrno; local
45209 DWORD lastErrno; local
45299 DWORD lastErrno; local
45350 DWORD lastErrno = NO_ERROR; local
45841 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
47062 DWORD lastErrno; local
47102 DWORD lastErrno = 0; local
47425 DWORD lastErrno = 0; local
47533 DWORD lastErrno = 0; local
[all...]

Completed in 851 milliseconds