Searched refs:head_p (Results 1 - 5 of 5) sorted by relevance

/external/blktrace/btt/
H A Dlist.h149 static inline int list_len(struct list_head *head_p) argument
154 __list_for_each(p, head_p) {
H A Dinlines.h51 static inline void update_range(struct list_head *head_p, __u64 time) argument
55 if (!list_empty(head_p)) {
56 rip = list_entry(head_p->prev, struct range_info, head);
69 list_add_tail(&rip->head, head_p);
H A Doutput.c797 void __output_ranges(FILE *ofp, struct list_head *head_p, float base) argument
803 __list_for_each(p, head_p) {
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_ciph.c782 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
846 *head_p = &co_list[0];
926 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
940 head = *head_p;
1048 *head_p = head;
1052 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, argument
1064 curr = *head_p;
1084 curr = *head_p;
1097 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p);
1104 CIPHER_ORDER **head_p, CIPHER_ORDE
776 ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, unsigned long disabled_mkey, unsigned long disabled_auth, unsigned long disabled_enc, unsigned long disabled_mac, unsigned long disabled_ssl, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
920 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long alg_mkey, unsigned long alg_auth, unsigned long alg_enc, unsigned long alg_mac, unsigned long alg_ssl, unsigned long algo_strength, int rule, int strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
1103 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
[all...]
/external/openssl/ssl/
H A Dssl_ciph.c782 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
846 *head_p = &co_list[0];
926 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
940 head = *head_p;
1048 *head_p = head;
1052 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, argument
1064 curr = *head_p;
1084 curr = *head_p;
1097 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p);
1104 CIPHER_ORDER **head_p, CIPHER_ORDE
776 ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, unsigned long disabled_mkey, unsigned long disabled_auth, unsigned long disabled_enc, unsigned long disabled_mac, unsigned long disabled_ssl, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
920 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long alg_mkey, unsigned long alg_auth, unsigned long alg_enc, unsigned long alg_mac, unsigned long alg_ssl, unsigned long algo_strength, int rule, int strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
1103 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
[all...]

Completed in 163 milliseconds