Searched refs:lastlt (Results 1 – 1 of 1) sorted by relevance
11092 xmlParseGetLasts(xmlParserCtxtPtr ctxt, const xmlChar **lastlt, in xmlParseGetLasts() argument11096 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) { in xmlParseGetLasts()11106 *lastlt = NULL; in xmlParseGetLasts()11109 *lastlt = tmp; in xmlParseGetLasts()11126 tmp = *lastlt; in xmlParseGetLasts()11136 *lastlt = NULL; in xmlParseGetLasts()11221 const xmlChar *lastlt, *lastgt; in xmlParseTryOrFinish() local11284 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()11635 if ((lastlt == NULL) || in xmlParseTryOrFinish()11636 (ctxt->input->cur > lastlt)) in xmlParseTryOrFinish()[all …]