Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c27048 int pgSz = 0; in shell_dbtotxt_command() local
27064 pgSz = sqlite3_column_int(pStmt, 0); in shell_dbtotxt_command()
27067 if( pgSz<512 || pgSz>65536 || (pgSz&(pgSz-1))!=0 ) goto dbtotxt_error; in shell_dbtotxt_command()
27091 nPage*pgSz, pgSz, zName); in shell_dbtotxt_command()
27101 for(i=0; i<pgSz; i+=16){ in shell_dbtotxt_command()
27106 sqlite3_fprintf(p->out, "| page %lld offset %lld\n",pgno,(pgno-1)*pgSz); in shell_dbtotxt_command()