#include "server_setup.h"
Go to the source code of this file.
Defines | |
#define | SERVERLOGS_LOCK "log/serverlogs.lock" |
#define | TEST_DATA_PATH "%s/data/test%ld" |
Functions | |
void | clear_advisor_read_lock (const char *filename) |
char * | data_to_hex (char *data, size_t len) |
void | logmsg (const char *msg,...) |
void | set_advisor_read_lock (const char *filename) |
int | strncasecompare (const char *first, const char *second, size_t max) |
char * | test2file (long testno) |
int | wait_ms (int timeout_ms) |
int | write_pidfile (const char *filename) |
Variables | |
const char * | path |
const char * | serverlogfile |
#define SERVERLOGS_LOCK "log/serverlogs.lock" |
Definition at line 31 of file opt/curl/tests/server/util.h.
#define TEST_DATA_PATH "%s/data/test%ld" |
Definition at line 29 of file opt/curl/tests/server/util.h.
void clear_advisor_read_lock | ( | const char * | filename | ) |
char* data_to_hex | ( | char * | data, |
size_t | len | ||
) |
void set_advisor_read_lock | ( | const char * | filename | ) |
int strncasecompare | ( | const char * | first, |
const char * | second, | ||
size_t | max | ||
) |
int write_pidfile | ( | const char * | filename | ) |
const char* serverlogfile |
Definition at line 44 of file fake_ntlm.c.