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

  /external/chromium_org/third_party/libxml/src/
entities.c 819 * xmlCopyEntity:
827 xmlCopyEntity(xmlEntityPtr ent) {
832 xmlEntitiesErrMemory("xmlCopyEntity:: malloc failed");
864 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
  /external/libxml2/
entities.c 902 * xmlCopyEntity:
910 xmlCopyEntity(xmlEntityPtr ent) {
915 xmlEntitiesErrMemory("xmlCopyEntity:: malloc failed");
947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));

Completed in 946 milliseconds