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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c38282 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
46570 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
47565 DWORD lastErrno = osGetLastError(); local
48294 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
48385 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
48554 DWORD lastErrno; local
48896 DWORD lastErrno; /* Value returned by GetLastError() */ local
49074 DWORD lastErrno; local
49150 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */ local
49212 DWORD lastErrno; local
49408 DWORD lastErrno; local
49498 DWORD lastErrno; local
49549 DWORD lastErrno = NO_ERROR; local
50040 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
51290 DWORD lastErrno; local
51330 DWORD lastErrno = 0; local
51653 DWORD lastErrno = 0; local
51761 DWORD lastErrno = 0; local
[all...]

Completed in 940 milliseconds