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

/external/libxml2/
H A Dtree.c8585 * @ancestorsOnly: search in ancestor ns-decls only
8604 int ancestorsOnly,
8631 (! (ancestorsOnly && (elem == NULL))))
8639 * ancestorsOnly: This should be turned on to gain speed,
8644 ((! ancestorsOnly) || (mi->depth == XML_TREE_NSMAP_PARENT)) &&
8749 /* @ancestorsOnly should be set by an option flag. */
8750 int ancestorsOnly = 0; local
8901 ancestorsOnly,
9017 /* @ancestorsOnly should be set per option. */
9018 int ancestorsOnly local
8597 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
9393 int ancestorsOnly = 0; local
[all...]

Completed in 124 milliseconds