Home
last modified time | relevance | path

Searched refs:tagbuf (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/rsync/
Dio.c135 int32_t tag, tagbuf; in io_write_buf() local
148 tagbuf = htole32(tag); in io_write_buf()
149 if (!io_write_blocking(fd, &tagbuf, sizeof(tagbuf))) { in io_write_buf()
274 int32_t tagbuf, tag; in io_read_flush() local
287 if (!io_read_blocking(fd, &tagbuf, sizeof(tagbuf))) { in io_read_flush()
291 tag = le32toh(tagbuf); in io_read_flush()
479 int32_t tagbuf; in io_lowbuffer_buf() local
491 tagbuf = htole32((7 << 24) + valsz); in io_lowbuffer_buf()
493 io_buffer_int(buf, bufpos, buflen, tagbuf); in io_lowbuffer_buf()