Functions | |
static gearman_worker_st * | _worker_allocate (gearman_worker_st *worker) |
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_add (gearman_worker_st *worker, const char *function_name, uint32_t timeout, gearman_worker_fn *worker_fn, const void *context) |
static void | _worker_function_free (gearman_worker_st *worker, gearman_worker_function_st *function) |
static gearman_job_st * | _job_create (gearman_worker_st *worker, gearman_job_st *job) |
static gearman_worker_st * _worker_allocate | ( | gearman_worker_st * | worker | ) | [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_add | ( | gearman_worker_st * | worker, | |
const char * | function_name, | |||
uint32_t | timeout, | |||
gearman_worker_fn * | worker_fn, | |||
const void * | context | |||
) | [static] |
static void _worker_function_free | ( | gearman_worker_st * | worker, | |
gearman_worker_function_st * | function | |||
) | [static] |
static gearman_job_st * _job_create | ( | gearman_worker_st * | worker, | |
gearman_job_st * | job | |||
) | [static] |