HomeSort by: relevance | last modified time | path
    Searched refs:bin_overflow_remove (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/storage/
lruhash.h 395 void bin_overflow_remove(struct lruhash_bin* bin,
lruhash.c 168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) function
206 bin_overflow_remove(bin, d);
401 bin_overflow_remove(bin, entry);
  /src/external/bsd/unbound/dist/testcode/
unitlruhash.c 79 /** test bin_find_entry function and bin_overflow_remove */
94 bin_overflow_remove(&bin, &k->entry);
116 bin_overflow_remove(&bin, &k->entry);
143 bin_overflow_remove(&bin, &k4->entry);
149 bin_overflow_remove(&bin, &k->entry);

Completed in 44 milliseconds