HomeSort by relevance Sort by last modified time
    Searched refs:xNextSystemCall (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 69 ** the xNextSystemCall() VFS method.
591 for(zSys = pVfs->xNextSystemCall(pVfs, 0);
593 zSys = pVfs->xNextSystemCall(pVfs, zSys)
test_vfstrace.c 702 return pRoot->xNextSystemCall(pRoot, zName);
761 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 :
sqlite.h.in     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 55 milliseconds