Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c29 #define TEST_STATIC_PAYLOAD "Hello, World!" macro
233 static const char static_resource_payload[] = TEST_STATIC_PAYLOAD;
727 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_STATIC_PAYLOAD, in ZTEST()
728 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
756 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_STATIC_PAYLOAD, in ZTEST()
757 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
786 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_STATIC_PAYLOAD, in ZTEST()
787 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
805 TEST_STATIC_PAYLOAD; in ZTEST()
1192 TEST_STATIC_PAYLOAD; in ZTEST()