Home
last modified time | relevance | path

Searched refs:iErrno (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c580 int iErrno; in test_syscall_errno() local
611 objv[3], aErrno, sizeof(aErrno[0]), "errno", 0, &iErrno in test_syscall_errno()
615 aSyscall[iCall].custom_errno = aErrno[iErrno].i; in test_syscall_errno()
H A Dos_unix.c1229 int iErrno = errno; /* Saved syscall error number */ in unixLogErrorAtLine() local
1255 strerror_r(iErrno, aErr, sizeof(aErr)-1); in unixLogErrorAtLine()
1262 zErr = strerror(iErrno); in unixLogErrorAtLine()
1268 iLine, iErrno, zFunc, zPath, zErr in unixLogErrorAtLine()
H A Dtest1.c5724 int iErrno; in test_system_errno() local
5730 iErrno = sqlite3_system_errno(db); in test_system_errno()
5731 Tcl_SetObjResult(interp, Tcl_NewIntObj(iErrno)); in test_system_errno()