Lines Matching refs:btsp
590 struct btframe *btsp; in dtSearch() local
704 btsp = btstack->top; in dtSearch()
705 btsp->bn = bn; in dtSearch()
706 btsp->index = index; in dtSearch()
707 btsp->mp = mp; in dtSearch()
753 btsp = btstack->top; in dtSearch()
754 btsp->bn = bn; in dtSearch()
755 btsp->index = base; in dtSearch()
756 btsp->mp = mp; in dtSearch()
2653 struct btframe *btsp; in dtSearchNode() local
2707 btsp = btstack->top; in dtSearchNode()
2708 btsp->bn = bn; in dtSearchNode()
2709 btsp->index = i; in dtSearchNode()
2710 btsp->mp = mp; in dtSearchNode()
3352 struct btframe *btsp; in dtReadFirst() local
3372 btsp = btstack->top; in dtReadFirst()
3373 btsp->bn = bn; in dtReadFirst()
3374 btsp->index = 0; in dtReadFirst()
3375 btsp->mp = mp; in dtReadFirst()
3431 struct btframe *btsp, *parent; in dtReadNext() local
3497 btsp = btstack->top; in dtReadNext()
3498 parent = btsp - 1; in dtReadNext()
3573 btsp = btstack->top; in dtReadNext()
3574 btsp->bn = bn; in dtReadNext()
3575 btsp->index = dtoffset->index; in dtReadNext()
3576 btsp->mp = mp; in dtReadNext()