Home | History | Annotate | Download | only in dist

Lines Matching defs:balance_quick

81111 static int balance_quick(MemPage *pParent, MemPage *pPage, u8 *pSpace){
82230 ** balance_quick()
82295 /* Call balance_quick() to create a new sibling of pPage on which
82296 ** to store the overflow cell. balance_quick() inserts a new cell
82304 ** single call to balance_quick() is made for each call to this
82310 rc = balance_quick(pParent, pPage, aBalanceQuickSpace);