TwiceAsNice
2019-02-18
|
#include <windows.h>
#include <stdio.h>
#include <time.h>
#include <errno.h>
#include "../libfli-libfli.h"
#include "../libfli-debug.h"
#include "../libfli-mem.h"
Macros | |
#define | MAX_DEBUG_STRING (1024) |
Functions | |
static void | _debug (int level, const char *buffer) |
int | debugclose (void) |
int | debugopen (char *host) |
void __cdecl | FLIDebug (int level, char *format,...) |
void | debug (int level, char *format,...) |
void | setdebuglevel (char *host, long level) |
Variables | |
LARGE_INTEGER | dlltime |
static int | _level = 0 |
static int | _forced = 0 |
static int | _debugstring = 0 |
static char * | _debugfile = NULL |
static HANDLE | dfile = INVALID_HANDLE_VALUE |
static HANDLE | debugmutex = NULL |
static char | _mutexname [] = { "1CE1A58C33904535873088172EFF34A0" } |
#define MAX_DEBUG_STRING (1024) |
|
static |
void debug | ( | int | level, |
char * | format, | ||
... | |||
) |
int debugclose | ( | void | ) |
int debugopen | ( | char * | host | ) |
void __cdecl FLIDebug | ( | int | level, |
char * | format, | ||
... | |||
) |
void setdebuglevel | ( | char * | host, |
long | level | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
LARGE_INTEGER dlltime |