OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_free
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c
18
* void
list_free
(ListNode **list, int freeData); *** MR10 ***
611
/* MR10
list_free
() frees the ListNode elements in the list */
616
list_free
(ListNode **list,int freeData)
function
618
list_free
(list,freeData)
[
all
...]
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
92
// Used by
list_free
() to deallocate values referenced by list nodes.
132
static ListNode*
list_free
(
301
list_free
(&global_function_result_map_head, free_symbol_map_value,
304
list_free
(&global_function_parameter_map_head, free_symbol_map_value,
373
static ListNode*
list_free
(
function
433
list_free
(&map_value->symbol_values_list_head,
[
all
...]
Completed in 2369 milliseconds