Searched refs:entry_fd (Results 1 – 1 of 1) sorted by relevance
247 int entry_fd; member706 if (t->entry_fd < 0) { in _archive_read_data_block()727 t->entry_fd = open_on_current_dir(t, in _archive_read_data_block()729 __archive_ensure_cloexec_flag(t->entry_fd); in _archive_read_data_block()738 if (t->entry_fd >= 0) in _archive_read_data_block()744 if (t->entry_fd < 0) { in _archive_read_data_block()779 if (lseek(t->entry_fd, in _archive_read_data_block()796 bytes = read(t->entry_fd, t->entry_buff, buffbytes); in _archive_read_data_block()822 close_and_restore_time(t->entry_fd, t, &t->restore_time); in _archive_read_data_block()823 t->entry_fd = -1; in _archive_read_data_block()[all …]