ELinks 0.18.0
|
Data Structures | |
struct | FSP_LOCK |
Macros | |
#define | FSP_NOLOCKING 1 |
Typedefs | |
typedef struct FSP_LOCK | FSP_LOCK |
Functions | |
unsigned short | client_get_key (FSP_LOCK *lock) |
void | client_set_key (FSP_LOCK *lock, unsigned short key) |
int | client_init_key (FSP_LOCK *lock, unsigned long server_addr, unsigned short server_port) |
void | client_destroy_key (FSP_LOCK *lock) |
#define FSP_NOLOCKING 1 |
typedef struct FSP_LOCK FSP_LOCK |
void client_destroy_key | ( | FSP_LOCK * | lock | ) |
unsigned short client_get_key | ( | FSP_LOCK * | lock | ) |
int client_init_key | ( | FSP_LOCK * | lock, |
unsigned long | server_addr, | ||
unsigned short | server_port ) |
void client_set_key | ( | FSP_LOCK * | lock, |
unsigned short | key ) |