Home
last modified time | relevance | path

Searched refs:phar_get_fp_offset (Results 1 – 4 of 4) sorted by path

/PHP-5.5/
H A DNEWS210 . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()).
/PHP-5.5/ext/phar/
H A Dphar_internal.h458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset() function
H A Dutil.c141 eoffset = phar_get_fp_offset(entry TSRMLS_CC); in phar_seek_efp()
502 (*ret)->zero = phar_get_fp_offset(link TSRMLS_CC); in phar_get_entry_data()
504 (*ret)->zero = phar_get_fp_offset(entry TSRMLS_CC); in phar_get_entry_data()
780 php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); in phar_open_entry_fp()
/PHP-5.5/ext/phar/tests/
H A Dbug69720.phpt2 Phar - bug #69720 - Null pointer dereference in phar_get_fp_offset()

Completed in 37 milliseconds