Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dpbuf.c947 u16_t total_copy_len = len; in pbuf_take() local
958 for(p = buf; total_copy_len != 0; p = p->next) { in pbuf_take()
960 buf_copy_len = total_copy_len; in pbuf_take()
967 total_copy_len -= buf_copy_len; in pbuf_take()
970 LWIP_ASSERT("did not copy all data", total_copy_len == 0 && copied_total == len); in pbuf_take()