Searched refs:known_pools (Results 1 – 1 of 1) sorted by relevance
74 static void *known_pools = NULL; /* tsearch() of C strings */ variable257 if (tfind(pool, &known_pools, STRCMP)) { in line_worker()765 if (!name || !tsearch(name, &known_pools, STRCMP)) { in pool_enumerator()1000 tdestroy(known_pools, free); in main()