Home | History | Annotate | Download | only in ssl

Lines Matching refs:ent

2003 	SSL3_BUF_FREELIST_ENTRY *ent, *next;
2004 for (ent = list->head; ent; ent = next)
2006 next = ent->next;
2007 OPENSSL_free(ent);