Lines Matching defs:tmp
73 char *tmp = Curl_checkheaders(data, sig_hdr, strlen(sig_hdr));
75 if(tmp)
76 return tmp;
280 char *tmp = l->data;
283 next->data = tmp;
290 char *tmp;
297 tmp = strchr(l->data, ':');
298 if(tmp)
299 *tmp = 0;
491 char tmp[3]="%";
492 tmp[1] = Curl_raw_toupper(q[1]);
493 tmp[2] = Curl_raw_toupper(q[2]);
494 result = Curl_dyn_addn(dq, tmp, 3);