Searched refs:maxStmt (Results 1 – 1 of 1) sorted by relevance
177 int maxStmt; /* The next maximum number of stmtList */ member1296 if( pDb->maxStmt>5 ) prepFlags = SQLITE_PREPARE_PERSISTENT; in dbPrepare()1505 if( pDb->maxStmt<=0 || discard ){ in dbReleaseStmt()1526 while( pDb->nStmt>pDb->maxStmt ){ in dbReleaseStmt()2210 pDb->maxStmt = n; in DbObjCmd()3874 p->maxStmt = NUM_PREPARED_STMTS; in DbMain()