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

  /external/libxml2/include/libxml/
xmlsave.h 77 xmlCharEncodingOutputFunc escape);
80 xmlCharEncodingOutputFunc escape);
encoding.h 121 * xmlCharEncodingOutputFunc:
138 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen,
159 xmlCharEncodingOutputFunc output;
194 xmlCharEncodingOutputFunc output);
xmlIO.h 258 xmlCharEncodingOutputFunc escaping);
  /external/libxml2/
xmlsave.c 89 xmlCharEncodingOutputFunc escape; /* used for element content */
90 xmlCharEncodingOutputFunc escapeAttr;/* used for attribute content */
941 xmlCharEncodingOutputFunc oldescape = ctxt->escape;
942 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr;
    [all...]
xmlIO.c     [all...]
encoding.c     [all...]

Completed in 32 milliseconds