Lines Matching refs:nextHash
167 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */ member
4644 while (prev->nextHash != NULL) in xmlRelaxNGParseDefine()
4645 prev = prev->nextHash; in xmlRelaxNGParseDefine()
4646 prev->nextHash = def; in xmlRelaxNGParseDefine()
4687 def->nextHash = prev->nextHash; in xmlRelaxNGParseImportRef()
4688 prev->nextHash = def; in xmlRelaxNGParseImportRef()
4954 def->nextHash = prev->nextHash; in xmlRelaxNGParsePattern()
4955 prev->nextHash = def; in xmlRelaxNGParsePattern()
5065 def->nextHash = prev->nextHash; in xmlRelaxNGParsePattern()
5066 prev->nextHash = def; in xmlRelaxNGParsePattern()
5702 cur = cur->nextHash; in xmlRelaxNGCheckReference()
5734 if (define->nextHash == NULL) in xmlRelaxNGCheckCombine()
5772 cur = cur->nextHash; in xmlRelaxNGCheckCombine()
5812 tmp = tmp->nextHash; in xmlRelaxNGCheckCombine()