Searched refs:pclass (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 72 int *pclass); 347 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass) in parse_tagging() argument 371 *pclass = V_ASN1_UNIVERSAL; in parse_tagging() 375 *pclass = V_ASN1_APPLICATION; in parse_tagging() 379 *pclass = V_ASN1_PRIVATE; in parse_tagging() 383 *pclass = V_ASN1_CONTEXT_SPECIFIC; in parse_tagging() 393 *pclass = V_ASN1_CONTEXT_SPECIFIC; in parse_tagging()
|
H A D | tasn_dec.c | 1141 int ptag, pclass; in asn1_check_tlen() local 1154 pclass = ctx->pclass; in asn1_check_tlen() 1158 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len); in asn1_check_tlen() 1162 ctx->pclass = pclass; in asn1_check_tlen() 1182 if (exptag != ptag || expclass != pclass) { in asn1_check_tlen() 1211 *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 | 624 int pclass; /* class value */ member
|
H A D | asn1.h | 895 int *pclass, long omax);
|
H A D | asn1t.h.in | 625 int pclass; /* class value */ member
|
H A D | asn1.h.in | 728 int *pclass, long omax);
|