Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DBuffer.c92 char enc_type; member
237 ctx->enc_type = 0;
444 __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex));
450 field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex),
461 if (ctx->enc_type == 0) return 0;
468 if (ctx->enc_type == 's' || ctx->enc_type == 'p') {
491 group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex);
497 size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex);
499 size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex);
503 size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex);
[all …]
/external/chromium_org/net/http/
Dhttp_content_disposition.cc62 RFC2047EncodingType enc_type, in DecodeBQEncoding() argument
66 if (!((enc_type == B_ENCODING) ? in DecodeBQEncoding()
118 RFC2047EncodingType enc_type = Q_ENCODING; in DecodeWord() local
141 enc_type = B_ENCODING; in DecodeWord()
146 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word); in DecodeWord()