Home
last modified time | relevance | path

Searched refs:compare_function (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbcache.c96 int (*compare_function)(const void *, const void *, int length); member
263 && bcache->compare_function (&s->d.data, addr, length)) in bcache_full()
311 int (*compare_function)(const void *, in bcache_xmalloc()
323 if (compare_function) in bcache_xmalloc()
324 b->compare_function = compare_function; in bcache_xmalloc()
326 b->compare_function = bcache_compare; in bcache_xmalloc()
H A Dbcache.h162 int (*compare_function)(const void *, const void *, int length));