Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

67 int OpBuf_Pipe[2];
456 write(OpBuf_Pipe[1], &pBuffHead, sizeof(pBuffHead));
458 PRINT ("Error while writing in OpBuf_pipe from app\n");
753 PRINT("Pipe OpBuf_Pipe just created\n");
754 nRetval = pipe(OpBuf_Pipe);
768 nFdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1316 FD_SET(OpBuf_Pipe[0], &rfds);
1370 if ( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1377 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1379 PRINT("%d ::App: Read from OpBuf_Pipe OutBufHeader %p, nFilledLen = %d\n", __LINE__, pBuf, (int)pBuf->nFilledLen);