Lines Matching defs:next
128 np = p->next;
264 for(k = ta->keylist; k; k = k->next) {
342 k->next = ta->keylist;
915 for(tk = ta->keylist; tk; tk = tk->next) {
993 struct trust_anchor* next;
998 next = (struct trust_anchor*)rbtree_next(&ta->node);
1002 ta = next; /* skip */
1038 ta = next;
1042 ta = next;
1068 for(f = cfg->domain_insecure; f; f = f->next) {
1077 for(f = cfg->trust_anchor_file_list; f; f = f->next) {
1090 for(f = cfg->trusted_keys_file_list; f; f = f->next) {
1103 for(f = cfg->trust_anchor_list; f; f = f->next) {
1114 for(f = cfg->auto_trust_anchor_file_list; f; f = f->next) {
1206 for(k = ta->keylist; k; k = k->next) {
1216 for(p = ta->autr->keys; p; p=p->next) {
1368 struct trust_anchor* ta, *next;
1372 next = (struct trust_anchor*)rbtree_next(&ta->node);
1380 ta = next;