HomeSort by relevance Sort by last modified time
    Searched refs:xmlStrchr (Results 1 - 18 of 18) sorted by null

  /external/libxml2/doc/examples/
xpath1.c 170 next = (xmlChar*)xmlStrchr(next, '=');
180 next = (xmlChar*)xmlStrchr(next, ' ');
  /external/libxml2/include/libxml/
xmlstring.h 55 xmlStrchr (const xmlChar *str,
  /external/libxml2/
debugXML.c     [all...]
runxmlconf.c 371 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) {
buf.c 1118 if (xmlStrchr(string, '\"')) {
1119 if (xmlStrchr(string, '\'')) {
    [all...]
xmlstring.c 311 * xmlStrchr:
321 xmlStrchr(const xmlChar *str, xmlChar val) {
libxml2.syms 785 xmlStrchr;
    [all...]
entities.c 964 if (xmlStrchr(content, '%')) {
xmlsave.c     [all...]
uri.c     [all...]
parser.c 158 if (xmlStrchr(rep, '<'))
    [all...]
SAX2.c 618 if ((ret->content != NULL) && (xmlStrchr(ret->content, '<')))
    [all...]
xinclude.c     [all...]
xpath.c     [all...]
xpointer.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
testapi.c     [all...]

Completed in 115 milliseconds