Lines Matching refs:next_offset
60 int next_offset, match_off; in mppc_expand() local
90 next_offset = walker; in mppc_expand()
91 old_offset = next_offset; in mppc_expand()
119 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()
121 dict[next_offset++] = (((uint32) walker) >> ((uint32) 24)); in mppc_expand()
145 if (next_offset >= RDP_MPPC_DICT_SIZE) in mppc_expand()
147 dict[next_offset++] = (uint8) (walker >> 24 | 0x80); in mppc_expand()
356 if (next_offset + match_len >= RDP_MPPC_DICT_SIZE) in mppc_expand()
361 k = (next_offset - match_off) & (big ? 65535 : 8191); in mppc_expand()
364 dict[next_offset++] = dict[k++]; in mppc_expand()
371 This->mppc_dict.roff = next_offset; in mppc_expand()
374 *rlen = next_offset - old_offset; in mppc_expand()