Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/pod/
Dperliol.pod159 SSize_t (*Unread)(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
470 struct. It should also C<Unread()> any unconsumed data that has been
602 =item Unread
604 SSize_t (*Unread)(pTHX_ PerlIO *f,
658 (Should perhaps C<Unread()> such data to the lower layer.)
837 Unread PerlIOBase_unread
898 Unread() function for layers which have no buffer or cannot be
/mirbsd/src/gnu/usr.bin/perl/
Dperliol.h34 SSize_t(*Unread) (pTHX_ PerlIO *f, const void *vbuf, Size_t count); member
Dperlio.c1587 Perl_PerlIO_or_Base(f, Unread, unread, -1, (aTHX_ f, vbuf, count));