Home
last modified time | relevance | path

Searched refs:xmlStrchr (Results 1 – 20 of 20) sorted by relevance

/external/libxml2/doc/examples/
Dxpath1.c170 next = (xmlChar*)xmlStrchr(next, '='); in register_namespaces()
180 next = (xmlChar*)xmlStrchr(next, ' '); in register_namespaces()
/external/libxml2/include/libxml/
Dxmlstring.h55 xmlStrchr (const xmlChar *str,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle46 d xmlStrchr pr * extproc('xmlStrchr') const xmlChar *
/external/libxml2/
DdebugXML.c2126 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()
Dbuf.c1118 if (xmlStrchr(string, '\"')) { in xmlBufWriteQuotedString()
1119 if (xmlStrchr(string, '\'')) { in xmlBufWriteQuotedString()
Drunxmlconf.c371 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
Dxmlstring.c321 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
Dentities.c969 if (xmlStrchr(content, '%')) { in xmlDumpEntityContent()
Dxmlsave.c1706 if ((xmlStrchr(child->content, '<') == NULL) && in xhtmlNodeDumpOutput()
1707 (xmlStrchr(child->content, '&') == NULL) && in xhtmlNodeDumpOutput()
Dlibxml2.syms785 xmlStrchr;
Dparser.c158 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()
Duri.c1705 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
Dxpointer.c2491 str = xmlStrchr(&cur->content[pos], first); in xmlXPtrSearchString()
Dxinclude.c1718 if (!xmlStrchr(curBase, (xmlChar) '/')) in xmlXIncludeLoadDoc()
Delfgcchack.h10867 #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
Dxpath.c14667 if ((!xmlStrchr(str, '[')) && (!xmlStrchr(str, '(')) && in xmlXPathTryStreamCompile()
14668 (!xmlStrchr(str, '@'))) { in xmlXPathTryStreamCompile()
14680 tmp = xmlStrchr(str, ':'); in xmlXPathTryStreamCompile()
DSAX2.c619 if ((ret->content != NULL) && (xmlStrchr(ret->content, '<'))) in xmlSAX2GetEntity()
Dtree.c7710 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString()
7711 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
Dtestapi.c36769 ret_val = xmlStrchr((const xmlChar *)str, val); in test_xmlStrchr()
/external/libxml2/win32/
Dlibxml2.def.src1890 xmlStrchr