Lines Matching full:res
63 struct certinfo *res = NULL;
84 error = getcertsbyname(name, &res);
103 if (res->ci_next != NULL) {
107 switch (res->ci_type) {
114 "not supported CERT RR type %d.\n", res->ci_type);
125 cert->pl = vmalloc(res->ci_certlen + 1);
131 memcpy(cert->pl->v + 1, res->ci_cert, res->ci_certlen);
140 if (res)
141 freecertinfo(res);