Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/os2/
H A Dpipe.cxx214 oslPipe pNewPipe; in osl_copyPipe() local
221 pNewPipe = __osl_createPipeImpl(); in osl_copyPipe()
222 if (!pNewPipe) return NULL; in osl_copyPipe()
225 pNewPipe->hPipe = (HPIPE) -1; in osl_copyPipe()
226 ngLastError = DosDupHandle( pPipe->hPipe, &(pNewPipe->hPipe) ); in osl_copyPipe()
233 free (pNewPipe); in osl_copyPipe()
237 pNewPipe->nLastError = NO_ERROR; in osl_copyPipe()
238 return (oslPipe)pNewPipe; in osl_copyPipe()
295 oslPipe pNewPipe; in osl_acceptPipe() local
320 pNewPipe = __osl_createPipeImpl(); in osl_acceptPipe()
[all …]