HomeSort by relevance Sort by last modified time
    Searched defs:xmlChar (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlstring.h 22 * xmlChar:
26 * to xmlChar * (possibly making serialization back impossible).
28 typedef unsigned char xmlChar;
33 * Macro to cast a string to an xmlChar * when one know its safe.
35 #define BAD_CAST (xmlChar *)
38 * xmlChar handling
40 XMLPUBFUN xmlChar * XMLCALL
41 xmlStrdup (const xmlChar *cur);
42 XMLPUBFUN xmlChar * XMLCALL
43 xmlStrndup (const xmlChar *cur
    [all...]
  /external/libxml2/include/libxml/
xmlstring.h 22 * xmlChar:
26 * to xmlChar * (possibly making serialization back impossible).
28 typedef unsigned char xmlChar;
33 * Macro to cast a string to an xmlChar * when one know its safe.
35 #define BAD_CAST (xmlChar *)
38 * xmlChar handling
40 XMLPUBFUN xmlChar * XMLCALL
41 xmlStrdup (const xmlChar *cur);
42 XMLPUBFUN xmlChar * XMLCALL
43 xmlStrndup (const xmlChar *cur
    [all...]

Completed in 168 milliseconds