Searched defs:IObuf (Results 1 - 1 of 1) sorted by relevance

/external/libxslt/libxslt/
H A Dtransform.c6300 * @IObuf: an output buffer for progressive output (not implemented yet)
6305 * to @output @SAX and @IObuf. It's an error to specify both @SAX and @IObuf.
6309 * NOTE: using IObuf, the result encoding used will be the one used for
6322 xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf,
6328 if ((output == NULL) && (SAX == NULL) && (IObuf == NULL))
6330 if ((SAX != NULL) && (IObuf != NULL))
6346 if (IObuf != NULL) {
6347 /* TODO: incomplete, IObuf output not progressive */
6348 ret = xsltSaveResultTo(IObuf, tm
6320 xsltRunStylesheetUser(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf, FILE * profile, xsltTransformContextPtr userCtxt) argument
6381 xsltRunStylesheet(xsltStylesheetPtr style, xmlDocPtr doc, const char **params, const char *output, xmlSAXHandlerPtr SAX, xmlOutputBufferPtr IObuf) argument
[all...]

Completed in 66 milliseconds