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.c32 #define TEST_LONG_PAYLOAD_CHUNK_1 \ macro
42 static const char long_payload[] = TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2;
487 size_t send_len = (offset == 0) ? strlen(TEST_LONG_PAYLOAD_CHUNK_1) in dynamic_response_headers_cb()
2068 "130\r\n" TEST_LONG_PAYLOAD_CHUNK_1 "\r\n" in ZTEST()
2082 "\r\n" TEST_LONG_PAYLOAD_CHUNK_1 TEST_LONG_PAYLOAD_CHUNK_2; in ZTEST()
2107 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_LONG_PAYLOAD_CHUNK_1, in ZTEST()
2108 strlen(TEST_LONG_PAYLOAD_CHUNK_1), 0); in ZTEST()