Searched refs:dict_lower_bound (Results 1 – 4 of 4) sorted by relevance
101 extern dnode_t *dict_lower_bound(dict_t *, const void *);
509 dnode_t *dict_lower_bound(dict_t *dict, const void *key) in dict_lower_bound() function1466 dn = dict_lower_bound(d, tok1); in main()
99 extern dnode_t *dict_lower_bound(dict_t *, const void *);
477 dnode_t *dict_lower_bound(dict_t *dict, const void *key) in dict_lower_bound() function1426 dn = dict_lower_bound(d, tok1); in main()