Lines Matching refs:head
81 BN_POOL_ITEM *head, *current, *tail;
239 p->head = p->current = p->tail = NULL;
244 while (p->head) {
246 BN_clear_free(&p->head->vals[i]);
249 p->current = p->head->next;
250 OPENSSL_free(p->head);
251 p->head = p->current;
270 if (!p->head) {
271 p->head = p->current = p->tail = item;
285 p->current = p->head;