/external/chromium_org/third_party/cython/src/Cython/Utility/ |
Buffer.c | 92 char enc_type; member in struct:__anon16358 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) [all...] |
/external/chromium_org/net/http/ |
http_content_disposition.cc | 60 // type is specified in |enc_type|. 62 RFC2047EncodingType enc_type, 66 if (!((enc_type == B_ENCODING) ? 118 RFC2047EncodingType enc_type = Q_ENCODING; local 141 enc_type = B_ENCODING; 146 *is_rfc2047 = DecodeBQEncoding(part, enc_type, charset, &decoded_word);
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
pem.h | 146 /* enc_type is one off */
|
/external/openssl/crypto/pem/ |
pem.h | 149 /* enc_type is one off */
|
/external/openssl/include/openssl/ |
pem.h | 149 /* enc_type is one off */
|