bufferPtr         873 third_party/expat/files/lib/xmlparse.c   bufferPtr = buffer;
bufferPtr        1522 third_party/expat/files/lib/xmlparse.c     positionPtr = bufferPtr;
bufferPtr        1529 third_party/expat/files/lib/xmlparse.c     errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
bufferPtr        1534 third_party/expat/files/lib/xmlparse.c         XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
bufferPtr        1535 third_party/expat/files/lib/xmlparse.c         positionPtr = bufferPtr;
bufferPtr        1550 third_party/expat/files/lib/xmlparse.c   else if (bufferPtr == bufferEnd) {
bufferPtr        1602 third_party/expat/files/lib/xmlparse.c     bufferPtr = buffer;
bufferPtr        1604 third_party/expat/files/lib/xmlparse.c     positionPtr = bufferPtr;
bufferPtr        1606 third_party/expat/files/lib/xmlparse.c     eventPtr = bufferPtr;
bufferPtr        1607 third_party/expat/files/lib/xmlparse.c     eventEndPtr = bufferPtr;
bufferPtr        1644 third_party/expat/files/lib/xmlparse.c   start = bufferPtr;
bufferPtr        1651 third_party/expat/files/lib/xmlparse.c   errorCode = processor(parser, start, parseEndPtr, &bufferPtr);
bufferPtr        1673 third_party/expat/files/lib/xmlparse.c   XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
bufferPtr        1674 third_party/expat/files/lib/xmlparse.c   positionPtr = bufferPtr;
bufferPtr        1693 third_party/expat/files/lib/xmlparse.c     int neededSize = len + (int)(bufferEnd - bufferPtr);
bufferPtr        1695 third_party/expat/files/lib/xmlparse.c     int keep = (int)(bufferPtr - buffer);
bufferPtr        1703 third_party/expat/files/lib/xmlparse.c       if (keep < bufferPtr - buffer) {
bufferPtr        1704 third_party/expat/files/lib/xmlparse.c         int offset = (int)(bufferPtr - buffer) - keep;
bufferPtr        1705 third_party/expat/files/lib/xmlparse.c         memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
bufferPtr        1707 third_party/expat/files/lib/xmlparse.c         bufferPtr -= offset;
bufferPtr        1710 third_party/expat/files/lib/xmlparse.c       memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
bufferPtr        1711 third_party/expat/files/lib/xmlparse.c       bufferEnd = buffer + (bufferEnd - bufferPtr);
bufferPtr        1712 third_party/expat/files/lib/xmlparse.c       bufferPtr = buffer;
bufferPtr        1717 third_party/expat/files/lib/xmlparse.c       int bufferSize = (int)(bufferLim - bufferPtr);
bufferPtr        1730 third_party/expat/files/lib/xmlparse.c       if (bufferPtr) {
bufferPtr        1731 third_party/expat/files/lib/xmlparse.c         int keep = (int)(bufferPtr - buffer);
bufferPtr        1734 third_party/expat/files/lib/xmlparse.c         memcpy(newBuf, &bufferPtr[-keep], bufferEnd - bufferPtr + keep);
bufferPtr        1737 third_party/expat/files/lib/xmlparse.c         bufferEnd = buffer + (bufferEnd - bufferPtr) + keep;
bufferPtr        1738 third_party/expat/files/lib/xmlparse.c         bufferPtr = buffer + keep;
bufferPtr        1741 third_party/expat/files/lib/xmlparse.c         bufferEnd = newBuf + (bufferEnd - bufferPtr);
bufferPtr        1742 third_party/expat/files/lib/xmlparse.c         bufferPtr = buffer = newBuf;
bufferPtr        1745 third_party/expat/files/lib/xmlparse.c       if (bufferPtr) {
bufferPtr        1746 third_party/expat/files/lib/xmlparse.c         memcpy(newBuf, bufferPtr, bufferEnd - bufferPtr);
bufferPtr        1749 third_party/expat/files/lib/xmlparse.c       bufferEnd = newBuf + (bufferEnd - bufferPtr);
bufferPtr        1750 third_party/expat/files/lib/xmlparse.c       bufferPtr = buffer = newBuf;
bufferPtr        1800 third_party/expat/files/lib/xmlparse.c   errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
bufferPtr        1822 third_party/expat/files/lib/xmlparse.c   XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
bufferPtr        1823 third_party/expat/files/lib/xmlparse.c   positionPtr = bufferPtr;
bufferPtr         134 third_party/npapi/npspy/extern/plugin/npupp.h #define CallNPP_WriteProc(FUNC,  NPParg, NPStreamPtr, offsetArg, lenArg, bufferPtr)		\
bufferPtr         135 third_party/npapi/npspy/extern/plugin/npupp.h 		(*(FUNC))((NPParg), (NPStreamPtr), (offsetArg), (lenArg), (bufferPtr))