Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_heap.c118 static zval *spl_pqueue_extract_helper(zval *value, int flags) /* {{{ */ in spl_pqueue_extract_helper() function
190 zval *a_priority_p = spl_pqueue_extract_helper(a, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
191 zval *b_priority_p = spl_pqueue_extract_helper(b, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
678 value_out = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()
716 value_out = spl_pqueue_extract_helper(value, intern->flags); in SPL_METHOD()
920 zval *data = spl_pqueue_extract_helper(element, object->flags); in spl_pqueue_it_get_current_data()
1043 zval *data = spl_pqueue_extract_helper(element, intern->flags); in SPL_METHOD()

Completed in 9 milliseconds