Lines Matching full:c_next
62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len)
78 cs->c_next += toskip;
89 cs->c_next = cs->c_buf;
106 cs->c_next = next + sizeof(*u);
122 cs->c_next = next + sizeof(*u);
138 cs->c_next = next + sizeof(*u);
147 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len)
150 *u = *cs->c_next;
153 cs->c_next++;