Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h1494 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
Dshell.c9250 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()
Dsqlite3.c1807 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member