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

  /external/libxml2/include/libxml/
valid.h 189 xmlCopyDocElementContent(xmlDocPtr doc,
  /external/libxml2/
libxml2.syms     [all...]
valid.c 999 * xmlCopyDocElementContent:
1008 xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) {
1039 ret->c1 = xmlCopyDocElementContent(doc, cur->c1);
1069 tmp->c1 = xmlCopyDocElementContent(doc,cur->c1);
1084 * Deprecated, use xmlCopyDocElementContent instead
1090 return(xmlCopyDocElementContent(NULL, cur));
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 64 milliseconds