Functions | |
static struct _worker_function_st * | _function_exist (gearman_worker_st *worker, const char *function_name, size_t function_length) |
static gearman_worker_st * | _worker_allocate (gearman_worker_st *worker, bool is_clone) |
static gearman_return_t | _worker_packet_init (gearman_worker_st *worker) |
static gearman_return_t | _worker_add_server (const char *host, in_port_t port, void *context) |
static gearman_return_t | _worker_function_create (gearman_worker_st *worker, const char *function_name, size_t function_length, uint32_t timeout, gearman_worker_fn *worker_fn, void *context) |
static void | _worker_function_free (gearman_worker_st *worker, struct _worker_function_st *function) |
static struct _worker_function_st* _function_exist | ( | gearman_worker_st * | worker, | |
const char * | function_name, | |||
size_t | function_length | |||
) | [static, read] |
static gearman_worker_st * _worker_allocate | ( | gearman_worker_st * | worker, | |
bool | is_clone | |||
) | [static] |
static gearman_return_t _worker_packet_init | ( | gearman_worker_st * | worker | ) | [static] |
static gearman_return_t _worker_add_server | ( | const char * | host, | |
in_port_t | port, | |||
void * | context | |||
) | [static] |
static gearman_return_t _worker_function_create | ( | gearman_worker_st * | worker, | |
const char * | function_name, | |||
size_t | function_length, | |||
uint32_t | timeout, | |||
gearman_worker_fn * | worker_fn, | |||
void * | context | |||
) | [static] |
static void _worker_function_free | ( | gearman_worker_st * | worker, | |
struct _worker_function_st * | function | |||
) | [static] |