代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/321483/3535392
t encoder.t
#
# $Id: Encoder.t,v 2.0 2004/05/16 20:55:17 dankogai Exp $
#
BEGIN {
require Config; import Config;
if ($Config{'extensions'} !~ /\bEncode\b/) {
print "1..0 # Skip: Encode was not buil
www.eeworm.com/read/314308/3636924
c certificate.c
/*
* certificate.c
* "AuthenticationFramework" ASN.1 module encode/decode/extracting/matching/free C src.
* This file was generated by modified eSMACC compiler Sat Dec 11 11:22:49 2004
*
www.eeworm.com/read/314308/3636931
h certificate.h
#include "asn-incl.h"
/*
* certificate.h
* "AuthenticationFramework" ASN.1 module encode/decode/extracting/matching/free C src.
* This file was generated by modified eSMACC compiler Sat D
www.eeworm.com/read/314308/3636934
c crl.c
/*
* crl.c
* "CertificateRevokationList" ASN.1 module encode/decode/extracting/matching/free C src.
* This file was generated by modified eSMACC compiler Fri Jan 21 11:25:24 2005
* The
www.eeworm.com/read/305065/3780863
h globals.h
#define N 4096 /* size of ring buffer */
#define F_SS 18 /* upper limit for match_length */
#define F_ARI 60
#define THRESHOLD 2 /* encode string into position and length
www.eeworm.com/read/304639/3795612
h base64.h
/*
Encode or decode file as MIME base64 (RFC 1341)
by John Walker
http://www.fourmilab.ch/
This program is in the public domain.
*/
struct buffer_st {
char *data;
int l