Lines Matching refs:buf
85 free(bufp->buf);
86 bufp->buf = NULL;
95 if (bufp->buf == NULL) {
96 bufp->buf = malloc(buflen);
97 if (bufp->buf == NULL) {
192 uint8_t *old = bufp->buf;
194 bufp->buf = realloc(bufp->buf, siz);
195 if (bufp->buf == NULL) {
197 bufp->buf = old;
217 DO_SOFT_UPDATE(opp, bufp->buf, bufp->indata_len, opflag);
227 bcopy(pPart, bufp->buf + bufp->indata_len, ulPartLen);