Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/block_transfer/src/
Dmain.c384 struct coap_block_context *ctx0, *ctx1, *ctx2, *ctx3, *ctx4; in ZTEST_F() local
412 ret = request_output_block_ctx(&ctx4); in ZTEST_F()
414 zassert_not_null(ctx4); in ZTEST_F()
425 release_output_block_ctx(&ctx4); in ZTEST_F()
426 zassert_is_null(ctx4); in ZTEST_F()