Searched refs:bf_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dbf.c59 char *bf_buf; /* Memory buffer */ member in struct:bf
143 bfp->bf_buf = (char *) sm_malloc(bsize);
144 if (bfp->bf_buf == NULL)
153 bfp->bf_buf = NULL;
165 if (bfp->bf_buf != NULL)
166 sm_free(bfp->bf_buf);
317 sm_free(bfp->bf_buf);
360 memcpy(buf, bfp->bf_buf + bfp->bf_offset, count);
532 memcpy(bfp->bf_buf + bfp->bf_offset, buf, count);
741 bfp->bf_buf
[all...]

Completed in 47 milliseconds