smm_shared_globals  193 ext/opcache/shared_alloc_win32.c 	smm_shared_globals = (zend_smm_shared_globals *) mapping_base;
smm_shared_globals   51 ext/opcache/zend_shared_alloc.c zend_smm_shared_globals *smm_shared_globals;
smm_shared_globals  163 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = &tmp_shared_globals;
smm_shared_globals  187 ext/opcache/zend_shared_alloc.c 		smm_shared_globals = NULL;
smm_shared_globals  240 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = p_tmp_shared_globals;
smm_shared_globals  263 ext/opcache/zend_shared_alloc.c 	tmp_shared_globals = *smm_shared_globals;
smm_shared_globals  264 ext/opcache/zend_shared_alloc.c 	smm_shared_globals = &tmp_shared_globals;
smm_shared_globals  499 ext/opcache/zend_shared_alloc.c 	if (!smm_shared_globals) {
smm_shared_globals  519 ext/opcache/zend_shared_alloc.c 	if (!smm_shared_globals) {
smm_shared_globals  115 ext/opcache/zend_shared_alloc.h extern zend_smm_shared_globals *smm_shared_globals;
smm_shared_globals  117 ext/opcache/zend_shared_alloc.h #define ZSMMG(element)		(smm_shared_globals->element)