Searched refs:xNextSystemCall (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c69 ** the xNextSystemCall() VFS method.
591 for(zSys = pVfs->xNextSystemCall(pVfs, 0);
593 zSys = pVfs->xNextSystemCall(pVfs, zSys)
H A Dtest_vfstrace.c702 return pRoot->xNextSystemCall(pRoot, zName);
761 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 :
H A Dsqlite.h.in942 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h947 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1490 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
23924 0 /* xNextSystemCall */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1175 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1290 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1175 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1290 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
[all...]

Completed in 3886 milliseconds