spl_pqueue_extract_helper  194 ext/spl/spl_heap.c 	zval *a_priority_p = spl_pqueue_extract_helper(a, SPL_PQUEUE_EXTR_PRIORITY);
spl_pqueue_extract_helper  195 ext/spl/spl_heap.c 	zval *b_priority_p = spl_pqueue_extract_helper(b, SPL_PQUEUE_EXTR_PRIORITY);
spl_pqueue_extract_helper  683 ext/spl/spl_heap.c 	value_out = spl_pqueue_extract_helper(&value, intern->flags);
spl_pqueue_extract_helper  722 ext/spl/spl_heap.c 	value_out = spl_pqueue_extract_helper(value, intern->flags);
spl_pqueue_extract_helper  928 ext/spl/spl_heap.c 		zval *data = spl_pqueue_extract_helper(element, object->flags);
spl_pqueue_extract_helper 1052 ext/spl/spl_heap.c 		zval *data = spl_pqueue_extract_helper(element, intern->flags);