Searched refs:decoded (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm33 $decoded = decode_base64($encoded);
64 returns the decoded data.
68 are never decoded.
80 $encoded = MIME::Base64::encode($decoded);
81 $decoded = MIME::Base64::decode($encoded);
94 its length a multiple of 4. The decoded result will anyway be as if
H A DQuotedPrint.pm31 $encoded = encode_qp($decoded);
32 $decoded = decode_qp($encoded);
80 $encoded = MIME::QuotedPrint::encode($decoded);
81 $decoded = MIME::QuotedPrint::decode($encoded);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm202 is extracted and decoded for I<X> encoding (B for Base64, Q for
203 Quoted-Printable). Then the decoded chunk is fed to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv63 my $decoded = decode($from, $_, $Opt{check});
64 my $encoded = encode($to, $decoded);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h183 unsigned char **decoded, unsigned int *decoded_len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm470 $octets is decoded from UTF-8 into a sequence of logical
613 decoded to utf8. And when you encode, C<\x{I<HHHH>}> will be inserted,
H A Dencoding.pm432 C<tr///> not being decoded was obviously against the will of Perl5

Completed in 79 milliseconds