Searched refs:tport (Results 1 – 2 of 2) sorted by relevance
245 char *thost = NULL, *tport = NULL, *tpath = NULL; in ocsp_main() local283 OPENSSL_free(tport); in ocsp_main()285 thost = tport = tpath = NULL; in ocsp_main()293 tport = port; in ocsp_main()877 OPENSSL_free(tport); in ocsp_main()
868 char *thost = NULL, *tport = NULL; in s_client_main() local1661 tport = OPENSSL_strdup(port); 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()3345 OPENSSL_free(tport); in s_client_main()
Completed in 16 milliseconds