Searched refs:entry_fd (Results 1 – 1 of 1) sorted by relevance
252 int entry_fd; member707 if (t->entry_fd < 0) { in _archive_read_data_block()728 t->entry_fd = open_on_current_dir(t, in _archive_read_data_block()730 __archive_ensure_cloexec_flag(t->entry_fd); in _archive_read_data_block()739 if (t->entry_fd >= 0) in _archive_read_data_block()745 if (t->entry_fd < 0) { in _archive_read_data_block()780 if (lseek(t->entry_fd, in _archive_read_data_block()797 bytes = read(t->entry_fd, t->entry_buff, buffbytes); in _archive_read_data_block()823 close_and_restore_time(t->entry_fd, t, &t->restore_time); in _archive_read_data_block()824 t->entry_fd = -1; in _archive_read_data_block()[all …]