Home
last modified time | relevance | path

Searched refs:tail_p (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c669 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) in ssl_cipher_collect_ciphers() argument
723 *tail_p = &co_list[co_list_num - 1]; in ssl_cipher_collect_ciphers()
797 int strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) in ssl_cipher_apply_rule() argument
807 tail = *tail_p; in ssl_cipher_apply_rule()
893 *tail_p = tail; in ssl_cipher_apply_rule()
897 ssl_cipher_strength_sort(CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) in ssl_cipher_strength_sort() argument
937 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p); in ssl_cipher_strength_sort()
945 CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list, SSL_CERT *cert, in ssl_cipher_process_rulestr() argument
1156 ok = ssl_cipher_strength_sort(head_p, tail_p); in ssl_cipher_process_rulestr()
1180 -1, head_p, tail_p); in ssl_cipher_process_rulestr()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.h2355 gimple_call_set_tail (gimple s, bool tail_p) in gimple_call_set_tail() argument
2358 if (tail_p) in gimple_call_set_tail()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.h3232 gimple_call_set_tail (gcall *s, bool tail_p)
3234 if (tail_p)