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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 460 ** When SQLite invokes the xSync() method of an
498 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
577 int (*xSync)(sqlite3_file*, int flags);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 549 ** When SQLite invokes the xSync() method of an
563 ** xSync VFS method occur and applies uniformly across all platforms.
608 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
689 int (*xSync)(sqlite3_file*, int flags);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 549 ** When SQLite invokes the xSync() method of an
563 ** xSync VFS method occur and applies uniformly across all platforms.
608 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
689 int (*xSync)(sqlite3_file*, int flags);
    [all...]
sqlite3.c     [all...]

Completed in 93 milliseconds