Lines Matching defs:real_length
1470 unsigned real_length = length;
1481 if(real_length < FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8) { /* underflow check */
1486 real_length -= FLAC__STREAM_METADATA_APPLICATION_ID_LEN/8;
1493 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1500 if(!FLAC__bitreader_skip_byte_block_aligned_no_crc(decoder->private_->input, real_length))
1505 if(real_length > 0) {
1506 if(0 == (block.data.application.data = (FLAC__byte*)malloc(real_length))) {
1510 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, block.data.application.data, real_length))
1533 if(real_length > 0) {
1534 if(0 == (block.data.unknown.data = (FLAC__byte*)malloc(real_length))) {
1538 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, block.data.unknown.data, real_length))