Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c4367 AVAILDATA BytesAvail; in XS() local
4369 os2cp_croak( DosPeekNPipe(hpipe, NULL, 0, &BytesRead, &BytesAvail, in XS()
4375 mPUSHi(BytesAvail.cbpipe); in XS()
4376 mPUSHi(BytesAvail.cbmessage); in XS()
4410 } else if (BytesAvail.cbpipe == 0) { in XS()
4413 SV *tmp = NEWSV(914, BytesAvail.cbpipe); in XS()
4417 os2cp_croak( DosPeekNPipe(hpipe, s, BytesAvail.cbpipe, &BytesRead, in XS()
4418 &BytesAvail, &PipeState), "DosPeekNPipe()"); in XS()