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

/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c224 static int nbpaths = 0; variable
234 if (nbpaths >= MAX_PATHS) {
245 paths[nbpaths] = xmlStrndup(path, cur - path);
246 if (paths[nbpaths] != NULL)
247 nbpaths++;
266 if ((nbpaths > 0) && (iter != NULL)) {
298 for (i = 0;i < nbpaths;i++) {
/external/libxml2/
H A Dxmllint.c229 static int nbpaths = 0; variable
239 if (nbpaths >= MAX_PATHS) {
250 paths[nbpaths] = xmlStrndup(path, cur - path);
251 if (paths[nbpaths] != NULL)
252 nbpaths++;
271 if ((nbpaths > 0) && (iter != NULL)) {
303 for (i = 0;i < nbpaths;i++) {

Completed in 650 milliseconds