Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dutil.c2301 HashTable newmanifest; local
2341 zend_hash_init(&newmanifest, sizeof(phar_entry_info),
2343 zend_hash_copy(&newmanifest, &(*pphar)->manifest, NULL, NULL, sizeof(phar_entry_info));
2344 …zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)p…
2345 phar->manifest = newmanifest;

Completed in 11 milliseconds