Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c37 #define TEST_LONG_PAYLOAD_CHUNK_2 \ macro
42 static const char long_payload[] = TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2;
488 : strlen(TEST_LONG_PAYLOAD_CHUNK_2); in dynamic_response_headers_cb()
2069 "d0\r\n" TEST_LONG_PAYLOAD_CHUNK_2 "\r\n" in ZTEST()
2082 "\r\n" TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2; in ZTEST()
2109 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_LONG_PAYLOAD_CHUNK_2, in ZTEST()
2110 strlen(TEST_LONG_PAYLOAD_CHUNK_2), HTTP2_FLAG_END_STREAM); in ZTEST()