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

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

Completed in 73 milliseconds