Lines Matching refs:CUR_PTR
302 #define CUR_PTR ctxt->input->cur macro
2733 q = CUR_PTR; in htmlParseSystemLiteral()
2740 ret = xmlStrndup(q, CUR_PTR - q); in htmlParseSystemLiteral()
2745 q = CUR_PTR; in htmlParseSystemLiteral()
2752 ret = xmlStrndup(q, CUR_PTR - q); in htmlParseSystemLiteral()
2783 q = CUR_PTR; in htmlParsePubidLiteral()
2789 ret = xmlStrndup(q, CUR_PTR - q); in htmlParsePubidLiteral()
2794 q = CUR_PTR; in htmlParsePubidLiteral()
2801 ret = xmlStrndup(q, CUR_PTR - q); in htmlParsePubidLiteral()
4165 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4216 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4251 (CUR_PTR - ctxt->input->base); in htmlParseElement()
4271 (CUR_PTR - ctxt->input->base); in htmlParserFinishElementParsing()
4312 (CUR_PTR - ctxt->input->base); in htmlParseElementInternal()