Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_BIASED_BASE (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_map_ptr.h71 # define ZEND_MAP_PTR_BIASED_BASE(real_base) \ macro
H A Dzend.c737 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in compiler_globals_ctor()
746 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(base); in compiler_globals_ctor()
789 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in compiler_globals_dtor()
1045 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_startup()
1126 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_post_startup()
1205 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_shutdown()
2018 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base)); in zend_map_ptr_new()
2039 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(new_base); in zend_map_ptr_new_static()
2056 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base)); in zend_map_ptr_extend()
/php-src/ext/opcache/
H A DZendAccelerator.c4342 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base));

Completed in 33 milliseconds