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

  /external/libxml2/include/libxml/
list.h 56 xmlListCreate (xmlListDeallocator deallocator,
  /external/libxml2/
list.c 179 * xmlListCreate:
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
744 if (NULL ==(cur = xmlListCreate(NULL, old->linkCompare)))
c14n.c 615 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
728 list = xmlListCreate(NULL, (xmlListDataCompare) xmlC14NNsCompare);
    [all...]
xmlwriter.c 185 ret->nodes = xmlListCreate((xmlListDeallocator)
196 ret->nsstack = xmlListCreate((xmlListDeallocator)
    [all...]
elfgcchack.h     [all...]
valid.c     [all...]

Completed in 87 milliseconds