Searched refs:expected_response_size (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/net/lib/http_server/core/src/ |
| D | main.c | 2734 int expected_response_size; in ZTEST() local 2747 expected_response_size = sprintf(expected_response, HTTP1_COMPRESSION_RESPONSE, in ZTEST() 2758 test_read_data(&offset, expected_response_size); in ZTEST() 2759 zassert_mem_equal(buf, expected_response, expected_response_size, in ZTEST() 2766 expected_response_size = sprintf(expected_response, HTTP1_COMPRESSION_RESPONSE, in ZTEST() 2776 test_read_data(&offset, expected_response_size); in ZTEST() 2777 zassert_mem_equal(buf, expected_response, expected_response_size, in ZTEST()
|