Lines Matching refs:ci_next
103 next = ci->ci_next;
179 cur->ci_next = getnewci(type, keytag, algorithm,
181 if (!cur->ci_next) {
188 cur = cur->ci_next;
191 *res = head.ci_next;
197 if (error && head.ci_next)
198 freecertinfo(head.ci_next);
318 cur->ci_next = getnewci(qtype, keytag, algorithm,
320 if (!cur->ci_next) {
327 cur = cur->ci_next;
332 *res = head.ci_next;
338 if (error && head.ci_next)
339 freecertinfo(head.ci_next);
401 for (p = res; p; p = p->ci_next) {