Lines Matching refs:ENCODE_TO_NATIVE
410 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2six[bufin[0]] << 2 in apr_decode_base64()
412 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base64()
414 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base64()
424 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base64()
428 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base64()
432 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base64()
858 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[0]] << 3 in apr_decode_base32()
860 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[1]] << 6 in apr_decode_base32()
862 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[3]] << 4 in apr_decode_base32()
864 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[4]] << 7 in apr_decode_base32()
866 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[6]] << 5 in apr_decode_base32()
876 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base32()
883 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base32()
888 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[3]] << 4 in apr_decode_base32()
895 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[4]] << 7 in apr_decode_base32()
899 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2[bufin[6]] << 5 in apr_decode_base32()
1243 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE( in apr_decode_base16()