Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c2393 static void txp_enlink_tmp(QUIC_STREAM **tmp_head, QUIC_STREAM *stream) in txp_enlink_tmp() argument
2395 stream->txp_next = *tmp_head; in txp_enlink_tmp()
2396 *tmp_head = stream; in txp_enlink_tmp()
2402 QUIC_STREAM **tmp_head) in txp_generate_stream_related() argument
2436 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2465 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2510 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2548 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2554 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()
2559 txp_enlink_tmp(tmp_head, stream); in txp_generate_stream_related()

Completed in 14 milliseconds