PHAR_GLOBALS       36 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS      110 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS      243 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS      338 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS      904 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS      971 ext/phar/func_interceptors.c 	if ((PHAR_GLOBALS->phar_fname_map.arBuckets && !zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)))
PHAR_GLOBALS       85 ext/phar/phar.c 		if (PHAR_GLOBALS->request_init && PHAR_GLOBALS->phar_fname_map.arBuckets) {
PHAR_GLOBALS       86 ext/phar/phar.c 			zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_fname_map), phar_set_writeable_bit, (void *)&ini TSRMLS_CC);
PHAR_GLOBALS      108 ext/phar/phar.c 	if (!PHAR_GLOBALS->cache_list || !(PHAR_GLOBALS->cache_list[0])) {
PHAR_GLOBALS      114 ext/phar/phar.c 	tmp = estrdup(PHAR_GLOBALS->cache_list);
PHAR_GLOBALS      117 ext/phar/phar.c 	PHAR_GLOBALS->request_init = 1;
PHAR_GLOBALS      128 ext/phar/phar.c 	zend_hash_init(&(PHAR_GLOBALS->phar_fname_map), sizeof(phar_archive_data*), zend_get_hash_value, destroy_phar_data,  1);
PHAR_GLOBALS      129 ext/phar/phar.c 	zend_hash_init(&(PHAR_GLOBALS->phar_alias_map), sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1);
PHAR_GLOBALS      130 ext/phar/phar.c 	PHAR_GLOBALS->manifest_cached = 1;
PHAR_GLOBALS      131 ext/phar/phar.c 	PHAR_GLOBALS->persist = 1;
PHAR_GLOBALS      146 ext/phar/phar.c 				PHAR_GLOBALS->persist = 0;
PHAR_GLOBALS      147 ext/phar/phar.c 				PHAR_GLOBALS->manifest_cached = 0;
PHAR_GLOBALS      150 ext/phar/phar.c 				PHAR_GLOBALS->phar_fname_map.arBuckets = 0;
PHAR_GLOBALS      152 ext/phar/phar.c 				PHAR_GLOBALS->phar_alias_map.arBuckets = 0;
PHAR_GLOBALS      158 ext/phar/phar.c 				PHAR_GLOBALS->request_init = 0;
PHAR_GLOBALS      170 ext/phar/phar.c 	PHAR_GLOBALS->persist = 0;
PHAR_GLOBALS      171 ext/phar/phar.c 	PHAR_GLOBALS->request_init = 0;
PHAR_GLOBALS      175 ext/phar/phar.c 	cached_phars = PHAR_GLOBALS->phar_fname_map;
PHAR_GLOBALS      176 ext/phar/phar.c 	cached_alias = PHAR_GLOBALS->phar_alias_map;
PHAR_GLOBALS      177 ext/phar/phar.c 	PHAR_GLOBALS->phar_fname_map.arBuckets = 0;
PHAR_GLOBALS      178 ext/phar/phar.c 	PHAR_GLOBALS->phar_alias_map.arBuckets = 0;
PHAR_GLOBALS      278 ext/phar/phar.c 		if (PHAR_GLOBALS->request_done
PHAR_GLOBALS      279 ext/phar/phar.c 		|| zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), phar->fname, phar->fname_len) != SUCCESS) {
PHAR_GLOBALS      300 ext/phar/phar.c 			if (zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), phar->fname, phar->fname_len) != SUCCESS) {
PHAR_GLOBALS      361 ext/phar/phar.c 	if (PHAR_GLOBALS->request_ends) {
PHAR_GLOBALS      369 ext/phar/phar.c 	zend_hash_apply_with_argument(&(PHAR_GLOBALS->phar_alias_map), phar_unalias_apply, phar_data TSRMLS_CC);
PHAR_GLOBALS     1213 ext/phar/phar.c 		if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS     1221 ext/phar/phar.c 		zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     1226 ext/phar/phar.c 	zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*),  NULL);
PHAR_GLOBALS     1411 ext/phar/phar.c 	zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*),  NULL);
PHAR_GLOBALS     1422 ext/phar/phar.c 		if (alias && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS     1428 ext/phar/phar.c 				zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len);
PHAR_GLOBALS     1443 ext/phar/phar.c 		if (FAILURE == zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL)) {
PHAR_GLOBALS     1450 ext/phar/phar.c 			zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len);
PHAR_GLOBALS     1744 ext/phar/phar.c 		if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
PHAR_GLOBALS     1916 ext/phar/phar.c 		if (zend_hash_exists(&(PHAR_GLOBALS->phar_alias_map), (char *) filename, pos - filename)) {
PHAR_GLOBALS     1929 ext/phar/phar.c 	if (zend_hash_num_elements(&(PHAR_GLOBALS->phar_fname_map)) || PHAR_G(manifest_cached)) {
PHAR_GLOBALS     1933 ext/phar/phar.c 			if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), (char *) filename, filename_len, (void **)&pphar)) {
PHAR_GLOBALS     1962 ext/phar/phar.c 			for (zend_hash_internal_pointer_reset(&(PHAR_GLOBALS->phar_fname_map));
PHAR_GLOBALS     1963 ext/phar/phar.c 				HASH_KEY_NON_EXISTENT != zend_hash_get_current_key_ex(&(PHAR_GLOBALS->phar_fname_map), &str_key, &keylen, &unused, 0, NULL);
PHAR_GLOBALS     1964 ext/phar/phar.c 				zend_hash_move_forward(&(PHAR_GLOBALS->phar_fname_map))
PHAR_GLOBALS     1972 ext/phar/phar.c 					if (FAILURE == zend_hash_get_current_data(&(PHAR_GLOBALS->phar_fname_map), (void **) &pphar)) {
PHAR_GLOBALS     3361 ext/phar/phar.c 					php_stream_rewind(PHAR_GLOBALS->cached_fp[phar->phar_pos].fp) :
PHAR_GLOBALS     3498 ext/phar/phar.c 	if (!PHAR_GLOBALS->request_init)
PHAR_GLOBALS     3504 ext/phar/phar.c 		PHAR_GLOBALS->request_init = 1;
PHAR_GLOBALS     3505 ext/phar/phar.c 		PHAR_GLOBALS->request_ends = 0;
PHAR_GLOBALS     3506 ext/phar/phar.c 		PHAR_GLOBALS->request_done = 0;
PHAR_GLOBALS     3507 ext/phar/phar.c 		zend_hash_init(&(PHAR_GLOBALS->phar_fname_map), 5, zend_get_hash_value, destroy_phar_data,  0);
PHAR_GLOBALS     3508 ext/phar/phar.c 		zend_hash_init(&(PHAR_GLOBALS->phar_persist_map), 5, zend_get_hash_value, NULL,  0);
PHAR_GLOBALS     3509 ext/phar/phar.c 		zend_hash_init(&(PHAR_GLOBALS->phar_alias_map), 5, zend_get_hash_value, NULL, 0);
PHAR_GLOBALS     3521 ext/phar/phar.c 			PHAR_GLOBALS->cached_fp = stuff;
PHAR_GLOBALS     3524 ext/phar/phar.c 		PHAR_GLOBALS->phar_SERVER_mung_list = 0;
PHAR_GLOBALS     3536 ext/phar/phar.c 	PHAR_GLOBALS->request_ends = 1;
PHAR_GLOBALS     3538 ext/phar/phar.c 	if (PHAR_GLOBALS->request_init)
PHAR_GLOBALS     3541 ext/phar/phar.c 		zend_hash_destroy(&(PHAR_GLOBALS->phar_alias_map));
PHAR_GLOBALS     3542 ext/phar/phar.c 		PHAR_GLOBALS->phar_alias_map.arBuckets = NULL;
PHAR_GLOBALS     3543 ext/phar/phar.c 		zend_hash_destroy(&(PHAR_GLOBALS->phar_fname_map));
PHAR_GLOBALS     3544 ext/phar/phar.c 		PHAR_GLOBALS->phar_fname_map.arBuckets = NULL;
PHAR_GLOBALS     3545 ext/phar/phar.c 		zend_hash_destroy(&(PHAR_GLOBALS->phar_persist_map));
PHAR_GLOBALS     3546 ext/phar/phar.c 		PHAR_GLOBALS->phar_persist_map.arBuckets = NULL;
PHAR_GLOBALS     3547 ext/phar/phar.c 		PHAR_GLOBALS->phar_SERVER_mung_list = 0;
PHAR_GLOBALS     3549 ext/phar/phar.c 		if (PHAR_GLOBALS->cached_fp) {
PHAR_GLOBALS     3551 ext/phar/phar.c 				if (PHAR_GLOBALS->cached_fp[i].fp) {
PHAR_GLOBALS     3552 ext/phar/phar.c 					php_stream_close(PHAR_GLOBALS->cached_fp[i].fp);
PHAR_GLOBALS     3554 ext/phar/phar.c 				if (PHAR_GLOBALS->cached_fp[i].ufp) {
PHAR_GLOBALS     3555 ext/phar/phar.c 					php_stream_close(PHAR_GLOBALS->cached_fp[i].ufp);
PHAR_GLOBALS     3557 ext/phar/phar.c 				efree(PHAR_GLOBALS->cached_fp[i].manifest);
PHAR_GLOBALS     3559 ext/phar/phar.c 			efree(PHAR_GLOBALS->cached_fp);
PHAR_GLOBALS     3560 ext/phar/phar.c 			PHAR_GLOBALS->cached_fp = 0;
PHAR_GLOBALS     3563 ext/phar/phar.c 		PHAR_GLOBALS->request_init = 0;
PHAR_GLOBALS     3574 ext/phar/phar.c 	PHAR_GLOBALS->request_done = 1;
PHAR_GLOBALS      353 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].fp;
PHAR_GLOBALS      361 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].ufp;
PHAR_GLOBALS      371 ext/phar/phar_internal.h 	PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].fp = fp;
PHAR_GLOBALS      381 ext/phar/phar_internal.h 	PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].ufp = fp;
PHAR_GLOBALS      389 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[phar->phar_pos].fp;
PHAR_GLOBALS      397 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[phar->phar_pos].ufp;
PHAR_GLOBALS      407 ext/phar/phar_internal.h 	PHAR_GLOBALS->cached_fp[phar->phar_pos].fp = fp;
PHAR_GLOBALS      417 ext/phar/phar_internal.h 	PHAR_GLOBALS->cached_fp[phar->phar_pos].ufp = fp;
PHAR_GLOBALS      429 ext/phar/phar_internal.h 	data = &(PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos]);
PHAR_GLOBALS      439 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type;
PHAR_GLOBALS      447 ext/phar/phar_internal.h 	if (PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].fp_type == PHAR_FP) {
PHAR_GLOBALS      448 ext/phar/phar_internal.h 		if (!PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset) {
PHAR_GLOBALS      449 ext/phar/phar_internal.h 			PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset = entry->offset;
PHAR_GLOBALS      452 ext/phar/phar_internal.h 	return PHAR_GLOBALS->cached_fp[entry->phar->phar_pos].manifest[entry->manifest_pos].offset;
PHAR_GLOBALS      101 ext/phar/phar_object.c 	if (!PHAR_GLOBALS->phar_SERVER_mung_list) {
PHAR_GLOBALS      105 ext/phar/phar_object.c 	if (PHAR_GLOBALS->phar_SERVER_mung_list & PHAR_MUNG_REQUEST_URI) {
PHAR_GLOBALS      121 ext/phar/phar_object.c 	if (PHAR_GLOBALS->phar_SERVER_mung_list & PHAR_MUNG_PHP_SELF) {
PHAR_GLOBALS      137 ext/phar/phar_object.c 	if (PHAR_GLOBALS->phar_SERVER_mung_list & PHAR_MUNG_SCRIPT_NAME) {
PHAR_GLOBALS      150 ext/phar/phar_object.c 	if (PHAR_GLOBALS->phar_SERVER_mung_list & PHAR_MUNG_SCRIPT_FILENAME) {
PHAR_GLOBALS      383 ext/phar/phar_object.c 	zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), fname, fname_len, (void **) &pphar);
PHAR_GLOBALS      502 ext/phar/phar_object.c 		if (SUCCESS != zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), arch, arch_len, (void **)&pphar)) {
PHAR_GLOBALS      539 ext/phar/phar_object.c 	} else if (PHAR_GLOBALS->phar_fname_map.arBuckets && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), fname, fname_len, (void **)&pphar)) {
PHAR_GLOBALS      916 ext/phar/phar_object.c 			PHAR_GLOBALS->phar_SERVER_mung_list |= PHAR_MUNG_PHP_SELF;
PHAR_GLOBALS      921 ext/phar/phar_object.c 				PHAR_GLOBALS->phar_SERVER_mung_list |= PHAR_MUNG_REQUEST_URI;
PHAR_GLOBALS      924 ext/phar/phar_object.c 				PHAR_GLOBALS->phar_SERVER_mung_list |= PHAR_MUNG_SCRIPT_NAME;
PHAR_GLOBALS      929 ext/phar/phar_object.c 			PHAR_GLOBALS->phar_SERVER_mung_list |= PHAR_MUNG_SCRIPT_FILENAME;
PHAR_GLOBALS     1262 ext/phar/phar_object.c 		zend_hash_add(&PHAR_GLOBALS->phar_persist_map, (const char *) phar_obj->arc.archive, sizeof(phar_obj->arc.archive), (void *) &phar_obj, sizeof(phar_archive_object **), NULL);
PHAR_GLOBALS     1403 ext/phar/phar_object.c 		zend_hash_del(&PHAR_GLOBALS->phar_persist_map, (const char *) phar_obj->arc.archive, sizeof(phar_obj->arc.archive));
PHAR_GLOBALS     2122 ext/phar/phar_object.c 	if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), newpath, phar->fname_len, (void **) &pphar)) {
PHAR_GLOBALS     2166 ext/phar/phar_object.c 				zend_hash_update(&(PHAR_GLOBALS->phar_alias_map), newpath, phar->fname_len, (void*)&phar, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     2182 ext/phar/phar_object.c 	if ((!pphar || phar == *pphar) && SUCCESS != zend_hash_update(&(PHAR_GLOBALS->phar_fname_map), newpath, phar->fname_len, (void*)&phar, sizeof(phar_archive_data*), NULL)) {
PHAR_GLOBALS     2736 ext/phar/phar_object.c 		if (alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void**)&fd_ptr)) {
PHAR_GLOBALS     2756 ext/phar/phar_object.c 		if (phar_obj->arc.archive->alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), phar_obj->arc.archive->alias, phar_obj->arc.archive->alias_len, (void**)&fd_ptr)) {
PHAR_GLOBALS     2757 ext/phar/phar_object.c 			zend_hash_del(&(PHAR_GLOBALS->phar_alias_map), phar_obj->arc.archive->alias, phar_obj->arc.archive->alias_len);
PHAR_GLOBALS     2781 ext/phar/phar_object.c 				zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), oldalias, oldalias_len, (void*)&(phar_obj->arc.archive), sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     2787 ext/phar/phar_object.c 		zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&(phar_obj->arc.archive), sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS      106 ext/phar/stream.c 		if (PHAR_GLOBALS->request_init && PHAR_GLOBALS->phar_fname_map.arBuckets && FAILURE == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), arch, arch_len, (void **)&pphar)) {
PHAR_GLOBALS      711 ext/phar/stream.c 	if (FAILURE == zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), resource->host, host_len, (void **) &pphar)) {
PHAR_GLOBALS      633 ext/phar/tar.c 	if (SUCCESS != zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), myphar->fname, fname_len, (void*)&myphar, sizeof(phar_archive_data*), (void **)&actual)) {
PHAR_GLOBALS      649 ext/phar/tar.c 		if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), actual_alias, myphar->alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS      654 ext/phar/tar.c 				zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), myphar->fname, fname_len);
PHAR_GLOBALS      659 ext/phar/tar.c 		zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, myphar->alias_len, (void*)&myphar, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS      664 ext/phar/tar.c 			if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS      669 ext/phar/tar.c 					zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), myphar->fname, fname_len);
PHAR_GLOBALS      673 ext/phar/tar.c 			zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&myphar, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS      331 ext/phar/util.c 		zend_hash_find(&(PHAR_GLOBALS->phar_fname_map), arch, arch_len, (void **) &pphar);
PHAR_GLOBALS      933 ext/phar/util.c 	if (PHAR_GLOBALS->phar_alias_map.arBuckets
PHAR_GLOBALS      934 ext/phar/util.c 			&& SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void**)&fd_ptr)) {
PHAR_GLOBALS      950 ext/phar/util.c 	if (zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), phar->fname, phar->fname_len) != SUCCESS) {
PHAR_GLOBALS      993 ext/phar/util.c 			if (PHAR_G(last_phar)->alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), PHAR_G(last_phar)->alias, PHAR_G(last_phar)->alias_len, (void**)&fd_ptr)) {
PHAR_GLOBALS      994 ext/phar/util.c 				zend_hash_del(&(PHAR_GLOBALS->phar_alias_map), PHAR_G(last_phar)->alias, PHAR_G(last_phar)->alias_len);
PHAR_GLOBALS      997 ext/phar/util.c 			zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void*)&(*archive), sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     1013 ext/phar/util.c 		if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, ahash, (void**)&fd_ptr)) {
PHAR_GLOBALS     1050 ext/phar/util.c 		if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_fname_map), fname, fname_len, fhash, (void**)&fd_ptr)) {
PHAR_GLOBALS     1062 ext/phar/util.c 				if (fd->alias_len && SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), fd->alias, fd->alias_len, (void**)&fd_ptr)) {
PHAR_GLOBALS     1063 ext/phar/util.c 					zend_hash_del(&(PHAR_GLOBALS->phar_alias_map), fd->alias, fd->alias_len);
PHAR_GLOBALS     1066 ext/phar/util.c 				zend_hash_quick_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, ahash, (void*)&fd, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     1102 ext/phar/util.c 		if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_alias_map), save, save_len, fhash, (void**)&fd_ptr)) {
PHAR_GLOBALS     1140 ext/phar/util.c 		if (SUCCESS == zend_hash_quick_find(&(PHAR_GLOBALS->phar_fname_map), fname, fname_len, fhash, (void**)&fd_ptr)) {
PHAR_GLOBALS     1146 ext/phar/util.c 				zend_hash_quick_add(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, ahash, (void*)&fd, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS     2073 ext/phar/util.c 	for (zend_hash_internal_pointer_reset(&PHAR_GLOBALS->phar_persist_map);
PHAR_GLOBALS     2074 ext/phar/util.c 	SUCCESS == zend_hash_get_current_data(&PHAR_GLOBALS->phar_persist_map, (void **) &objphar);
PHAR_GLOBALS     2075 ext/phar/util.c 	zend_hash_move_forward(&PHAR_GLOBALS->phar_persist_map)) {
PHAR_GLOBALS     2087 ext/phar/util.c 	if (SUCCESS != zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), (*pphar)->fname, (*pphar)->fname_len, (void *)&newphar, sizeof(phar_archive_data *), (void **)&newpphar)) {
PHAR_GLOBALS     2097 ext/phar/util.c 	if (newpphar[0]->alias_len && FAILURE == zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), newpphar[0]->alias, newpphar[0]->alias_len, (void*)newpphar, sizeof(phar_archive_data*), NULL)) {
PHAR_GLOBALS     2098 ext/phar/util.c 		zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), (*pphar)->fname, (*pphar)->fname_len);
PHAR_GLOBALS      652 ext/phar/zip.c 	zend_hash_add(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len, (void*)&mydata, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS      662 ext/phar/zip.c 			zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len);
PHAR_GLOBALS      668 ext/phar/zip.c 		if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS      674 ext/phar/zip.c 				zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len);
PHAR_GLOBALS      685 ext/phar/zip.c 		zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL);
PHAR_GLOBALS      690 ext/phar/zip.c 			if (SUCCESS == zend_hash_find(&(PHAR_GLOBALS->phar_alias_map), alias, alias_len, (void **)&fd_ptr)) {
PHAR_GLOBALS      695 ext/phar/zip.c 					zend_hash_del(&(PHAR_GLOBALS->phar_fname_map), mydata->fname, fname_len);
PHAR_GLOBALS      700 ext/phar/zip.c 			zend_hash_add(&(PHAR_GLOBALS->phar_alias_map), actual_alias, mydata->alias_len, (void*)&mydata, sizeof(phar_archive_data*), NULL);