Home
last modified time | relevance | path

Searched refs:ctx0 (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
390 ret = request_output_block_ctx(&ctx0); in ZTEST_F()
392 zassert_not_null(ctx0); in ZTEST_F()
417 release_output_block_ctx(&ctx0); in ZTEST_F()
418 zassert_is_null(ctx0); in ZTEST_F()