Lines Matching refs:map_ptr_base

681 	ZEND_MAP_PTR_SET_REAL_BASE(compiler_globals->map_ptr_base, NULL);  in compiler_globals_ctor()
689 ZEND_MAP_PTR_SET_REAL_BASE(compiler_globals->map_ptr_base, base); in compiler_globals_ctor()
715 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in compiler_globals_dtor()
716 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in compiler_globals_dtor()
717 ZEND_MAP_PTR_SET_REAL_BASE(compiler_globals->map_ptr_base, NULL); in compiler_globals_dtor()
947 ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), pemalloc(CG(map_ptr_size) * sizeof(void*), 1)); in zend_startup()
950 ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), NULL); in zend_startup()
1065 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in zend_post_startup()
1066 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in zend_post_startup()
1068 ZEND_MAP_PTR_SET_REAL_BASE(compiler_globals->map_ptr_base, NULL); in zend_post_startup()
1124 if (ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))) { in zend_shutdown()
1125 free(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))); in zend_shutdown()
1126 ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), NULL); in zend_shutdown()
1215 memset(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), 0, CG(map_ptr_last) * sizeof(void*)); in zend_activate()
1762 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C… in zend_map_ptr_new()
1767 ptr = (void**)ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)) + CG(map_ptr_last); in zend_map_ptr_new()
1791 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C… in zend_map_ptr_extend()
1796 ptr = (void**)ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)) + CG(map_ptr_last); in zend_map_ptr_extend()