Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_alloc.c306 void (*_shutdown)(bool full, bool silent); member
2415 void (*shutdown)(bool, bool) = heap->custom_heap._shutdown;
3123 void (*_shutdown)(bool, bool))
3136 _heap->custom_heap._shutdown = _shutdown;
3156 void (**_shutdown)(bool, bool))
3168 if (_shutdown != NULL) {
3169 *_shutdown = _heap->custom_heap._shutdown;
3178 if (_shutdown != NULL) {
3179 *_shutdown = NULL;
3187 *_shutdown = NULL;
H A Dzend_alloc.h285 void (*_shutdown)(bool, bool));
295 void (**_shutdown)(bool, bool));

Completed in 19 milliseconds