Lines Matching refs:id_bytes
619 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
630 if(fread(id, 1, id_bytes, iterator->file) != id_bytes) {
636 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) {
2158 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
2160 if(read_cb(block->id, 1, id_bytes, handle) != id_bytes)
2163 if(block_length < id_bytes)
2166 block_length -= id_bytes;
2602 const unsigned id_bytes = FLAC__STREAM_METADATA_APPLICATION_ID_LEN / 8;
2604 if(write_cb(block->id, 1, id_bytes, handle) != id_bytes)
2607 block_length -= id_bytes;