Home
last modified time | relevance | path

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

/curl/tests/http/testenv/
H A Dports.py37 for name, ptype in port_specs.items():
39 s = socket.socket(type=ptype)
/curl/src/
H A Dtool_formparse.c461 char **str, char **pdata, char **ptype, in get_param_part() argument
477 if(ptype) in get_param_part()
478 *ptype = NULL; in get_param_part()
629 if(ptype) in get_param_part()
630 *ptype = type; in get_param_part()
/curl/lib/
H A Durl.c2453 curl_proxytype ptype = (curl_proxytype)conn->http_proxy.proxytype; local
2455 result = parse_proxy(data, conn, proxy, ptype);
2462 result = parse_proxy(data, conn, socksproxy, ptype);

Completed in 18 milliseconds