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

  /external/libxml2/include/libxml/
hash.h 71 * xmlHashCopier:
79 typedef void *(*xmlHashCopier)(void *payload, xmlChar *name);
205 xmlHashCopier f);
  /external/libxml2/
entities.c 947 return(xmlHashCopy(table, (xmlHashCopier) xmlCopyEntity));
hash.c 975 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) {
valid.c     [all...]

Completed in 1476 milliseconds