Searched refs:lastgt (Results 1 – 1 of 1) sorted by relevance
10962 const xmlChar **lastgt) { in xmlParseGetLasts() argument10965 if ((ctxt == NULL) || (lastlt == NULL) || (lastgt == NULL)) { in xmlParseGetLasts()10976 *lastgt = NULL; in xmlParseGetLasts()10993 *lastgt = tmp; in xmlParseGetLasts()10999 *lastgt = tmp; in xmlParseGetLasts()11001 *lastgt = NULL; in xmlParseGetLasts()11006 *lastgt = NULL; in xmlParseGetLasts()11091 const xmlChar *lastlt, *lastgt; in xmlParseTryOrFinish() local11154 xmlParseGetLasts(ctxt, &lastlt, &lastgt); in xmlParseTryOrFinish()11327 if ((lastgt == NULL) || (ctxt->input->cur >= lastgt)) in xmlParseTryOrFinish()[all …]