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

  /external/bluetooth/glib/glib/
gtestutils.c 60 typedef struct DestroyEntry DestroyEntry;
61 struct DestroyEntry
63 DestroyEntry *next;
100 static DestroyEntry *test_destroy_queue = NULL;
    [all...]
  /external/chromium/net/http/
http_cache.h 231 void DestroyEntry(ActiveEntry* entry);
http_cache.cc 475 void HttpCache::DestroyEntry(ActiveEntry* entry) {
600 DestroyEntry(entry);
710 DestroyEntry(entry);

Completed in 356 milliseconds