Searched refs:maxoffset (Results 1 – 1 of 1) sorted by relevance
499 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset, in udf_get_fileshortad() argument509 if ((*offset + sizeof(struct short_ad)) > maxoffset) in udf_get_fileshortad()522 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() argument531 if ((*offset + sizeof(struct long_ad)) > maxoffset) in udf_get_filelongad()
Completed in 3 milliseconds