Searched refs:xmlStrncmp (Results 1 – 15 of 15) sorted by relevance
/external/libxml2/ |
D | dict.c | 865 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup() 877 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup() 907 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup() 919 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup() 1002 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists() 1014 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists() 1044 (!xmlStrncmp(tmp->name, name, l))) in xmlDictExists() 1056 (!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() 652 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1)); in xmlUTF8Charcmp() 933 if (xmlStrncmp(utf, utfchar, size)==0) in xmlUTF8Strloc()
|
D | catalog.c | 826 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) in xmlCatalogUnWrapURN() 1668 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve() 1674 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve() 1706 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1759 if (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)) && in xmlCatalogXMLResolve() 1784 (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve() 1899 (!xmlStrncmp(URI, cur->name, len))) { in xmlCatalogXMLResolveURI() 1905 if (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolveURI() 1937 (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolveURI() 2018 if (!xmlStrncmp(pubID, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { in xmlCatalogListXMLResolve() [all …]
|
D | xpointer.c | 2395 match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); in xmlXPtrMatchString() 2412 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 | 5314 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || in xmlNodeGetBase() 5315 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || in xmlNodeGetBase() 5316 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) in xmlNodeGetBase()
|
D | valid.c | 5614 (xmlStrncmp(cont->prefix, qname, plen) == 0) && in xmlValidateCheckMixed() 5621 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
|
D | parser.c | 5221 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7)) in xmlParseCatalogPI() 9882 (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) { in xmlParseEndTag2()
|
D | xpath.c | 9085 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 | 36839 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/libxml2/win32/ |
D | libxml2.def.src | 1907 xmlStrncmp
|