HomeSort by relevance Sort by last modified time
    Searched refs:tagLen (Results 1 - 8 of 8) sorted by null

  /external/ppp/pppd/plugins/rp-pppoe/
common.c 50 UINT16_t tagType, tagLen;
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;
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...]
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 74 int32_t tagLen, tagType, bal;
81 if (NULL == (buffer = XML_DOM_getTag(buffer, &tagLen, &tagType)))
87 if (NULL == (buffer = xml_goto_tagend(buffer + tagLen + 1)))
99 buffer = buffer + tagLen + 2;
264 uint8_t *XML_DOM_getTag(uint8_t *buffer, int32_t *tagLen, int32_t *tagType)
327 *tagLen = buffer - pStart - 2;
329 *tagLen = buffer - pStart - 1;
342 int32_t tagLen, tagType;
358 if (NULL == (buffer = XML_DOM_getTag(buffer, &tagLen, &tagType))) {
373 if ((int32_t) strlen((char *)nodeStr) != tagLen
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 181 getTagNumber(const char *tag, uint16_t tagLen);
520 getTagNumber(const char *tag, uint16_t tagLen) {
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) {
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 809 size_t tagLen = strlen(kMap[j].mTag);
810 if (!strncasecmp(kMap[j].mTag, comment, tagLen)
811 && comment[tagLen] == '=') {
815 &comment[tagLen + 1],
816 commentLength - tagLen - 1);
818 if (!strcasecmp(&comment[tagLen + 1], "true")) {
822 fileMeta->setCString(kMap[j].mKey, &comment[tagLen + 1]);
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 85 uint8_t *XML_DOM_getTag(uint8_t *buffer, int32_t *tagLen, int32_t *tagType);
  /system/core/liblog/
logprint.c 636 int tagLen;
638 tagLen = snprintf(messageBuf, messageBufLen, "[%d]", tagIndex);
640 messageBuf += tagLen+1;
641 messageBufLen -= tagLen+1;
  /external/icu4c/common/
uloc_tag.c 126 ultag_parse(const char* tag, int32_t tagLen, int32_t* parsedLen, UErrorCode* status);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 788 milliseconds