Home | History | Annotate | Download | only in libFLAC

Lines Matching full:id_bytes

602 	const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
613 if(fread(id, 1, id_bytes, iterator->file) != id_bytes) {
619 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
2215 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
2217 if(read_cb(block->id, 1, id_bytes, handle) != id_bytes)
2220 if(block_length < id_bytes)
2223 block_length -= id_bytes;
2692 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
2694 if(write_cb(block->id, 1, id_bytes, handle) != id_bytes)
2697 block_length -= id_bytes;