Home
last modified time | relevance | path

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

/PHP-7.2/ext/phar/
H A Dutil.c101 if (!phar_get_entrypfp(entry)) { in phar_get_efp()
105 return phar_get_entrypfp(entry); in phar_get_efp()
772 php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); in phar_open_entry_fp()
775 …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.h333 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry) in phar_get_entrypfp() function
H A Dphar.c2357 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET);
2359 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz…
2367 php_stream_seek(phar_get_entrypfp(idata->internal_file),
2372 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file),

Completed in 35 milliseconds