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