Searched defs:ownerDes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c2744 * @ownerDes: the designation of the owner
2779 * @ownerDes: the designation of the owner
2820 * @ownerDes: the designation of the owner
2829 xmlChar **ownerDes,
2836 if (ownerDes == NULL)
2838 else if (*ownerDes == NULL) {
2839 xmlSchemaFormatItemForReport(ownerDes, NULL, ownerItem, attr->parent);
2840 des = *ownerDes;
2842 des = *ownerDes;
2853 if (ownerDes
2827 xmlSchemaPCustomAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlChar **ownerDes, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *msg) argument
[all...]

Completed in 202 milliseconds