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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 430 ** to xWrite().
562 ** to xWrite().
575 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 513 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
674 ** to xWrite().
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 513 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
674 ** to xWrite().
687 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst);
    [all...]
sqlite3.c     [all...]

Completed in 69 milliseconds