Searched refs:phar_seek_efp (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/phar/ |
H A D | util.c | 139 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f… in phar_seek_efp() function 437 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_separate_entry_fp() 579 phar_seek_efp(entry, 0, SEEK_END, 0, 0); in phar_get_entry_data() 795 phar_seek_efp(source, 0, SEEK_SET, 0, 1); in phar_copy_entry_fp() 969 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 438 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
|
H A D | zip.c | 963 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_zip_changed_apply_int() 1008 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_zip_changed_apply_int() 1123 phar_seek_efp(entry, 0, SEEK_SET, 0, 0); in phar_zip_changed_apply_int()
|
H A D | phar.c | 2753 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_flush_ex() 2811 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush_ex() 3016 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush_ex()
|
H A D | phar_object.c | 205 phar_seek_efp(info, 0, SEEK_SET, 0, 1); in phar_file_action() 1952 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_copy_file_contents() 4283 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_extract_file() 4870 phar_seek_efp(link, 0, SEEK_SET, 0, 0); in PHP_METHOD()
|
H A D | tar.c | 819 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_tar_writeheaders_int()
|
Completed in 39 milliseconds