Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c33 #define TEST_LONG_PAYLOAD_CHUNK_1 \ macro
43 static const char long_payload[] = TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2;
499 size_t send_len = (offset == 0) ? strlen(TEST_LONG_PAYLOAD_CHUNK_1) in dynamic_response_headers_cb()
2087 "130\r\n" TEST_LONG_PAYLOAD_CHUNK_1 "\r\n" in ZTEST()
2101 "\r\n" TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2; in ZTEST()
2126 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_LONG_PAYLOAD_CHUNK_1, in ZTEST()
2127 strlen(TEST_LONG_PAYLOAD_CHUNK_1), 0); in ZTEST()