Searched refs:pclass (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c122 int *pclass);
400 static int parse_tagging(const char *vstart, int vlen, int *ptag, int *pclass) argument
425 *pclass = V_ASN1_UNIVERSAL;
429 *pclass = V_ASN1_APPLICATION;
433 *pclass = V_ASN1_PRIVATE;
437 *pclass = V_ASN1_CONTEXT_SPECIFIC;
450 *pclass = V_ASN1_CONTEXT_SPECIFIC;
H A Dtasn_dec.c1193 int ptag, pclass; local
1202 pclass = ctx->pclass;
1206 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1210 ctx->pclass = pclass;
1232 if ((exptag != ptag) || (expclass != pclass)) {
1262 *oclass = pclass;
H A Dasn1_lib.c95 int *pclass, long omax)
133 *pclass = xclass;
94 ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) argument
H A Dasn1t.h646 int pclass; /* class value */ member in struct:ASN1_TLC_st
H A Dasn1.h955 int *pclass, long omax);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h384 const char *pclass, const char *pcode = nullptr)
386 if (pclass)
387 m_python_class = pclass;
409 FrontEnd(std::string pclass, ValueObject &backend);
383 ScriptedSyntheticChildren(const SyntheticChildren::Flags &flags, const char *pclass, const char *pcode = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h75 const char *pclass);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp128 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, argument
130 : SyntheticChildrenFrontEnd(backend), m_python_class(pclass),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp28 ScriptInterpreter *interpreter, const char *pclass)
29 : m_interpreter(interpreter), m_python_class(pclass) {
27 ScriptedStackFrameRecognizer( ScriptInterpreter *interpreter, const char *pclass) argument

Completed in 138 milliseconds