Searched refs:xmlStrchr (Results 1 – 19 of 19) sorted by relevance
/external/libxml2/doc/examples/ |
D | xpath1.c | 170 next = (xmlChar*)xmlStrchr(next, '='); in register_namespaces() 180 next = (xmlChar*)xmlStrchr(next, ' '); in register_namespaces()
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 55 xmlStrchr (const xmlChar *str,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlstring.rpgle | 46 d xmlStrchr pr * extproc('xmlStrchr') const xmlChar *
|
/external/libxml2/ |
D | debugXML.c | 2126 next = (xmlChar*)xmlStrchr(next, '='); in xmlShellRegisterNamespace() 2136 next = (xmlChar*)xmlStrchr(next, ' '); in xmlShellRegisterNamespace() 2208 if ((xmlStrchr((xmlChar *) arg, '?')) || in xmlShellGrep() 2209 (xmlStrchr((xmlChar *) arg, '*')) || in xmlShellGrep() 2210 (xmlStrchr((xmlChar *) arg, '.')) || in xmlShellGrep() 2211 (xmlStrchr((xmlChar *) arg, '['))) { in xmlShellGrep()
|
D | buf.c | 1118 if (xmlStrchr(string, '\"')) { in xmlBufWriteQuotedString() 1119 if (xmlStrchr(string, '\'')) { in xmlBufWriteQuotedString()
|
D | runxmlconf.c | 371 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
|
D | xmlstring.c | 324 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
|
D | entities.c | 1021 if (xmlStrchr(content, '%')) { in xmlDumpEntityContent()
|
D | libxml2.syms | 785 xmlStrchr;
|
D | parser.c | 175 if (xmlStrchr(rep, '<')) in xmlParserEntityCheck() 4058 if (xmlStrchr(rep, '<')) in xmlParseAttValueComplex() 5081 if ((name != NULL) && (xmlStrchr(name, ':') != NULL)) { in xmlParsePITarget() 5345 if (xmlStrchr(name, ':') != NULL) { in xmlParseNotationDecl() 5436 if (xmlStrchr(name, ':') != NULL) { in xmlParseEntityDecl() 7210 if ((ent->content != NULL) && (xmlStrchr(ent->content, '<'))) in xmlParseReference() 7648 (ent->content != NULL) && (xmlStrchr(ent->content, '<'))) { in xmlParseEntityRef() 7841 (xmlStrchr(ent->content, '<'))) { in xmlParseStringEntityRef()
|
D | uri.c | 1712 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
|
D | xinclude.c | 1717 if (!xmlStrchr(curBase, (xmlChar) '/')) in xmlXIncludeLoadDoc()
|
D | xpointer.c | 2503 str = xmlStrchr(&cur->content[pos], first); in xmlXPtrSearchString()
|
D | elfgcchack.h | 10877 #undef xmlStrchr 10878 extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias"))); 10880 #ifndef xmlStrchr 10881 extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden"))); 10882 #define xmlStrchr xmlStrchr__internal_alias macro
|
D | xpath.c | 14077 if ((!xmlStrchr(str, '[')) && (!xmlStrchr(str, '(')) && in xmlXPathTryStreamCompile() 14078 (!xmlStrchr(str, '@'))) { in xmlXPathTryStreamCompile() 14090 tmp = xmlStrchr(str, ':'); in xmlXPathTryStreamCompile()
|
D | xmlregexp.c | 2564 int compound1 = (xmlStrchr(val1, '|') != NULL); in xmlFACompareAtoms() 2565 int compound2 = (xmlStrchr(val2, '|') != NULL); in xmlFACompareAtoms()
|
D | tree.c | 7761 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString() 7762 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
|
D | testapi.c | 36760 ret_val = xmlStrchr((const xmlChar *)str, val); in test_xmlStrchr()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1891 xmlStrchr
|