ELinks 0.18.0
lock.h File Reference
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ FSP_NOLOCKING

#define FSP_NOLOCKING   1

Typedef Documentation

◆ FSP_LOCK

typedef struct FSP_LOCK FSP_LOCK

Function Documentation

◆ client_destroy_key()

void client_destroy_key ( FSP_LOCK * lock)

◆ client_get_key()

unsigned short client_get_key ( FSP_LOCK * lock)

◆ client_init_key()

int client_init_key ( FSP_LOCK * lock,
unsigned long server_addr,
unsigned short server_port )

◆ client_set_key()

void client_set_key ( FSP_LOCK * lock,
unsigned short key )