Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c400 amatch_avl **ppParent; in amatchAvlRemove() local
403 ppParent = amatchAvlFromPtr(pOld, ppHead); in amatchAvlRemove()
405 *ppParent = 0; in amatchAvlRemove()
423 *ppParent = pX; in amatchAvlRemove()
425 *ppParent = pBalance = pOld->pAfter; in amatchAvlRemove()
428 *ppParent = pBalance = pOld->pBefore; in amatchAvlRemove()