Lines Matching refs:CUR_PTR
305 #define CUR_PTR ctxt->input->cur macro
2795 if (CUR_PTR < BASE_PTR) in htmlParseSystemLiteral()
2797 startPosition = CUR_PTR - BASE_PTR; in htmlParseSystemLiteral()
2813 if (CUR_PTR < BASE_PTR) in htmlParseSystemLiteral()
2815 startPosition = CUR_PTR - BASE_PTR; in htmlParseSystemLiteral()
2857 if (CUR_PTR < BASE_PTR) in htmlParsePubidLiteral()
2859 startPosition = CUR_PTR - BASE_PTR; in htmlParsePubidLiteral()
2876 if (CUR_PTR < BASE_PTR) in htmlParsePubidLiteral()
2878 startPosition = CUR_PTR - BASE_PTR; in htmlParsePubidLiteral()
4319 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4370 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4405 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4425 (CUR_PTR - ctxt->input->base); in htmlParserFinishElementParsing()
4466 (CUR_PTR - ctxt->input->base); in htmlParseElementInternal()
5680 (CUR_PTR - ctxt->input->base); in htmlParseTryOrFinish()