HomeSort by relevance Sort by last modified time
    Searched refs:BASE64_PAD (Results 1 - 8 of 8) sorted by null

  /external/syslinux/com32/libutil/include/
base64.h 39 #define BASE64_PAD 0x10000
  /external/syslinux/com32/libutil/
base64.c 49 if (flags & BASE64_PAD)
56 if (flags & BASE64_PAD)
86 bytes = genbase64(buf, argv[i], len, BASE64_MIME | BASE64_PAD);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 53 private static final byte BASE64_PAD = '=';
377 sb.append((char) BASE64_PAD);
383 sb.append((char) BASE64_PAD);
384 sb.append((char) BASE64_PAD);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 141 #define BASE64_PAD '='
403 if (this_ch == BASE64_PAD) {
407 != BASE64_PAD)) )
513 *ascii_data++ = BASE64_PAD;
514 *ascii_data++ = BASE64_PAD;
517 *ascii_data++ = BASE64_PAD;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 141 #define BASE64_PAD '='
405 if (this_ch == BASE64_PAD) {
409 != BASE64_PAD)) )
517 *ascii_data++ = BASE64_PAD;
518 *ascii_data++ = BASE64_PAD;
521 *ascii_data++ = BASE64_PAD;
    [all...]
  /external/python/cpython2/Modules/
binascii.c 141 #define BASE64_PAD '='
403 if (this_ch == BASE64_PAD) {
407 != BASE64_PAD)) )
513 *ascii_data++ = BASE64_PAD;
514 *ascii_data++ = BASE64_PAD;
517 *ascii_data++ = BASE64_PAD;
    [all...]
  /external/python/cpython3/Modules/
binascii.c 142 #define BASE64_PAD '='
467 if (this_ch == BASE64_PAD) {
471 != BASE64_PAD)) )
571 *ascii_data++ = BASE64_PAD;
572 *ascii_data++ = BASE64_PAD;
575 *ascii_data++ = BASE64_PAD;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 

Completed in 915 milliseconds