Searched refs:Tclass (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsymbol2.c458 if (type != Tstruct && type != Tclass && type != Tunion && (type != Tenum || ref))
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
488 else if (lflag && !is_transient(p) && (type == Tenum || type == Tstruct || type == Tclass))
940 if (p->info.typ->type == Tclass && p->info.typ->transient <= 0)
959 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
968 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
989 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
996 if (p->info.typ->type == Tclass || p->info.typ->type == Tstruct) /* && is_external(p->info.typ)) */
1172 /*if (Eptr->info.typ->type == Tclass && !is_external(Eptr->info.typ) && Eptr->info.typ->generated == False || (Eptr->info.typ->type == Tpointer || Eptr->info.typ->type == Treference) && Eptr->info.typ->ref && ((Tnode*)Eptr->info.typ->ref)->type == Tclass
[all...]
H A Dsoapcpp2.h152 Tclass, /* compound types */ enumerator in enum:Type
210 #define mkclass(t, w) mktype(Tclass, t, w)
H A Dsoapcpp2_yacc.y851 { if (p->info.typ->ref || p->info.typ->type != Tclass)
1224 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
1321 arrayck : array { if ($1.typ->type == Tstruct || $1.typ->type == Tclass)
H A Dsoapcpp2_yacc.tab.c2196 { if (p->info.typ->ref || p->info.typ->type != Tclass)
2637 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
2823 { if (yyvsp[0].rec.typ->type == Tstruct || yyvsp[0].rec.typ->type == Tclass)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsymbol2.c458 if (type != Tstruct && type != Tclass && type != Tunion && (type != Tenum || ref))
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
488 else if (lflag && !is_transient(p) && (type == Tenum || type == Tstruct || type == Tclass))
940 if (p->info.typ->type == Tclass && p->info.typ->transient <= 0)
959 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
968 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
989 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
996 if (p->info.typ->type == Tclass || p->info.typ->type == Tstruct) /* && is_external(p->info.typ)) */
1172 /*if (Eptr->info.typ->type == Tclass && !is_external(Eptr->info.typ) && Eptr->info.typ->generated == False || (Eptr->info.typ->type == Tpointer || Eptr->info.typ->type == Treference) && Eptr->info.typ->ref && ((Tnode*)Eptr->info.typ->ref)->type == Tclass
[all...]
H A Dsoapcpp2.h152 Tclass, /* compound types */ enumerator in enum:Type
210 #define mkclass(t, w) mktype(Tclass, t, w)
H A Dsoapcpp2_yacc.y851 { if (p->info.typ->ref || p->info.typ->type != Tclass)
1224 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
1321 arrayck : array { if ($1.typ->type == Tstruct || $1.typ->type == Tclass)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsymbol2.c458 if (type != Tstruct && type != Tclass && type != Tunion && (type != Tenum || ref))
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
488 else if (lflag && !is_transient(p) && (type == Tenum || type == Tstruct || type == Tclass))
940 if (p->info.typ->type == Tclass && p->info.typ->transient <= 0)
959 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
968 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
989 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
996 if (p->info.typ->type == Tclass || p->info.typ->type == Tstruct) /* && is_external(p->info.typ)) */
1172 /*if (Eptr->info.typ->type == Tclass && !is_external(Eptr->info.typ) && Eptr->info.typ->generated == False || (Eptr->info.typ->type == Tpointer || Eptr->info.typ->type == Treference) && Eptr->info.typ->ref && ((Tnode*)Eptr->info.typ->ref)->type == Tclass
[all...]
H A Dsoapcpp2.h152 Tclass, /* compound types */ enumerator in enum:Type
210 #define mkclass(t, w) mktype(Tclass, t, w)
H A Dsoapcpp2_yacc.y851 { if (p->info.typ->ref || p->info.typ->type != Tclass)
1224 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
1321 arrayck : array { if ($1.typ->type == Tstruct || $1.typ->type == Tclass)
H A Dsoapcpp2_yacc.tab.c2196 { if (p->info.typ->ref || p->info.typ->type != Tclass)
2637 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
2823 { if (yyvsp[0].rec.typ->type == Tstruct || yyvsp[0].rec.typ->type == Tclass)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsymbol2.c458 if (type != Tstruct && type != Tclass && type != Tunion && (type != Tenum || ref))
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
488 else if (lflag && !is_transient(p) && (type == Tenum || type == Tstruct || type == Tclass))
940 if (p->info.typ->type == Tclass && p->info.typ->transient <= 0)
959 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
968 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
989 if ((p->info.typ->type == Tclass || p->info.typ->type == Tstruct) && !is_transient(p->info.typ))
996 if (p->info.typ->type == Tclass || p->info.typ->type == Tstruct) /* && is_external(p->info.typ)) */
1172 /*if (Eptr->info.typ->type == Tclass && !is_external(Eptr->info.typ) && Eptr->info.typ->generated == False || (Eptr->info.typ->type == Tpointer || Eptr->info.typ->type == Treference) && Eptr->info.typ->ref && ((Tnode*)Eptr->info.typ->ref)->type == Tclass
[all...]
H A Dsoapcpp2.h152 Tclass, /* compound types */ enumerator in enum:Type
210 #define mkclass(t, w) mktype(Tclass, t, w)
H A Dsoapcpp2_yacc.y851 { if (p->info.typ->ref || p->info.typ->type != Tclass)
1224 if (p && (p->info.typ->type == Tclass || p->info.typ->type == Tstruct))
1321 arrayck : array { if ($1.typ->type == Tstruct || $1.typ->type == Tclass)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dasn1_mac.h281 int Tinf,Ttag,Tclass; \
285 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
306 int Tinf,Ttag,Tclass; \
310 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
333 int Tinf,Ttag,Tclass; \
337 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1_mac.h274 int Tinf,Ttag,Tclass; \
278 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
299 int Tinf,Ttag,Tclass; \
303 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
326 int Tinf,Ttag,Tclass; \
330 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_mac.h274 int Tinf,Ttag,Tclass; \
278 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
299 int Tinf,Ttag,Tclass; \
303 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
326 int Tinf,Ttag,Tclass; \
330 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dasn1_mac.h281 int Tinf,Ttag,Tclass; \
285 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
306 int Tinf,Ttag,Tclass; \
310 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
333 int Tinf,Ttag,Tclass; \
337 Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2860 int Ttag, Tclass; local
2893 ((const unsigned char **)&p, &Tlen, &Ttag, &Tclass,
2895 || Tclass != V_ASN1_UNIVERSAL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2860 int Ttag, Tclass; local
2893 ((const unsigned char **)&p, &Tlen, &Ttag, &Tclass,
2895 || Tclass != V_ASN1_UNIVERSAL) {

Completed in 376 milliseconds