Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_lib.c192 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url() argument
200 if (pssl != NULL) in OSSL_HTTP_parse_url()
201 *pssl = 0; in OSSL_HTTP_parse_url()
209 if (pssl != NULL) in OSSL_HTTP_parse_url()
210 *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);
68 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