Home
last modified time | relevance | path

Searched refs:nbRanges (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c196 int nbRanges; member
840 for (i = 0;i < atom->nbRanges;i++) in xmlRegFreeAtom()
876 if (atom->nbRanges > 0) { in xmlRegCopyAtom()
885 for (i = 0;i < atom->nbRanges;i++) { in xmlRegCopyAtom()
889 ret->nbRanges = i + 1; in xmlRegCopyAtom()
1128 fprintf(output, "%d entries\n", atom->nbRanges); in xmlRegPrintAtom()
1129 for (i = 0; i < atom->nbRanges;i++) in xmlRegPrintAtom()
1279 atom->ranges[atom->nbRanges++] = range; in xmlRegAtomAddRange()
2592 for (i = 0;i < atom1->nbRanges;i++) { in xmlFACompareAtoms()
2593 for (j = 0;j < atom2->nbRanges;j++) { in xmlFACompareAtoms()
[all …]