Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

202 int OpBuf_Pipe[2] = {0};
362 write(OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
527 retval = pipe(OpBuf_Pipe);
538 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
917 retval = pipe(OpBuf_Pipe);
995 FD_SET(OpBuf_Pipe[0], &rfds);
1221 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1223 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1268 close(OpBuf_Pipe[0]);
1269 close(OpBuf_Pipe[1]);
1380 eError = close (OpBuf_Pipe[0]);
1383 APP_DPRINT("%d Error while closing OpBuf_Pipe[0]\n",__LINE__);
1386 eError = close (OpBuf_Pipe[1]);
1389 APP_DPRINT("%d Error while closing OpBuf_Pipe[1]\n",__LINE__);