Home | History | Annotate | Download | only in host_src

Lines Matching refs:FILE

3  * File:
7 * This file contains the debug message handling routines for the EAS library.
13 * you may not use this file except in compliance with the License.
43 /* debug file */
44 static FILE *debugFile = NULL;
49 /* structure should have an #include for each error message header file */
256 * Redirect debugger output to the specified file.
259 void EAS_SetDebugFile (void *file, int flushAfterWrite)
261 debugFile = (FILE*) file;