Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dnbpatch.c61 b->in_size = ota_patch_read(patch, handler->in_buf, handler->read_pos, readsize); in xz_read()
63 handler->read_pos += readsize; in xz_read()
178 cbhandler.read_pos = patch_pos + HEADER_SIZE; in ota_nbpatch()
182 diffhandler.read_pos = patch_pos + HEADER_SIZE + ctrl_len; in ota_nbpatch()
186 extrahandler.read_pos = patch_pos + HEADER_SIZE + ctrl_len + diff_len; in ota_nbpatch()
A Dnbpatch.h22 size_t read_pos; member
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c1654 u16_t field16, len, read_pos; in mdns_handle_question() local
1656 read_pos = ans.rd_offset; in mdns_handle_question()
1659 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1663 read_pos += len; in mdns_handle_question()
1665 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1669 read_pos += len; in mdns_handle_question()
1671 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1675 read_pos += len; in mdns_handle_question()
1677 len = mdns_readname(pkt->pbuf, read_pos, &known_ans); in mdns_handle_question()

Completed in 7 milliseconds