Searched refs:ph1hint (Results 1 – 2 of 2) sorted by relevance
180 getph1(ph1hint, local, remote, flags) in getph1() argument181 struct ph1handle *ph1hint; in getph1()211 if (ph1hint != NULL) {212 if (ph1hint->id && ph1hint->id->l && p->id && p->id->l &&213 (ph1hint->id->l != p->id->l ||214 memcmp(ph1hint->id->v, p->id->v, p->id->l) != 0)) {219 if (ph1hint->id_p && ph1hint->id_p->l &&221 (ph1hint->id_p->l != p->id_p->l ||222 memcmp(ph1hint->id_p->v, p->id_p->v, p->id_p->l) != 0)) {
472 extern struct ph1handle *getph1 __P((struct ph1handle *ph1hint,