Searched defs:v (Results 1 – 17 of 17) sorted by relevance
/curl/lib/ |
H A D | getenv.c | 77 char *curl_getenv(const char *v) in curl_getenv()
|
H A D | c-hyper.c | 572 const char *v; in Curl_hyper_header() local
|
H A D | telnet.c | 931 struct curl_slist *v; in suboption() local
|
H A D | http.c | 2811 #define HD_IS_AND_SAYS(hd, hdlen, n, v) \ argument 2825 const char *v; in Curl_http_header() local
|
H A D | http2.c | 889 const char *v; in set_transfer_url() local
|
/curl/tests/unit/ |
H A D | unit1616.c | 52 int *value, *v; variable
|
/curl/scripts/ |
H A D | schemetable.c | 155 unsigned int v = calc(scheme[i].n, add, shift); in main() local
|
/curl/src/ |
H A D | tool_easysrc.c | 126 #define CHKRET(v) do {CURLcode ret = (v); if(ret) return ret;} while(0) argument
|
H A D | var.c | 288 const struct tool_var *v = varcontent(global, name, nlen); in varexpand() local
|
H A D | tool_setopt.h | 34 #define SETOPT_CHECK(v,opt) do { \ argument
|
H A D | tool_setopt.c | 44 #define NV1(e, v) {#e, (v)} argument
|
H A D | tool_operate.c | 832 const char *v = curl_version_info(CURLVERSION_NOW)->ssl_version; in ssl_backend() local
|
/curl/tests/http/testenv/ |
H A D | env.py | 238 def versiontuple(self, v): argument
|
/curl/lib/vtls/ |
H A D | openssl.c | 691 #define BIO_set_init(x,v) ((x)->init=(v)) argument 693 #define BIO_set_data(x,v) ((x)->ptr=(v)) argument 696 #define BIO_set_shutdown(x,v) ((x)->shutdown=(v)) argument
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 104 uint32_t v[4]; in Curl_msh3_ver() local
|
H A D | curl_osslq.c | 2269 uint64_t v; in cf_osslq_query() local
|
/curl/include/curl/ |
H A D | curl.h | 1096 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
|
Completed in 76 milliseconds