Home
last modified time | relevance | path

Searched refs:xmlStrchr (Results 1 – 19 of 19) 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.c324 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
Dentities.c1021 if (xmlStrchr(content, '%')) { in xmlDumpEntityContent()
Dlibxml2.syms785 xmlStrchr;
Dparser.c175 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()
Duri.c1712 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
Dxinclude.c1717 if (!xmlStrchr(curBase, (xmlChar) '/')) in xmlXIncludeLoadDoc()
Dxpointer.c2503 str = xmlStrchr(&cur->content[pos], first); in xmlXPtrSearchString()
Delfgcchack.h10877 #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
Dxpath.c14077 if ((!xmlStrchr(str, '[')) && (!xmlStrchr(str, '(')) && in xmlXPathTryStreamCompile()
14078 (!xmlStrchr(str, '@'))) { in xmlXPathTryStreamCompile()
14090 tmp = xmlStrchr(str, ':'); in xmlXPathTryStreamCompile()
Dxmlregexp.c2564 int compound1 = (xmlStrchr(val1, '|') != NULL); in xmlFACompareAtoms()
2565 int compound2 = (xmlStrchr(val2, '|') != NULL); in xmlFACompareAtoms()
Dtree.c7761 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString()
7762 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
Dtestapi.c36760 ret_val = xmlStrchr((const xmlChar *)str, val); in test_xmlStrchr()
/external/libxml2/win32/
Dlibxml2.def.src1891 xmlStrchr