Lines Matching refs:ids
2552 * IDs *
2620 table = (xmlIDTablePtr) doc->ids;
2622 doc->ids = table = xmlHashCreateDict(0, doc->dict);
2773 table = (xmlIDTablePtr) doc->ids;
2815 table = (xmlIDTablePtr) doc->ids;
3853 * Values of type IDREF must match one of the declared IDs
3854 * Values of type IDREFS must match a sequence of the declared IDs
6671 if (doc->ids != NULL) {
6672 xmlFreeIDTable(doc->ids);
6673 doc->ids = NULL;
6887 if (doc->ids != NULL) {
6888 xmlFreeIDTable(doc->ids);
6889 doc->ids = NULL;