Lines Matching defs:strinfo
276 const char *strinfo = NULL;
290 strinfo = m->str;
299 if(!curl_easy_getinfo(per->curl, wovar->ci, &strinfo) && strinfo)
340 strinfo = curlx_dyn_ptr(&buf);
341 if(!strinfo)
343 strinfo = "";
348 strinfo = ""; /* no cert info */
352 strinfo = (per->errorbuffer && per->errorbuffer[0]) ?
359 strinfo = per->outs.filename;
365 strinfo = per->this_url;
390 if(!urlpart(per, wovar->id, &strinfo)) {
391 freestr = strinfo;
403 DEBUGASSERT(strinfo);
406 jsonWriteString(stream, strinfo, FALSE);
409 fputs(strinfo, stream);