Home
last modified time | relevance | path

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

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