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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c14085 int from_root; local
14103 from_root = xmlPatternFromRoot(comp);
14104 if (from_root < 0)
14107 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14122 if (from_root) {
14139 if (from_root) {
14186 if (from_root) {
/external/libxml2/
H A Dxpath.c14238 int from_root; local
14256 from_root = xmlPatternFromRoot(comp);
14257 if (from_root < 0)
14260 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14275 if (from_root) {
14292 if (from_root) {
14339 if (from_root) {

Completed in 262 milliseconds