Searched refs:nBufSz (Results 1 – 1 of 1) sorted by relevance
691 const int nBufSz = 2048; in run() local692 char pBuf[nBufSz]; in run()696 while ((nResult=maStreamPipe.recv( pBuf+nBytes, nBufSz-nBytes))>0) { in run()
Completed in 13 milliseconds