Lines Matching defs:offset
443 iter->epos.offset -= sizeof(struct short_ad);
445 iter->epos.offset -= sizeof(struct long_ad);
490 struct short_ad *udf_get_fileshortad(uint8_t *ptr, int maxoffset, uint32_t *offset,
495 if ((!ptr) || (!offset)) {
500 if ((*offset + sizeof(struct short_ad)) > maxoffset)
509 *offset += sizeof(struct short_ad);
513 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc)
517 if ((!ptr) || (!offset)) {
522 if ((*offset + sizeof(struct long_ad)) > maxoffset)
531 *offset += sizeof(struct long_ad);