Home
last modified time | relevance | path

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

/openssl/demos/guide/
H A Dquic-hq-interop.c546 static SSL_POLL_ITEM *poll_list = NULL; variable
639 OPENSSL_free(poll_list); in build_request_set()
641 poll_list = NULL; in build_request_set()
660 poll_list = OPENSSL_realloc(poll_list, in build_request_set()
662 if (poll_list == NULL) { in build_request_set()
721 poll_list[poll_idx].revents = 0; in build_request_set()
743 OPENSSL_free(poll_list); in build_request_set()
745 poll_list = NULL; in build_request_set()
1035 poll_list[poll_idx].revents = 0; in main()
1071 poll_list[poll_idx].events = 0; in main()
[all …]

Completed in 5 milliseconds