HomeSort by relevance Sort by last modified time
    Searched defs:list_free (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/osi/src/
list.c 21 // 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/
check_seapp.c 797 static void list_free() { function
1036 list_free();
  /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 331 milliseconds