Searched refs:xmlStrcmp (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/example/ |
D | gjobread.c | 64 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Person")) && in parsePerson() 67 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Email")) && in parsePerson() 127 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Project")) && in parseJob() 134 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Application")) && in parseJob() 138 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Category")) && in parseJob() 142 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Contact")) && in parseJob() 218 if (xmlStrcmp(cur->name, (const xmlChar *) "Helping")) { in parseGjobFile() 248 if ((xmlStrcmp(cur->name, (const xmlChar *) "Jobs")) || (cur->ns != ns)) { in parseGjobFile() 264 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Job")) && in parseGjobFile()
|
/external/libxml2/doc/tutorial/ |
D | includekeyword.c | 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"keyword"))) { 45 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) { 53 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
|
D | includegetattribute.c | 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) { 46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
|
D | includeaddkeyword.c | 36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) { 44 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
|
D | includeaddattribute.c | 32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 64 xmlStrcmp (const xmlChar *str1,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlstring.rpgle | 58 d xmlStrcmp pr extproc('xmlStrcmp')
|
/external/libxml2/ |
D | c14n.c | 525 return (xmlStrcmp(ns1->prefix, ns2->prefix)); in xmlC14NNsCompare() 896 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare() 913 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare() 915 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
|
D | xmlstring.c | 132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
|
D | xmlwriter.c | 1864 if (xmlStrcmp(curns->uri, namespaceURI) == 0) { in xmlTextWriterStartAttributeNS() 4302 return xmlStrcmp(p0->name, p1->name); in xmlCmpTextWriterStackEntry() 4405 rc = xmlStrcmp(p0->prefix, p1->prefix); in xmlCmpTextWriterNsStackEntry()
|
D | uri.c | 2215 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI() 2216 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
|
D | libxml2.syms | 786 xmlStrcmp;
|
D | xmlschemastypes.c | 4875 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal() 4892 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
|
D | elfgcchack.h | 10877 #undef xmlStrcmp 10878 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias"))); 10880 #ifndef xmlStrcmp 10881 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden"))); 10882 #define xmlStrcmp xmlStrcmp__internal_alias macro
|
D | testapi.c | 36640 ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2); in test_xmlStrcmp()
|
D | ChangeLog | 18079 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1891 xmlStrcmp
|