Lines Matching refs:params
529 zval params[2]; in user_compare_by_value() local
535 ZVAL_COPY_VALUE(¶ms[0], &x->value); in user_compare_by_value()
536 ZVAL_COPY_VALUE(¶ms[1], &y->value); in user_compare_by_value()
539 DSG(user_compare_fci).params = params; in user_compare_by_value()
551 zval params[2]; in user_compare_by_key() local
554 ZVAL_COPY_VALUE(¶ms[0], (zval*) a); in user_compare_by_key()
555 ZVAL_COPY_VALUE(¶ms[1], (zval*) b); in user_compare_by_key()
558 DSG(user_compare_fci).params = params; in user_compare_by_key()
939 fci.params = (zval*) bucket; in ds_htable_apply()
961 fci.params = (zval*) bucket; in ds_htable_map()
1008 fci.params = (zval*) src; in ds_htable_filter_callback()
1034 zval params[3]; in ds_htable_reduce() local
1043 ZVAL_COPY_VALUE(¶ms[0], &carry); in ds_htable_reduce()
1044 ZVAL_COPY_VALUE(¶ms[1], key); in ds_htable_reduce()
1045 ZVAL_COPY_VALUE(¶ms[2], value); in ds_htable_reduce()
1048 fci.params = params; in ds_htable_reduce()