Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c258 unsigned char *entry_buff; member
767 t->entry_buff = t->current_filesystem->buff; in _archive_read_data_block()
798 bytes = read(t->entry_fd, t->entry_buff, buffbytes); in _archive_read_data_block()
817 *buff = t->entry_buff; in _archive_read_data_block()