Lines Matching refs:lastlt
10961 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts() argument
10965 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() local
11154 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()
11498 if ((lastlt == NULL) || in xmlParseTryOrFinish()
11499 (ctxt->input->cur > lastlt)) in xmlParseTryOrFinish()
11725 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()
11781 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()