Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c227 if( tsIsFailErrno("open") ){ in ts_open()
283 if( tsIsFailErrno("fstat") ){ in ts_fstat()
305 if( tsIsFailErrno("fcntl") ){ in ts_fcntl()
317 if( tsIsFailErrno("read") ){ in ts_read()
327 if( tsIsFailErrno("pread") ){ in ts_pread()
337 if( tsIsFailErrno("pread64") ){ in ts_pread64()
347 if( tsIsFailErrno("write") ){ in ts_write()
358 if( tsIsFailErrno("pwrite") ){ in ts_pwrite()
368 if( tsIsFailErrno("pwrite64") ){ in ts_pwrite64()
408 if( tsIsFailErrno("mmap") ){ in ts_mmap()
[all …]