Searched refs:ds_htable_put (Results 1 – 5 of 5) sorted by relevance
/ext-ds/src/php/handlers/ |
H A D | php_map_handlers.c | 59 ds_htable_put(map->table, offset, value);
|
/ext-ds/src/ds/ |
H A D | ds_htable.h | 183 void ds_htable_put(ds_htable_t *h, zval *key, zval *value);
|
H A D | ds_map.c | 52 ds_htable_put(map->table, key, value); in ds_map_put()
|
H A D | ds_htable.c | 698 void ds_htable_put(ds_htable_t *table, zval *key, zval *value) in ds_htable_put() function 1121 ds_htable_put(merged, &bucket->key, &bucket->value); in ds_htable_merge() 1237 ds_htable_put(table, key, value); in ds_htable_unserialize()
|
H A D | ds_set.c | 58 ds_htable_put(set->table, value, NULL); in ds_set_add()
|
Completed in 16 milliseconds