Searched refs:inout_pos (Results 1 – 2 of 2) sorted by relevance
206 off64_t *inout_pos, uint32_t *out_header) { in resync() argument208 if (*inout_pos == 0) { in resync()214 int retVal = sourceReadAt(fp, *inout_pos, id3header, in resync()236 *inout_pos += len; in resync()241 off64_t pos = *inout_pos; in resync()254 if (pos >= *inout_pos + kMaxBytesChecked) { in resync()336 *inout_pos = pos; in resync()
50 off64_t *inout_pos, off64_t *post_id3_pos, uint32_t *out_header) { in Resync() argument55 if (*inout_pos == 0) { in Resync()61 if (source->readAt(*inout_pos, id3header, sizeof(id3header)) in Resync()82 *inout_pos += len; in Resync()85 (long long)*inout_pos, (long long)*inout_pos); in Resync()89 *post_id3_pos = *inout_pos; in Resync()93 off64_t pos = *inout_pos; in Resync()106 if (pos >= (off64_t)(*inout_pos + kMaxBytesChecked)) { in Resync()195 *inout_pos = pos; in Resync()