| /components/dfs/dfs_v2/src/ |
| A D | dfs_seq_file.c | 178 size_t copied = 0; in dfs_seq_read() local 228 rt_memcpy((char *)buf + copied, seq->buf + seq->from, n); in dfs_seq_read() 232 copied += n; in dfs_seq_read() 298 rt_memcpy((char *)buf + copied, seq->buf, n); in dfs_seq_read() 300 copied += n; in dfs_seq_read() 304 if (!copied) in dfs_seq_read() 306 copied = seq->count ? -EFAULT : err; in dfs_seq_read() 310 *pos += copied; in dfs_seq_read() 311 seq->read_pos += copied; in dfs_seq_read() 314 return copied; in dfs_seq_read()
|
| /components/drivers/block/partitions/ |
| A D | efi.c | 183 int copied = 512; in read_lba() local 187 if (copied > count) in read_lba() 189 copied = count; in read_lba() 192 buffer += copied; in read_lba() 193 totalreadcount += copied; in read_lba() 194 count -= copied; in read_lba()
|
| /components/net/lwip/lwip-2.0.3/src/apps/mdns/ |
| A D | mdns.c | 993 u16_t field16, copied; in mdns_read_rr_info() local 1000 if (copied != sizeof(field16)) { in mdns_read_rr_info() 1003 pkt->parse_offset += copied; in mdns_read_rr_info() 1007 if (copied != sizeof(field16)) { in mdns_read_rr_info() 1010 pkt->parse_offset += copied; in mdns_read_rr_info() 1073 u16_t copied, field16; in mdns_read_answer() local 1088 copied = pbuf_copy_partial(pkt->pbuf, &ttl, sizeof(ttl), pkt->parse_offset); in mdns_read_answer() 1089 if (copied != sizeof(ttl)) { in mdns_read_answer() 1092 pkt->parse_offset += copied; in mdns_read_answer() 1096 if (copied != sizeof(field16)) { in mdns_read_answer() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
| A D | dhcp6.c | 534 u16_t copied = pbuf_copy_partial(p_msg_in, dns_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply() local 535 if (copied != sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply() 566 u16_t copied; in dhcp6_handle_config_reply() local 569 copied = pbuf_copy_partial(p_msg_in, ntp_addr6, sizeof(struct ip6_addr_packed), idx); in dhcp6_handle_config_reply() 570 if (copied != sizeof(struct ip6_addr_packed)) { in dhcp6_handle_config_reply()
|
| /components/net/lwip/lwip-2.1.2/src/apps/mdns/ |
| A D | mdns.c | 1051 u16_t field16, copied; in mdns_read_rr_info() local 1058 if (copied != sizeof(field16)) { in mdns_read_rr_info() 1061 pkt->parse_offset += copied; in mdns_read_rr_info() 1065 if (copied != sizeof(field16)) { in mdns_read_rr_info() 1068 pkt->parse_offset += copied; in mdns_read_rr_info() 1131 u16_t copied, field16; in mdns_read_answer() local 1146 copied = pbuf_copy_partial(pkt->pbuf, &ttl, sizeof(ttl), pkt->parse_offset); in mdns_read_answer() 1147 if (copied != sizeof(ttl)) { in mdns_read_answer() 1150 pkt->parse_offset += copied; in mdns_read_answer() 1154 if (copied != sizeof(field16)) { in mdns_read_answer() [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 50 The hostname will be copied. If this returns successfully, the netif will join 78 The name and service pointers will be copied. Name refers to the name of the
|
| A D | rawapi.txt | 216 for the data to be copied into. If this flag is not given, no new memory
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 50 The hostname will be copied. If this returns successfully, the netif will join 78 The name and service pointers will be copied. Name refers to the name of the
|
| /components/net/lwip/lwip-2.1.2/src/apps/smtp/ |
| A D | smtp.c | 1065 u16_t copied = pbuf_copy_partial(s->p, s->tx_buf, (u16_t)(crlf - auth), auth); in smtp_prepare_auth_or_mail() local 1066 if (copied != 0) { in smtp_prepare_auth_or_mail() 1068 s->tx_buf[copied] = 0; in smtp_prepare_auth_or_mail()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | sockets.c | 1115 u16_t buflen, copylen, copied; in lwip_recvfrom_udp_raw() local 1146 copied = 0; in lwip_recvfrom_udp_raw() 1148 for (i = 0; (i < msg->msg_iovlen) && (copied < buflen); i++) { in lwip_recvfrom_udp_raw() 1149 u16_t len_left = (u16_t)(buflen - copied); in lwip_recvfrom_udp_raw() 1158 pbuf_copy_partial(buf->p, (u8_t *)msg->msg_iov[i].iov_base, copylen, copied); in lwip_recvfrom_udp_raw() 1159 copied = (u16_t)(copied + copylen); in lwip_recvfrom_udp_raw() 1169 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", netbuf_fromport(buf), copied)); in lwip_recvfrom_udp_raw()
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1167 # other source files which should be copied to the HTML output directory. Note 1168 # that these files will be copied to the base HTML output directory. Use the 1171 # files will be copied as-is; there are no commands or markers available. 1408 # to be copied into the plugins directory of eclipse. The name of the directory 1734 # other source files which should be copied to the LATEX_OUTPUT output 1735 # directory. Note that the files will be copied as-is; there are no commands or
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 1178 # other source files which should be copied to the HTML output directory. Note 1179 # that these files will be copied to the base HTML output directory. Use the 1182 # files will be copied as-is; there are no commands or markers available. 1419 # to be copied into the plugins directory of eclipse. The name of the directory 1745 # other source files which should be copied to the LATEX_OUTPUT output 1746 # directory. Note that the files will be copied as-is; there are no commands or
|
| A D | lwip.Doxyfile.cmake.in | 1178 # other source files which should be copied to the HTML output directory. Note 1179 # that these files will be copied to the base HTML output directory. Use the 1182 # files will be copied as-is; there are no commands or markers available. 1419 # to be copied into the plugins directory of eclipse. The name of the directory 1745 # other source files which should be copied to the LATEX_OUTPUT output 1746 # directory. Note that the files will be copied as-is; there are no commands or
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 195 for the data to be copied into. If this flag is not given, no new memory
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2489 previously thought need to be copied (everything but PBUF_ROM!). Cleaned up
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 3445 previously thought need to be copied (everything but PBUF_ROM!). Cleaned up
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 3698 previously thought need to be copied (everything but PBUF_ROM!). Cleaned up
|