Searched refs:length_len (Results 1 – 2 of 2) sorted by relevance
622 uint8_t length_len; in asn1_encode_length() local631 length_len = (orig_tail - tail); in asn1_encode_length()632 *(--tail) = 0x80 | length_len; in asn1_encode_length()
2470 …e, FLAC__IOCallback_Read read_cb, FLAC__byte **data, FLAC__uint32 *length, FLAC__uint32 length_len) in read_metadata_block_data_picture_cstring_cb_() argument2475 FLAC__ASSERT(length_len%8 == 0); in read_metadata_block_data_picture_cstring_cb_()2477 length_len /= 8; /* convert to bytes */ in read_metadata_block_data_picture_cstring_cb_()2479 FLAC__ASSERT(sizeof(buffer) >= length_len); in read_metadata_block_data_picture_cstring_cb_()2481 if(read_cb(buffer, 1, length_len, handle) != length_len) in read_metadata_block_data_picture_cstring_cb_()2483 *length = unpack_uint32_(buffer, length_len); in read_metadata_block_data_picture_cstring_cb_()