Lines Matching refs:manifest

284 	zend_hash_init(&mydata->manifest, PHAR_GET_16(locator.count),  in phar_parse_zipfile()
295 zend_hash_destroy(&mydata->manifest); \ in phar_parse_zipfile()
296 mydata->manifest.u.flags = 0; \ in phar_parse_zipfile()
317 zend_hash_destroy(&mydata->manifest); \ in phar_parse_zipfile()
318 mydata->manifest.u.flags = 0; \ in phar_parse_zipfile()
662 …zend_hash_str_add_mem(&mydata->manifest, entry.filename, entry.filename_len, (void *)&entry, sizeo… in phar_parse_zipfile()
667 if (zend_hash_str_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile()
1234 …if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&… in phar_zip_flush()
1241 zend_hash_str_del(&phar->manifest, ".phar/alias.txt", sizeof(".phar/alias.txt")-1); in phar_zip_flush()
1332 …if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&… in phar_zip_flush()
1365 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
1366 …if (NULL == zend_hash_str_add_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&ent… in phar_zip_flush()
1379 …if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&… in phar_zip_flush()
1428 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1429 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest) + 1); in phar_zip_flush()
1431 PHAR_SET_16(eocd.counthere, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1432 PHAR_SET_16(eocd.count, zend_hash_num_elements(&phar->manifest)); in phar_zip_flush()
1434 zend_hash_apply_with_argument(&phar->manifest, phar_zip_changed_apply, (void *) &pass); in phar_zip_flush()