Home
last modified time | relevance | path

Searched refs:y (Results 1 – 5 of 5) sorted by relevance

/ext-ds/src/
H A Dcommon.c58 zval *y = (zval*) b; in ds_zval_user_compare_func() local
61 ZVAL_COPY_VALUE(&params[1], y); in ds_zval_user_compare_func()
82 zval *y = (zval*) b; in ds_zval_compare_func() local
84 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() argument
238 for (; x < --y; ++x) SWAP_ZVAL(*x, *y); in ds_reverse_zval_range()
H A Dcommon.h315 void ds_reverse_zval_range(zval *x, zval *y);
/ext-ds/src/ds/
H A Dds_vector.h23 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) { \
H A Dds_htable.c533 ds_htable_bucket_t *y = ((ds_htable_bucket_t*)b); in user_compare_by_value() local
536 ZVAL_COPY_VALUE(&params[1], &y->value); in user_compare_by_value()
583 ds_htable_bucket_t *y = (ds_htable_bucket_t*) b; in compare_by_value() local
585 if (compare_function(&retval, &x->value, &y->value) == SUCCESS) { in compare_by_value()
/ext-ds/
H A Dappveyor.yml48 7z x -y php-sdk-binary-tools-%PHP_SDK_BINARY_TOOLS_VER%.zip -oC:\projects
58 xcopy C:\projects\php-ds C:\projects\php-src\ext\ds /s /e /y /q

Completed in 13 milliseconds