Searched refs:ctx_client1 (Results 1 – 1 of 1) sorted by relevance
2230 static struct http_client_ctx ctx_client1; in ZTEST() local2248 memcpy(ctx_client1.buffer, buffer1, sizeof(buffer1)); in ZTEST()2251 ctx_client1.cursor = ctx_client1.buffer; in ZTEST()2252 ctx_client1.data_len = ARRAY_SIZE(buffer1); in ZTEST()2258 int parser1 = parse_http_frame_header(&ctx_client1, ctx_client1.cursor, in ZTEST()2259 ctx_client1.data_len); in ZTEST()2263 frame = &ctx_client1.current_frame; in ZTEST()