Lines Matching defs:xmlSchemaIDCPtr

146 #define WXS_IDC_CAST (xmlSchemaIDCPtr)
711 typedef xmlSchemaIDC *xmlSchemaIDCPtr;
723 xmlSchemaIDCPtr idc;
739 xmlSchemaIDCPtr next;
758 xmlSchemaIDCPtr def; /* the IDC definition */
799 xmlSchemaIDCPtr definition; /* the IDC definition */
1218 return (((xmlSchemaIDCPtr) item)->node);
1266 return ((xmlSchemaBasicItemPtr) ((xmlSchemaIDCPtr) item)->next);
1335 return (((xmlSchemaIDCPtr) item)->name);
1391 return (((xmlSchemaIDCPtr) item)->targetNamespace);
1436 xmlSchemaGetIDCDesignation(xmlChar **buf, xmlSchemaIDCPtr idc)
1686 *buf = xmlStrcat(*buf, ((xmlSchemaIDCPtr) item)->name);
3867 xmlSchemaFreeIDC(xmlSchemaIDCPtr idcDef)
4062 xmlSchemaFreeIDC((xmlSchemaIDCPtr) item);
4923 static xmlSchemaIDCPtr
4928 xmlSchemaIDCPtr ret = NULL;
5595 static xmlSchemaIDCPtr
5600 xmlSchemaIDCPtr ret = NULL;
5605 ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC));
7974 xmlSchemaIDCPtr idc,
8191 xmlSchemaIDCPtr idc,
8286 static xmlSchemaIDCPtr
8293 xmlSchemaIDCPtr item = NULL;
8575 xmlSchemaIDCPtr curIDC = NULL, lastIDC = NULL;
20262 xmlSchemaResolveIDCKeyReferences(xmlSchemaIDCPtr idc,
20296 ((xmlSchemaIDCPtr) idc->ref->item)->nbFields) {
20298 xmlSchemaIDCPtr refer;
20300 refer = (xmlSchemaIDCPtr) idc->ref->item;
20836 (xmlSchemaIDCPtr) item, pctxt);
21881 xmlSchemaAugmentIDC(xmlSchemaIDCPtr idcDef,
21933 xmlSchemaIDCNewBinding(xmlSchemaIDCPtr idcDef)
22816 xmlSchemaIDCPtr idc;
23073 xmlSchemaIDCPtr idc, refIdc;
23076 idc = (xmlSchemaIDCPtr) elemDecl->idcs;
23104 refIdc = (xmlSchemaIDCPtr) idc->ref->item;
23704 if ((xmlSchemaIDCPtr) matcher->aidc->def->ref->item ==