Home
last modified time | relevance | path

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

/openssl-master/crypto/http/
A Dhttp_lib.c40 char **pport, int *pport_num, in OSSL_parse_url() argument
156 if (pport_num != NULL) in OSSL_parse_url()
157 *pport_num = (int)portnum; in OSSL_parse_url()
185 char **pport, int *pport_num, in OSSL_HTTP_parse_url() argument
194 if (!OSSL_parse_url(url, &scheme, puser, phost, &port, pport_num, in OSSL_HTTP_parse_url()
217 if (pport_num != NULL) in OSSL_HTTP_parse_url()
218 *pport_num = portnum; in OSSL_HTTP_parse_url()
/openssl-master/doc/man3/
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-master/include/openssl/
A Dhttp.h98 char **pport, int *pport_num,
101 char **pport, int *pport_num,

Completed in 4 milliseconds