Searched defs:tagLen (Results 1 - 7 of 7) 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/chromium_org/third_party/icu/source/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/tools/gencnval/
H A Dgencnval.c181 getTagNumber(const char *tag, uint16_t tagLen);
520 getTagNumber(const char *tag, uint16_t tagLen) { argument
523 UBool preferredName = ((tagLen > 0) ? (tag[tagLen - 1] == '*') : (FALSE));
532 tagLen--;
537 if (uprv_strlen(currTag) == tagLen && !uprv_strnicmp(currTag, tag, tagLen)) {
549 atag = allocString(&tagBlock, tag, tagLen);
556 else if (tagLen > 0 && strcmp(tag, ALL_TAG_STR) != 0) {
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c114 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status);
1641 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status) { argument
1661 if (tagLen < 0) {
1662 tagLen = (int32_t)uprv_strlen(tag);
1666 tagBuf = (char*)uprv_malloc(tagLen + 1);
1671 uprv_memcpy(tagBuf, tag, tagLen);
1672 *(tagBuf + tagLen) = 0;
1684 if (tagLen < MINLEN) {
1696 *parsedLen = tagLen;
/external/icu4c/common/
H A Duloc_tag.c126 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status);
2077 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status) { argument
2098 if (tagLen < 0) {
2099 tagLen = (int32_t)uprv_strlen(tag);
2103 tagBuf = (char*)uprv_malloc(tagLen + 1);
2108 uprv_memcpy(tagBuf, tag, tagLen);
2109 *(tagBuf + tagLen) = 0;
2121 if (tagLen < MINLEN) {
2131 grandfatheredLen = tagLen; /* back up for output parsedLen */
2133 if (tagLen < newTagLengt
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c2710 const int tagLen = cipher_def->tag_size; local
2712 if (headerLen + nonceLen + contentLen + tagLen > wrBuf->space) {
/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 1011 milliseconds