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

  /external/libxml2/doc/examples/
xpath1.c 148 xmlChar* nsListDup;
156 nsListDup = xmlStrdup(nsList);
157 if(nsListDup == NULL) {
162 next = nsListDup;
173 xmlFree(nsListDup);
188 xmlFree(nsListDup);
193 xmlFree(nsListDup);
  /external/libxml2/
debugXML.c     [all...]

Completed in 65 milliseconds