Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c122 static zval *spl_pqueue_extract_helper(zval *value, int flags) /* {{{ */ in spl_pqueue_extract_helper() function
194 zval *a_priority_p = spl_pqueue_extract_helper(a, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
195 zval *b_priority_p = spl_pqueue_extract_helper(b, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
683 value_out = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()
722 value_out = spl_pqueue_extract_helper(value, intern->flags); in SPL_METHOD()
928 zval *data = spl_pqueue_extract_helper(element, object->flags); in spl_pqueue_it_get_current_data()
1052 zval *data = spl_pqueue_extract_helper(element, intern->flags); in SPL_METHOD()

Completed in 36 milliseconds