Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlregexp.c204 int nbRanges; member
848 for (i = 0;i < atom->nbRanges;i++) in xmlRegFreeAtom()
884 if (atom->nbRanges > 0) { in xmlRegCopyAtom()
888 atom->nbRanges); in xmlRegCopyAtom()
893 for (i = 0;i < atom->nbRanges;i++) { in xmlRegCopyAtom()
897 ret->nbRanges = i + 1; in xmlRegCopyAtom()
1136 fprintf(output, "%d entries\n", atom->nbRanges); in xmlRegPrintAtom()
1137 for (i = 0; i < atom->nbRanges;i++) in xmlRegPrintAtom()
1271 } else if (atom->nbRanges >= atom->maxRanges) { in xmlRegAtomAddRange()
1287 atom->ranges[atom->nbRanges++] = range; in xmlRegAtomAddRange()
[all …]