Home | History | Annotate | Download | only in libxml2

Lines Matching defs:idref

182     int idref;                  /* requires idref checking */
247 int idref; /* requires idref checking */
360 int idref; /* requires idref checking */
3673 && ((xmlStrEqual(def->name, BAD_CAST "IDREF"))
3675 ctxt->idref = 1;
7587 if (ctxt->idref == 1)
7588 ret->idref = 1;
10771 if (ctxt->idref == 1) {
10877 ret->idref = schema->idref;