Lines Matching refs:head
33 BN_POOL_ITEM *head, *current, *tail;
85 BN_POOL_ITEM *item = ctx->pool.head;
162 BN_POOL_ITEM *pool = ctx->pool.head;
296 p->head = p->current = p->tail = NULL;
305 while (p->head) {
306 for (loop = 0, bn = p->head->vals; loop++ < BN_CTX_POOL_SIZE; bn++)
309 p->current = p->head->next;
310 OPENSSL_free(p->head);
311 p->head = p->current;
337 if (p->head == NULL)
338 p->head = p->current = p->tail = item;
351 p->current = p->head;