Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1244 u16_t total_copy_len = len; in pbuf_take() local
1256 for (p = buf; total_copy_len != 0; p = p->next) { in pbuf_take()
1258 buf_copy_len = total_copy_len; in pbuf_take()
1265 total_copy_len -= buf_copy_len; in pbuf_take()
1268 LWIP_ASSERT("did not copy all data", total_copy_len == 0 && copied_total == len); in pbuf_take()

Completed in 4 milliseconds