Home
last modified time | relevance | path

Searched refs:phar_get_entrypfp (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/phar/
H A Dutil.c97 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 Dphar_internal.h326 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry) in phar_get_entrypfp() function
H A Dphar.c2364 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()
2366 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz… in phar_postprocess_file()
2374 php_stream_seek(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()
2379 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()

Completed in 23 milliseconds