include_paths     216 ext/opcache/ZendAccelerator.c 				ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_paths     218 ext/opcache/ZendAccelerator.c 			        !zend_accel_hash_is_full(&ZCSG(include_paths))) {
include_paths     222 ext/opcache/ZendAccelerator.c 					ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_paths     224 ext/opcache/ZendAccelerator.c 					    !zend_accel_hash_is_full(&ZCSG(include_paths))) {
include_paths     230 ext/opcache/ZendAccelerator.c 							key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_paths     232 ext/opcache/ZendAccelerator.c 							zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_paths     966 ext/opcache/ZendAccelerator.c 			    !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) &&
include_paths     967 ext/opcache/ZendAccelerator.c 			    !zend_accel_hash_is_full(&ZCSG(include_paths))) {
include_paths     972 ext/opcache/ZendAccelerator.c 				ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_paths     976 ext/opcache/ZendAccelerator.c 				} else if (!zend_accel_hash_is_full(&ZCSG(include_paths))) {
include_paths     982 ext/opcache/ZendAccelerator.c 						key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_paths     984 ext/opcache/ZendAccelerator.c 						zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_paths    2149 ext/opcache/ZendAccelerator.c 				if (ZCSG(include_paths).num_entries > 1) {
include_paths    2150 ext/opcache/ZendAccelerator.c 					ZCSG(include_paths).num_entries = 1;
include_paths    2151 ext/opcache/ZendAccelerator.c 					ZCSG(include_paths).num_direct_entries = 1;
include_paths    2152 ext/opcache/ZendAccelerator.c 					memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max_num_entries);
include_paths    2153 ext/opcache/ZendAccelerator.c 					ZCSG(include_paths).hash_table[zend_inline_hash_func(ZCSG(include_paths).hash_entries[0].key, ZCSG(include_paths).hash_entries[0].key_length) % ZCSG(include_paths).max_num_entries] = &ZCSG(include_paths).hash_entries[0];
include_paths    2468 ext/opcache/ZendAccelerator.c 	zend_accel_hash_init(&ZCSG(include_paths), 32);
include_paths    2652 ext/opcache/ZendAccelerator.c 			ZCG(include_path_key) = zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1);
include_paths    2654 ext/opcache/ZendAccelerator.c 			    !zend_accel_hash_is_full(&ZCSG(include_paths))) {
include_paths    2661 ext/opcache/ZendAccelerator.c 					key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_paths    2663 ext/opcache/ZendAccelerator.c 					zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_paths     286 ext/opcache/ZendAccelerator.h 	zend_accel_hash include_paths;    /* used "include_path" values    */