Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c492 static char **req_array = NULL; variable
562 req = req_array[req_idx]; in build_request_set()
922 req_array = OPENSSL_realloc(req_array, sizeof(char *) * total_requests); in main()
923 if (req_array == NULL) in main()
925 req_array[total_requests - 1] = req; in main()