Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

345 int OpBuf_Pipe[2];
485 write(OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
691 retval = pipe(OpBuf_Pipe);
704 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1292 FD_SET(OpBuf_Pipe[0], &rfds);
1393 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1395 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1691 eError = close (OpBuf_Pipe[0]);
1694 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[0]\n",__LINE__);
1697 eError = close (OpBuf_Pipe[1]);
1700 APP_DPRINT("%d :: Error while closing OpBuf_Pipe[1]\n",__LINE__);