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/
sqlite3.h 538 ** When SQLite invokes the xSync() method of an
552 ** xSync VFS method occur and applies uniformly across all platforms.
596 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
675 int (*xSync)(sqlite3_file*, int flags);
    [all...]
sqlite3.h.orig 535 ** When SQLite invokes the xSync() method of an
549 ** xSync VFS method occur and applies uniformly across all platforms.
593 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
672 int (*xSync)(sqlite3_file*, int flags);
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 27 milliseconds