Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_llist.h52 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element);
H A Dzend_llist.c55 ZEND_API void zend_llist_prepend_element(zend_llist *l, void *element) in zend_llist_prepend_element() function
H A Dzend_compile.c777 zend_llist_prepend_element(fetch_list_ptr, &opline); in zend_do_fetch_static_member()
5850 zend_llist_prepend_element(&CG(list_llist), &lle); in zend_do_add_list_element()

Completed in 23 milliseconds