Lines Matching defs:pnMax
54799 int *pnMax, /* OUT: Global maximum cache size */
54810 *pnMax = (int)pcache1.grp.nMaxPage;
191831 ** *pnMax to this value and return SQLITE_OK. Otherwise, if an error occurs,
191832 ** set *pnMax to zero and return an SQLite error code.
191834 SQLITE_PRIVATE int sqlite3Fts3MaxLevel(Fts3Table *p, int *pnMax){
191846 *pnMax = mxLevel;
192347 ** Set *pnMax to the largest segment level in the database for the index
192358 sqlite3_int64 *pnMax
192377 *pnMax = sqlite3_column_int64(pStmt, 0);