Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c103 } gSyscall = { 0, 0, 0, 0, 0 }; variable
182 gSyscall.nCount--; in tsIsFail()
183 if( gSyscall.nCount==0 || (gSyscall.nFail && gSyscall.bPersist) ){ in tsIsFail()
184 gSyscall.nFail++; in tsIsFail()
566 Tcl_SetObjResult(interp, Tcl_NewIntObj(gSyscall.nFail)); in test_syscall_fault()
567 gSyscall.nCount = nCount; in test_syscall_fault()
568 gSyscall.bPersist = bPersist; in test_syscall_fault()
569 gSyscall.nFail = 0; in test_syscall_fault()
668 return gSyscall.pgsz; in ts_getpagesize()
688 if( gSyscall.orig_getpagesize ){ in test_syscall_pagesize()
[all …]