Home
last modified time | relevance | path

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

/openssl-master/crypto/http/
A Dhttp_lib.c184 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost, in OSSL_HTTP_parse_url() argument
192 if (pssl != NULL) in OSSL_HTTP_parse_url()
193 *pssl = 0; in OSSL_HTTP_parse_url()
201 if (pssl != NULL) in OSSL_HTTP_parse_url()
202 *pssl = ssl; in OSSL_HTTP_parse_url()
/openssl-master/doc/man3/
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-master/include/openssl/
A Dhttp.h100 int OSSL_HTTP_parse_url(const char *url, int *pssl, char **puser, char **phost,

Completed in 5 milliseconds