Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c298 static amatch_avl *amatchAvlFirst(amatch_avl *p){ in amatchAvlFirst() function
313 p = amatchAvlFirst(p->pAfter);
336 p = amatchAvlFirst(p);
343 for(p=amatchAvlFirst(pHead); p; p=pNext){
409 pX = amatchAvlFirst(pOld->pAfter); in amatchAvlRemove()
1145 pNode = amatchAvlFirst(pCur->pCost); in amatchNext()