OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_free
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/src/
list.c
38
void
list_free
(list_t *list) {
function
/bionic/libc/bionic/
system_properties.cpp
728
static void
list_free
(List** list) {
function
1002
list_free
(&prefixes);
1003
list_free
(&contexts);
[
all
...]
/system/sepolicy/tools/
check_seapp.c
243
static void
list_free
(list *list) {
function
1219
list_free
(&input_file_list);
1220
list_free
(&line_order_list);
1221
list_free
(&nallow_list);
/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 166 milliseconds