Searched refs:lastlt (Results 1 – 1 of 1) sorted by relevance
10961 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts() argument10965 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) { in xmlParseGetLasts()10975 *lastlt = NULL; in xmlParseGetLasts()10978 *lastlt = tmp; in xmlParseGetLasts()10995 tmp = *lastlt; in xmlParseGetLasts()11005 *lastlt = NULL; in xmlParseGetLasts()11091 const xmlChar *lastlt, *lastgt; in xmlParseTryOrFinish() local11154 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()11498 if ((lastlt == NULL) || in xmlParseTryOrFinish()11499 (ctxt->input->cur > lastlt)) in xmlParseTryOrFinish()[all …]