Searched refs:nbpaths (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c219 static int nbpaths = 0; variable
229 if (nbpaths >= MAX_PATHS) {
240 paths[nbpaths] = xmlStrndup(path, cur - path);
241 if (paths[nbpaths] != NULL)
242 nbpaths++;
261 if ((nbpaths > 0) && (iter != NULL)) {
293 for (i = 0;i < nbpaths;i++) {

Completed in 107 milliseconds