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.c54 char **pport, int *pport_num, in OSSL_parse_url() argument
71 init_pint(pport_num); in OSSL_parse_url()
171 if (pport_num != NULL) in OSSL_parse_url()
172 *pport_num = (int)portnum; in OSSL_parse_url()
200 char **pport, int *pport_num, in OSSL_HTTP_parse_url() argument
209 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num, in OSSL_HTTP_parse_url()
232 if (pport_num != NULL) in OSSL_HTTP_parse_url()
233 *pport_num = portnum; in OSSL_HTTP_parse_url()
/openssl/include/openssl/
H A Dhttp.h102 char **pport, int *pport_num,
105 char **pport, int *pport_num,
/openssl/doc/man3/
H A DOSSL_HTTP_parse_url.pod19 char **pport, int *pport_num,
23 char **pport, int *pport_num,
58 If given, it must be in decimal form. If the I<pport_num> argument is not NULL
59 the integer value of the port number is assigned to I<*pport_num> on success.

Completed in 9 milliseconds