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

  /system/bt/osi/src/
list.cc 39 void list_free(list_t* list) { function
  /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...]
  /system/sepolicy/tools/
check_seapp.c 246 static void list_free(list *list) { function
1248 list_free(&input_file_list);
1249 list_free(&line_order_list);
1250 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 102 milliseconds