Home
last modified time | relevance | path

Searched refs:xmlStrncmp (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Ddict.c894 (!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()
Dxmlstring.c206 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()
Dcatalog.c831 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 …]
Dxpointer.c2409 match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); in xmlXPtrMatchString()
2426 match = (!xmlStrncmp(&cur->content[pos], string, sub)); in xmlXPtrMatchString()
Dlibxml2.syms791 xmlStrncmp;
Delfgcchack.h11047 #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
Dtree.c5324 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()
Dvalid.c5653 (xmlStrncmp(cont->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
5660 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
Dparser.c5042 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7)) in xmlParseCatalogPI()
9630 (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) { in xmlParseEndTag2()
Dxpath.c9098 if (xmlStrncmp(hay->stringval, needle->stringval, n)) in xmlXPathStartsWithFunction()
DChangeLog5938 also changed call to strncmp over to xmlStrncmp.
18148 related function, fixing xmlStrncmp(), and associated cleanup
Dtestapi.c37016 ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len); in test_xmlStrncmp()
/external/libxml2/include/libxml/
Dxmlstring.h67 xmlStrncmp (const xmlChar *str1,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle63 d xmlStrncmp pr extproc('xmlStrncmp')
/external/honggfuzz/libhfuzz/
Dmemorycmp.c224 HF_WEAK_WRAP(int, xmlStrncmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() argument
/external/libxml2/win32/
Dlibxml2.def.src1907 xmlStrncmp