Searched refs:pdv (Results 1 – 2 of 2) sorted by relevance
1011 char **dv, **pdv; in mandir() local1049 pdv = dirv; in mandir()1050 while (*pdv) { in mandir()1051 free(*pdv); in mandir()1052 pdv++; in mandir()1064 pdv = dirv; in mandir()1065 while (*pdv != NULL) { in mandir()1066 free(*pdv); in mandir()1067 pdv++; in mandir()
28 extern void VerifyNSEC(mDNS *const m, ResourceRecord *rr, RRVerifier *rv, DNSSECVerifier *pdv, Cach…