Lines Matching refs:FILE
42 FILE *output; /* the output file */
816 * @output: the FILE * for the output
854 * @output: the FILE * for the output
871 * @output: the FILE * for the output
1054 * @output: the FILE * for the output
1081 * @output: the FILE * for the output
1167 * @output: the FILE * for the output
1207 * @output: the FILE * for the output
1275 * @output: the FILE * for the output
1309 * @output: the FILE * for the output
1340 * @output: the FILE * for the output
1346 xmlDebugDumpString(FILE * output, const xmlChar * str)
1370 * @output: the FILE * for the output
1377 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
1391 * @output: the FILE * for the output
1397 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc)
1410 * @output: the FILE * for the output
1417 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
1431 * @output: the FILE * for the output
1438 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth)
1452 * @output: the FILE * for the output
1459 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth)
1474 * @output: the FILE * for the output
1481 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth)
1496 * @output: the FILE * for the output
1502 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc)
1517 * @output: the FILE * for the output
1523 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc)
1538 * @output: the FILE * for the output
1544 xmlDebugDumpDTD(FILE * output, xmlDtdPtr dtd)
1565 * @output: the FILE * for the output
1574 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc)
1654 * @output: the FILE * for the output
1660 xmlLsOneNode(FILE *output, xmlNodePtr node) {
1881 * @node : a non-null node to print to the output FILE
1883 * Print node to the output FILE
1888 FILE *fp;
1909 * @node : a non-null node to print to the output FILE
1911 * Print node to the output FILE
1925 * Prints result to the output FILE
1979 * Prints result to the output FILE
2442 * @filename: the file name
2497 * @filename: the file name
2547 FILE *f;
2565 * @filename: the file name (optional)
2794 * @output: the output FILE*, defaults to stdout if NULL
2802 FILE * output)