Searched defs:list_free (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
H A Dlist.c21 // for the list structure. The returned list must be freed with |list_free|. The
35 void list_free(list_t *list) { function
/external/sepolicy/tools/
H A Dcheck_seapp.c797 static void list_free() { function
1036 list_free();
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c92 // 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,

Completed in 325 milliseconds