Home
last modified time | relevance | path

Searched refs:correct_response (Results 1 – 1 of 1) sorted by relevance

/third_party/libsoup/tests/
Dpull-api-test.c5 static SoupBuffer *correct_response; variable
31 correct_response = soup_message_body_flatten (msg->response_body); in get_correct_response()
195 g_assert_cmpint (ad->read_so_far + chunk->length, <=, correct_response->length); in fully_async_got_chunk()
197 correct_response->data + ad->read_so_far, in fully_async_got_chunk()
331 g_assert_cmpint (read_so_far + chunk->length, <=, correct_response->length); in do_synchronously_async_test()
333 correct_response->data + read_so_far, in do_synchronously_async_test()
343 g_assert_cmpint (read_so_far, ==, correct_response->length); in do_synchronously_async_test()
528 soup_buffer_free (correct_response); in main()