Lines Matching defs:bytes
934 int hidden next_entry(void *buf, struct policy_file *fp, size_t bytes)
940 nread = fread(buf, bytes, 1, fp->fp);
946 if (bytes > fp->len)
948 memcpy(buf, fp->data, bytes);
949 fp->data += bytes;
950 fp->len -= bytes;
961 size_t bytes = size * n;
967 if (bytes > fp->len) {
972 memcpy(fp->data, ptr, bytes);
973 fp->data += bytes;
974 fp->len -= bytes;
977 fp->len += bytes;
1212 * in bytes and `domain' is the communications domain or