Home
last modified time | relevance | path

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

/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c868 char *reqnames = OPENSSL_zalloc(1025); in main() local
896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main()
901 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ); in main()
902 if (reqnames == NULL) { in main()
907 reqnames[read_offset + 1] = '\0'; in main()
914 req = strtok(reqnames, " "); in main()
1035 OPENSSL_free(reqnames); in main()
/src/share/examples/libusb20/
H A Dcontrol.c190 static const char *reqnames[] = variable
214 i < sizeof reqnames / sizeof reqnames[0]; in get_req()
216 if (strncasecmp(reqname, reqnames[i], l) == 0) in get_req()
/src/crypto/openssl/apps/
H A Docsp.c267 STACK_OF(OPENSSL_STRING) *reqnames = NULL; in ocsp_main()
299 if ((reqnames = sk_OPENSSL_STRING_new_null()) == NULL in ocsp_main()
489 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
499 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
892 if (!print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage)) in ocsp_main()
917 sk_OPENSSL_STRING_free(reqnames); in ocsp_main()