Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_heap.c120 static zval **spl_pqueue_extract_helper(zval **value, int flags) /* {{{ */ in spl_pqueue_extract_helper() function
195 zval **a_priority_pp = spl_pqueue_extract_helper((zval **)&a, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
196 zval **b_priority_pp = spl_pqueue_extract_helper((zval **)&b, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
727 value_out_pp = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()
770 value_out = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()
945 *data = spl_pqueue_extract_helper(element, iterator->object->flags); in spl_pqueue_it_get_current_data()
1071 zval **data = spl_pqueue_extract_helper(element, intern->flags); in SPL_METHOD()

Completed in 8 milliseconds