Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2231 static struct http_client_ctx ctx_client2; in ZTEST() local
2249 memcpy(ctx_client2.buffer, buffer2, sizeof(buffer2)); in ZTEST()
2254 ctx_client2.cursor = ctx_client2.buffer; in ZTEST()
2255 ctx_client2.data_len = ARRAY_SIZE(buffer2); in ZTEST()
2273 int parser2 = parse_http_frame_header(&ctx_client2, ctx_client2.cursor, in ZTEST()
2274 ctx_client2.data_len); in ZTEST()
2278 frame = &ctx_client2.current_frame; in ZTEST()