Home
last modified time | relevance | path

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

/external/libxml2/example/
Dgjobread.c64 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/
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"))){
Dincludegetattribute.c14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) {
46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
Dincludeaddkeyword.c36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
44 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
Dincludeaddattribute.c32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
/external/libxml2/include/libxml/
Dxmlstring.h64 xmlStrcmp (const xmlChar *str1,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle58 d xmlStrcmp pr extproc('xmlStrcmp')
/external/libxml2/
Dc14n.c525 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()
Dxmlstring.c132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
Dxmlwriter.c1864 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()
Duri.c2215 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI()
2216 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
Dlibxml2.syms786 xmlStrcmp;
Dxmlschemastypes.c4875 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal()
4892 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
Delfgcchack.h10877 #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
Dtestapi.c36640 ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2); in test_xmlStrcmp()
DChangeLog18079 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
/external/libxml2/win32/
Dlibxml2.def.src1891 xmlStrcmp