Lines Matching refs:CUR_PTR
305 #define CUR_PTR ctxt->input->cur macro
2979 if (CUR_PTR < BASE_PTR) in htmlParseSystemLiteral()
2981 startPosition = CUR_PTR - BASE_PTR; in htmlParseSystemLiteral()
3034 if (CUR_PTR < BASE_PTR) in htmlParsePubidLiteral()
3036 startPosition = CUR_PTR - BASE_PTR; in htmlParsePubidLiteral()
4487 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4538 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4573 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4593 (CUR_PTR - ctxt->input->base); in htmlParserFinishElementParsing()
4634 (CUR_PTR - ctxt->input->base); in htmlParseElementInternal()
5403 int cur = CUR_PTR - BASE_PTR; in htmlParseLookupCommentEnd()
5790 (CUR_PTR - ctxt->input->base); in htmlParseTryOrFinish()