Searched refs:unix3 (Results 1 – 1 of 1) sorted by relevance
46 phar_zip_unix3 unix3; in phar_zip_process_extra() member63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
Completed in 7 milliseconds