Searched refs:xmlStrncmp (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Ddict.c592 (!xmlStrncmp(insert->name, name, len)))
604 (!xmlStrncmp(insert->name, name, len)))
623 (!xmlStrncmp(tmp->name, name, len)))
635 (!xmlStrncmp(tmp->name, name, len)))
709 (!xmlStrncmp(insert->name, name, len)))
721 (!xmlStrncmp(insert->name, name, len)))
740 (!xmlStrncmp(tmp->name, name, len)))
752 (!xmlStrncmp(tmp->name, name, len)))
H A Dxmlstring.c195 * xmlStrncmp:
206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { function
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)
H A Dcatalog.c822 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1))
1667 (!xmlStrncmp(sysID, cur->name, len))) {
1673 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))
1705 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) {
1758 if (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)) &&
1783 (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)))) {
1898 (!xmlStrncmp(URI, cur->name, len))) {
1904 if (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))
1936 (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))) {
2017 if (!xmlStrncmp(pubI
[all...]
H A Dxpointer.c2464 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2481 match = (!xmlStrncmp(&cur->content[pos], string, sub));
H A Dtree.c4927 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) ||
4928 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) ||
4929 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4)))
H A Dvalid.c5539 (xmlStrncmp(cont->prefix, qname, plen) == 0) &&
5546 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) &&
H A Delfgcchack.h10793 #undef xmlStrncmp macro
10794 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
10796 #ifndef xmlStrncmp
10797 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
10798 #define xmlStrncmp xmlStrncmp__internal_alias macro
H A Dparser.c4302 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
8545 if ((tlen > 0) && (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) {
H A Dxpath.c8974 if (xmlStrncmp(hay->stringval, needle->stringval, n))
H A Dtestapi.c36180 ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len);
36188 printf("Leak of %d blocks found in xmlStrncmp",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlstring.h67 xmlStrncmp (const xmlChar *str1,
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2370 if (!PyArg_ParseTuple(args, (char *)"zzi:xmlStrncmp", &str1, &str2, &len))
2373 c_retval = xmlStrncmp(str1, str2, len);

Completed in 388 milliseconds