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.c456 static SSL_POLL_ITEM *poll_list = NULL; variable
549 OPENSSL_free(poll_list); in build_request_set()
551 poll_list = NULL; in build_request_set()
570 poll_list = OPENSSL_realloc(poll_list, in build_request_set()
572 if (poll_list == NULL) { in build_request_set()
631 poll_list[poll_idx].revents = 0; in build_request_set()
653 OPENSSL_free(poll_list); in build_request_set()
655 poll_list = NULL; in build_request_set()
950 poll_list[poll_idx].revents = 0; in main()
986 poll_list[poll_idx].events = 0; in main()
[all …]

Completed in 7 milliseconds