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

  /system/extras/fatblock/
import.c 181 static void free_items(struct item *head) function
258 goto free_items;
299 goto free_items;
344 free_items:
345 free_items(items);
  /ndk/sources/host-tools/make-3.81/
hash.c 209 hash_free (struct hash_table *ht, int free_items)
211 if (free_items)
hash.h 72 void hash_free __P((struct hash_table *ht, int free_items));

Completed in 449 milliseconds