Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/src/
A Ddfs_seq_file.c199 if (*pos != seq->read_pos) in dfs_seq_read()
206 seq->read_pos = 0; in dfs_seq_read()
213 seq->read_pos = *pos; in dfs_seq_read()
311 seq->read_pos += copied; in dfs_seq_read()
346 if (offset != seq->read_pos) in dfs_seq_lseek()
353 seq->read_pos = 0; in dfs_seq_lseek()
359 seq->read_pos = offset; in dfs_seq_lseek()
/components/dfs/dfs_v2/include/
A Ddfs_seq_file.h30 off_t read_pos; /* Current read position in file */ member
/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c1650 u16_t field16, len, read_pos; in mdns_handle_question() local
1652 read_pos = ans.rd_offset; in mdns_handle_question()
1655 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1659 read_pos += len; in mdns_handle_question()
1661 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1665 read_pos += len; in mdns_handle_question()
1667 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1671 read_pos += len; in mdns_handle_question()
1673 len = mdns_readname(pkt->pbuf, read_pos, &known_ans); in mdns_handle_question()
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c1725 u16_t field16, len, read_pos; in mdns_handle_question() local
1727 read_pos = ans.rd_offset; in mdns_handle_question()
1730 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1734 read_pos += len; in mdns_handle_question()
1736 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1740 read_pos += len; in mdns_handle_question()
1742 len = pbuf_copy_partial(pkt->pbuf, &field16, sizeof(field16), read_pos); in mdns_handle_question()
1746 read_pos += len; in mdns_handle_question()
1748 len = mdns_readname(pkt->pbuf, read_pos, &known_ans); in mdns_handle_question()

Completed in 17 milliseconds