Home
last modified time | relevance | path

Searched defs:unix_syscall (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c39265 static struct unix_syscall { struct
39266 const char *zName; /* Name of the system call */
39267 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
39268 sqlite3_syscall_ptr pDefault; /* Default value */