Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c198 int nbRanges; member
816 for (i = 0;i < atom->nbRanges;i++) in xmlRegFreeAtom()
852 if (atom->nbRanges > 0) { in xmlRegCopyAtom()
856 atom->nbRanges); in xmlRegCopyAtom()
861 for (i = 0;i < atom->nbRanges;i++) { in xmlRegCopyAtom()
865 ret->nbRanges = i + 1; in xmlRegCopyAtom()
1104 fprintf(output, "%d entries\n", atom->nbRanges); in xmlRegPrintAtom()
1105 for (i = 0; i < atom->nbRanges;i++) in xmlRegPrintAtom()
1239 } else if (atom->nbRanges >= atom->maxRanges) { in xmlRegAtomAddRange()
1255 atom->ranges[atom->nbRanges++] = range; in xmlRegAtomAddRange()
[all …]