Functions | |
gearman_connection_st * | gearman_connection_create (gearman_universal_st *gearman, gearman_connection_st *connection, gearman_connection_options_t *options) |
gearman_connection_st * | gearman_connection_create_args (gearman_universal_st *gearman, gearman_connection_st *connection, const char *host, in_port_t port) |
gearman_connection_st * | gearman_connection_clone (gearman_universal_st *gearman, gearman_connection_st *connection, const gearman_connection_st *from) |
void | gearman_connection_free (gearman_connection_st *connection) |
gearman_return_t | gearman_connection_set_option (gearman_connection_st *connection, gearman_connection_options_t options, bool value) |
static gearman_return_t | _con_setsockopt (gearman_connection_st *connection) |
gearman_connection_st* gearman_connection_create | ( | gearman_universal_st * | gearman, |
gearman_connection_st * | connection, | ||
gearman_connection_options_t * | options | ||
) |
Definition at line 26 of file connection.c.
gearman_connection_st* gearman_connection_create_args | ( | gearman_universal_st * | gearman, |
gearman_connection_st * | connection, | ||
const char * | host, | ||
in_port_t | port | ||
) |
Definition at line 101 of file connection.c.
gearman_connection_st* gearman_connection_clone | ( | gearman_universal_st * | gearman, |
gearman_connection_st * | connection, | ||
const gearman_connection_st * | from | ||
) |
Definition at line 113 of file connection.c.
void gearman_connection_free | ( | gearman_connection_st * | connection | ) |
Definition at line 133 of file connection.c.
gearman_return_t gearman_connection_set_option | ( | gearman_connection_st * | connection, |
gearman_connection_options_t | options, | ||
bool | value | ||
) |
Definition at line 158 of file connection.c.
static gearman_return_t _con_setsockopt | ( | gearman_connection_st * | connection | ) | [static] |
Set socket options for a connection.
Definition at line 990 of file connection.c.