Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:nPgsz

113298   int nPgsz;                      /* Page size for host database */
113852 ** Store the current database page-size in bytes in p->nPgsz.
113871 p->nPgsz = sqlite3_column_int(pStmt, 0);
113874 p->nPgsz = 1024;
113878 assert( p->nPgsz>0 || rc!=SQLITE_OK );
121173 int pgsz = p->nPgsz; /* Database page size */