Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_lib.c199 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url() argument
207 if (pssl != NULL) in OSSL_HTTP_parse_url()
208 *pssl = 0; in OSSL_HTTP_parse_url()
216 if (pssl != NULL) in OSSL_HTTP_parse_url()
217 *pssl = ssl; in OSSL_HTTP_parse_url()
/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod22 int *pssl, char **puser, char **phost,
31 int *pssl);
73 If I<pssl> is not NULL, I<*pssl> is assigned 1 in case parsing was successful
/openssl/include/openssl/
H A Dhttp.h104 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost,

Completed in 17 milliseconds