Searched refs:maxStmt (Results 1 – 1 of 1) sorted by relevance
212 int maxStmt; /* The next maximum number of stmtList */ member1362 if( pDb->maxStmt>5 ) prepFlags = SQLITE_PREPARE_PERSISTENT; in dbPrepare()1576 if( pDb->maxStmt<=0 || discard ){ in dbReleaseStmt()1597 while( pDb->nStmt>pDb->maxStmt ){ in dbReleaseStmt()2282 pDb->maxStmt = n; in DbObjCmd()3956 p->maxStmt = NUM_PREPARED_STMTS; in DbMain()