Home | History | Annotate | Download | only in src

Lines Matching refs:entry_bytes

838     size_t entry_bytes =
841 if (data_bytes != entry_bytes) {
843 if (dst->data_capacity < dst->data_count + data_bytes - entry_bytes) {
847 if (entry_bytes != 0) {
850 uint8_t *end = start + entry_bytes;
851 size_t length = dst->data_count - entry->data.offset - entry_bytes;
853 dst->data_count -= entry_bytes;
862 e->data.offset -= entry_bytes;