Home | History | Annotate | Download | only in libxml2

Lines Matching defs:out

378     if (no == 0) return(fopen("test.out", "a+"));
387 return(fopen("test.out", "a+"));
576 if (no == 0) return(xmlNewTextWriterFilename("test.out", 0));
653 if (no == 0) return(xmlOutputBufferCreateFilename("test.out", NULL, 0));
1302 unsigned char * out; /* a pointer to an array of bytes to store the result */
1304 int * outlen; /* the length of @out */
1316 out = gen_unsigned_char_ptr(n_out, 0);
1321 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1324 des_unsigned_char_ptr(n_out, out, 0);
1922 unsigned char * out; /* a pointer to an array of bytes to store the result */
1924 int * outlen; /* the length of @out */
1939 out = gen_unsigned_char_ptr(n_out, 0);
1945 ret_val = htmlEncodeEntities(out, outlen, (const unsigned char *)in, inlen, quoteChar);
1948 des_unsigned_char_ptr(n_out, out, 0);
2975 xmlChar ** mem; /* OUT: the memory pointer */
2977 int * size; /* OUT: the memory length */
3021 xmlChar ** mem; /* OUT: the memory pointer */
3023 int * size; /* OUT: the memory length */
3270 FILE * out; /* the FILE pointer */
3281 out = gen_FILE_ptr(n_out, 0);
3285 htmlNodeDumpFile(out, doc, cur);
3287 des_FILE_ptr(n_out, out, 0);
3317 FILE * out; /* the FILE pointer */
3334 out = gen_FILE_ptr(n_out, 0);
3340 ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
3343 des_FILE_ptr(n_out, out, 0);
5651 FILE * out; /* the file. */
5658 out = gen_FILE_ptr(n_out, 1);
5660 xmlACatalogDump(catal, out);
5663 des_FILE_ptr(n_out, out, 1);
5984 FILE * out; /* the file. */
5989 out = gen_FILE_ptr(n_out, 0);
5991 xmlCatalogDump(out);
5993 des_FILE_ptr(n_out, out, 0);
8521 unsigned char * out; /* a pointer to an array of bytes to store the result */
8523 int * outlen; /* the length of @out */
8535 out = gen_unsigned_char_ptr(n_out, 0);
8540 ret_val = UTF8Toisolat1(out, outlen, (const unsigned char *)in, inlen);
8543 des_unsigned_char_ptr(n_out, out, 0);
8576 unsigned char * out; /* a pointer to an array of bytes to store the result */
8578 int * outlen; /* the length of @out */
8590 out = gen_unsigned_char_ptr(n_out, 0);
8595 ret_val = isolat1ToUTF8(out, outlen, (const unsigned char *)in, inlen);
8598 des_unsigned_char_ptr(n_out, out, 0);
8699 xmlBufferPtr out; /* an xmlBuffer for the output. */
8709 out = gen_xmlBufferPtr(n_out, 1);
8712 ret_val = xmlCharEncFirstLine(handler, out, in);
8716 des_xmlBufferPtr(n_out, out, 1);
8745 xmlBufferPtr out; /* an xmlBuffer for the output. */
8755 out = gen_xmlBufferPtr(n_out, 1);
8758 ret_val = xmlCharEncInFunc(handler, out, in);
8762 des_xmlBufferPtr(n_out, out, 1);
8791 xmlBufferPtr out; /* an xmlBuffer for the output. */
8801 out = gen_xmlBufferPtr(n_out, 1);
8804 ret_val = xmlCharEncOutFunc(handler, out, in);
8808 des_xmlBufferPtr(n_out, out, 1);
15780 xmlChar * out; /* pointer to an array of xmlChar */
15790 out = gen_xmlChar_ptr(n_out, 1);
15793 ret_val = xmlCopyChar(len, out, val);
15797 des_xmlChar_ptr(n_out, out, 1);
15824 xmlChar * out; /* pointer to an array of xmlChar */
15832 out = gen_xmlChar_ptr(n_out, 0);
15835 ret_val = xmlCopyCharMultiByte(out, val);
15838 des_xmlChar_ptr(n_out, out, 0);
20021 xmlChar ** mem; /* OUT: the memory pointer */
20023 int * size; /* OUT: the memory length */
20134 xmlChar ** mem; /* OUT: the memory pointer */
20136 int * size; /* OUT: the memory length */
28572 xmlOutputBufferPtr out; /* a buffered output */
28577 out = gen_xmlOutputBufferPtr(n_out, 0);
28579 ret_val = xmlOutputBufferFlush(out);
28582 des_xmlOutputBufferPtr(n_out, out, 0);
28606 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */
28611 out = gen_xmlOutputBufferPtr(n_out, 0);
28613 ret_val = xmlOutputBufferGetContent(out);
28616 des_xmlOutputBufferPtr(n_out, out, 0);
28650 xmlOutputBufferPtr out; /* a buffered parser output */
28661 out = gen_xmlOutputBufferPtr(n_out, 0);
28665 ret_val = xmlOutputBufferWrite(out, len, (const char *)buf);
28668 des_xmlOutputBufferPtr(n_out, out, 0);
28708 xmlOutputBufferPtr out; /* a buffered parser output */
28716 out = gen_xmlOutputBufferPtr(n_out, 0);
28719 ret_val = xmlOutputBufferWriteString(out, (const char *)str);
28722 des_xmlOutputBufferPtr(n_out, out, 0);
33527 int * nbval; /* pointer to the number of accepted values IN/OUT */
33594 int * nbval; /* pointer to the number of accepted values IN/OUT */
43172 xmlOutputBufferPtr out; /* an xmlOutputBufferPtr */
43177 out = gen_xmlOutputBufferPtr(n_out, 0);
43179 ret_val = xmlNewTextWriter(out);
43180 if (ret_val != NULL) out = NULL;
43183 des_xmlOutputBufferPtr(n_out, out, 0);