XML_T            2438 third_party/expat/files/lib/xmlparse.c         *toPtr = XML_T('\0');
XML_T            2530 third_party/expat/files/lib/xmlparse.c             *uri = XML_T('\0');
XML_T            2925 third_party/expat/files/lib/xmlparse.c         while (*s++ != XML_T(ASCII_COLON))
XML_T            2999 third_party/expat/files/lib/xmlparse.c     while (*localPart++ != XML_T(ASCII_COLON))
XML_T            3081 third_party/expat/files/lib/xmlparse.c   if (*uri == XML_T('\0') && prefix->name)
XML_T            3085 third_party/expat/files/lib/xmlparse.c       && prefix->name[0] == XML_T(ASCII_x)
XML_T            3086 third_party/expat/files/lib/xmlparse.c       && prefix->name[1] == XML_T(ASCII_m)
XML_T            3087 third_party/expat/files/lib/xmlparse.c       && prefix->name[2] == XML_T(ASCII_l)) {
XML_T            3090 third_party/expat/files/lib/xmlparse.c     if (prefix->name[3] == XML_T(ASCII_n)
XML_T            3091 third_party/expat/files/lib/xmlparse.c         && prefix->name[4] == XML_T(ASCII_s)
XML_T            3092 third_party/expat/files/lib/xmlparse.c         && prefix->name[5] == XML_T('\0'))
XML_T            3095 third_party/expat/files/lib/xmlparse.c     if (prefix->name[3] == XML_T('\0'))
XML_T            3150 third_party/expat/files/lib/xmlparse.c   if (*uri == XML_T('\0') && prefix == &_dtd->defaultPrefix)
XML_T            4087 third_party/expat/files/lib/xmlparse.c           if (*declAttributeType == XML_T(ASCII_LPAREN)
XML_T            4088 third_party/expat/files/lib/xmlparse.c               || (*declAttributeType == XML_T(ASCII_N)
XML_T            4089 third_party/expat/files/lib/xmlparse.c                   && declAttributeType[1] == XML_T(ASCII_O))) {
XML_T            4091 third_party/expat/files/lib/xmlparse.c             if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
XML_T            4092 third_party/expat/files/lib/xmlparse.c                 || !poolAppendChar(&tempPool, XML_T('\0')))
XML_T            4124 third_party/expat/files/lib/xmlparse.c           if (*declAttributeType == XML_T(ASCII_LPAREN)
XML_T            4125 third_party/expat/files/lib/xmlparse.c               || (*declAttributeType == XML_T(ASCII_N)
XML_T            4126 third_party/expat/files/lib/xmlparse.c                   && declAttributeType[1] == XML_T(ASCII_O))) {
XML_T            4128 third_party/expat/files/lib/xmlparse.c             if (!poolAppendChar(&tempPool, XML_T(ASCII_RPAREN))
XML_T            4129 third_party/expat/files/lib/xmlparse.c                 || !poolAppendChar(&tempPool, XML_T('\0')))
XML_T            4932 third_party/expat/files/lib/xmlparse.c   if (!poolAppendChar(pool, XML_T('\0')))
XML_T            5258 third_party/expat/files/lib/xmlparse.c     if (*s == XML_T('\0'))
XML_T            5273 third_party/expat/files/lib/xmlparse.c   *p = XML_T('\0');
XML_T            5405 third_party/expat/files/lib/xmlparse.c     if (*name == XML_T(ASCII_COLON)) {
XML_T            5412 third_party/expat/files/lib/xmlparse.c       if (!poolAppendChar(&dtd->pool, XML_T('\0')))
XML_T            5436 third_party/expat/files/lib/xmlparse.c   if (!poolAppendChar(&dtd->pool, XML_T('\0')))
XML_T            5452 third_party/expat/files/lib/xmlparse.c     else if (name[0] == XML_T(ASCII_x)
XML_T            5453 third_party/expat/files/lib/xmlparse.c         && name[1] == XML_T(ASCII_m)
XML_T            5454 third_party/expat/files/lib/xmlparse.c         && name[2] == XML_T(ASCII_l)
XML_T            5455 third_party/expat/files/lib/xmlparse.c         && name[3] == XML_T(ASCII_n)
XML_T            5456 third_party/expat/files/lib/xmlparse.c         && name[4] == XML_T(ASCII_s)
XML_T            5457 third_party/expat/files/lib/xmlparse.c         && (name[5] == XML_T('\0') || name[5] == XML_T(ASCII_COLON))) {
XML_T            5458 third_party/expat/files/lib/xmlparse.c       if (name[5] == XML_T('\0'))
XML_T            5468 third_party/expat/files/lib/xmlparse.c         if (name[i] == XML_T(ASCII_COLON)) {
XML_T            5474 third_party/expat/files/lib/xmlparse.c           if (!poolAppendChar(&dtd->pool, XML_T('\0')))
XML_T            5490 third_party/expat/files/lib/xmlparse.c #define CONTEXT_SEP XML_T(ASCII_FF)
XML_T            5502 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS)))
XML_T            5528 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(&tempPool, XML_T(ASCII_EQUALS)))
XML_T            5556 third_party/expat/files/lib/xmlparse.c   if (!poolAppendChar(&tempPool, XML_T('\0')))
XML_T            5567 third_party/expat/files/lib/xmlparse.c   while (*context != XML_T('\0')) {
XML_T            5568 third_party/expat/files/lib/xmlparse.c     if (*s == CONTEXT_SEP || *s == XML_T('\0')) {
XML_T            5570 third_party/expat/files/lib/xmlparse.c       if (!poolAppendChar(&tempPool, XML_T('\0')))
XML_T            5575 third_party/expat/files/lib/xmlparse.c       if (*s != XML_T('\0'))
XML_T            5580 third_party/expat/files/lib/xmlparse.c     else if (*s == XML_T(ASCII_EQUALS)) {
XML_T            5585 third_party/expat/files/lib/xmlparse.c         if (!poolAppendChar(&tempPool, XML_T('\0')))
XML_T            5599 third_party/expat/files/lib/xmlparse.c            *context != CONTEXT_SEP && *context != XML_T('\0');
XML_T            5603 third_party/expat/files/lib/xmlparse.c       if (!poolAppendChar(&tempPool, XML_T('\0')))
XML_T            5609 third_party/expat/files/lib/xmlparse.c       if (*context != XML_T('\0'))
XML_T            5641 third_party/expat/files/lib/xmlparse.c   *p = XML_T('\0');
XML_T            5782 third_party/expat/files/lib/xmlparse.c     if (!poolAppendChar(&(newDtd->pool), XML_T('\0')))