Searched refs:thost (Results 1 – 2 of 2) sorted by relevance
245 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local282 OPENSSL_free(thost); in ocsp_main()285 thost = tport = tpath = NULL; in ocsp_main()292 thost = host; in ocsp_main()876 OPENSSL_free(thost); in ocsp_main()
868 char *thost = NULL, *tport = NULL; in s_client_main() local1660 thost = OPENSSL_strdup(host); in s_client_main()1662 if (thost == NULL || tport == NULL) { in s_client_main()2342 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass, in s_client_main()3344 OPENSSL_free(thost); in s_client_main()
Completed in 15 milliseconds