Lines Matching refs:state1
667 xmlRelaxNGValidStatePtr state1,
1336 * @state1: a validation state
1345 xmlRelaxNGValidStatePtr state1,
1350 if ((state1 == NULL) || (state2 == NULL))
1352 if (state1 == state2)
1354 if (state1->node != state2->node)
1356 if (state1->seq != state2->seq)
1358 if (state1->nbAttrLeft != state2->nbAttrLeft)
1360 if (state1->nbAttrs != state2->nbAttrs)
1362 if (state1->endvalue != state2->endvalue)
1364 if ((state1->value != state2->value) &&
1365 (!xmlStrEqual(state1->value, state2->value)))
1367 for (i = 0; i < state1->nbAttrs; i++) {
1368 if (state1->attrs[i] != state2->attrs[i])