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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c22588 ** Only set the lastErrno if the error code is a real error and not
22622 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
23377 pFile->lastErrno = errno;
23447 pFile->lastErrno = errno;
23449 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
23468 pFile->lastErrno = errno;
23473 pFile->lastErrno = errno;
23543 pFile->lastErrno = tErrno;
23698 pFile->lastErrno = tErrno;
23728 pFile->lastErrno
29237 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
30403 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c22588 ** Only set the lastErrno if the error code is a real error and not
22622 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
23377 pFile->lastErrno = errno;
23447 pFile->lastErrno = errno;
23449 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
23468 pFile->lastErrno = errno;
23473 pFile->lastErrno = errno;
23543 pFile->lastErrno = tErrno;
23698 pFile->lastErrno = tErrno;
23728 pFile->lastErrno
29237 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
30403 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c22588 ** Only set the lastErrno if the error code is a real error and not
22622 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
23377 pFile->lastErrno = errno;
23447 pFile->lastErrno = errno;
23449 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
23468 pFile->lastErrno = errno;
23473 pFile->lastErrno = errno;
23543 pFile->lastErrno = tErrno;
23698 pFile->lastErrno = tErrno;
23728 pFile->lastErrno
29237 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
30403 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
[all...]

Completed in 633 milliseconds