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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.h15 /* The following tokens may be returned by both XmlPrologTok and
39 /* The following tokens may be returned by both XmlPrologTok and
47 /* The following tokens are returned only by XmlPrologTok */
81 /* With namespace processing this is returned by XmlPrologTok for a
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c3597 tok = XmlPrologTok(encoding, start, end, &next);
3636 /* If we are at the end of the buffer, this would cause XmlPrologTok to
3640 then, when this routine is entered the next time, XmlPrologTok will
3661 tok = XmlPrologTok(encoding, s, end, &next);
3685 tok = XmlPrologTok(encoding, s, end, &next);
3705 tok = XmlPrologTok(enc, start, end, &next);
3738 int tok = XmlPrologTok(encoding, s, end, &next);
4721 tok = XmlPrologTok(enc, s, end, &next);
4737 int tok = XmlPrologTok(encoding, s, end, &next);
4826 int tok = XmlPrologTok(internalEncodin
[all...]
/external/expat/lib/
H A Dxmltok.h15 /* The following tokens may be returned by both XmlPrologTok and
39 /* The following tokens may be returned by both XmlPrologTok and
47 /* The following tokens are returned only by XmlPrologTok */
81 /* With namespace processing this is returned by XmlPrologTok for a
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \ macro
H A Dxmlparse.c3597 tok = XmlPrologTok(encoding, start, end, &next);
3636 /* If we are at the end of the buffer, this would cause XmlPrologTok to
3640 then, when this routine is entered the next time, XmlPrologTok will
3661 tok = XmlPrologTok(encoding, s, end, &next);
3685 tok = XmlPrologTok(encoding, s, end, &next);
3705 tok = XmlPrologTok(enc, start, end, &next);
3738 int tok = XmlPrologTok(encoding, s, end, &next);
4721 tok = XmlPrologTok(enc, s, end, &next);
4737 int tok = XmlPrologTok(encoding, s, end, &next);
4826 int tok = XmlPrologTok(internalEncodin
[all...]

Completed in 157 milliseconds