Home
last modified time | relevance | path

Searched refs:ds_htable_lookup_by_value (Results 1 – 2 of 2) sorted by relevance

/ext-ds/src/ds/
H A Dds_htable.h173 ds_htable_bucket_t *ds_htable_lookup_by_value(ds_htable_t *h, zval *key);
H A Dds_htable.c415 ds_htable_bucket_t *ds_htable_lookup_by_value(ds_htable_t *table, zval *value) in ds_htable_lookup_by_value() function
461 return ds_htable_lookup_by_value(table, value) != NULL; in ds_htable_has_value()
467 if ( ! ds_htable_lookup_by_value(table, argv++)) { in ds_htable_has_values()

Completed in 9 milliseconds