SSL_poll
ret = SSL_poll(items, numitem, sizeof(SSL_POLL_ITEM), &nz_timeout,
__owur int SSL_poll(SSL_POLL_ITEM *items,
if (!SSL_poll(poll_list, this_poll_count, sizeof(SSL_POLL_ITEM),
ret = SSL_poll(items, OSSL_NELEM(items), sizeof(SSL_POLL_ITEM),
if (!TEST_true(SSL_poll(items, OSSL_NELEM(items), sizeof(SSL_POLL_ITEM),
if (!TEST_true(SSL_poll(&item, 1, sizeof(SSL_POLL_ITEM),