/external/libxml2/include/libxml/ |
xmlstring.h | 67 xmlStrncmp (const xmlChar *str1,
|
/external/libxml2/ |
dict.c | 754 (!xmlStrncmp(insert->name, name, len))) 766 (!xmlStrncmp(insert->name, name, len))) 796 (!xmlStrncmp(tmp->name, name, len))) 808 (!xmlStrncmp(tmp->name, name, len))) 885 (!xmlStrncmp(insert->name, name, len))) 897 (!xmlStrncmp(insert->name, name, len))) 927 (!xmlStrncmp(tmp->name, name, len))) 939 (!xmlStrncmp(tmp->name, name, len)))
|
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 | 822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) [all...] |
xpointer.c | [all...] |
tree.c | [all...] |
valid.c | [all...] |
elfgcchack.h | [all...] |
parser.c | [all...] |
xpath.c | [all...] |