Home | History | Annotate | Download | only in racoon

Lines Matching defs:cur

128 	struct certinfo head, *cur;
137 cur = &head;
179 cur->ci_next = getnewci(type, keytag, algorithm,
181 if (!cur->ci_next) {
188 cur = cur->ci_next;
215 struct certinfo head, *cur;
222 cur = &head;
318 cur->ci_next = getnewci(qtype, keytag, algorithm,
320 if (!cur->ci_next) {
327 cur = cur->ci_next;