Searched refs:zend_llist_apply_with_del (Results 1 – 3 of 3) sorted by relevance
57 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));
164 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del() function
216 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()
Completed in 9 milliseconds