Searched refs:phar_get_entrypfp (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/phar/ |
H A D | util.c | 97 if (!phar_get_entrypfp(entry)) { in phar_get_efp() 101 return phar_get_entrypfp(entry); in phar_get_efp() 768 php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); in phar_open_entry_fp() 771 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_entrypfp(entry), ufp, entry->compressed_files… in phar_open_entry_fp()
|
H A D | phar_internal.h | 336 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry) in phar_get_entrypfp() function
|
H A D | phar.c | 2409 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file() 2411 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz… in phar_postprocess_file() 2419 php_stream_seek(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file() 2424 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()
|
Completed in 17 milliseconds