Home
last modified time | relevance | path

Searched refs:pport (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/http/
Dhttp_lib.c40 char **pport, int *pport_num, in OSSL_parse_url() argument
56 init_pstring(pport); in OSSL_parse_url()
151 || !copy_substring(pport, port, port_end) in OSSL_parse_url()
177 free_pstring(pport); in OSSL_parse_url()
185 char **pport, int *pport_num, in OSSL_HTTP_parse_url() argument
191 init_pstring(pport); in OSSL_HTTP_parse_url()
219 if (pport != NULL) { in OSSL_HTTP_parse_url()
220 *pport = OPENSSL_strdup(port); in OSSL_HTTP_parse_url()
221 if (*pport == NULL) in OSSL_HTTP_parse_url()
225 if (pport != NULL) in OSSL_HTTP_parse_url()
[all …]
/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_lib.c47 char **pport, int *pport_num, in OSSL_parse_url() argument
63 init_pstring(pport); in OSSL_parse_url()
159 || !copy_substring(pport, port, port_end) in OSSL_parse_url()
185 free_pstring(pport); in OSSL_parse_url()
193 char **pport, int *pport_num, in OSSL_HTTP_parse_url() argument
199 init_pstring(pport); in OSSL_HTTP_parse_url()
227 if (pport != NULL) { in OSSL_HTTP_parse_url()
228 *pport = OPENSSL_strdup(port); in OSSL_HTTP_parse_url()
229 if (*pport == NULL) in OSSL_HTTP_parse_url()
233 if (pport != NULL) in OSSL_HTTP_parse_url()
[all …]
/third_party/curl/lib/
Dhttp_proxy.c57 int *pport, bool *pipv6_ip) in Curl_http_proxy_get_destination() argument
70 *pport = cf->conn->secondary_port; in Curl_http_proxy_get_destination()
72 *pport = cf->conn->conn_to_port; in Curl_http_proxy_get_destination()
74 *pport = cf->conn->remote_port; in Curl_http_proxy_get_destination()
246 int *pport) in Curl_cf_http_proxy_get_host() argument
252 *pport = (int)cf->conn->http_proxy.port; in Curl_cf_http_proxy_get_host()
255 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_http_proxy_get_host()
Dhttp_proxy.h35 int *pport, bool *pipv6_ip);
49 int *pport);
Dcfilters.c63 int *pport) in Curl_cf_def_get_host() argument
66 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in Curl_cf_def_get_host()
70 *pport = cf->conn->port; in Curl_cf_def_get_host()
459 int *pport) in Curl_conn_get_host() argument
466 cf->cft->get_host(cf, data, phost, pdisplay_host, pport); in Curl_conn_get_host()
475 *pport = data->conn->remote_port; in Curl_conn_get_host()
Dcfilters.h61 int *pport);
223 int *pport);
489 int *pport);
Dsocks.c1232 int *pport) in socks_cf_get_host() argument
1238 *pport = (int)cf->conn->socks_proxy.port; in socks_cf_get_host()
1241 cf->next->cft->get_host(cf->next, data, phost, pdisplay_host, pport); in socks_cf_get_host()
Dcf-socket.c1234 int *pport) in cf_socket_get_host() argument
1239 *pport = cf->conn->port; in cf_socket_get_host()
/third_party/openssl/doc/man3/
DOSSL_HTTP_parse_url.pod19 char **pport, int *pport_num,
23 char **pport, int *pport_num,
30 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
57 Each non-NULL result pointer argument I<pscheme>, I<puser>, I<phost>, I<pport>,
/third_party/node/deps/openssl/openssl/include/openssl/
Dhttp.h98 char **pport, int *pport_num,
101 char **pport, int *pport_num,
/third_party/openssl/include/openssl/
Dhttp.h98 char **pport, int *pport_num,
101 char **pport, int *pport_num,
/third_party/openssl/ohos_lite/include/openssl/
Docsp.h229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,