Home
last modified time | relevance | path

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

12

/external/libxml2/example/
Dxpath1.c163 next = (xmlChar*)xmlStrchr(next, '='); in register_namespaces()
173 next = (xmlChar*)xmlStrchr(next, ' '); in register_namespaces()
/external/cronet/tot/third_party/libxml/src/
Dshell.c386 next = (xmlChar*)xmlStrchr(next, '='); in xmllintShellRegisterNamespace()
396 next = (xmlChar*)xmlStrchr(next, ' '); in xmllintShellRegisterNamespace()
468 if ((xmlStrchr((xmlChar *) arg, '?')) || in xmllintShellGrep()
469 (xmlStrchr((xmlChar *) arg, '*')) || in xmllintShellGrep()
470 (xmlStrchr((xmlChar *) arg, '.')) || in xmllintShellGrep()
471 (xmlStrchr((xmlChar *) arg, '['))) { in xmllintShellGrep()
Dbuf.c1244 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString()
1245 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
Drunxmlconf.c365 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
Dxmlstring.c335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
Dentities.c659 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
DxmlIO.c2441 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString()
2442 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
Duri.c1710 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
1928 fragment = xmlStrchr(escRef, '#'); in xmlResolvePath()
/external/cronet/stable/third_party/libxml/src/
Dshell.c386 next = (xmlChar*)xmlStrchr(next, '='); in xmllintShellRegisterNamespace()
396 next = (xmlChar*)xmlStrchr(next, ' '); in xmllintShellRegisterNamespace()
468 if ((xmlStrchr((xmlChar *) arg, '?')) || in xmllintShellGrep()
469 (xmlStrchr((xmlChar *) arg, '*')) || in xmllintShellGrep()
470 (xmlStrchr((xmlChar *) arg, '.')) || in xmllintShellGrep()
471 (xmlStrchr((xmlChar *) arg, '['))) { in xmllintShellGrep()
Dbuf.c1244 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString()
1245 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
Drunxmlconf.c365 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
Dxmlstring.c335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
Dentities.c659 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
DxmlIO.c2441 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString()
2442 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
Duri.c1710 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
1928 fragment = xmlStrchr(escRef, '#'); in xmlResolvePath()
/external/libxml2/
Dshell.c386 next = (xmlChar*)xmlStrchr(next, '='); in xmllintShellRegisterNamespace()
396 next = (xmlChar*)xmlStrchr(next, ' '); in xmllintShellRegisterNamespace()
468 if ((xmlStrchr((xmlChar *) arg, '?')) || in xmllintShellGrep()
469 (xmlStrchr((xmlChar *) arg, '*')) || in xmllintShellGrep()
470 (xmlStrchr((xmlChar *) arg, '.')) || in xmllintShellGrep()
471 (xmlStrchr((xmlChar *) arg, '['))) { in xmllintShellGrep()
Dbuf.c1245 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString()
1246 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
Drunxmlconf.c369 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
Dxmlstring.c335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
Dentities.c701 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
DxmlIO.c2546 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString()
2547 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxmlstring.h55 xmlStrchr (const xmlChar *str,
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxmlstring.h55 xmlStrchr (const xmlChar *str,
/external/libxml2/include/libxml/
Dxmlstring.h55 xmlStrchr (const xmlChar *str,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle46 d xmlStrchr pr * extproc('xmlStrchr') const xmlChar *

12