interned_strings_end  146 Zend/zend_globals.h 	char *interned_strings_end;
interned_strings_end   53 Zend/zend_string.c 	CG(interned_strings_end) = CG(interned_strings_start) + size;
interned_strings_end   61 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_READ);
interned_strings_end   77 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_WRITE | PROT_READ);
interned_strings_end  111 Zend/zend_string.c 	    CG(interned_strings_end)) {
interned_strings_end  120 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_READ | PROT_WRITE);
interned_strings_end  173 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_READ);
interned_strings_end  198 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_WRITE | PROT_READ);
interned_strings_end  224 Zend/zend_string.c 	mprotect(CG(interned_strings_start), CG(interned_strings_end) - CG(interned_strings_start), PROT_READ);
interned_strings_end   38 Zend/zend_string.h 	(((s) >= CG(interned_strings_start)) && ((s) < CG(interned_strings_end)))
interned_strings_end  320 ext/opcache/ZendAccelerator.c 	if (arKey >= ZCSG(interned_strings_start) && arKey < ZCSG(interned_strings_end)) {
interned_strings_end  343 ext/opcache/ZendAccelerator.c 	    ZCSG(interned_strings_end)) {
interned_strings_end 2472 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL;
interned_strings_end 2483 ext/opcache/ZendAccelerator.c 		ZCSG(interned_strings_end)   = ZCSG(interned_strings_start) + (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024);
interned_strings_end 2487 ext/opcache/ZendAccelerator.c 		orig_interned_strings_end = CG(interned_strings_end);
interned_strings_end 2489 ext/opcache/ZendAccelerator.c 		CG(interned_strings_end) = ZCSG(interned_strings_end);
interned_strings_end 2594 ext/opcache/ZendAccelerator.c 			orig_interned_strings_end = CG(interned_strings_end);
interned_strings_end 2600 ext/opcache/ZendAccelerator.c 			CG(interned_strings_end) = ZCSG(interned_strings_end);
interned_strings_end 2733 ext/opcache/ZendAccelerator.c 		CG(interned_strings_end) = orig_interned_strings_end;
interned_strings_end  305 ext/opcache/ZendAccelerator.h 	char           *interned_strings_end;
interned_strings_end  454 ext/opcache/zend_accelerator_module.c 			if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_end  457 ext/opcache/zend_accelerator_module.c 				snprintf(buf, sizeof(buf), "%ld", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));
interned_strings_end  591 ext/opcache/zend_accelerator_module.c 	if (ZCSG(interned_strings_start) && ZCSG(interned_strings_end) && ZCSG(interned_strings_top)) {
interned_strings_end  596 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  598 ext/opcache/zend_accelerator_module.c 		add_assoc_long(interned_strings_usage, "free_memory", ZCSG(interned_strings_end) - ZCSG(interned_strings_top));