Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c28 #define TEST_DYNAMIC_GET_PAYLOAD "Test dynamic GET" macro
469 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb()
479 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb()
949 dynamic_payload_len = strlen(TEST_DYNAMIC_GET_PAYLOAD); in common_verify_http2_dynamic_get_request()
950 memcpy(dynamic_payload, TEST_DYNAMIC_GET_PAYLOAD, dynamic_payload_len); in common_verify_http2_dynamic_get_request()
960 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_DYNAMIC_GET_PAYLOAD, in common_verify_http2_dynamic_get_request()
961 strlen(TEST_DYNAMIC_GET_PAYLOAD), HTTP2_FLAG_END_STREAM); in common_verify_http2_dynamic_get_request()
993 dynamic_payload_len = strlen(TEST_DYNAMIC_GET_PAYLOAD); in ZTEST()
994 memcpy(dynamic_payload, TEST_DYNAMIC_GET_PAYLOAD, dynamic_payload_len); in ZTEST()
1007 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_DYNAMIC_GET_PAYLOAD, in ZTEST()
[all …]