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

  /external/libxml2/include/libxml/
xmlstring.h 58 xmlStrstr (const xmlChar *str,
  /external/libxml2/
HTMLtree.c 128 encoding = xmlStrstr(content, BAD_CAST"charset=");
130 encoding = xmlStrstr(content, BAD_CAST"Charset=");
132 encoding = xmlStrstr(content, BAD_CAST"CHARSET=");
136 encoding = xmlStrstr(content, BAD_CAST"charset =");
138 encoding = xmlStrstr(content, BAD_CAST"Charset =");
140 encoding = xmlStrstr(content, BAD_CAST"CHARSET =");
xmlstring.c 331 * xmlStrstr:
341 xmlStrstr(const xmlChar *str, const xmlChar *val) {
nanohttp.c 744 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
769 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
    [all...]
xmlIO.c     [all...]
debugXML.c     [all...]
uri.c     [all...]
xmlsave.c     [all...]
xpath.c     [all...]
elfgcchack.h     [all...]
  /external/libxslt/libxslt/
functions.c 761 (xmlStrstr(sheet->doc->URL,
extensions.c 353 protocol = xmlStrstr(URI, BAD_CAST "://");
    [all...]
transform.c     [all...]

Completed in 183 milliseconds