Searched refs:blk_ctx (Results 1 – 1 of 1) sorted by relevance
41 static struct coap_block_context blk_ctx; variable293 ret = coap_update_from_block(&reply, &blk_ctx); in process_large_coap_reply()298 last_block = coap_next_block(&reply, &blk_ctx); in process_large_coap_reply()319 if (blk_ctx.total_size == 0) { in send_large_coap_request()320 coap_block_transfer_init(&blk_ctx, COAP_BLOCK_64, in send_large_coap_request()347 r = coap_append_block2_option(&request, &blk_ctx); in send_large_coap_request()370 blk_ctx.current / 64 /*COAP_BLOCK_64*/); in get_large_coap_msgs()383 memset(&blk_ctx, 0, sizeof(blk_ctx)); in get_large_coap_msgs()