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

  /external/libxml2/include/libxml/
entities.h 119 xmlEncodeEntitiesReentrant(xmlDocPtr doc,
  /external/libxml2/
HTMLtree.c 801 buffer = xmlEncodeEntitiesReentrant(doc, cur->content);
entities.c 535 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: realloc failed");\
542 * xmlEncodeEntitiesReentrant:
554 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) {
571 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: malloc failed");
630 "xmlEncodeEntitiesReentrant : input not UTF-8");
663 "xmlEncodeEntitiesReentrant : char out of range\n");
xmllint.c 536 result = (char *) xmlEncodeEntitiesReentrant(NULL, BAD_CAST buffer);
    [all...]
elfgcchack.h     [all...]
tree.c     [all...]

Completed in 19 milliseconds