Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c177 int maxStmt; /* The next maximum number of stmtList */ member
1296 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()