Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR_OFFSET2PTR (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_map_ptr.h35 #define ZEND_MAP_PTR_OFFSET2PTR(offset) \ macro
59 (*ZEND_MAP_PTR_OFFSET2PTR((intptr_t)ZEND_MAP_PTR(ptr)))
68 void **__p = ZEND_MAP_PTR_OFFSET2PTR((intptr_t)ZEND_MAP_PTR(ptr)); \
H A Dzend_types.h858 (*(zend_class_entry **)ZEND_MAP_PTR_OFFSET2PTR(ce_cache))
861 *((zend_class_entry **)ZEND_MAP_PTR_OFFSET2PTR(ce_cache)) = ce; \

Completed in 15 milliseconds