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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h631 ** The xSectorSize() method returns the sector size of the
682 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1174 ** The xSectorSize() method returns the sector size of the
1225 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
14041 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
14042 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
23368 os2SectorSize, /* xSectorSize */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h685 ** The xSectorSize() method returns the sector size of the
736 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c800 ** The xSectorSize() method returns the sector size of the
851 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
15865 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
15866 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h685 ** The xSectorSize() method returns the sector size of the
736 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c800 ** The xSectorSize() method returns the sector size of the
851 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
15865 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
15866 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
[all...]

Completed in 1215 milliseconds