Lines Matching refs:pLast
10482 ** Free all elements of the linked list starting from pScan up until pLast
10483 ** (pLast is not freed).
10485 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){
10488 for(p=pScan; p!=pLast; p=pNext){
10499 ** until pLast (pLast is not freed).
10501 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){
10504 for(p=pStatement; p!=pLast; p=pNext){
15510 EQPGraphRow *pLast; /* Last element of the pRow list */
16431 if( p->sGraph.pLast ){
16432 p->sGraph.pLast->pNext = pNew;
16436 p->sGraph.pLast = pNew;