Home | History | Annotate | Download | only in libxml2

Lines Matching full:prohibs

14436 				  xmlSchemaItemListPtr prohibs);
14457 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL;
14490 prohibs = pctxt->attrProhibs;
14520 if (prohibs) {
14524 for (j = 0; j < prohibs->nbItems; j++) {
14525 pro = prohibs->items[j];
19192 * and returned via the @prohibs list.
19193 * Pointlessness of attr. prohibs, if a matching attr. decl
19201 xmlSchemaItemListPtr prohibs)
19209 if (prohibs)
19210 prohibs->nbItems = 0;
19216 if (prohibs == NULL) {
19234 xmlSchemaItemListAddSize(prohibs, 2, use);
19318 if (prohibs && (prohibs->nbItems != 0) && (list->nbItems != 0)) {
19321 for (i = prohibs->nbItems -1; i >= 0; i--) {
19322 prohib = prohibs->items[i];
19344 if (xmlSchemaItemListRemove(prohibs, i) == -1)