Home | History | Annotate | Download | only in src

Lines Matching defs:data_end

373     const metadata_uptrdiff_t data_end =
375 if (data_end < metadata->data_start || // overflow check
376 data_end > metadata->size) {