Data Structures | |
| struct | gearman_queue_libmemcached_st |
Defines | |
| #define | GEARMAN_QUEUE_LIBMEMCACHED_DEFAULT_PREFIX "gear_" |
Functions | |
| static gearman_return_t | _libmemcached_add (gearman_server_st *server, void *context, const void *unique, size_t unique_size, const void *function_name, size_t function_name_size, const void *data, size_t data_size, gearman_job_priority_t priority) |
| static gearman_return_t | _libmemcached_flush (gearman_server_st *server, void *context) |
| static gearman_return_t | _libmemcached_done (gearman_server_st *server, void *context, const void *unique, size_t unique_size, const void *function_name, size_t function_name_size) |
| static gearman_return_t | _libmemcached_replay (gearman_server_st *server, void *context, gearman_queue_add_fn *add_fn, void *add_context) |
| #define GEARMAN_QUEUE_LIBMEMCACHED_DEFAULT_PREFIX "gear_" |
Default values.
Definition at line 28 of file queue_libmemcached.c.
| static gearman_return_t _libmemcached_add | ( | gearman_server_st * | server, | |
| void * | context, | |||
| const void * | unique, | |||
| size_t | unique_size, | |||
| const void * | function_name, | |||
| size_t | function_name_size, | |||
| const void * | data, | |||
| size_t | data_size, | |||
| gearman_job_priority_t | priority | |||
| ) | [static] |
Definition at line 189 of file queue_libmemcached.c.
| static gearman_return_t _libmemcached_flush | ( | gearman_server_st * | server, | |
| void * | context | |||
| ) | [static] |
| static gearman_return_t _libmemcached_done | ( | gearman_server_st * | server, | |
| void * | context, | |||
| const void * | unique, | |||
| size_t | unique_size, | |||
| const void * | function_name, | |||
| size_t | function_name_size | |||
| ) | [static] |
Definition at line 227 of file queue_libmemcached.c.
| static gearman_return_t _libmemcached_replay | ( | gearman_server_st * | server, | |
| void * | context, | |||
| gearman_queue_add_fn * | add_fn, | |||
| void * | add_context | |||
| ) | [static] |
Definition at line 323 of file queue_libmemcached.c.
1.6.3