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

/external/sqlite/dist/orig/
H A Dsqlite3.c24987 ** Only set the lastErrno if the error code is a real error and not
25022 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
26203 pFile->lastErrno = errno;
26205 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
26224 pFile->lastErrno = errno;
26229 pFile->lastErrno = errno;
26298 pFile->lastErrno = errno;
26498 pFile->lastErrno = tErrno;
26533 pFile->lastErrno = tErrno;
26566 pFile->lastErrno
32176 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
33171 getLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
33251 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
33669 DWORD lastErrno; /* Value returned by GetLastError() */ local
33761 DWORD lastErrno; local
33803 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */ local
33945 DWORD lastErrno; local
34004 DWORD lastErrno; local
34054 DWORD lastErrno = NO_ERROR; local
34411 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
35119 DWORD lastErrno; local
35356 DWORD lastErrno; local
35405 DWORD lastErrno; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24994 ** Only set the lastErrno if the error code is a real error and not
25029 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
26221 pFile->lastErrno = errno;
26223 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
26242 pFile->lastErrno = errno;
26247 pFile->lastErrno = errno;
26316 pFile->lastErrno = errno;
26516 pFile->lastErrno = tErrno;
26551 pFile->lastErrno = tErrno;
26584 pFile->lastErrno
32204 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
33199 getLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
33279 winLogErrorAtLine( int errcode, DWORD lastErrno, const char *zFunc, const char *zPath, int iLine ) argument
33697 DWORD lastErrno; /* Value returned by GetLastError() */ local
33789 DWORD lastErrno; local
33831 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */ local
33973 DWORD lastErrno; local
34032 DWORD lastErrno; local
34082 DWORD lastErrno = NO_ERROR; local
34439 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
35147 DWORD lastErrno; local
35384 DWORD lastErrno; local
35433 DWORD lastErrno; local
[all...]

Completed in 583 milliseconds