Searched refs:OSSL_LIST_FOREACH (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_port.c | 276 OSSL_LIST_FOREACH(ch, ch, &port->channel_list) in ossl_quic_port_set_net_wbio() 376 OSSL_LIST_FOREACH(ch, ch, &port->channel_list) { in ossl_quic_port_subtick() 606 OSSL_LIST_FOREACH(ch, ch, &port->channel_list) in ossl_quic_port_raise_net_error()
|
H A D | quic_engine.c | 134 OSSL_LIST_FOREACH(port, port, &qeng->port_list) { in qeng_tick()
|
/openssl/include/internal/ |
H A D | list.h | 27 # define OSSL_LIST_FOREACH(p, name, l) \ macro
|
Completed in 11 milliseconds