Lines Matching full:refs
2852 * Refs *
2966 table = (xmlRefTablePtr) doc->refs;
2968 doc->refs = table = xmlHashCreateDict(0, doc->dict);
3110 table = (xmlRefTablePtr) doc->refs;
3170 table = (xmlRefTablePtr) doc->refs;
6630 table = (xmlRefTablePtr) doc->refs;
6675 if (doc->refs != NULL) {
6676 xmlFreeRefTable(doc->refs);
6677 doc->refs = NULL;
6889 if (doc->refs != NULL) {
6890 xmlFreeRefTable(doc->refs);
6891 doc->refs = NULL;