Searched refs:OSSL_LIST (Results 1 – 11 of 11) sorted by relevance
5 DEFINE_LIST_OF, OSSL_LIST_MEMBER, OSSL_LIST,20 OSSL_LIST(name);24 void ossl_list_TYPE_init(OSSL_LIST(name) *list);27 int ossl_list_TYPE_is_empty(const OSSL_LIST(name) *list);28 size_t ossl_list_TYPE_num(const OSSL_LIST(name) *list);29 type *ossl_list_TYPE_head(const OSSL_LIST(name) *list);30 type *ossl_list_TYPE_tail(const OSSL_LIST(name) *list);35 void ossl_list_TYPE_remove(OSSL_LIST(name) *list, type *elem);50 The OSSL_LIST() macro returns the name for a list of the specified55 by B<OSSL_LIST>(B<I<TYPE>>) and each function name begins with[all …]
52 # define OSSL_LIST(name) OSSL_LIST_ ## name macro62 typedef struct ossl_list_st_ ## name OSSL_LIST(name); \70 ossl_list_##name##_init(OSSL_LIST(name) *list) \81 ossl_list_##name##_is_empty(const OSSL_LIST(name) *list) \86 ossl_list_##name##_num(const OSSL_LIST(name) *list) \91 ossl_list_##name##_head(const OSSL_LIST(name) *list) \98 ossl_list_##name##_tail(const OSSL_LIST(name) *list) \121 ossl_list_##name##_remove(OSSL_LIST(name) *list, type *elem) \140 ossl_list_##name##_insert_head(OSSL_LIST(name) *list, type *elem) \154 ossl_list_##name##_insert_tail(OSSL_LIST(name) *list, type *elem) \[all …]
39 typedef OSSL_LIST(uint_set) UINT_SET;
156 typedef OSSL_LIST(urxe) QUIC_URXE_LIST;
33 OSSL_LIST(fizz) a; in test_fizzbuzz()34 OSSL_LIST(buzz) b; in test_fizzbuzz()98 OSSL_LIST(int) l; in test_insert()
51 OSSL_LIST(port) port_list;
63 OSSL_LIST(ch) channel_list;
213 OSSL_LIST(retiring) retiring_list;
43 typedef OSSL_LIST(txe) TXE_LIST;
83 typedef OSSL_LIST(rxe) RXE_LIST;
33 OSSL_LIST(tx_history) packets;
Completed in 31 milliseconds