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

  /external/chromium_org/third_party/sqlite/src/src/
test_superlock.c 169 ** locking primitives provided by VFS zVfs. If successful, SQLITE_OK is
184 const char *zVfs, /* VFS to use to access database file */
199 zPath, &pLock->db, SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE, zVfs
311 char *zVfs = 0;
325 zVfs = Tcl_GetString(objv[3]);
326 if( strlen(zVfs)==0 ) zVfs = 0;
334 rc = sqlite3demo_superlock(zPath, zVfs, xBusy, &busy, &pLock);
os.c 253 sqlite3_vfs *sqlite3_vfs_find(const char *zVfs){
267 if( zVfs==0 ) break;
268 if( strcmp(zVfs, pVfs->zName)==0 ) break;
test_osinst.c 36 ** const char *zVfs, // Name of new VFS
41 ** int sqlite3_vfslog_finalize(const char *zVfs);
47 ** int sqlite3_vfslog_annotate(const char *zVfs, const char *zMsg);
690 int sqlite3_vfslog_finalize(const char *zVfs){
692 pVfs = sqlite3_vfs_find(zVfs);
702 const char *zVfs, /* New VFS name */
719 nVfs = strlen(zVfs);
729 memcpy((char *)p->base.zName, zVfs, nVfs);
749 int sqlite3_vfslog_annotate(const char *zVfs, const char *zMsg){
751 pVfs = sqlite3_vfs_find(zVfs);
    [all...]
test_vfs.c     [all...]
main.c     [all...]
sqlite.h.in     [all...]
shell.c 419 const char *zVfs; /* Name of VFS to use */
    [all...]
tclsqlite.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
shell.c 473 const char *zVfs; /* Name of VFS to use */
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
shell.c 478 const char *zVfs; /* Name of VFS to use */
    [all...]
sqlite3.c     [all...]

Completed in 197 milliseconds