Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dphar_internal.h137 phar_entry_fp *cached_fp; variable
359 PHAR_G(cached_fp)[entry->phar->phar_pos].fp = fp; in phar_set_entrypfp() local
369 PHAR_G(cached_fp)[entry->phar->phar_pos].ufp = fp; in phar_set_entrypufp() local
395 PHAR_G(cached_fp)[phar->phar_pos].fp = fp; in phar_set_pharfp() local
405 PHAR_G(cached_fp)[phar->phar_pos].ufp = fp; in phar_set_pharufp() local
435 if (PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) { in phar_get_fp_offset() local
437 PHAR_G(cached_fp)[entry->phar->phar_pos].manifest[entry->manifest_pos].offset = entry->offset; in phar_get_fp_offset() local
H A Dphar.c3542 if (PHAR_G(cached_fp)[i].fp) { in PHP_RSHUTDOWN_FUNCTION() local
3545 if (PHAR_G(cached_fp)[i].ufp) { in PHP_RSHUTDOWN_FUNCTION() local

Completed in 24 milliseconds