Home
last modified time | relevance | path

Searched refs:IS_BASE64 (Results 1 – 21 of 21) sorted by relevance

/dports/converters/recode/Recode-3.6/src/
H A Dutf7.c144 if (IS_BASE64 (value)) in transform_utf16_utf7()
167 while (IS_BASE64 (character)) in transform_utf7_utf16()
176 if (!IS_BASE64 (character)) in transform_utf7_utf16()
186 if (!IS_BASE64 (character)) in transform_utf7_utf16()
200 if (!IS_BASE64 (character)) in transform_utf7_utf16()
212 if (!IS_BASE64 (character)) in transform_utf7_utf16()
222 if (!IS_BASE64 (character)) in transform_utf7_utf16()
236 if (!IS_BASE64 (character)) in transform_utf7_utf16()
248 if (!IS_BASE64 (character)) in transform_utf7_utf16()
262 if (!IS_BASE64 (character)) in transform_utf7_utf16()
H A Dbase64.c177 if (IS_BASE64 (character)) in transform_base64_data()
194 if (IS_BASE64 (character)) in transform_base64_data()
218 if (IS_BASE64 (character)) in transform_base64_data()
237 if (IS_BASE64 (character)) in transform_base64_data()
H A Dbase64.h29 #define IS_BASE64(Character) \ macro
H A DChangeLog1181 * base64.c, flat.c: Use it. Also use IS_BASE64.
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dbase64.cpp131 #define IS_BASE64(Character) \ macro
157 if (!IS_BASE64 (c)) in r_base64_decode()
165 if (!IS_BASE64 (c)) in r_base64_decode()
184 if (!IS_BASE64 (c)) in r_base64_decode()
198 if (!IS_BASE64 (c)) in r_base64_decode()
/dports/security/medusa/medusa-2.2/src/
H A Dmedusa-utils.c77 #define IS_BASE64(c) ((IS_ASCII (c) && base64_char_to_value[c] >= 0) || c == '=') macro
83 } while (c != '\0' && !IS_BASE64 (c))
/dports/ftp/wget/wget-1.21.2/src/
H A Dutils.c2352 #define IS_BASE64(c) ((IS_ASCII (c) && BASE64_CHAR_TO_VALUE (c) >= 0) || c == '=') in wget_base64_decode() macro
2367 if (c == '=' || !IS_BASE64 (c)) in wget_base64_decode()
2375 if (c == '=' || !IS_BASE64 (c)) in wget_base64_decode()
2389 if (!IS_BASE64 (c)) in wget_base64_decode()
2416 if (!IS_BASE64 (c)) in wget_base64_decode()
2427 #undef IS_BASE64 in wget_base64_decode()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dunicodeobject.c1576 #define IS_BASE64(c) \ macro
1701 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
1890 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()
1945 #undef IS_BASE64
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c1488 #define IS_BASE64(c) \ macro
1610 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
1799 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()
1854 #undef IS_BASE64
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dunicodeobject.c1576 #define IS_BASE64(c) \ macro
1701 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
1890 if (IS_BASE64(ch) || ch == '-') { in PyUnicode_EncodeUTF7()
1945 #undef IS_BASE64
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dunicodeobject.c4372 #define IS_BASE64(c) \ macro
4499 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4572 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4706 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4776 #undef IS_BASE64
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dunicodeobject.c4372 #define IS_BASE64(c) \ macro
4499 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4572 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4706 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4776 #undef IS_BASE64
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dunicodeobject.c4659 #define IS_BASE64(c) \ macro
4786 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4859 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4993 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
5047 #undef IS_BASE64
/dports/lang/python38/Python-3.8.12/Objects/
H A Dunicodeobject.c4372 #define IS_BASE64(c) \ macro
4499 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4572 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4706 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4776 #undef IS_BASE64
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dunicodeobject.c4372 #define IS_BASE64(c) \ macro
4499 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4572 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4706 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4776 #undef IS_BASE64
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dunicodeobject.c4372 #define IS_BASE64(c) \ macro
4499 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4572 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4706 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4776 #undef IS_BASE64
/dports/lang/python310/Python-3.10.1/Objects/
H A Dunicodeobject.c4663 #define IS_BASE64(c) \ macro
4790 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4863 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4997 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
5067 #undef IS_BASE64
/dports/lang/python39/Python-3.9.9/Objects/
H A Dunicodeobject.c4517 #define IS_BASE64(c) \ macro
4644 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4717 else if (s < e && !IS_BASE64(*s)) { in PyUnicode_DecodeUTF7Stateful()
4851 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4921 #undef IS_BASE64
/dports/lang/python37/Python-3.7.12/Objects/
H A Dunicodeobject.c4319 #define IS_BASE64(c) \ macro
4446 if (IS_BASE64(ch)) { /* consume a base-64 character */ in PyUnicode_DecodeUTF7Stateful()
4648 if (IS_BASE64(ch) || ch == '-') { in _PyUnicode_EncodeUTF7()
4718 #undef IS_BASE64
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.335503 * src/fns.c (IS_ASCII, IS_BASE64, IS_BASE64_IGNORABLE)
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3124082 * src/fns.c (IS_ASCII, IS_BASE64, IS_BASE64_IGNORABLE)