Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dutil.c2031 HashTable newmanifest; local
2067 zend_hash_init(&newmanifest, sizeof(phar_entry_info),
2069 zend_hash_copy(&newmanifest, &(*pphar)->manifest, NULL, NULL, sizeof(phar_entry_info));
2070 …zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)p…
2071 phar->manifest = newmanifest;

Completed in 11 milliseconds