Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d393 const(char)* function(sqlite3_vfs*, const char * zName) xNextSystemCall;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1496 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member
H A Dshell.c9259 return ORIGVFS(pVfs)->xNextSystemCall(ORIGVFS(pVfs), zName); in apndNextSystemCall()
H A Dsqlite3.c1809 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member