Lines Matching defs:pLast
13042 ** Free all elements of the linked list starting from pScan up until pLast
13043 ** (pLast is not freed).
13045 static void idxScanFree(IdxScan *pScan, IdxScan *pLast){
13048 for(p=pScan; p!=pLast; p=pNext){
13059 ** until pLast (pLast is not freed).
13061 static void idxStatementFree(IdxStatement *pStatement, IdxStatement *pLast){
13064 for(p=pStatement; p!=pLast; p=pNext){
19383 EQPGraphRow *pLast; /* Last element of the pRow list */
20364 if( p->sGraph.pLast ){
20365 p->sGraph.pLast->pNext = pNew;
20369 p->sGraph.pLast = pNew;