Searched refs:enc_type (Results 1 – 3 of 3) sorted by relevance
64 RFC2047EncodingType enc_type, in DecodeBQEncoding() argument68 if (!((enc_type == B_ENCODING) ? in DecodeBQEncoding()121 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord() local144 enc_type = B_ENCODING; in DecodeWord()149 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word); in DecodeWord()
108 auto* enc_type = ret_type.add_args(); in Encode() local109 enc_type->set_type_id(TFT_ENCODED); in Encode()110 *enc_type->add_args() = in_t; in Encode()111 enc_type->add_args()->set_type_id(t); in Encode()
90 local enc_type="$1"93 if [ "$enc_type" = "gue" ]; then