Searched refs:bufPos (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextfile.cpp102 bufPos = 0; local
141 if ( bufPos == 0 )
151 wxCHECK_MSG( bufPos + nRead <= bufSize, false,
157 if ( !buf.extend(bufPos + nRead - 1 /* it adds 1 internally */) )
162 memcpy(buf.data() + bufPos, block, nRead);
163 bufPos += nRead;
168 bufSize = bufPos;
171 const wxString str(buf, conv, bufPos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c523 int bufPos, i, usefulness = 0; local
570 bufPos = 0;
573 while (moreSources && bufPos <= gather_buffer_size) {
595 || last_so_far != (gather_buffer_size - bufPos) )
597 last_so_far = gather_buffer_size - bufPos;
612 if ((noBytes = fread(gather_buffer + bufPos, 1,
613 gather_buffer_size - bufPos,
641 int currPos = bufPos;
642 int endPos = bufPos + noBytes;
650 gather_buffer[bufPos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c523 int bufPos, i, usefulness = 0; local
570 bufPos = 0;
573 while (moreSources && bufPos <= gather_buffer_size) {
595 || last_so_far != (gather_buffer_size - bufPos) )
597 last_so_far = gather_buffer_size - bufPos;
612 if ((noBytes = fread(gather_buffer + bufPos, 1,
613 gather_buffer_size - bufPos,
641 int currPos = bufPos;
642 int endPos = bufPos + noBytes;
650 gather_buffer[bufPos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c1615 int i, bufRemain = 0, bufPos; local
1652 bufPos = 0;
1689 bufPos += len;
1690 currBufStart = &(pktBuf[nPkt].packetBuf[bufPos+20]);
1691 packet = &(pktBuf[nPkt].packetBuf[bufPos]);
H A Dpppoe2.c1571 int i, bufRemain = 0, bufPos; local
1610 bufPos = 0;
1648 bufPos += len;
1649 currBufStart = &(pktBuf[nPkt].packetBuf[bufPos+20]);
1650 packet = &(pktBuf[nPkt].packetBuf[bufPos]);

Completed in 117 milliseconds