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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c26333 int tErrno = 0; local
26402 tErrno = errno;
26403 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
26405 pFile->lastErrno = tErrno;
26424 tErrno = errno;
26425 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
26434 tErrno = errno;
26440 pFile->lastErrno = tErrno;
26470 tErrno = errno;
26471 rc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOC
26587 int tErrno; /* Error code from system call errors */ local
26922 int tErrno = errno; local
26976 int tErrno = errno; local
27065 int tErrno = errno; local
27074 int tErrno = errno; local
27141 int tErrno = errno; local
27253 int tErrno = errno; local
27358 int rc, tErrno = errno; local
27453 int tErrno = errno; local
[all...]

Completed in 369 milliseconds