Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.h70 ds_htable_bucket_t *_dst = dst; \
71 ZVAL_COPY(&_dst->key, &_src->key); \
72 ZVAL_COPY(&_dst->value, &_src->value); \
73 DS_HTABLE_BUCKET_NEXT(_dst) = DS_HTABLE_BUCKET_NEXT(_src); \
74 DS_HTABLE_BUCKET_HASH(_dst) = DS_HTABLE_BUCKET_HASH(_src); \
H A Dds_htable.c143 static void ds_htable_copy(ds_htable_t *_src, ds_htable_t *_dst) in ds_htable_copy() argument
147 ds_htable_bucket_t *dst = _dst->buckets; in ds_htable_copy()
149 memcpy(_dst->lookup, _src->lookup, _src->capacity * sizeof(uint32_t)); in ds_htable_copy()
/ext-ds/src/
H A Dcommon.h129 zval *_dst = dst; \
131 for (; _src != _end; ++_src, ++_dst) { \
132 ZVAL_COPY(_dst, _src); \

Completed in 12 milliseconds