Home
last modified time | relevance | path

Searched refs:HRESTRICTION (Results 1 – 3 of 3) sorted by relevance

/dports/devel/csoap/libsoap-1.1.0/xsd2c/
H A Dobj.h31 typedef struct RESTRICTION* HRESTRICTION; typedef
54 HRESTRICTION restriction;
135 HRESTRICTION resCreate(const char* type);
H A Dobj.c251 HRESTRICTION resCreate(const char *type) in resCreate()
253 HRESTRICTION res = (HRESTRICTION)malloc(sizeof(struct RESTRICTION)); in resCreate()
H A Dxsd2c.c533 HRESTRICTION res; in xsdProcRestriction()