Lines Matching refs:bufp
182 - (buf->last->bufp + buf->last->size))
185 memcpy (buf->last->bufp + buf->last->size, data, len);
208 newdata->bufp = newdata->text;
246 != buf->last->bufp + buf->last->size))
248 *(buf->last->bufp + buf->last->size) = ch;
283 status = (*buf->output) (buf->closure, data->bufp, data->size,
306 data->bufp += nbytes;
439 data->bufp = data->text;
475 data->bufp = data->text;
555 data->bufp = data->text;
623 data->bufp = data->text;
699 || (buf->last->bufp + buf->last->size
718 data->bufp = data->text;
723 - (buf->last->bufp + buf->last->size));
726 buf->last->bufp + buf->last->size,
778 nl = memchr (data->bufp, '\012', data->size);
781 finallen = nl - data->bufp;
806 memcpy (p, data->bufp, data->size);
814 memcpy (p, data->bufp, finallen);
818 data->bufp = nl + 1;
834 || (buf->last->bufp + buf->last->size
851 data->bufp = data->text;
855 mem = buf->last->bufp + buf->last->size;
931 data->bufp = data->text;
938 status = (*buf->input) (buf->closure, data->bufp, get,
946 *retdata = buf->data->bufp;
951 buf->data->bufp += want;
987 nl = memchr (data->bufp, '\n', data->size);
1022 len = nl + 1 - nldata->bufp;
1034 buf_output (outbuf, nldata->bufp, len);
1035 nldata->bufp += len;
1084 memcpy (intp, data->bufp, need);
1087 memcpy (intp, data->bufp, data->size);
1145 start->bufp += startoff;
1189 buf_output (outbuf, stop->bufp, stopwant);
1190 stop->bufp += stopwant;
1703 outdata->bufp = outdata->text;