Lines Matching defs:msg
401 const char *msg = per->errorbuffer;403 (msg && msg[0]) ? msg : curl_easy_strerror(result));2368 CURLMsg *msg;2371 msg = curl_multi_info_read(multi, &rc);2372 if(msg) {2376 CURL *easy = msg->easy_handle;2377 CURLcode tres = msg->data.result;2406 } while(msg);