Lines Matching defs:find_pp
194 decode_key_t **find_pp;
202 find_pp = (decode_key_t **) tfind(&key, &hndl->decoderoot,
204 if (find_pp) {
207 *func_names = (*find_pp)->name_ptrs;
208 *func_addrs = (*find_pp)->func_addrs;
302 find_pp = (decode_key_t **) tsearch(new_p,
304 assert(*find_pp == new_p);
484 comb_key_t **find_pp;
491 find_pp = (comb_key_t **) tfind(&key, &hndl->buildroot, comb_compare);
492 if (find_pp) {
493 *comb_p = (*find_pp)->comb;