HomeSort by: relevance | last modified time | path
    Searched defs:stmtList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 223 SqlPreparedStmt *stmtList; /* List of prepared statements*/
225 int maxStmt; /* The next maximum number of stmtList */
226 int nStmt; /* Number of statements in stmtList */
593 for(pPreStmt = pDb->stmtList; pPreStmt; pPreStmt=pNext){
599 pDb->stmtList = 0;
1421 for(pPreStmt = pDb->stmtList; pPreStmt; pPreStmt=pPreStmt->pNext){
1437 pDb->stmtList = pPreStmt->pNext;
1596 pPreStmt->pNext = pDb->stmtList;
1598 if( pDb->stmtList ){
1599 pDb->stmtList->pPrev = pPreStmt
    [all...]
tclsqlite3.c 223 SqlPreparedStmt *stmtList; /* List of prepared statements*/
225 int maxStmt; /* The next maximum number of stmtList */
226 int nStmt; /* Number of statements in stmtList */
593 for(pPreStmt = pDb->stmtList; pPreStmt; pPreStmt=pNext){
599 pDb->stmtList = 0;
1421 for(pPreStmt = pDb->stmtList; pPreStmt; pPreStmt=pPreStmt->pNext){
1437 pDb->stmtList = pPreStmt->pNext;
1596 pPreStmt->pNext = pDb->stmtList;
1598 if( pDb->stmtList ){
1599 pDb->stmtList->pPrev = pPreStmt
    [all...]

Completed in 32 milliseconds