Lines Matching refs:nextPtr
492 const char *next, const char **nextPtr,
503 const char **nextPtr, XML_Bool haveMore,
508 const char **nextPtr, XML_Bool haveMore);
530 enum XML_Account account, const char **nextPtr);
538 const char **nextPtr);
2946 const char *s, const char *end, const char **nextPtr, in doContent() argument
2980 *nextPtr = s; in doContent()
2996 *nextPtr = end; in doContent()
3000 *nextPtr = s; in doContent()
3006 *nextPtr = s; in doContent()
3015 *nextPtr = s; in doContent()
3021 *nextPtr = s; in doContent()
3212 return epilogProcessor(parser, next, end, nextPtr); in doContent()
3275 return epilogProcessor(parser, next, end, nextPtr); in doContent()
3323 = doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account); in doContent()
3333 *nextPtr = s; in doContent()
3360 *nextPtr = end; in doContent()
3408 *nextPtr = next; in doContent()
3415 *nextPtr = next; in doContent()
4233 const char *end, const char **nextPtr, XML_Bool haveMore, in doCdataSection() argument
4274 *nextPtr = next; in doCdataSection()
4313 *nextPtr = s; in doCdataSection()
4320 *nextPtr = s; in doCdataSection()
4340 *nextPtr = next; in doCdataSection()
4382 const char *end, const char **nextPtr, XML_Bool haveMore) { in doIgnoreSection() argument
4424 *nextPtr = next; in doIgnoreSection()
4434 *nextPtr = s; in doIgnoreSection()
4441 *nextPtr = s; in doIgnoreSection()
4620 const char **nextPtr) { in prologInitProcessor() argument
4625 return prologProcessor(parser, s, end, nextPtr); in prologInitProcessor()
4632 const char **nextPtr) { in externalParEntInitProcessor() argument
4643 return entityValueInitProcessor(parser, s, end, nextPtr); in externalParEntInitProcessor()
4646 return externalParEntProcessor(parser, s, end, nextPtr); in externalParEntInitProcessor()
4652 const char **nextPtr) { in entityValueInitProcessor() argument
4667 *nextPtr = s; in entityValueInitProcessor()
4696 *nextPtr = next; in entityValueInitProcessor()
4699 return entityValueProcessor(parser, next, end, nextPtr); in entityValueInitProcessor()
4718 *nextPtr = next; in entityValueInitProcessor()
4726 *nextPtr = next; in entityValueInitProcessor()
4736 const char **nextPtr) { in externalParEntProcessor() argument
4743 *nextPtr = s; in externalParEntProcessor()
4775 return doProlog(parser, parser->m_encoding, s, end, tok, next, nextPtr, in externalParEntProcessor()
4782 const char **nextPtr) { in entityValueProcessor() argument
4795 *nextPtr = s; in entityValueProcessor()
4820 const char **nextPtr) { in prologProcessor() argument
4823 return doProlog(parser, parser->m_encoding, s, end, tok, next, nextPtr, in prologProcessor()
4830 int tok, const char *next, const char **nextPtr, XML_Bool haveMore, in doProlog() argument
4884 *nextPtr = s; in doProlog()
4903 *nextPtr = s; in doProlog()
4914 *nextPtr = s; in doProlog()
5120 return contentProcessor(parser, s, end, nextPtr); in doProlog()
5530 result = doIgnoreSection(parser, enc, &next, end, nextPtr, haveMore); in doProlog()
5881 *nextPtr = next; in doProlog()
5887 *nextPtr = next; in doProlog()
5901 const char **nextPtr) { in epilogProcessor() argument
5923 *nextPtr = next; in epilogProcessor()
5926 *nextPtr = s; in epilogProcessor()
5945 *nextPtr = s; in epilogProcessor()
5951 *nextPtr = s; in epilogProcessor()
5961 *nextPtr = next; in epilogProcessor()
6041 const char **nextPtr) { in internalEntityProcessor() argument
6044 UNUSED_P(nextPtr); in internalEntityProcessor()
6119 const char **nextPtr) { in errorProcessor() argument
6122 UNUSED_P(nextPtr); in errorProcessor()
6206 enum XML_Account account, const char **nextPtr) { in appendAttributeValue() argument
6224 if (nextPtr) { in appendAttributeValue()
6225 *nextPtr = next; in appendAttributeValue()
6368 if ((result == XML_ERROR_NONE) && (nextPtr != NULL)) { in appendAttributeValue()
6369 *nextPtr = next; in appendAttributeValue()
6400 enum XML_Account account, const char **nextPtr) { in storeEntityValue() argument
6572 if (nextPtr != NULL) { in storeEntityValue()
6573 *nextPtr = next; in storeEntityValue()