Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_weakrefs.c43 #define ZEND_WEAKREF_GET_TAG(p) (((uintptr_t) (p)) & 3) macro
72 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unref()
77 ZEND_WEAKREF_GET_PTR(tagged_ptr), ZEND_WEAKREF_GET_TAG(tagged_ptr), obj_addr); in zend_weakref_unref()
97 if (ZEND_WEAKREF_GET_TAG(tagged_ptr) == ZEND_WEAKREF_TAG_HT) { in zend_weakref_register()
118 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_unregister()
143 ZEND_WEAKREF_GET_PTR(payload), ZEND_WEAKREF_GET_TAG(payload), obj_addr); in zend_weakref_unregister()
207 uintptr_t tag = ZEND_WEAKREF_GET_TAG(tagged_ptr); in zend_weakref_find()
218 if (ZEND_WEAKREF_GET_TAG(tagged_ptr) == ZEND_WEAKREF_TAG_REF) { in zend_weakref_find()

Completed in 6 milliseconds