Home
last modified time | relevance | path

Searched refs:b64_decode_table (Results 1 – 18 of 18) sorted by relevance

/dports/archivers/libarc/libarc-2.0.2/
H A Durl_b64decode.c83 static int b64_decode_table[256] = in b64getchar() local
99 return b64_decode_table[c]; in b64getchar()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] =
104 return b64_decode_table[c];
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] =
104 return b64_decode_table[c];
/dports/audio/timidity++-motif/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/timidity++/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/libarc/
H A Durl_b64decode.c88 static int b64_decode_table[256] = in b64getchar() local
104 return b64_decode_table[c]; in b64getchar()
/dports/www/http_get/http_get/
H A Dhttp_get.c620 static int b64_decode_table[256] = { variable
667 b64_decode_table[(int) ((unsigned char) space[space_idx - 1])] | in b64_encode()
677 b64_decode_table[(int) ((unsigned char) space[space_idx - 1])] | in b64_encode()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GIFTI/src/gifticlib/
H A Dgifti_xml.c187 static unsigned char b64_decode_table[256] = { variable
1868 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in copy_b64_data()
1878 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1887 if( b64_decode_table[usrc[c]] != (unsigned char)0x80 ) in copy_b64_data()
1894 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1918 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in count_bad_b64_chars()
1931 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in show_bad_b64_chars()
2132 ( a = (b64_decode_table[w] << 2) | (b64_decode_table[x] >> 4) , \
2133 b = (b64_decode_table[x] << 4) | (b64_decode_table[y] >> 2) , \
2134 c = (b64_decode_table[y] << 6) | b64_decode_table[z] )
/dports/science/afni/afni-AFNI_21.3.16/src/gifti/
H A Dgifti_xml.c187 static unsigned char b64_decode_table[256] = { variable
1868 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in copy_b64_data()
1878 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1887 if( b64_decode_table[usrc[c]] != (unsigned char)0x80 ) in copy_b64_data()
1894 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1918 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in count_bad_b64_chars()
1931 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in show_bad_b64_chars()
2132 ( a = (b64_decode_table[w] << 2) | (b64_decode_table[x] >> 4) , \
2133 b = (b64_decode_table[x] << 4) | (b64_decode_table[y] >> 2) , \
2134 c = (b64_decode_table[y] << 6) | b64_decode_table[z] )
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/gifti/
H A Dgifti_xml.cc203 static unsigned char b64_decode_table[256] = { variable
1763 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in copy_b64_data()
1773 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1782 if( b64_decode_table[usrc[c]] != (unsigned char)0x80 ) in copy_b64_data()
1789 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in copy_b64_data()
1813 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) in count_bad_b64_chars()
1826 if( b64_decode_table[usrc[c]] == (unsigned char)0x80 ) { in show_bad_b64_chars()
2027 ( a = (b64_decode_table[w] << 2) | (b64_decode_table[x] >> 4) , \
2028 b = (b64_decode_table[x] << 4) | (b64_decode_table[y] >> 2) , \
2029 c = (b64_decode_table[y] << 6) | b64_decode_table[z] )
/dports/www/http_post/http_post/
H A Dhttp_post.c749 static int b64_decode_table[256] = { variable
796 b64_decode_table[(int) ((unsigned char) space[space_idx - 1])] | in b64_encode()
806 b64_decode_table[(int) ((unsigned char) space[space_idx - 1])] | in b64_encode()
/dports/www/mini_httpd/mini_httpd-1.30/
H A Dmini_httpd.c3610 static int b64_decode_table[256] = { variable
3646 d = b64_decode_table[(int) ((unsigned char) *cp)]; in b64_decode()
/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.c926 static int b64_decode_table[256] = { variable
962 d = b64_decode_table[(int) ((unsigned char) *cp)]; in b64_decode()
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A DAFNI.changes.rickr2252 - added I/O routines for base64 via b64_encode_table/b64_decode_table