Home
last modified time | relevance | path

Searched refs:etemp (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/phar/
H A Dutil.c678 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data()
681 if (!etemp.fp) { in phar_get_or_create_entry_data()
689 etemp.fp_refcount = 1; in phar_get_or_create_entry_data()
692 etemp.is_dir = 1; in phar_get_or_create_entry_data()
693 etemp.flags = etemp.old_flags = PHAR_ENT_PERM_DEF_DIR; in phar_get_or_create_entry_data()
695 etemp.flags = etemp.old_flags = PHAR_ENT_PERM_DEF_FILE; in phar_get_or_create_entry_data()
703 etemp.is_modified = 1; in phar_get_or_create_entry_data()
706 etemp.phar = phar; in phar_get_or_create_entry_data()
712 etemp.tar_type = etemp.is_dir ? TAR_DIR : TAR_FILE; in phar_get_or_create_entry_data()
721 efree(etemp.filename); in phar_get_or_create_entry_data()
[all …]
H A Dfunc_interceptors.c763 phar_entry_info *etemp; in PharFileFunction() local
767 if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) { in PharFileFunction()
772 RETURN_BOOL(!etemp->is_dir); in PharFileFunction()
775 if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) { in PharFileFunction()
829 phar_entry_info *etemp; in PHP_FUNCTION() local
833 if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) { in PHP_FUNCTION()
838 RETURN_BOOL(etemp->link); in PHP_FUNCTION()
841 if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) { in PHP_FUNCTION()

Completed in 16 milliseconds