spl_pqueue_extract_helper  195 ext/spl/spl_heap.c 	zval **a_priority_pp = spl_pqueue_extract_helper((zval **)&a, SPL_PQUEUE_EXTR_PRIORITY);
spl_pqueue_extract_helper  196 ext/spl/spl_heap.c 	zval **b_priority_pp = spl_pqueue_extract_helper((zval **)&b, SPL_PQUEUE_EXTR_PRIORITY);
spl_pqueue_extract_helper  726 ext/spl/spl_heap.c 	value_out_pp = spl_pqueue_extract_helper(&value, intern->flags);
spl_pqueue_extract_helper  769 ext/spl/spl_heap.c 	value_out = spl_pqueue_extract_helper(&value, intern->flags);
spl_pqueue_extract_helper  944 ext/spl/spl_heap.c 		*data = spl_pqueue_extract_helper(element, iterator->object->flags);
spl_pqueue_extract_helper 1070 ext/spl/spl_heap.c 		zval **data = spl_pqueue_extract_helper(element, intern->flags);