Searched refs:maxStmt (Results 1 – 1 of 1) sorted by relevance
201 int maxStmt; /* The next maximum number of stmtList */ member1320 if( pDb->maxStmt>5 ) prepFlags = SQLITE_PREPARE_PERSISTENT; in dbPrepare()1529 if( pDb->maxStmt<=0 || discard ){ in dbReleaseStmt()1550 while( pDb->nStmt>pDb->maxStmt ){ in dbReleaseStmt()2234 pDb->maxStmt = n; in DbObjCmd()3901 p->maxStmt = NUM_PREPARED_STMTS; in DbMain()