HomeSort by: relevance | last modified time | path
    Searched refs:xGetSystemCall (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1499 ** ^The xSetSystemCall(), xGetSystemCall(), and xNextSystemCall() interfaces
1543 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
shell.c 11651 apndGetSystemCall, /* xGetSystemCall */
12088 return ORIGVFS(pVfs)->xGetSystemCall(ORIGVFS(pVfs),zName);
19307 return pRoot->xGetSystemCall(pRoot, zName);
19369 pNew->xGetSystemCall = pRoot->xGetSystemCall==0 ? 0 :
    [all...]
sqlite3.c 1820 ** ^The xSetSystemCall(), xGetSystemCall(), and xNextSystemCall() interfaces
1864 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
    [all...]

Completed in 170 milliseconds