Searched refs:bufferPtr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c612 #define bufferPtr (parser->m_bufferPtr) macro
833 bufferPtr = buffer;
1446 positionPtr = bufferPtr;
1454 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1460 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1461 positionPtr = bufferPtr;
1476 else if (bufferPtr == bufferEnd) {
1530 bufferPtr = buffer;
1532 positionPtr = bufferPtr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c612 #define bufferPtr (parser->m_bufferPtr) macro
833 bufferPtr = buffer;
1447 positionPtr = bufferPtr;
1454 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1459 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1460 positionPtr = bufferPtr;
1475 else if (bufferPtr == bufferEnd) {
1529 bufferPtr = buffer;
1531 positionPtr = bufferPtr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c584 #define bufferPtr (parser->m_bufferPtr) macro
804 bufferPtr = buffer;
1378 positionPtr = bufferPtr;
1379 errorCode = processor(parser, bufferPtr, parseEndPtr = bufferEnd, 0);
1387 else if (bufferPtr == bufferEnd) {
1430 bufferPtr = buffer;
1450 const char *start = bufferPtr;
1455 isFinal ? (const char **)NULL : &bufferPtr);
1458 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1459 positionPtr = bufferPtr;
[all...]

Completed in 129 milliseconds