Lines Matching refs:tail

643                            CIPHER_ORDER **tail)  in ll_append_tail()  argument
645 if (curr == *tail) in ll_append_tail()
653 (*tail)->next = curr; in ll_append_tail()
654 curr->prev = *tail; in ll_append_tail()
656 *tail = curr; in ll_append_tail()
660 CIPHER_ORDER **tail) in ll_append_head() argument
664 if (curr == *tail) in ll_append_head()
665 *tail = curr->prev; in ll_append_head()
815 CIPHER_ORDER *head, *tail, *curr, *next, *last; in ssl_cipher_apply_rule() local
831 tail = *tail_p; in ssl_cipher_apply_rule()
834 next = tail; in ssl_cipher_apply_rule()
838 last = tail; in ssl_cipher_apply_rule()
898 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
906 ll_append_tail(&head, curr, &tail); in ssl_cipher_apply_rule()
916 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
921 ll_append_head(&head, curr, &tail); in ssl_cipher_apply_rule()
928 if (tail == curr) in ssl_cipher_apply_rule()
929 tail = curr->prev; in ssl_cipher_apply_rule()
941 *tail_p = tail; in ssl_cipher_apply_rule()
1466 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; in STACK_OF() local
1504 disabled_mac, co_list, &head, &tail); in STACK_OF()
1516 -1, &head, &tail); in STACK_OF()
1518 &tail); in STACK_OF()
1520 &tail); in STACK_OF()
1524 &head, &tail); in STACK_OF()
1526 &head, &tail); in STACK_OF()
1534 -1, &head, &tail); in STACK_OF()
1537 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1541 &tail); in STACK_OF()
1549 &tail); in STACK_OF()
1552 &tail); in STACK_OF()
1554 &tail); in STACK_OF()
1558 &tail); in STACK_OF()
1564 if (!ssl_cipher_strength_sort(&head, &tail)) { in STACK_OF()
1573 &head, &tail); in STACK_OF()
1589 &head, &tail); in STACK_OF()
1591 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1593 CIPHER_BUMP, -1, &head, &tail); in STACK_OF()
1596 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1626 &head, &tail, ca_list, c); in STACK_OF()
1633 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, c); in STACK_OF()