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

  /external/libxml2/include/libxml/
xmlstring.h 67 xmlStrncmp (const xmlChar *str1,
  /external/libxml2/
dict.c 894 (!xmlStrncmp(insert->name, name, l)))
906 (!xmlStrncmp(insert->name, name, l)))
936 (!xmlStrncmp(tmp->name, name, l)))
948 (!xmlStrncmp(tmp->name, name, l)))
1031 (!xmlStrncmp(insert->name, name, l)))
1043 (!xmlStrncmp(insert->name, name, l)))
1073 (!xmlStrncmp(tmp->name, name, l)))
1085 (!xmlStrncmp(tmp->name, name, l)))
xmlstring.c 195 * xmlStrncmp:
206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) {
351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str);
643 * returns result of the compare as with xmlStrncmp
653 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
934 if (xmlStrncmp(utf, utfchar, size)==0)
catalog.c 831 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1))
    [all...]
libxml2.syms 791 xmlStrncmp;
    [all...]
xpointer.c     [all...]
tree.c     [all...]
valid.c     [all...]
elfgcchack.h     [all...]
parser.c     [all...]
xpath.c     [all...]
testapi.c     [all...]
  /external/honggfuzz/libhfuzz/
memorycmp.c 241 HF_WEAK_WRAP(int, xmlStrncmp, const char* s1, const char* s2, int len) {

Completed in 606 milliseconds