Searched refs:encpage_t (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Encode/ |
H A D | encengine.c | 95 do_encode(const encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, in do_encode() 107 const encpage_t *e = enc; in do_encode()
|
H A D | Encode.xs | 147 encode_method(pTHX_ const encode_t * enc, const encpage_t * dir, SV * src, U8 * s, STRLEN slen, in encode_method()
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/ |
H A D | encode.h | 11 typedef struct encpage_s encpage_t; typedef 18 const encpage_t *const next; /* Page to go to if we match */ 60 const encpage_t *const t_utf8; /* Starting table for translation from 62 const encpage_t *const f_utf8; /* Starting table for translation 77 extern int do_encode(const encpage_t *enc, const U8 *src, STRLEN *slen,
|