Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c172 #define orig_fallocate ((int(*)(int,off_t,off_t))aSyscall[15].xOrig) macro
397 return orig_fallocate(fd, off, len); in ts_fallocate()