/external/libxml2/example/ |
D | xpath1.c | 163 next = (xmlChar*)xmlStrchr(next, '='); in register_namespaces() 173 next = (xmlChar*)xmlStrchr(next, ' '); in register_namespaces()
|
/external/cronet/tot/third_party/libxml/src/ |
D | shell.c | 386 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()
|
D | buf.c | 1244 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString() 1245 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
|
D | runxmlconf.c | 365 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
|
D | xmlstring.c | 335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
|
D | entities.c | 659 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
|
D | xmlIO.c | 2441 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString() 2442 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
|
D | uri.c | 1710 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr() 1928 fragment = xmlStrchr(escRef, '#'); in xmlResolvePath()
|
/external/cronet/stable/third_party/libxml/src/ |
D | shell.c | 386 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()
|
D | buf.c | 1244 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString() 1245 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
|
D | runxmlconf.c | 365 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
|
D | xmlstring.c | 335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
|
D | entities.c | 659 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
|
D | xmlIO.c | 2441 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString() 2442 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
|
D | uri.c | 1710 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr() 1928 fragment = xmlStrchr(escRef, '#'); in xmlResolvePath()
|
/external/libxml2/ |
D | shell.c | 386 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()
|
D | buf.c | 1245 if (xmlStrchr(string, '\"')) { in xmlBufferWriteQuotedString() 1246 if (xmlStrchr(string, '\'')) { in xmlBufferWriteQuotedString()
|
D | runxmlconf.c | 369 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem()
|
D | xmlstring.c | 335 xmlStrchr(const xmlChar *str, xmlChar val) { in xmlStrchr() function
|
D | entities.c | 701 (cur[1] == '{') && (end = xmlStrchr(cur, '}'))) { in xmlEscapeText()
|
D | xmlIO.c | 2546 if (xmlStrchr(string, '\"')) { in xmlOutputBufferWriteQuotedString() 2547 if (xmlStrchr(string, '\'')) { in xmlOutputBufferWriteQuotedString()
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | xmlstring.h | 55 xmlStrchr (const xmlChar *str,
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | xmlstring.h | 55 xmlStrchr (const xmlChar *str,
|
/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 *
|