Searched refs:iErrno (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 580 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 D | os_unix.c | 1229 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 D | test1.c | 5724 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()
|