Lines Matching refs:wp
73 u_char *wp, *rp; in DeflateOutput() local
97 wp = MBUF_CTOP(mo); in DeflateOutput()
98 *wp++ = state->seqno >> 8; in DeflateOutput()
99 *wp++ = state->seqno & 0377; in DeflateOutput()
104 state->cx.next_out = wp; in DeflateOutput()
203 u_char *wp; in DeflateInput() local
238 wp = MBUF_CTOP(mo); in DeflateInput()
239 wp[0] = '\0'; in DeflateInput()
248 state->cx.next_out = wp + 1; in DeflateInput()
282 if (!(wp[1] & 1)) { in DeflateInput()
284 wp[0] = wp[1]; in DeflateInput()
312 *proto = ((u_short)wp[0] << 8) | wp[1]; in DeflateInput()