Home
last modified time | relevance | path

Searched refs:decode64tab (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/courier-authlib-base/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/databases/courier-authlib-userdb/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/databases/courier-authlib-usergdbm/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/net/courier-authlib-ldap/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/mail/courier-authlib-vchkpw/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/databases/courier-authlib-sqlite/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/databases/courier-authlib-mysql/courier-authlib-0.71.4/
H A Dauthsaslfrombase64.c8 static const char decode64tab[256]= { variable
47 if (decode64tab[(unsigned char)base64buf[j]] >= 100) in authsasl_frombase64()
59 int w=decode64tab[(int)(unsigned char)base64buf[j]]; in authsasl_frombase64()
60 int x=decode64tab[(int)(unsigned char)base64buf[j+1]]; in authsasl_frombase64()
61 int y=decode64tab[(int)(unsigned char)base64buf[j+2]]; in authsasl_frombase64()
62 int z=decode64tab[(int)(unsigned char)base64buf[j+3]]; in authsasl_frombase64()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/sf_engine/examples/
H A Dimap_base64_decode.c33 unsigned char decode64tab[256] = { variable
132 if(decode64tab[*cursor] != 100) { in base64decode()
145 tableval_a = decode64tab[base64data[0]]; in base64decode()
146 tableval_b = decode64tab[base64data[1]]; in base64decode()
147 tableval_c = decode64tab[base64data[2]]; in base64decode()
148 tableval_d = decode64tab[base64data[3]]; in base64decode()
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc2045/
H A Drfc2045cdecode.c58 static unsigned char decode64tab[256]; variable
72 for (i=0; i<256; i++) decode64tab[i]=100; in do_decode_base64()
74 decode64tab[ (int) in do_decode_base64()
76 decode64tab[ (int)'=' ] = 99; in do_decode_base64()
82 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
95 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
96 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
97 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
98 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/mail/noattach/noattach-1.2/
H A Drfc2047.c65 static unsigned char decode64tab[256]; variable
77 decode64tab[i] = 0; in decodebase64()
79 decode64tab[(int) in decodebase64()
81 decode64tab[(int)'='] = 99; in decodebase64()
88 int w = decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
89 int x = decode64tab[(int)(unsigned char)ptr[j + 1]]; in decodebase64()
90 int y = decode64tab[(int)(unsigned char)ptr[j + 2]]; in decodebase64()
91 int z = decode64tab[(int)(unsigned char)ptr[j + 3]]; in decodebase64()
/dports/mail/cone/cone-1.1/libmail/
H A Dbase64.C16 static const unsigned char decode64tab[256]={ variable
55 if (decode64tab[(int)(unsigned char)*b] == 100) in decode()
89 int w=decode64tab[d]; in decode()
90 int x=decode64tab[e]; in decode()
91 int y=decode64tab[f]; in decode()
92 int z=decode64tab[g]; in decode()
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc2045cdecode.c64 static const unsigned char decode64tab[256]={ variable
95 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
108 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
109 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
110 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
111 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc2045cdecode.c64 static const unsigned char decode64tab[256]={ variable
95 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
108 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
109 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
110 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
111 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc2045cdecode.c64 static const unsigned char decode64tab[256]={ variable
95 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
108 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
109 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
110 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
111 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2045cdecode.c58 static const unsigned char decode64tab[256]={ variable
89 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
102 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
103 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
104 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
105 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc2045cdecode.c64 static const unsigned char decode64tab[256]={ variable
95 if (decode64tab[(int)(unsigned char)p->workbuf[i]] < 100) in do_decode_base64()
108 int w=decode64tab[(int)(unsigned char)p->workbuf[j]]; in do_decode_base64()
109 int x=decode64tab[(int)(unsigned char)p->workbuf[j+1]]; in do_decode_base64()
110 int y=decode64tab[(int)(unsigned char)p->workbuf[j+2]]; in do_decode_base64()
111 int z=decode64tab[(int)(unsigned char)p->workbuf[j+3]]; in do_decode_base64()
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc822/
H A Drfc2047.c42 static unsigned char decode64tab[256]; variable
53 for (i=0; i<256; i++) decode64tab[i]=0; in decodebase64()
55 decode64tab[ (int) in decodebase64()
57 decode64tab[ (int)'=' ] = 99; in decodebase64()
65 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
66 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
67 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
68 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/mail/cone/cone-1.1/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/security/courier-authlib-base/courier-authlib-0.71.4/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/databases/courier-authlib-mysql/courier-authlib-0.71.4/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/databases/courier-authlib-sqlite/courier-authlib-0.71.4/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/databases/courier-authlib-userdb/courier-authlib-0.71.4/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()
/dports/databases/courier-authlib-pgsql/courier-authlib-0.71.4/libs/rfc822/
H A Drfc2047u.c777 static const unsigned char decode64tab[]={ variable
826 int w=decode64tab[(int)(unsigned char)ptr[j]]; in decodebase64()
827 int x=decode64tab[(int)(unsigned char)ptr[j+1]]; in decodebase64()
828 int y=decode64tab[(int)(unsigned char)ptr[j+2]]; in decodebase64()
829 int z=decode64tab[(int)(unsigned char)ptr[j+3]]; in decodebase64()

12