Home | History | Annotate | Download | only in racoon

Lines Matching full:head

128 	struct certinfo head, *cur;
136 memset(&head, 0, sizeof(head));
137 cur = &head;
191 *res = head.ci_next;
197 if (error && head.ci_next)
198 freecertinfo(head.ci_next);
215 struct certinfo head, *cur;
221 memset(&head, 0, sizeof(head));
222 cur = &head;
332 *res = head.ci_next;
338 if (error && head.ci_next)
339 freecertinfo(head.ci_next);