Lines Matching defs:str
207 static char *c_escape(const char *str, curl_off_t len)
217 len = strlen(str);
226 for(s = str; !result && len; s++, len--) {
236 result = curlx_dyn_addn(&escaped, str, s - str);
237 str = s + 1;
253 result = curlx_dyn_addn(&escaped, str, s - str);
554 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global,
601 else if(pval && str) {