Searched defs:textEnd (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c4676 const char *textStart, *textEnd; local
4700 textEnd = (char *)(entity->textPtr + entity->textLen);
4704 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4705 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4711 textEnd, &next, XML_FALSE);
4714 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4736 const char *textStart, *textEnd; local
4745 textEnd = (char *)(entity->textPtr + entity->textLen);
4749 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4750 result = doProlog(parser, internalEncoding, textStart, textEnd, to
4944 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c4676 const char *textStart, *textEnd; local
4700 textEnd = (char *)(entity->textPtr + entity->textLen);
4704 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4705 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4711 textEnd, &next, XML_FALSE);
4714 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4736 const char *textStart, *textEnd; local
4745 textEnd = (char *)(entity->textPtr + entity->textLen);
4749 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4750 result = doProlog(parser, internalEncoding, textStart, textEnd, to
4944 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c4798 const char *textStart, *textEnd; local
4822 textEnd = (char *)(entity->textPtr + entity->textLen);
4826 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4827 result = doProlog(parser, internalEncoding, textStart, textEnd, tok,
4833 textEnd, &next, XML_FALSE);
4836 if (textEnd != next && ps_parsing == XML_SUSPENDED) {
4858 const char *textStart, *textEnd; local
4867 textEnd = (char *)(entity->textPtr + entity->textLen);
4871 int tok = XmlPrologTok(internalEncoding, textStart, textEnd, &next);
4872 result = doProlog(parser, internalEncoding, textStart, textEnd, to
5066 const XML_Char *textEnd = entity->textPtr + entity->textLen; local
[all...]

Completed in 94 milliseconds