Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c198 static int tsErrno(const char *zFunc){ in tsErrno() function
217 errno = tsErrno(zFunc); in tsIsFailErrno()
348 if( tsErrno("write")==EINTR ) orig_write(fd, aBuf, nBuf/2); in ts_write()
395 return tsErrno("fallocate"); in ts_fallocate()