Searched defs:haveMore (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/expat/ |
| H A D | xmlparse.c | 334 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 48 milliseconds