/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 49 UINT16_t tagType, tagLen; 71 tagLen = (curTag[2] << 8) + curTag[3]; 75 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) { 76 error("Invalid PPPoE tag length (%u)", tagLen); 79 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 80 curTag = curTag + TAG_HDR_SIZE + tagLen;
|
pppoe-discovery.c | 266 UINT16_t tagType, tagLen; 290 tagLen = (curTag[2] << 8) + curTag[3]; 294 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) { 295 fprintf(stderr, "Invalid PPPoE tag length (%u)\n", tagLen); 298 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra); 299 curTag = curTag + TAG_HDR_SIZE + tagLen;
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
DetectingViewer.java | 190 int tagLen = tag.length; 194 for (b = 0; b < tagLen && b < bufRem; b += 1) { 200 return b == tagLen;
|
/external/icu/icu4c/source/tools/gencnval/ |
gencnval.c | 182 getTagNumber(const char *tag, uint16_t tagLen); 528 getTagNumber(const char *tag, uint16_t tagLen) { 531 UBool preferredName = ((tagLen > 0) ? (tag[tagLen - 1] == '*') : (FALSE)); 540 tagLen--; 545 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) { 557 atag = allocString(&tagBlock, tag, tagLen); 564 else if (tagLen > 0 && strcmp(tag, ALL_TAG_STR) != 0) { [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | [all...] |
/external/icu/icu4c/source/common/ |
uloc_tag.c | 124 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status); [all...] |
/system/core/liblog/ |
logprint.c | 805 int tagLen; 807 tagLen = snprintf(messageBuf, messageBufLen, "[%d]", tagIndex); 809 messageBuf += tagLen+1; 810 messageBufLen -= tagLen+1; [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
NativeCrypto.java | 314 public static native long EVP_AEAD_CTX_init(long evpAead, byte[] key, int tagLen); [all...] |
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
/prebuilts/sdk/22/ |
android.jar | |
/prebuilts/sdk/23/ |
android.jar | |
/prebuilts/sdk/system_23/ |
android.jar | |