Home
last modified time | relevance | path

Searched refs:ds_htable_slice (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.h187 ds_htable_t *ds_htable_slice(ds_htable_t *table, zend_long index, zend_long length);
H A Dds_map.c212 return ds_map_ex(ds_htable_slice(map->table, index, length)); in ds_map_slice()
H A Dds_set.c174 return ds_set_ex(ds_htable_slice(set->table, index, length)); in ds_set_slice()
H A Dds_htable.c856 ds_htable_t *ds_htable_slice(ds_htable_t *table, zend_long index, zend_long length) in ds_htable_slice() function

Completed in 10 milliseconds