Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_llist.h57 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));
H A Dzend_extensions.c217 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()
H A Dzend_llist.c162 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del() function

Completed in 23 milliseconds