HomeSort by relevance Sort by last modified time
    Searched defs:oldNs (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
debugXML.c 130 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs;
131 if (oldNs == ns)
    [all...]
tree.c 1224 if (cur->oldNs != NULL) xmlFreeNsList(cur->oldNs);
    [all...]
  /external/libxml2/include/libxml/
tree.h 533 struct _xmlNs *oldNs; /* Global namespace, the old way */
    [all...]

Completed in 114 milliseconds