Searched defs:U8 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c91 #define U8 U8 macro
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst,
96 STRLEN dlen, STRLEN * dout, int approx, const U8 *term, STRLEN tlen)
98 const U8 *s = src;
99 const U8 *send = s + *slen;
100 const U8 *last = s;
101 U8 *d = dst;
102 U8 *den
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h4 #ifndef U8
7 perl normally has a #define for U8 - if that isn't present then we
11 typedef unsigned char U8; typedef
19 const U8 *seq; /* Packed output sequences we generate
22 U8 min; /* Min value of octet to match this entry */
23 U8 max; /* Max value of octet to match this entry */
24 U8 dlen; /* destination length -
26 U8 slen; /* source length -
67 const U8 *rep; /* Replacement character in this encoding
70 U8 min_e
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhandy.h133 typedef U8TYPE U8; typedef

Completed in 36 milliseconds