Searched refs:closureAvlDestroy (Results 1 – 1 of 1) sorted by relevance
344 static void closureAvlDestroy(closure_avl *p, void (*xDestroy)(closure_avl*)){ in closureAvlDestroy() function346 closureAvlDestroy(p->pBefore, xDestroy); in closureAvlDestroy()347 closureAvlDestroy(p->pAfter, xDestroy); in closureAvlDestroy()596 closureAvlDestroy(pCur->pClosure, (void(*)(closure_avl*))sqlite3_free); in closureClearCursor()