Searched refs:ctx_client2 (Results 1 – 1 of 1) sorted by relevance
2435 static struct http_client_ctx ctx_client2; in ZTEST() local2453 memcpy(ctx_client2.buffer, buffer2, sizeof(buffer2)); in ZTEST()2458 ctx_client2.cursor = ctx_client2.buffer; in ZTEST()2459 ctx_client2.data_len = ARRAY_SIZE(buffer2); in ZTEST()2477 int parser2 = parse_http_frame_header(&ctx_client2, ctx_client2.cursor, in ZTEST()2478 ctx_client2.data_len); in ZTEST()2482 frame = &ctx_client2.current_frame; in ZTEST()