Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_llist.h59 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data));
H A Dzend_extensions.c175 zend_llist_apply_with_del(&zend_extensions, (int (*)(void *)) zend_extension_startup); in zend_startup_extensions()
H A Dzend_llist.c171 ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void *data)) in zend_llist_apply_with_del() function

Completed in 7 milliseconds