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

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

Completed in 233 milliseconds