Searched refs:spl_pqueue_extract_helper (Results 1 – 1 of 1) sorted by relevance
120 static zval **spl_pqueue_extract_helper(zval **value, int flags) /* {{{ */ in spl_pqueue_extract_helper() function195 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()726 value_out_pp = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()769 value_out = spl_pqueue_extract_helper(&value, intern->flags); in SPL_METHOD()944 *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 7 milliseconds