Home
last modified time | relevance | path

Searched refs:xSectorSize (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h631 int (*xSectorSize)(sqlite3_file*); member
Dsqlite3.h.orig580 ** The xSectorSize() method returns the sector size of the
631 int (*xSectorSize)(sqlite3_file*);
Dsqlite3.c1155 int (*xSectorSize)(sqlite3_file*); member
12145 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize; in sqlite3OsSectorSize() local
12146 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE); in sqlite3OsSectorSize()
Dsqlite3.c.orig1104 ** The xSectorSize() method returns the sector size of the
1155 int (*xSectorSize)(sqlite3_file*);
12140 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
12141 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
24783 unixSectorSize, /* xSectorSize */ \
33206 ** pager based on the value returned by the xSectorSize method
33214 ** the value returned by the xSectorSize() method rounded up to 32 if
58854 0, /* xSectorSize */
59135 0, /* xSectorSize */