#include "server_setup.h"
#include "curlx.h"
#include "getpart.h"
#include "util.h"
#include "timeval.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
Functions | |
void | clear_advisor_read_lock (const char *filename) |
char * | data_to_hex (char *data, size_t len) |
void | logmsg (const char *msg,...) |
static char | raw_toupper (char in) |
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 = "." |
#define ENABLE_CURLX_PRINTF |
void clear_advisor_read_lock | ( | const char * | filename | ) |
char* data_to_hex | ( | char * | data, |
size_t | len | ||
) |
static char raw_toupper | ( | char | in | ) | [static] |
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 | ) |