Home | History | Annotate | Download | only in dist

Lines Matching refs:posix_fallocate

24112 /* Use posix_fallocate() if it is available
24706 { "fallocate", (sqlite3_syscall_ptr)posix_fallocate, 0 },
27974 ** correctly. posix_fallocate() is defined to "returns zero on success,
27982 /* If the OS does not have posix_fallocate(), fake it. First use
27985 ** is the same technique used by glibc to implement posix_fallocate()