Searched refs:find_item_by_value (Results 1 – 2 of 2) sorted by relevance
31 extern KeyValue* find_item_by_value(const char * const value);56 KeyValue * const found = find_item_by_value(key_values[i].value); in test_find_item_by_value()
40 KeyValue* find_item_by_value(const char * const value) { in find_item_by_value() function