/third_party/openssl/crypto/http/ |
D | http_lib.c | 40 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/ |
D | http_lib.c | 47 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/ |
D | http_proxy.c | 57 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()
|
D | http_proxy.h | 35 int *pport, bool *pipv6_ip); 49 int *pport);
|
D | cfilters.c | 63 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()
|
D | cfilters.h | 61 int *pport); 223 int *pport); 489 int *pport);
|
D | socks.c | 1232 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()
|
D | cf-socket.c | 1234 int *pport) in cf_socket_get_host() argument 1239 *pport = cf->conn->port; in cf_socket_get_host()
|
/third_party/openssl/doc/man3/ |
D | OSSL_HTTP_parse_url.pod | 19 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/ |
D | http.h | 98 char **pport, int *pport_num, 101 char **pport, int *pport_num,
|
/third_party/openssl/include/openssl/ |
D | http.h | 98 char **pport, int *pport_num, 101 char **pport, int *pport_num,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ocsp.h | 229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
|