Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dpipe.cxx290 #define PINFO ((PIPEINFO *) &PipeInfoBuffer) in osl_acceptPipe() macro
313 if (PINFO->cbMaxInst == -1 || /* unlimited instances */ in osl_acceptPipe()
314 PINFO->cbMaxInst > PINFO->cbCurInst) in osl_acceptPipe()
330 DosCreateNPipe( (PCSZ)PINFO->szName, in osl_acceptPipe()