include_path_key  207 ext/opcache/ZendAccelerator.c 	ZCG(include_path_key) = NULL;
include_path_key  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_path_key  217 ext/opcache/ZendAccelerator.c 			    if (!ZCG(include_path_key) &&
include_path_key  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_path_key  223 ext/opcache/ZendAccelerator.c 				    if (!ZCG(include_path_key) &&
include_path_key  231 ext/opcache/ZendAccelerator.c 							ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_key  232 ext/opcache/ZendAccelerator.c 							zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_path_key  957 ext/opcache/ZendAccelerator.c 		if (ZCG(include_path_key)) {
include_path_key  958 ext/opcache/ZendAccelerator.c 			include_path = ZCG(include_path_key);
include_path_key  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_path_key  973 ext/opcache/ZendAccelerator.c 				if (ZCG(include_path_key)) {
include_path_key  974 ext/opcache/ZendAccelerator.c 					include_path = ZCG(include_path_key);
include_path_key  983 ext/opcache/ZendAccelerator.c 						ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_key  984 ext/opcache/ZendAccelerator.c 						zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_path_key  985 ext/opcache/ZendAccelerator.c 						include_path = ZCG(include_path_key);
include_path_key 2114 ext/opcache/ZendAccelerator.c 	ZCG(include_path_check) = !ZCG(include_path_key);
include_path_key 2649 ext/opcache/ZendAccelerator.c 		ZCG(include_path_key) = NULL;
include_path_key 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_path_key 2653 ext/opcache/ZendAccelerator.c 			if (!ZCG(include_path_key) &&
include_path_key 2662 ext/opcache/ZendAccelerator.c 					ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_key 2663 ext/opcache/ZendAccelerator.c 					zend_accel_hash_update(&ZCSG(include_paths), key, ZCG(include_path_len) + 1, 0, ZCG(include_path_key));
include_path_key  262 ext/opcache/ZendAccelerator.h 	char                   *include_path_key; /* one letter key of current "include_path" */