Searched refs:pclass (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | asn1_gen.c | 73 int *pclass); 354 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass) in parse_tagging() argument 378 *pclass = V_ASN1_UNIVERSAL; in parse_tagging() 382 *pclass = V_ASN1_APPLICATION; in parse_tagging() 386 *pclass = V_ASN1_PRIVATE; in parse_tagging() 390 *pclass = V_ASN1_CONTEXT_SPECIFIC; in parse_tagging() 399 *pclass = V_ASN1_CONTEXT_SPECIFIC; in parse_tagging()
|
| H A D | tasn_dec.c | 1174 int ptag, pclass; in asn1_check_tlen() local 1187 pclass = ctx->pclass; in asn1_check_tlen() 1191 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len); in asn1_check_tlen() 1195 ctx->pclass = pclass; in asn1_check_tlen() 1215 if (exptag != ptag || expclass != pclass) { in asn1_check_tlen() 1244 *oclass = pclass; in asn1_check_tlen()
|
| H A D | asn1_lib.c | 47 int *pclass, long omax) in ASN1_get_object() argument 87 *pclass = xclass; in ASN1_get_object()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeSynthetic.h | 404 const char *pclass, const char *pcode = nullptr) 406 if (pclass) in SyntheticChildren() 407 m_python_class = pclass; in SyntheticChildren() 429 FrontEnd(std::string pclass, ValueObject &backend);
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 27 ScriptInterpreter *interpreter, const char *pclass) in ScriptedStackFrameRecognizer() argument 28 : m_interpreter(interpreter), m_python_class(pclass) { in ScriptedStackFrameRecognizer()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeSynthetic.cpp | 158 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() argument 160 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass), in FrontEnd()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 84 const char *pclass);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1t.h | 613 int pclass; /* class value */ member
|
| H A D | asn1.h | 890 int *pclass, long omax);
|
| H A D | asn1t.h.in | 614 int pclass; /* class value */ member
|
| H A D | asn1.h.in | 723 int *pclass, long omax);
|