Home
last modified time | relevance | path

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

/PHP-5.6/ext/phar/
H A Dutil.c2052 HashTable newmanifest; local
2088 zend_hash_init(&newmanifest, sizeof(phar_entry_info),
2090 zend_hash_copy(&newmanifest, &(*pphar)->manifest, NULL, NULL, sizeof(phar_entry_info));
2091 …zend_hash_apply_with_argument(&newmanifest, (apply_func_arg_t) phar_update_cached_entry, (void *)p…
2092 phar->manifest = newmanifest;

Completed in 8 milliseconds