Home | History | Annotate | Download | only in libxml2

Lines Matching full:maxns

5757     int maxns = 10;
5766 (xmlNsPtr *) xmlMalloc((maxns + 1) *
5780 if (nbns >= maxns) {
5781 maxns *= 2;
5783 (maxns +