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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dc14n.c411 int has_empty_ns; local
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
427 int start = (has_empty_ns) ? 0 : cur->nsPrevStart;
436 return(has_empty_ns);
444 int has_empty_ns; local
457 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
473 return(has_empty_ns);
602 int has_empty_ns = 0; local
632 has_empty_ns = 1;
647 if(visible && !has_empty_ns) {
707 int has_empty_ns = 0; local
[all...]

Completed in 33 milliseconds