Searched defs:rootp (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/comp/
H A Dtsearch.c103 Void_t* tsearch(const Void_t* key, Void_t** rootp, argument
106 Void_t* tsearch(key, rootp, comparf)
108 Void_t** rootp;
115 if(!rootp ||
116 (!(dt = *((Dt_t**)rootp)) && !(dt = dtopen((Dtdisc_t*)(&Treedisc),Dtoset))) )
130 *rootp = (Void_t*)dt;
131 else if(*rootp == NIL(Void_t*) )
139 Void_t* tfind(const Void_t* key, Void_t*const* rootp, argument
142 Void_t* tfind(key, rootp, comparf)
144 Void_t** rootp;
165 tdelete(const Void_t* key, Void_t** rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument
[all...]

Completed in 56 milliseconds