Home
last modified time | relevance | path

Searched defs:cached_fp (Results 1 – 2 of 2) sorted by path

/PHP-8.0/ext/phar/
H A Dphar.c3563 if (PHAR_G(cached_fp)[i].fp) { in PHP_RSHUTDOWN_FUNCTION() local
3566 if (PHAR_G(cached_fp)[i].ufp) { in PHP_RSHUTDOWN_FUNCTION() local
H A Dphar_internal.h135 phar_entry_fp *cached_fp; variable
357 PHAR_G(cached_fp)[entry->phar->phar_pos].fp = fp; in phar_set_entrypfp() local
367 PHAR_G(cached_fp)[entry->phar->phar_pos].ufp = fp; in phar_set_entrypufp() local
393 PHAR_G(cached_fp)[phar->phar_pos].fp = fp; in phar_set_pharfp() local
403 PHAR_G(cached_fp)[phar->phar_pos].ufp = fp; in phar_set_pharufp() local
433 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset() local
435 PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].offset = entry->offset; in phar_get_fp_offset() local

Completed in 24 milliseconds