Home
last modified time | relevance | path

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

/openssl/crypto/http/
H A Dhttp_lib.c47 char **pport, int *pport_num, in OSSL_parse_url() argument
64 init_pint(pport_num); in OSSL_parse_url()
164 if (pport_num != NULL) in OSSL_parse_url()
165 *pport_num = (int)portnum; in OSSL_parse_url()
193 char **pport, int *pport_num, in OSSL_HTTP_parse_url() argument
202 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num, in OSSL_HTTP_parse_url()
225 if (pport_num != NULL) in OSSL_HTTP_parse_url()
226 *pport_num = portnum; in OSSL_HTTP_parse_url()
/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod19 char **pport, int *pport_num,
23 char **pport, int *pport_num,
54 If given, it must be in decimal form. If the I<pport_num> argument is not NULL
55 the integer value of the port number is assigned to I<*pport_num> on success.
/openssl/include/openssl/
H A Dhttp.h102 char **pport, int *pport_num,
105 char **pport, int *pport_num,

Completed in 15 milliseconds