/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | asn1_parse.c | 23 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()
|
D | asn1_lib.c | 52 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()
|
D | a_d2i_fp.c | 122 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()
|
D | a_object.c | 221 int tag, xclass; in d2i_ASN1_OBJECT() local 225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
|
D | a_int.c | 402 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/ |
D | asn1_parse.c | 23 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()
|
D | asn1_lib.c | 52 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()
|
D | a_d2i_fp.c | 122 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()
|
D | a_object.c | 221 int tag, xclass; in d2i_ASN1_OBJECT() local 225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
|
D | a_int.c | 402 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/ |
D | glx_api.c | 390 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 …]
|
D | xm_api.c | 657 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/ |
D | pcre2_xclass.c | 69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() argument
|
D | pcre2_auto_possess.c | 1088 if (PRIV(xclass)(chr, (list_ptr == list ? code : base_end) - in compare_opcodes()
|
D | pcre2_compile.c | 5443 BOOL xclass; in compile_branch() local 5750 xclass = FALSE; in compile_branch() 6098 xclass = TRUE; in compile_branch() 6144 if (xclass && ( in compile_branch()
|
D | pcre2_match.c | 2171 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/ |
D | s_client.c | 3394 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/ |
D | s_client.c | 3394 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/ |
D | openssl-x509.c | 87 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/ |
D | asn1.h | 683 int tag, int xclass);
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | asn1.h | 899 int tag, int xclass);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | asn1.h | 899 int tag, int xclass);
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/ |
D | asn1.h | 899 int tag, int xclass);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | asn1.h | 899 int tag, int xclass);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
D | asn1.h | 899 int tag, int xclass);
|