Searched refs:bufferPtr (Results 1 – 1 of 1) sorted by relevance
630 #define bufferPtr (parser->m_bufferPtr) macro907 bufferPtr = buffer; in parserInit()1556 positionPtr = bufferPtr; in XML_Parse()1563 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()1568 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position); in XML_Parse()1569 positionPtr = bufferPtr; in XML_Parse()1584 else if (bufferPtr == bufferEnd) { in XML_Parse()1636 bufferPtr = buffer; in XML_Parse()1638 positionPtr = bufferPtr; in XML_Parse()1640 eventPtr = bufferPtr; in XML_Parse()[all …]