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

  /external/libxml2/include/libxml/
xmlstring.h 67 xmlStrncmp (const xmlChar *str1,
  /external/libxml2/
dict.c 862 (!xmlStrncmp(insert->name, name, l)))
874 (!xmlStrncmp(insert->name, name, l)))
904 (!xmlStrncmp(tmp->name, name, l)))
916 (!xmlStrncmp(tmp->name, name, l)))
999 (!xmlStrncmp(insert->name, name, l)))
1011 (!xmlStrncmp(insert->name, name, l)))
1041 (!xmlStrncmp(tmp->name, name, l)))
1053 (!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);
635 * returns result of the compare as with xmlStrncmp
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
926 if (xmlStrncmp(utf, utfchar, size)==0)
catalog.c 826 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...]

Completed in 527 milliseconds