Searched refs:etemp (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | util.c | 780 etemp.fp_type = PHAR_MOD; in phar_get_or_create_entry_data() 783 if (!etemp.fp) { in phar_get_or_create_entry_data() 791 etemp.fp_refcount = 1; in phar_get_or_create_entry_data() 794 etemp.is_dir = 1; in phar_get_or_create_entry_data() 795 etemp.flags = etemp.old_flags = PHAR_ENT_PERM_DEF_DIR; in phar_get_or_create_entry_data() 797 etemp.flags = etemp.old_flags = PHAR_ENT_PERM_DEF_FILE; in phar_get_or_create_entry_data() 805 etemp.is_modified = 1; in phar_get_or_create_entry_data() 808 etemp.phar = phar; in phar_get_or_create_entry_data() 814 etemp.tar_type = etemp.is_dir ? TAR_DIR : TAR_FILE; in phar_get_or_create_entry_data() 823 efree(etemp.filename); in phar_get_or_create_entry_data() [all …]
|
H A D | func_interceptors.c | 932 phar_entry_info *etemp; in PharFileFunction() local 936 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &etemp)) { in PharFileFunction() 941 RETURN_BOOL(!etemp->is_dir); in PharFileFunction() 944 if (SUCCESS == zend_hash_find(&(phar->manifest), entry, entry_len, (void **) &etemp)) { in PharFileFunction() 999 phar_entry_info *etemp; in PHAR_FUNC() local 1003 if (SUCCESS == zend_hash_find(&(phar->manifest), entry + 1, entry_len - 1, (void **) &etemp)) { in PHAR_FUNC() 1008 RETURN_BOOL(etemp->link); in PHAR_FUNC() 1011 if (SUCCESS == zend_hash_find(&(phar->manifest), entry, entry_len, (void **) &etemp)) { in PHAR_FUNC()
|
Completed in 12 milliseconds