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

  /external/libxml2/include/libxml/
xmlIO.h 91 * xmlOutputWriteCallback:
100 typedef int (XMLCALL *xmlOutputWriteCallback) (void * context, const char * buffer,
143 xmlOutputWriteCallback writecallback;
243 xmlOutputBufferCreateIO (xmlOutputWriteCallback iowrite,
268 xmlOutputWriteCallback writeFunc,
xmlsave.h 58 xmlSaveToIO (xmlOutputWriteCallback iowrite,
  /external/libxml2/
xmlIO.c 129 xmlOutputWriteCallback writecallback;
    [all...]
schematron.c 168 xmlOutputWriteCallback iowrite; /* if using XML_SCHEMATRON_OUT_IO */
    [all...]
xmlsave.c     [all...]
xmlwriter.c 324 out = xmlOutputBufferCreateIO((xmlOutputWriteCallback)
    [all...]

Completed in 145 milliseconds