Searched refs:y (Results 1 – 5 of 5) sorted by relevance
58 zval *y = (zval*) b; in ds_zval_user_compare_func() local61 ZVAL_COPY_VALUE(¶ms[1], y); in ds_zval_user_compare_func()82 zval *y = (zval*) b; in ds_zval_compare_func() local84 if (compare_function(&retval, x, y) == SUCCESS) { in ds_zval_compare_func()236 void ds_reverse_zval_range(zval *x, zval *y) in ds_reverse_zval_range() argument238 for (; x < --y; ++x) SWAP_ZVAL(*x, *y); in ds_reverse_zval_range()
315 void ds_reverse_zval_range(zval *x, zval *y);
23 zval *y = x + v->size; \24 for (; x < y; ++x) { \32 zval *y = v->buffer; \33 zval *x = y + v->size - 1; \34 for (; x >= y; --x) { \
533 ds_htable_bucket_t *y = ((ds_htable_bucket_t*)b); in user_compare_by_value() local536 ZVAL_COPY_VALUE(¶ms[1], &y->value); in user_compare_by_value()583 ds_htable_bucket_t *y = (ds_htable_bucket_t*) b; in compare_by_value() local585 if (compare_function(&retval, &x->value, &y->value) == SUCCESS) { in compare_by_value()
48 7z x -y php-sdk-binary-tools-%PHP_SDK_BINARY_TOOLS_VER%.zip -oC:\projects58 xcopy C:\projects\php-ds C:\projects\php-src\ext\ds /s /e /y /q
Completed in 11 milliseconds