Searched refs:xWrite (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h430 ** to xWrite().
562 ** to xWrite().
575 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h513 ** 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); member in struct:sqlite3_io_methods
H A Dsqlite3.c1063 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1224 ** to xWrite().
1237 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14744 return id->pMethods->xWrite(id, pBuf, amt, offset);
24229 os2Write, /* xWrite */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h513 ** 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); member in struct:sqlite3_io_methods
H A Dsqlite3.c1063 ** to xWrite(). The SQLITE_IOCAP_POWERSAFE_OVERWRITE property means that
1224 ** to xWrite().
1237 int (*xWrite)(sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst); member in struct:sqlite3_io_methods
14744 return id->pMethods->xWrite(id, pBuf, amt, offset);
24229 os2Write, /* xWrite */
[all...]

Completed in 1170 milliseconds