Searched refs:xmlStrcmp (Results 1 - 17 of 17) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/doc/tutorial/
H A Dincludekeyword.c14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"keyword"))) {
45 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
53 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
H A Dincludeaddkeyword.c36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
44 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
H A Dincludegetattribute.c14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) {
46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
H A Dincludeaddattribute.c32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c64 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Person")) &&
67 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Email")) &&
127 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Project")) &&
134 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Application")) &&
138 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Category")) &&
142 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Contact")) &&
218 if (xmlStrcmp(cur->name, (const xmlChar *) "Helping")) {
248 if ((xmlStrcmp(cur->name, (const xmlChar *) "Jobs")) || (cur->ns != ns)) {
264 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Job")) &&
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp378 if (!xmlStrcmp(pNode->name, (const xmlChar *)pszName))
404 if (xmlStrcmp((*ppCur)->name, (const xmlChar *) pszRootElement))
421 if ((!xmlStrcmp(pCurBucket->name, (const xmlChar *)"Bucket")))
433 if ((!xmlStrcmp(pCurCont->name, (const xmlChar *)"Name")))
439 if ((!xmlStrcmp(pCurCont->name, (const xmlChar*)"CreationDate")))
461 if ((!xmlStrcmp(pCurKey->name, (const xmlChar *)"Contents")))
473 if ((!xmlStrcmp(pCurCont->name, (const xmlChar *)"Key")))
479 if ((!xmlStrcmp(pCurCont->name, (const xmlChar*)"LastModified")))
485 if ((!xmlStrcmp(pCurCont->name, (const xmlChar*)"Size")))
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlstring.h64 xmlStrcmp (const xmlChar *str1,
/vbox/src/libs/libxml2-2.6.31/
H A Dc14n.c520 return (xmlStrcmp(ns1->prefix, ns2->prefix));
871 return (xmlStrcmp(attr1->name, attr2->name));
888 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
890 ret = xmlStrcmp(attr1->name, attr2->name);
H A DHTMLtree.c874 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &&
875 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) {
H A Dxmlstring.c122 * xmlStrcmp:
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { function
151 * Should be a bit more readable and faster than xmlStrcmp()
H A Duri.c2232 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) ||
2233 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) {
H A Dxmlwriter.c1841 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {
4276 return xmlStrcmp(p0->name, p1->name);
4379 rc = xmlStrcmp(p0->prefix, p1->prefix);
H A DHTMLparser.c5683 if ( !xmlStrcmp((const xmlChar *)*p, elt) )
5727 if ( !xmlStrcmp((const xmlChar*)*p, attr) )
5732 if ( !xmlStrcmp((const xmlChar*)*p, attr) )
5737 if ( !xmlStrcmp((const xmlChar*)*p, attr) )
H A Dxmlschemastypes.c4848 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str);
4865 int ret = xmlStrcmp(x->value.base64.str,
H A Delfgcchack.h10623 #undef xmlStrcmp macro
10624 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
10626 #ifndef xmlStrcmp
10627 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
10628 #define xmlStrcmp xmlStrcmp__internal_alias macro
H A Dtestapi.c35981 ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2);
35988 printf("Leak of %d blocks found in xmlStrcmp",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5000 if (!PyArg_ParseTuple(args, (char *)"zz:xmlStrcmp", &str1, &str2))
5003 c_retval = xmlStrcmp(str1, str2);

Completed in 390 milliseconds