Home
last modified time | relevance | path

Searched refs:tag_length (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/coders/
Dmeta.c1567 tag_length; in GetIPTCStream() local
1594 tag_length=(((size_t) *p) << 24) | (((size_t) *(p+1)) << 16) | in GetIPTCStream()
1598 if (tag_length > extent) in GetIPTCStream()
1603 return(tag_length); in GetIPTCStream()
1605 if ((tag_length & 0x01) != 0) in GetIPTCStream()
1606 tag_length++; in GetIPTCStream()
1607 p+=tag_length; in GetIPTCStream()
1608 extent-=tag_length; in GetIPTCStream()
1614 tag_length=0; in GetIPTCStream()
1678 tag_length=0; in GetIPTCStream()
[all …]
Djpeg.c1927 tag_length; in WriteProfile() local
1953 tag_length=strlen(ICC_PROFILE); in WriteProfile()
1955 (void) CopyMagickMemory(p,ICC_PROFILE,tag_length); in WriteProfile()
1956 p[tag_length]='\0'; in WriteProfile()
1962 (void) CopyMagickMemory(p+tag_length+3,GetStringInfoDatum(profile)+i, in WriteProfile()
1965 custom_profile),(unsigned int) (length+tag_length+3)); in WriteProfile()
1986 tag_length=14; in WriteProfile()
1991 tag_length=26; in WriteProfile()
1996 (void) memcpy(p+tag_length,GetStringInfoDatum(profile)+i,length); in WriteProfile()
1998 p[length+tag_length]='\0'; in WriteProfile()
[all …]
/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py151 tag_length=self.tag_len)
203 tag_length=self.tag_len)
323 tag_length=self.tag_len)
355 tag_length=self.tag_len)
/external/flac/libFLAC/
Dmetadata_iterators.c3084 unsigned tag_length = 0; in seek_to_first_metadata_block_cb_() local
3094 tag_length <<= 7; in seek_to_first_metadata_block_cb_()
3095 tag_length |= (buffer[0] & 0x7f); in seek_to_first_metadata_block_cb_()
3099 if(seek_cb(handle, tag_length, SEEK_CUR) < 0) in seek_to_first_metadata_block_cb_()
/external/pdfium/third_party/libpng16/
Dpng.c2178 png_uint_32 tag_length = png_get_uint_32(tag+8);/* not padded */
2199 if (tag_start > profile_length || tag_length > profile_length - tag_start)
/external/libpng/
Dpng.c2218 png_uint_32 tag_length = png_get_uint_32(tag+8);/* not padded */
2230 if (tag_start > profile_length || tag_length > profile_length - tag_start)