Searched refs:TEST_DYNAMIC_GET_PAYLOAD (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 28 #define TEST_DYNAMIC_GET_PAYLOAD "Test dynamic GET" macro 481 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb() 491 response_ctx->body = TEST_DYNAMIC_GET_PAYLOAD; in dynamic_response_headers_cb() 968 dynamic_payload_len = strlen(TEST_DYNAMIC_GET_PAYLOAD); in common_verify_http2_dynamic_get_request() 969 memcpy(dynamic_payload, TEST_DYNAMIC_GET_PAYLOAD, dynamic_payload_len); in common_verify_http2_dynamic_get_request() 979 expect_http2_data_frame(&offset, TEST_STREAM_ID_1, TEST_DYNAMIC_GET_PAYLOAD, in common_verify_http2_dynamic_get_request() 980 strlen(TEST_DYNAMIC_GET_PAYLOAD), HTTP2_FLAG_END_STREAM); in common_verify_http2_dynamic_get_request() 1012 dynamic_payload_len = strlen(TEST_DYNAMIC_GET_PAYLOAD); in ZTEST() 1013 memcpy(dynamic_payload, TEST_DYNAMIC_GET_PAYLOAD, dynamic_payload_len); in ZTEST() 1026 expect_http2_data_frame(&offset, UPGRADE_STREAM_ID, TEST_DYNAMIC_GET_PAYLOAD, in ZTEST() [all …]
|