Lines Matching refs:MBUF_CTOP
84 rp = MBUF_CTOP(mi); in DeflateOutput()
97 wp = MBUF_CTOP(mo); in DeflateOutput()
106 state->cx.next_in = MBUF_CTOP(mi); in DeflateOutput()
128 state->cx.next_in = MBUF_CTOP(mi); in DeflateOutput()
139 state->cx.next_out = MBUF_CTOP(mo); in DeflateOutput()
238 wp = MBUF_CTOP(mo); in DeflateInput()
246 state->cx.next_in = MBUF_CTOP(mi); in DeflateInput()
273 state->cx.next_in = MBUF_CTOP(mi); in DeflateInput()
294 state->cx.next_out = MBUF_CTOP(mo); in DeflateInput()
355 rp = MBUF_CTOP(mi); in DeflateDictSetup()
399 state->cx.next_in = MBUF_CTOP(mi); in DeflateDictSetup()