Searched refs:bufferPtr (Results 1 – 1 of 1) sorted by relevance
623 #define bufferPtr (parser->m_bufferPtr) macro873 bufferPtr = buffer; in parserInit()1522 positionPtr = bufferPtr; in XML_Parse()1529 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()1534 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position); in XML_Parse()1535 positionPtr = bufferPtr; in XML_Parse()1550 else if (bufferPtr == bufferEnd) { in XML_Parse()1602 bufferPtr = buffer; in XML_Parse()1604 positionPtr = bufferPtr; in XML_Parse()1606 eventPtr = bufferPtr; in XML_Parse()[all …]