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
240 static const char static_resource_payload[] = TEST_STATIC_PAYLOAD;
746 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_STATIC_PAYLOAD, in ZTEST()
747 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
775 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_STATIC_PAYLOAD, in ZTEST()
776 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
805 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_STATIC_PAYLOAD, in ZTEST()
806 strlen(TEST_STATIC_PAYLOAD), in ZTEST()
824 TEST_STATIC_PAYLOAD; in ZTEST()
1211 TEST_STATIC_PAYLOAD; in ZTEST()
[all …]