Searched defs:haveMore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c334 XML_Bool haveMore);
341 XML_Bool haveMore);
344 const char *end, const char **nextPtr, XML_Bool haveMore);
348 const char *end, const char **nextPtr, XML_Bool haveMore);
2237 XML_Bool haveMore)
2260 if (haveMore) {
2281 if (haveMore) {
2296 if (haveMore) {
2302 if (haveMore) {
2595 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore);
2231 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc, const char *s, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3193 doCdataSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3329 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3744 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore) argument
[all...]
/external/expat/lib/
H A Dxmlparse.c334 XML_Bool haveMore);
341 XML_Bool haveMore);
344 const char *end, const char **nextPtr, XML_Bool haveMore);
348 const char *end, const char **nextPtr, XML_Bool haveMore);
2237 XML_Bool haveMore)
2260 if (haveMore) {
2281 if (haveMore) {
2296 if (haveMore) {
2302 if (haveMore) {
2595 result = doCdataSection(parser, enc, &next, end, nextPtr, haveMore);
2231 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc, const char *s, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3193 doCdataSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3329 doIgnoreSection(XML_Parser parser, const ENCODING *enc, const char **startPtr, const char *end, const char **nextPtr, XML_Bool haveMore) argument
3744 doProlog(XML_Parser parser, const ENCODING *enc, const char *s, const char *end, int tok, const char *next, const char **nextPtr, XML_Bool haveMore) argument
[all...]

Completed in 252 milliseconds