Searched refs:tagLen (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c50 UINT16_t tagType, tagLen; local
73 tagLen = (((UINT16_t) curTag[2]) << 8) +
78 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
79 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
82 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
83 curTag = curTag + TAG_HDR_SIZE + tagLen;
105 UINT16_t tagType, tagLen; local
128 tagLen = (((UINT16_t) curTag[2]) << 8) +
133 if ((curTag - packet->payload) + tagLen + TAG_HDR_SIZE > len) {
134 syslog(LOG_ERR, "Invalid PPPoE tag length (%u)", tagLen);
[all...]
/external/icu4c/tools/gencnval/
H A Dgencnval.c181 getTagNumber(const char *tag, uint16_t tagLen);
510 getTagNumber(const char *tag, uint16_t tagLen) { argument
513 UBool preferredName = ((tagLen > 0) ? (tag[tagLen - 1] == '*') : (FALSE));
522 tagLen--;
527 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
539 atag = allocString(&tagBlock, tag, tagLen);
546 else if (tagLen > 0 && strcmp(tag, ALL_TAG_STR) != 0) {
/external/icu4c/common/
H A Duloc_tag.c124 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status);
2015 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status) { argument
2037 if (tagLen < 0) {
2038 tagLen = (int32_t)uprv_strlen(tag);
2042 tagBuf = (char*)uprv_malloc(tagLen + 1);
2047 uprv_memcpy(tagBuf, tag, tagLen);
2048 *(tagBuf + tagLen) = 0;
2060 if (tagLen < MINLEN) {
2070 if (tagLen < newTagLength) {
2078 tagLen
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 457 milliseconds