Lines Matching refs:bufptr
157 oci->bufptr += oci->lenLastReq;
159 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
160 request = (fsReq *) oci->bufptr;
174 ((oci->bufptr - oci->buffer + needed) > oci->size))
176 if ((gotnow > 0) && (oci->bufptr != oci->buffer))
177 memmove( oci->buffer, oci->bufptr, gotnow);
190 oci->bufptr = oci->buffer;
225 oci->bufptr = ibuf + oci->bufcnt - gotnow;
228 request = (fsReq *) oci->bufptr;
245 request = (fsReq *) (oci->bufptr + needed);
259 client->requestBuffer = (pointer) oci->bufptr;
296 oci->bufptr += oci->lenLastReq;
298 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
307 oci->bufptr = ibuf + oci->bufcnt - gotnow;
309 moveup = count - (oci->bufptr - oci->buffer);
312 memmove( oci->bufptr + moveup, oci->bufptr, gotnow);
313 oci->bufptr += moveup;
316 memmove( oci->bufptr - count, data, count);
317 oci->bufptr -= count;
318 request = (fsReq *) oci->bufptr;
340 request = (fsReq *) oci->bufptr;
341 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
608 oci->bufptr = oci->buffer;
648 oci->bufptr = oci->buffer;