Searched refs:total_copy_len (Results 1 – 1 of 1) sorted by relevance
947 u16_t total_copy_len = len; in pbuf_take() local958 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()