Searched defs:from_root (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c14112 int from_root; local
14130 from_root = xmlPatternFromRoot(comp);
14131 if (from_root < 0)
14134 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14149 if (from_root) {
14166 if (from_root) {
14213 if (from_root) {

Completed in 81 milliseconds