/external/libxml2/ |
D | dict.c | 894 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup() 906 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup() 936 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup() 948 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup() 1031 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists() 1043 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists() 1073 (!xmlStrncmp(tmp->name, name, l))) in xmlDictExists() 1085 (!xmlStrncmp(tmp->name, name, l))) in xmlDictExists()
|
D | xmlstring.c | 206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp() function 351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str); in xmlStrstr() 653 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1)); in xmlUTF8Charcmp() 934 if (xmlStrncmp(utf, utfchar, size)==0) in xmlUTF8Strloc()
|
D | catalog.c | 831 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) in xmlCatalogUnWrapURN() 1673 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve() 1679 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve() 1711 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1764 if (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)) && in xmlCatalogXMLResolve() 1789 (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1904 (!xmlStrncmp(URI, cur->name, len))) { in xmlCatalogXMLResolveURI() 1910 if (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolveURI() 1942 (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolveURI() 2023 if (!xmlStrncmp(pubID, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { in xmlCatalogListXMLResolve() [all …]
|
D | xpointer.c | 2409 match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); in xmlXPtrMatchString() 2426 match = (!xmlStrncmp(&cur->content[pos], string, sub)); in xmlXPtrMatchString()
|
D | libxml2.syms | 791 xmlStrncmp;
|
D | elfgcchack.h | 11047 #undef xmlStrncmp 11048 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias"))); 11050 #ifndef xmlStrncmp 11051 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden"))); 11052 #define xmlStrncmp xmlStrncmp__internal_alias macro
|
D | tree.c | 5324 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || in xmlNodeGetBase() 5325 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || in xmlNodeGetBase() 5326 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) in xmlNodeGetBase()
|
D | valid.c | 5653 (xmlStrncmp(cont->prefix, qname, plen) == 0) && in xmlValidateCheckMixed() 5660 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
|
D | parser.c | 5042 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7)) in xmlParseCatalogPI() 9630 (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) { in xmlParseEndTag2()
|
D | xpath.c | 9098 if (xmlStrncmp(hay->stringval, needle->stringval, n)) in xmlXPathStartsWithFunction()
|
D | ChangeLog | 5938 also changed call to strncmp over to xmlStrncmp. 18148 related function, fixing xmlStrncmp(), and associated cleanup
|
D | testapi.c | 37016 ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len); in test_xmlStrncmp()
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 67 xmlStrncmp (const xmlChar *str1,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlstring.rpgle | 63 d xmlStrncmp pr extproc('xmlStrncmp')
|
/external/honggfuzz/libhfuzz/ |
D | memorycmp.c | 224 HF_WEAK_WRAP(int, xmlStrncmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() argument
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1907 xmlStrncmp
|