Lines Matching defs:next
673 {"next protocol", TLSEXT_TYPE_next_proto_neg},
868 struct ssl_excert_st *next, *prev;
927 while (exc->next != NULL)
928 exc = exc->next;
974 exc->next = *pexc;
977 if (exc->next) {
978 exc->certform = exc->next->certform;
979 exc->keyform = exc->next->keyform;
980 exc->next->prev = exc;
1000 exc = exc->next;
1012 if (exc->certfile == NULL && exc->next == NULL) {
1017 for (; exc; exc = exc->next) {