Searched refs:lastgt (Results 1 – 1 of 1) sorted by relevance
11072 const xmlChar **lastgt) { in xmlParseGetLasts() argument11075 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) { in xmlParseGetLasts()11086 *lastgt = NULL; in xmlParseGetLasts()11103 *lastgt = tmp; in xmlParseGetLasts()11109 *lastgt = tmp; in xmlParseGetLasts()11111 *lastgt = NULL; in xmlParseGetLasts()11116 *lastgt = NULL; in xmlParseGetLasts()11201 const xmlChar *lastlt, *lastgt; in xmlParseTryOrFinish() local11264 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()11438 if ((lastgt == NULL) || (ctxt->input->cur >= lastgt)) in xmlParseTryOrFinish()[all …]