Searched refs:xSetSystemCall (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d391 int function(sqlite3_vfs*, const char * zName, sqlite3_syscall_ptr) xSetSystemCall;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1451 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1494 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dshell.c8818 apndSetSystemCall, /* xSetSystemCall */
9250 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall);
H A Dsqlite3.c1764 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1807 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
[all...]

Completed in 622 milliseconds