Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 7 of 7) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_sequence_ce.c35 SEQUENCE_ABSTRACT_ME(slice) in php_ds_register_sequence()
H A Dphp_set_ce.c177 METHOD(slice) in METHOD() argument
284 PHP_DS_ME(Set, slice) in php_ds_register_set()
H A Dphp_sequence_ce.h38 PHP_DS_SEQUENCE_ME(cls, slice) \
H A Dphp_map_ce.c245 METHOD(slice) in METHOD() argument
347 PHP_DS_ME(Map, slice) in php_ds_register_map()
H A Dphp_deque_ce.c84 METHOD(slice) in METHOD() argument
H A Dphp_vector_ce.c203 METHOD(slice) in METHOD() argument
/ext-ds/src/ds/
H A Dds_htable.c864 ds_htable_t *slice = ds_htable_with_capacity(length); in ds_htable_slice() local
878 slice, &src->key, &src->value, DS_HTABLE_BUCKET_HASH(src)); in ds_htable_slice()
890 slice, &src->key, &src->value, DS_HTABLE_BUCKET_HASH(src)); in ds_htable_slice()
922 slice, &src->key, &src->value, DS_HTABLE_BUCKET_HASH(src)); in ds_htable_slice()
928 return slice; in ds_htable_slice()

Completed in 19 milliseconds