OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_item_by_value
(Results
1 - 2
of
2
) sorted by null
/external/cmockery/cmockery_0_1_2/src/example/
key_value.c
40
KeyValue*
find_item_by_value
(const char * const value) {
function
key_value_test.c
31
extern KeyValue*
find_item_by_value
(const char * const value);
56
KeyValue * const found =
find_item_by_value
(key_values[i].value);
Completed in 970 milliseconds