Searched refs:downloaded_size (Results 1 – 2 of 2) sorted by relevance
69 int downloaded_size; member453 ctx.downloaded_size = ctx.downloaded_size + payload_len; in install_update_cb()466 ctx.downloaded_size == ctx.block.total_size)) { in install_update_cb()478 if (ctx.downloaded_size != ctx.block.total_size) { in install_update_cb()505 ctx.hash, ctx.downloaded_size)) { in install_update_cb()549 ctx.downloaded_size = 0; in install_update()554 while (ctx.downloaded_size != ctx.block.total_size) { in install_update()593 ctx.downloaded_size = 0; in install_update()
120 size_t downloaded_size; member895 if ((hb_context->dl.downloaded_size + body_len) > in response_cb()898 hb_context->dl.downloaded_size + body_len; in response_cb()909 strncpy(hb_context->response_data + hb_context->dl.downloaded_size, in response_cb()911 hb_context->dl.downloaded_size += body_len; in response_cb()915 if (hb_context->dl.http_content_size != hb_context->dl.downloaded_size) { in response_cb()918 hb_context->dl.downloaded_size); in response_cb()923 hb_context->response_data[hb_context->dl.downloaded_size] = '\0'; in response_cb()927 hb_context->response_data, hb_context->dl.downloaded_size, in response_cb()936 hb_context->response_data, hb_context->dl.downloaded_size, in response_cb()[all …]