HomeSort by relevance Sort by last modified time
    Searched refs:xmlListCreate (Results 1 - 8 of 8) 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 626 list = xmlListCreate(NULL, xmlC14NNsCompare);
739 list = xmlListCreate(NULL, xmlC14NNsCompare);
    [all...]
libxml2.syms 539 xmlListCreate;
    [all...]
xmlwriter.c 193 ret->nodes = xmlListCreate(xmlFreeTextWriterStackEntry,
202 ret->nsstack = xmlListCreate(xmlFreeTextWriterNsStackEntry,
    [all...]
elfgcchack.h     [all...]
valid.c     [all...]
testapi.c 612 if (no == 0) return(xmlListCreate(NULL, NULL));
    [all...]

Completed in 96 milliseconds