Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_llist.h57 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));
H A Dzend_llist.c164 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del() function
H A Dzend_extensions.c216 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()

Completed in 8 milliseconds