Home
last modified time | relevance | path

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

/ext-ds/src/php/handlers/
H A Dphp_map_handlers.c59 ds_htable_put(map->table, offset, value);
/ext-ds/src/ds/
H A Dds_htable.h183 void ds_htable_put(ds_htable_t *h, zval *key, zval *value);
H A Dds_map.c52 ds_htable_put(map->table, key, value); in ds_map_put()
H A Dds_htable.c698 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 Dds_set.c58 ds_htable_put(set->table, value, NULL); in ds_set_add()

Completed in 10 milliseconds