Lines Matching refs:current
33 BN_POOL_ITEM *head, *current, *tail;
296 p->head = p->current = p->tail = NULL;
309 p->current = p->head->next;
311 p->head = p->current;
338 p->head = p->current = p->tail = item;
342 p->current = item;
351 p->current = p->head;
353 p->current = p->current->next;
354 return p->current->vals + ((p->used++) % BN_CTX_POOL_SIZE);
363 bn_check_top(p->current->vals + offset);
366 p->current = p->current->prev;