Searched refs:phar_seek_efp (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/phar/ |
H A D | util.c | 118 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 452 phar_seek_efp(entry, 0, SEEK_END, 0, 0); in phar_get_entry_data() 664 phar_seek_efp(source, 0, SEEK_SET, 0, 1); in phar_copy_entry_fp() 873 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_separate_entry_fp() 913 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_open_jit()
|
H A D | zip.c | 877 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_zip_changed_apply_int() 924 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_zip_changed_apply_int() 1047 phar_seek_efp(entry, 0, SEEK_SET, 0, 0); in phar_zip_changed_apply_int()
|
H A D | phar_internal.h | 554 int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int f…
|
H A D | phar.c | 2772 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { 2827 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { 3045 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
|
H A D | phar_object.c | 196 phar_seek_efp(info, 0, SEEK_SET, 0, 1); in phar_file_action() 1969 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_copy_file_contents() 4263 if (FAILURE == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_extract_file() 4883 phar_seek_efp(link, 0, SEEK_SET, 0, 0); in PHP_METHOD()
|
H A D | tar.c | 813 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_tar_writeheaders_int()
|
Completed in 52 milliseconds