Lines Matching defs:output

2803     xmlOutputBufferPtr buf; /* the HTML buffer output */
2856 xmlOutputBufferPtr buf; /* the HTML buffer output */
3200 xmlBufferPtr buf; /* the HTML buffer output */
3355 xmlOutputBufferPtr buf; /* the HTML buffer output */
3415 xmlOutputBufferPtr buf; /* the HTML buffer output */
5479 xmlOutputBufferPtr buf; /* the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output */
6944 FILE * output; /* the FILE * for the output */
6952 output = gen_debug_FILE_ptr(n_output, 0);
6955 ret_val = xmlDebugCheckDocument(output, doc);
6958 des_debug_FILE_ptr(n_output, output, 0);
6984 FILE * output; /* the FILE * for the output */
6995 output = gen_debug_FILE_ptr(n_output, 0);
6999 xmlDebugDumpAttr(output, attr, depth);
7001 des_debug_FILE_ptr(n_output, output, 0);
7030 FILE * output; /* the FILE * for the output */
7041 output = gen_debug_FILE_ptr(n_output, 0);
7045 xmlDebugDumpAttrList(output, attr, depth);
7047 des_debug_FILE_ptr(n_output, output, 0);
7076 FILE * output; /* the FILE * for the output */
7084 output = gen_debug_FILE_ptr(n_output, 0);
7087 xmlDebugDumpDTD(output, dtd);
7089 des_debug_FILE_ptr(n_output, output, 0);
7115 FILE * output; /* the FILE * for the output */
7123 output = gen_debug_FILE_ptr(n_output, 0);
7126 xmlDebugDumpDocument(output, doc);
7128 des_debug_FILE_ptr(n_output, output, 0);
7154 FILE * output; /* the FILE * for the output */
7162 output = gen_debug_FILE_ptr(n_output, 0);
7165 xmlDebugDumpDocumentHead(output, doc);
7167 des_debug_FILE_ptr(n_output, output, 0);
7193 FILE * output; /* the FILE * for the output */
7201 output = gen_debug_FILE_ptr(n_output, 0);
7204 xmlDebugDumpEntities(output, doc);
7206 des_debug_FILE_ptr(n_output, output, 0);
7232 FILE * output; /* the FILE * for the output */
7243 output = gen_debug_FILE_ptr(n_output, 0);
7247 xmlDebugDumpNode(output, node, depth);
7249 des_debug_FILE_ptr(n_output, output, 0);
7278 FILE * output; /* the FILE * for the output */
7289 output = gen_debug_FILE_ptr(n_output, 0);
7293 xmlDebugDumpNodeList(output, node, depth);
7295 des_debug_FILE_ptr(n_output, output, 0);
7324 FILE * output; /* the FILE * for the output */
7335 output = gen_debug_FILE_ptr(n_output, 0);
7339 xmlDebugDumpOneNode(output, node, depth);
7341 des_debug_FILE_ptr(n_output, output, 0);
7370 FILE * output; /* the FILE * for the output */
7378 output = gen_debug_FILE_ptr(n_output, 0);
7381 xmlDebugDumpString(output, (const xmlChar *)str);
7383 des_debug_FILE_ptr(n_output, output, 0);
7443 FILE * output; /* the FILE * for the output */
7451 output = gen_debug_FILE_ptr(n_output, 0);
7454 xmlLsOneNode(output, node);
7456 des_debug_FILE_ptr(n_output, output, 0);
7864 char * buffer; /* the output buffer */
8638 xmlBufferPtr out; /* an xmlBuffer for the output. */
8684 xmlBufferPtr out; /* an xmlBuffer for the output. */
8730 xmlBufferPtr out; /* an xmlBuffer for the output. */
13066 int * len; /* the length of the features name array (input/output) */
17204 FILE * output; /* the file output */
17212 output = gen_FILE_ptr(n_output, 0);
17215 xmlRelaxNGDump(output, schema);
17217 des_FILE_ptr(n_output, output, 0);
17243 FILE * output; /* the file output */
17251 output = gen_FILE_ptr(n_output, 0);
17254 xmlRelaxNGDumpTree(output, schema);
17256 des_FILE_ptr(n_output, output, 0);
18292 xmlBufferPtr buf; /* the XML buffer output */
18852 xmlBufferPtr buf; /* the XML buffer output */
18889 xmlBufferPtr buf; /* the XML buffer output */
20052 FILE * f; /* the FILE * for the output */
21880 xmlBufferPtr buf; /* the XML buffer output */
21941 xmlOutputBufferPtr buf; /* the XML buffer output */
22722 xmlOutputBufferPtr buf; /* an output I/O buffer */
22819 const char * filename; /* the filename or URL to output */
22874 xmlOutputBufferPtr buf; /* an output I/O buffer */
24166 FILE * stream; /* a FILE* for the output */
24668 xmlBufferPtr buf; /* the XML buffer output */
24707 xmlBufferPtr buf; /* the XML buffer output */
24753 xmlBufferPtr buf; /* the XML buffer output */
24792 xmlBufferPtr buf; /* the XML buffer output */
24838 xmlBufferPtr buf; /* the XML buffer output */
24877 xmlBufferPtr buf; /* the XML buffer output */
25463 char * buf; /* an output buffer */
25516 char * buf; /* an output buffer */
28074 xmlOutputBufferPtr out; /* a buffered output */
28108 xmlOutputBufferPtr out; /* a buffered parser output */
28166 xmlOutputBufferPtr out; /* a buffered parser output */
32562 xmlBufferPtr buf; /* a buffer to receive the output */
33288 FILE * output; /* the file for the output debug */
33296 output = gen_FILE_ptr(n_output, 0);
33299 xmlRegexpPrint(output, regexp);
33301 des_FILE_ptr(n_output, output, 0);
33592 FILE * output; /* the file output */
33600 output = gen_FILE_ptr(n_output, 0);
33603 xmlSchemaDump(output, schema);
33605 des_FILE_ptr(n_output, output, 0);
42548 const char * uri; /* the URI of the resource for the output */
42550 int compression; /* compress the output? */
42591 int compression; /* compress the output? */
42632 int compression; /* compress the output? */
42676 int compression; /* compress the output? */
46685 FILE * output; /* the FILE * for the output */
46696 output = gen_FILE_ptr(n_output, 0);
46700 xmlXPathDebugDumpCompExpr(output, comp, depth);
46702 des_FILE_ptr(n_output, output, 0);
46731 FILE * output; /* the FILE * to dump the output */
46742 output = gen_FILE_ptr(n_output, 0);
46746 xmlXPathDebugDumpObject(output, cur, depth);
46748 des_FILE_ptr(n_output, output, 0);