Searched refs:xSectorSize (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h596 ** The xSectorSize() method returns the sector size of the
641 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h596 ** The xSectorSize() method returns the sector size of the
641 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h596 ** The xSectorSize() method returns the sector size of the
641 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h615 ** The xSectorSize() method returns the sector size of the
666 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1152 ** The xSectorSize() method returns the sector size of the
1203 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
13434 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
13435 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
26439 unixSectorSize, /* xSectorSize */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h615 ** The xSectorSize() method returns the sector size of the
666 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1152 ** The xSectorSize() method returns the sector size of the
1203 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
13434 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
13435 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
26439 unixSectorSize, /* xSectorSize */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h615 ** The xSectorSize() method returns the sector size of the
666 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
H A Dsqlite3.c1152 ** The xSectorSize() method returns the sector size of the
1203 int (*xSectorSize)(sqlite3_file*); member in struct:sqlite3_io_methods
13434 int (*xSectorSize)(sqlite3_file*) = id->pMethods->xSectorSize;
13435 return (xSectorSize ? xSectorSize(id) : SQLITE_DEFAULT_SECTOR_SIZE);
26439 unixSectorSize, /* xSectorSize */ \
[all...]

Completed in 950 milliseconds