Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/pod/
H A Dperliol.pod164 SSize_t (*Unread)(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
497 struct. It should also C<Unread()> any unconsumed data that has been
643 =item Unread
645 SSize_t (*Unread)(pTHX_ PerlIO *f,
699 (Should perhaps C<Unread()> such data to the lower layer.)
878 Unread PerlIOBase_unread
940 Unread() function for layers which have no buffer or cannot be
/openbsd/gnu/usr.bin/perl/
H A Dperliol.h34 SSize_t(*Unread) (pTHX_ PerlIO *f, const void *vbuf, Size_t count); member
H A Dperlio.c2007 Perl_PerlIO_or_Base(f, Unread, unread, -1, (aTHX_ f, vbuf, count)); in Perl_PerlIO_unread()