MCPcopy Create free account
hub / github.com/GJDuck/e9patch / tsearch

Function tsearch

examples/stdlib.c:5446–5450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5444 return n;
5445}
5446static void *tsearch(const void *key, void **root,
5447 int (*compare)(const void *, const void *))
5448{
5449 return pool_tsearch(NULL, key, root, compare);
5450}
5451
5452static void *tfind(const void *key, void **root,
5453 int (*compare)(const void *, const void *))

Callers 7

try_split_fileFunction · 0.85
try_dwp_fileFunction · 0.85
__libdw_intern_next_unitFunction · 0.85
__libdw_getsrclinesFunction · 0.85
test_treeFunction · 0.85
entryFunction · 0.85
entryFunction · 0.85

Calls 1

pool_tsearchFunction · 0.85

Tested by 1

test_treeFunction · 0.68