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 78 xmlCharEncodingOutputFunc escape);
81 xmlCharEncodingOutputFunc escape);
encoding.h 106 * xmlCharEncodingOutputFunc:
123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen,
144 xmlCharEncodingOutputFunc output;
179 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 */
1015 xmlCharEncodingOutputFunc oldescape = ctxt->escape;
1016 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr;
    [all...]
xmlIO.c     [all...]
encoding.c     [all...]

Completed in 2270 milliseconds