Searched refs:itemlen (Results 1 - 9 of 9) sorted by relevance
/external/tcpdump/ |
H A D | decode_prefix.h | 36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen); 38 extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
|
H A D | print-bgp.c | 486 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv; 489 decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen) argument 499 itemlen -= 1; 521 decode_labeled_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen) argument 546 itemlen -= 4; 1051 decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen) argument 1061 itemlen -= 1; 1083 decode_labeled_prefix6(const u_char *pptr, u_int itemlen, char *buf, u_int buflen) argument 1100 itemlen -= 4;
|
/external/jhead/ |
H A D | jpgfile.c | 140 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...] |
H A D | iptc.c | 52 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)) {
|
/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_clientlib.c | 252 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 D | cpu-features.c | 195 int itemlen = strlen(item); local 212 if (itemlen == q-p && !memcmp(p, item, itemlen))
|
/external/webrtc/src/system_wrappers/source/android/ |
H A D | cpu-features.c | 195 int itemlen = strlen(item); local 212 if (itemlen == q-p && !memcmp(p, item, itemlen))
|
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/ |
H A D | cpu-features.c | 246 int itemlen = strlen(item); local 263 if (itemlen == q-p && !memcmp(p, item, itemlen))
|
/external/skia/platform_tools/android/third_party/cpufeatures/ |
H A D | cpu-features.c | 246 int itemlen = strlen(item); local 263 if (itemlen == q-p && !memcmp(p, item, itemlen))
|
Completed in 596 milliseconds