Searched refs:xmlStrchr (Results 1 – 20 of 20) 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 | 321 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
|
D | entities.c | 969 if (xmlStrchr(content, '%')) { in xmlDumpEntityContent()
|
D | xmlsave.c | 1706 if ((xmlStrchr(child->content, '<') == NULL) && in xhtmlNodeDumpOutput() 1707 (xmlStrchr(child->content, '&') == NULL) && in xhtmlNodeDumpOutput()
|
D | libxml2.syms | 785 xmlStrchr;
|
D | parser.c | 158 if (xmlStrchr(rep, '<')) in xmlParserEntityCheck() 3996 if (xmlStrchr(rep, '<')) in xmlParseAttValueComplex() 5011 if ((name != NULL) && (xmlStrchr(name, ':') != NULL)) { in xmlParsePITarget() 5274 if (xmlStrchr(name, ':') != NULL) { in xmlParseNotationDecl() 5365 if (xmlStrchr(name, ':') != NULL) { in xmlParseEntityDecl() 7131 if ((ent->content != NULL) && (xmlStrchr(ent->content, '<'))) in xmlParseReference() 7572 (ent->content != NULL) && (xmlStrchr(ent->content, '<'))) { in xmlParseEntityRef() 7765 (xmlStrchr(ent->content, '<'))) { in xmlParseStringEntityRef()
|
D | uri.c | 1705 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
|
D | xpointer.c | 2491 str = xmlStrchr(&cur->content[pos], first); in xmlXPtrSearchString()
|
D | xinclude.c | 1718 if (!xmlStrchr(curBase, (xmlChar) '/')) in xmlXIncludeLoadDoc()
|
D | elfgcchack.h | 10867 #undef xmlStrchr 10868 extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias"))); 10870 #ifndef xmlStrchr 10871 extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden"))); 10872 #define xmlStrchr xmlStrchr__internal_alias macro
|
D | xpath.c | 14667 if ((!xmlStrchr(str, '[')) && (!xmlStrchr(str, '(')) && in xmlXPathTryStreamCompile() 14668 (!xmlStrchr(str, '@'))) { in xmlXPathTryStreamCompile() 14680 tmp = xmlStrchr(str, ':'); in xmlXPathTryStreamCompile()
|
D | SAX2.c | 619 if ((ret->content != NULL) && (xmlStrchr(ret->content, '<'))) in xmlSAX2GetEntity()
|
D | tree.c | 7710 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString() 7711 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
|
D | testapi.c | 36769 ret_val = xmlStrchr((const xmlChar *)str, val); in test_xmlStrchr()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1890 xmlStrchr
|