Searched defs:itemlen (Results 1 - 8 of 8) sorted by relevance

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

Completed in 225 milliseconds