Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d392 sqlite3_syscall_ptr function(sqlite3_vfs*, const char * zName) xGetSystemCall;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1495 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member
H A Dshell.c9256 return ORIGVFS(pVfs)->xGetSystemCall(ORIGVFS(pVfs),zName); in apndGetSystemCall()
H A Dsqlite3.c1808 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member