Home
last modified time | relevance | path

Searched refs:pNewPipe (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dpipe.cxx212 oslPipe pNewPipe; in osl_copyPipe() local
219 pNewPipe = __osl_createPipeImpl(); in osl_copyPipe()
220 if (!pNewPipe) return NULL; in osl_copyPipe()
223 pNewPipe->hPipe = (HPIPE) -1; in osl_copyPipe()
224 ngLastError = DosDupHandle( pPipe->hPipe, &(pNewPipe->hPipe) ); in osl_copyPipe()
231 free (pNewPipe); in osl_copyPipe()
235 pNewPipe->nLastError = NO_ERROR; in osl_copyPipe()
236 return (oslPipe)pNewPipe; in osl_copyPipe()
293 oslPipe pNewPipe; in osl_acceptPipe() local
318 pNewPipe = __osl_createPipeImpl(); in osl_acceptPipe()
[all …]