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