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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp68 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, ValueObject &backend) : argument
70 m_python_class(pclass),
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h493 const char* pclass,
499 if (pclass)
500 m_python_class = pclass;
547 FrontEnd (std::string pclass,
492 ScriptedSyntheticChildren(const SyntheticChildren::Flags& flags, const char* pclass, const char* pcode = NULL) argument
/freebsd-10-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.c1153 int ptag, pclass; local
1162 pclass = ctx->pclass;
1166 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1170 ctx->pclass = pclass;
1192 if ((exptag != ptag) || (expclass != pclass)) {
1222 *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.h953 int *pclass, long omax);

Completed in 173 milliseconds