Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2434 static struct http_client_ctx ctx_client1; in ZTEST() local
2452 memcpy(ctx_client1.buffer, buffer1, sizeof(buffer1)); in ZTEST()
2455 ctx_client1.cursor = ctx_client1.buffer; in ZTEST()
2456 ctx_client1.data_len = ARRAY_SIZE(buffer1); in ZTEST()
2462 int parser1 = parse_http_frame_header(&ctx_client1, ctx_client1.cursor, in ZTEST()
2463 ctx_client1.data_len); in ZTEST()
2467 frame = &ctx_client1.current_frame; in ZTEST()