Searched refs:Curl_infof (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/unit/ |
H A D | unit1652.c | 33 * Curl_infof(). If that buffer is changed in size, this tests needs to be 99 Curl_infof(data, "%s", input); 103 Curl_infof(data, "%s %u testing %lu", input, 42, 43L); 108 Curl_infof(data, ""); 110 Curl_infof(data, "%s", (char *)NULL); 116 Curl_infof(data, "%s", input); 124 Curl_infof(data, "%s", input); 131 Curl_infof(data, "%s", input); 138 Curl_infof(data, "%s", input);
|
/third_party/curl/lib/ |
H A D | curl_trc.h | 76 Curl_infof(data, __VA_ARGS__); } while(0) 82 #define infof Curl_infof 97 void Curl_infof(struct Curl_easy *data, 113 static void Curl_infof(struct Curl_easy *data, const char *fmt, ...) in Curl_infof() function
|
H A D | curl_trc.c | 110 /* Curl_infof() is for info message along the way */ 113 void Curl_infof(struct Curl_easy *data, const char *fmt, ...) in Curl_infof() function
|
Completed in 1 milliseconds