interned_strings_end  456 ext/opcache/ZendAccelerator.c 	    ZCSG(interned_strings_end)) {
interned_strings_end 2410 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL;
interned_strings_end 2426 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings_end)   = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024);
interned_strings_end  294 ext/opcache/ZendAccelerator.h 	char           *interned_strings_end;
interned_strings_end  341 ext/opcache/ZendAccelerator.h 	((char*)(str) >= ZCSG(interned_strings_start) && (char*)(str) < ZCSG(interned_strings_end))
interned_strings_end  484 ext/opcache/zend_accelerator_module.c 			if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_end  487 ext/opcache/zend_accelerator_module.c 				snprintf(buf, sizeof(buf), "%pd", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));
interned_strings_end  626 ext/opcache/zend_accelerator_module.c 	if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_end  630 ext/opcache/zend_accelerator_module.c 		add_assoc_long(&interned_strings_usage, "buffer_size", ZCSG(interned_strings_end) - ZCSG(interned_strings_start));
interned_strings_end  632 ext/opcache/zend_accelerator_module.c 		add_assoc_long(&interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));