Lines Matching refs:bytes
1681 int next_entry(void *buf, struct policy_file *fp, size_t bytes)
1687 nread = fread(buf, bytes, 1, fp->fp);
1693 if (bytes > fp->len) {
1697 memcpy(buf, fp->data, bytes);
1698 fp->data += bytes;
1699 fp->len -= bytes;
1711 size_t bytes = size * n;
1717 if (bytes > fp->len) {
1722 memcpy(fp->data, ptr, bytes);
1723 fp->data += bytes;
1724 fp->len -= bytes;
1727 fp->len += bytes;
2069 * in bytes and `domain' is the communications domain or