Home
last modified time | relevance | path

Searched refs:itemlen (Results 1 – 8 of 8) sorted by relevance

/external/jhead/
Djpgfile.c140 int itemlen; in ReadJpegSections() local
165 itemlen = (lh << 8) | ll; in ReadJpegSections()
167 if (itemlen < 2){ in ReadJpegSections()
173 Sections[SectionsRead].Size = itemlen; in ReadJpegSections()
175 Data = (uchar *)malloc(itemlen); in ReadJpegSections()
187 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section. in ReadJpegSections()
188 if (got != itemlen-2){ in ReadJpegSections()
242 process_COM(Data, itemlen); in ReadJpegSections()
259 process_EXIF(Data, itemlen); in ReadJpegSections()
264 printf("Image cotains XMP section, %d bytes long\n", itemlen); in ReadJpegSections()
[all …]
Diptc.c52 void show_IPTC (unsigned char* Data, unsigned int itemlen) in show_IPTC() argument
59 unsigned char * maxpos = Data+itemlen; in show_IPTC()
62 if (itemlen < 25) goto corrupt; in show_IPTC()
98 while (pos < (Data + itemlen-5)) { in show_IPTC()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c252 unsigned long keylen, itemlen, remainder; in TXTRecordRemoveValue() local
255 itemlen = (unsigned long)(1 + item[0]); in TXTRecordRemoveValue()
256 remainder = (unsigned long)((txtRec->buffer + txtRec->datalen) - (item + itemlen)); in TXTRecordRemoveValue()
258 memmove(item, item + itemlen, remainder); in TXTRecordRemoveValue()
259 txtRec->datalen -= itemlen; in TXTRecordRemoveValue()
/external/webp/src/dsp/
Dcpu-features.c197 int itemlen = strlen(item); in has_list_item() local
214 if (itemlen == q-p && !memcmp(p, item, itemlen)) in has_list_item()
/external/webrtc/webrtc/system_wrappers/source/android/
Dcpu-features.c197 int itemlen = strlen(item); in has_list_item() local
214 if (itemlen == q-p && !memcmp(p, item, itemlen)) in has_list_item()
/external/opencv3/3rdparty/libwebp/cpu-features/
Dcpu-features.c246 int itemlen = strlen(item); in has_list_item() local
263 if (itemlen == q-p && !memcmp(p, item, itemlen)) in has_list_item()
/external/tcpdump/
Dprint-bgp.c481 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv;
485 const u_char *pptr, u_int itemlen, char *buf, u_int buflen) in decode_prefix4() argument
495 itemlen -= 1; in decode_prefix4()
518 const u_char *pptr, u_int itemlen, char *buf, u_int buflen) in decode_labeled_prefix4() argument
543 itemlen -= 4; in decode_labeled_prefix4()
1060 const u_char *pd, u_int itemlen, char *buf, u_int buflen) in decode_prefix6() argument
1070 itemlen -= 1; in decode_prefix6()
1093 const u_char *pptr, u_int itemlen, char *buf, u_int buflen) in decode_labeled_prefix6() argument
1110 itemlen -= 4; in decode_labeled_prefix6()
/external/skia/platform_tools/android/third_party/cpufeatures/
Dcpu-features.c246 int itemlen = strlen(item); in has_list_item() local
263 if (itemlen == q-p && !memcmp(p, item, itemlen)) in has_list_item()