Lines Matching refs:msg
248 char msg[256]; in check_result() local
258 curl_msprintf(msg, "%d: expected result %d but got %d", in check_result()
260 fail(msg); in check_result()
263 curl_msprintf(msg, "%d: expected %d ipv4 creations, but got %d", in check_result()
265 fail(msg); in check_result()
268 curl_msprintf(msg, "%d: expected %d ipv6 creations, but got %d", in check_result()
270 fail(msg); in check_result()
275 curl_msprintf(msg, "%d: expected min duration of %dms, but took %dms", in check_result()
277 fail(msg); in check_result()
280 curl_msprintf(msg, "%d: expected max duration of %dms, but took %dms", in check_result()
282 fail(msg); in check_result()
293 curl_msprintf(msg, "%d: expected ip%s to start right away, instead " in check_result()
296 fail(msg); in check_result()
299 curl_msprintf(msg, "%d: expected ip%s to start delayed after %dms, " in check_result()
303 fail(msg); in check_result()