Home | History | Annotate | Download | only in ssl

Lines Matching refs:ent

694 	SSL3_BUF_FREELIST_ENTRY *ent = NULL;
700 ent = list->head;
701 if (ent != NULL)
703 list->head = ent->next;
704 result = ent;
718 SSL3_BUF_FREELIST_ENTRY *ent;
725 sz >= sizeof(*ent))
728 ent = mem;
729 ent->next = list->head;
730 list->head = ent;