Home | History | Annotate | Download | only in tests

Lines Matching refs:OpBuf_Pipe

140 int OpBuf_Pipe[2] = {0};
284 write(OpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
551 retval = pipe(OpBuf_Pipe);
558 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
936 FD_SET(OpBuf_Pipe[0], &rfds);
1171 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1173 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1321 OpBuf_Pipe[0]);
1322 close(OpBuf_Pipe[1]);