Home
last modified time | relevance | path

Searched refs:xclass (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn1_parse.c23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument
62 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info()
64 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info()
66 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info()
99 int tag, xclass, ret = 0; in asn1_parse2() local
118 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
166 } else if (xclass != 0) { in asn1_parse2()
343 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
Dasn1_lib.c52 int tag, xclass, inf; in ASN1_get_object() local
60 xclass = (*p & V_ASN1_PRIVATE); in ASN1_get_object()
87 *pclass = xclass; in ASN1_get_object()
161 int xclass) in ASN1_put_object() argument
167 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
Da_d2i_fp.c122 int inf, tag, xclass; in asn1_d2i_read_bio() local
160 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
Da_object.c221 int tag, xclass; in d2i_ASN1_OBJECT() local
225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
Da_int.c402 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
413 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
/third_party/openssl/crypto/asn1/
Dasn1_parse.c23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument
62 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info()
64 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info()
66 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info()
99 int tag, xclass, ret = 0; in asn1_parse2() local
118 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
166 } else if (xclass != 0) { in asn1_parse2()
343 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
Dasn1_lib.c52 int tag, xclass, inf; in ASN1_get_object() local
60 xclass = (*p & V_ASN1_PRIVATE); in ASN1_get_object()
87 *pclass = xclass; in ASN1_get_object()
161 int xclass) in ASN1_put_object() argument
167 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
Da_d2i_fp.c122 int inf, tag, xclass; in asn1_d2i_read_bio() local
160 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
Da_object.c221 int tag, xclass; in d2i_ASN1_OBJECT() local
225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
Da_int.c402 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
413 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c390 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
401 temp.CLASS = xclass; in get_visual()
406 if (depth==default_depth && xclass==default_class) { in get_visual()
418 if (vis && depth > 24 && (xclass==TrueColor || xclass==DirectColor)) { in get_visual()
446 int depth, xclass = -1; in get_env_visual() local
458 if (strcmp(type,"TrueColor")==0) xclass = TrueColor; in get_env_visual()
459 else if (strcmp(type,"DirectColor")==0) xclass = DirectColor; in get_env_visual()
460 else if (strcmp(type,"PseudoColor")==0) xclass = PseudoColor; in get_env_visual()
461 else if (strcmp(type,"StaticColor")==0) xclass = StaticColor; in get_env_visual()
462 else if (strcmp(type,"GrayScale")==0) xclass = GrayScale; in get_env_visual()
[all …]
Dxm_api.c657 const int xclass = v->visualType; in initialize_visual_and_buffer() local
658 if (xclass != GLX_TRUE_COLOR && xclass != GLX_DIRECT_COLOR) { in initialize_visual_and_buffer()
819 const int xclass = v->visualType; in XMesaCreateVisual() local
820 if (xclass == GLX_TRUE_COLOR || xclass == GLX_DIRECT_COLOR) { in XMesaCreateVisual()
/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() argument
Dpcre2_auto_possess.c1088 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
Dpcre2_compile.c5443 BOOL xclass; in compile_branch() local
5750 xclass = FALSE; in compile_branch()
6098 xclass = TRUE; in compile_branch()
6144 if (xclass && ( in compile_branch()
Dpcre2_match.c2171 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2194 if (!PRIV(xclass)(fc, Lxclass_data, utf)) RRETURN(MATCH_NOMATCH); in match()
2217 if (!PRIV(xclass)(fc, Lxclass_data, utf)) break; in match()
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c3394 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local
3427 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3437 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3448 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3449 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
3457 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
/third_party/openssl/apps/
Ds_client.c3394 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local
3427 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3437 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3448 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3449 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
3457 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c87 int tag, xclass, r = 1; in lws_tls_openssl_cert_info() local
328 &tag, &xclass, val->length) & 0x80) in lws_tls_openssl_cert_info()
/third_party/openssl/ohos_lite/include/openssl/
Dasn1.h683 int tag, int xclass);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
Dasn1.h899 int tag, int xclass);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
Dasn1.h899 int tag, int xclass);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dasn1.h899 int tag, int xclass);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dasn1.h899 int tag, int xclass);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
Dasn1.h899 int tag, int xclass);

1234