Home | History | Annotate | Download | only in test

Lines Matching refs:pCache

412   Statement *pCache;              /* Linked list of cached statements */
533 for(pIter=pDb->pCache; pIter; pIter=pNext){
567 for(pRet=pDb->pCache; pRet; pRet=pRet->pNext){
581 pRet->pNext = pDb->pCache;
582 pDb->pCache = pRet;