Searched defs:_PerlIO_funcs (Results 1 – 1 of 1) sorted by relevance
16 struct _PerlIO_funcs { struct17 Size_t fsize;18 const char *name;19 Size_t size;20 U32 kind;21 IV (*Pushed) (pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab);22 IV (*Popped) (pTHX_ PerlIO *f);23 PerlIO *(*Open) (pTHX_ PerlIO_funcs *tab,28 IV (*Binmode)(pTHX_ PerlIO *f);29 SV *(*Getarg) (pTHX_ PerlIO *f, CLONE_PARAMS *param, int flags);[all …]