Searched refs:bufPos (Results 1 – 4 of 4) sorted by relevance
252 unsigned int bufPos = 0; in parseEventStream() local254 while (bufPos < bufSize) { in parseEventStream()256 if (m_receiveBuf[bufPos] == '\n') in parseEventStream()257 bufPos++; in parseEventStream()263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) { in parseEventStream()267 fieldLength = i - bufPos; in parseEventStream()272 lineLength = i - bufPos; in parseEventStream()280 parseEventStreamLine(bufPos, fieldLength, lineLength); in parseEventStream()281 bufPos += lineLength + 1; in parseEventStream()284 if (bufPos == bufSize) in parseEventStream()[all …]
28 bufPos(0) in RuleCharacterIterator()53 bufPos = 0; in next()92 p.bufPos = bufPos; in getPos()98 bufPos = p.bufPos; in setPos()116 buf->extract(bufPos, maxLookAhead, result); in lookahead()137 return buf->char32At(bufPos); in _current()146 bufPos += count; in _advance()147 if (bufPos == buf->length()) { in _advance()
61 int32_t bufPos; variable138 int32_t bufPos; member
1424 picoos_int32 bufPos; member1749 sdf->bufPos = 0; in picoos_sdfOpenOut()1793 nrSamples = sdFile->bufPos; in picoos_sdfFlushOutBuf()1810 sdFile->bufPos = 0; in picoos_sdfFlushOutBuf()1816 if ((sdFile != NULL) && !(sdFile->aborted) && (sdFile->bufPos > 0)) { in picoos_sdfFlushOutput()1839 sdFile->buf[sdFile->bufPos++] = s; in picoos_sdfPutSamples()1840 if (sdFile->bufPos >= PICOOS_SDF_BUF_LEN) { in picoos_sdfPutSamples()1858 if (!((*sdFile)->aborted) && ((*sdFile)->bufPos > 0)) { in picoos_sdfCloseOut()