Searched defs:xWrite (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h506 ** to xWrite().
661 ** to xWrite().
674 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c1049 ** to xWrite().
1204 ** to xWrite().
1217 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14013 return id->pMethods->xWrite(id, pBuf, amt, offset);
23360 os2Write, /* xWrite */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
715 ** to xWrite().
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
830 ** to xWrite().
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
15809 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h549 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
715 ** to xWrite().
728 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
H A Dsqlite3.c664 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
830 ** to xWrite().
843 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
15809 return id->pMethods->xWrite(id, pBuf, amt, offset);
[all...]

Completed in 2002 milliseconds