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

  /external/chromium_org/third_party/libxml/src/
hash.c 1002 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f));
1021 return(xmlHashRemoveEntry3(table, name, name2, NULL, f));
1025 * xmlHashRemoveEntry3:
1039 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
elfgcchack.h     [all...]
  /external/libxml2/
hash.c 1034 return(xmlHashRemoveEntry3(table, name, NULL, NULL, f));
1053 return(xmlHashRemoveEntry3(table, name, name2, NULL, f));
1057 * xmlHashRemoveEntry3:
1071 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name,
elfgcchack.h     [all...]

Completed in 51 milliseconds