Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ids

1204     if (cur->ids != NULL) xmlFreeIDTable((xmlIDTablePtr) cur->ids);
1205 cur->ids = NULL;
3988 * Try to handle IDs
3992 (cur->doc->ids != NULL) && (cur->parent != NULL)) {
9382 /* IDs will be processed further down. */