Lines Matching refs:next
40 io->next = io->data;
118 reg uchar *s, *next;
122 s = next = &c[sizeof(c)-1];
126 len = (next-s) + 1;
131 next = io->next;
134 default: memcpy((Void_t*)next,(Void_t*)s,len); next += len; break;
135 case 3: *next++ = *s++;
136 case 2: *next++ = *s++;
137 case 1: *next++ = *s;
139 io->next = next;
153 reg uchar* next;
162 next = io->next;
163 MEMCPY(s,next,r);
164 io->next = next;
180 reg uchar* next;
189 next = io->next;
190 MEMCPY(next,s,w);
191 io->next = next;