Searched refs:total_copy_len (Results 1 – 1 of 1) sorted by relevance
1234 size_t total_copy_len = len; in pbuf_take() local1246 for (p = buf; total_copy_len != 0; p = p->next) { in pbuf_take()1248 buf_copy_len = total_copy_len; in pbuf_take()1255 total_copy_len -= buf_copy_len; in pbuf_take()1258 LWIP_ASSERT("did not copy all data", total_copy_len == 0 && copied_total == len); in pbuf_take()