include_path_len  211 ext/opcache/ZendAccelerator.c 			ZCG(include_path_len) = new_value_length;
include_path_len  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_len  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_len  227 ext/opcache/ZendAccelerator.c 						key = zend_shared_alloc(ZCG(include_path_len) + 2);
include_path_len  229 ext/opcache/ZendAccelerator.c 							memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path_len  230 ext/opcache/ZendAccelerator.c 							key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_path_len  231 ext/opcache/ZendAccelerator.c 							ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_len  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_len  246 ext/opcache/ZendAccelerator.c 			ZCG(include_path_len) = 0;
include_path_len  938 ext/opcache/ZendAccelerator.c         int include_path_len = 0;
include_path_len  959 ext/opcache/ZendAccelerator.c 			include_path_len = 1;
include_path_len  962 ext/opcache/ZendAccelerator.c     	    include_path_len = ZCG(include_path_len);
include_path_len  966 ext/opcache/ZendAccelerator.c 			    !zend_accel_hash_find(&ZCSG(include_paths), ZCG(include_path), ZCG(include_path_len) + 1) &&
include_path_len  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_len  975 ext/opcache/ZendAccelerator.c 					include_path_len = 1;
include_path_len  979 ext/opcache/ZendAccelerator.c 					key = zend_shared_alloc(ZCG(include_path_len) + 2);
include_path_len  981 ext/opcache/ZendAccelerator.c 						memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path_len  982 ext/opcache/ZendAccelerator.c 						key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_path_len  983 ext/opcache/ZendAccelerator.c 						ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_len  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_len  986 ext/opcache/ZendAccelerator.c 						include_path_len = 1;
include_path_len 1010 ext/opcache/ZendAccelerator.c         key_length = cwd_len + path_length + include_path_len + 2;
include_path_len 1039 ext/opcache/ZendAccelerator.c 		memcpy(ZCG(key) + cur_len, include_path, include_path_len);
include_path_len 2651 ext/opcache/ZendAccelerator.c 			ZCG(include_path_len) = strlen(ZCG(include_path));
include_path_len 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_len 2658 ext/opcache/ZendAccelerator.c 				key = zend_shared_alloc(ZCG(include_path_len) + 2);
include_path_len 2660 ext/opcache/ZendAccelerator.c 					memcpy(key, ZCG(include_path), ZCG(include_path_len) + 1);
include_path_len 2661 ext/opcache/ZendAccelerator.c 					key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
include_path_len 2662 ext/opcache/ZendAccelerator.c 					ZCG(include_path_key) = key + ZCG(include_path_len) + 1;
include_path_len 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_len 2671 ext/opcache/ZendAccelerator.c 			ZCG(include_path_len) = 0;
include_path_len  264 ext/opcache/ZendAccelerator.h 	int                     include_path_len; /* "include_path" string length */