Options for gearman_universal_st.
Definition at line 123 of file constants.h.
| gearman_universal_st* gearman_universal_create | ( | gearman_universal_st * | universal, | |
| const gearman_universal_options_t * | options | |||
| ) |
Definition at line 22 of file universal.c.
| gearman_universal_st* gearman_universal_clone | ( | gearman_universal_st * | destination, | |
| const gearman_universal_st * | source | |||
| ) |
Definition at line 68 of file universal.c.
| void gearman_universal_free | ( | gearman_universal_st * | universal | ) |
Definition at line 106 of file universal.c.
| gearman_return_t gearman_universal_set_option | ( | gearman_universal_st * | universal, | |
| gearman_universal_options_t | option, | |||
| bool | value | |||
| ) |
Definition at line 121 of file universal.c.
| int gearman_universal_timeout | ( | gearman_universal_st * | universal | ) |
Definition at line 139 of file universal.c.
| void gearman_universal_set_timeout | ( | gearman_universal_st * | universal, | |
| int | timeout | |||
| ) |
Definition at line 144 of file universal.c.
| void gearman_set_log_fn | ( | gearman_universal_st * | universal, | |
| gearman_log_fn * | function, | |||
| void * | context, | |||
| gearman_verbose_t | verbose | |||
| ) |
Definition at line 149 of file universal.c.
| void gearman_set_event_watch_fn | ( | gearman_universal_st * | universal, | |
| gearman_event_watch_fn * | function, | |||
| void * | context | |||
| ) |
Definition at line 157 of file universal.c.
| void gearman_set_workload_malloc_fn | ( | gearman_universal_st * | universal, | |
| gearman_malloc_fn * | function, | |||
| void * | context | |||
| ) |
Definition at line 165 of file universal.c.
| void gearman_set_workload_free_fn | ( | gearman_universal_st * | universal, | |
| gearman_free_fn * | function, | |||
| void * | context | |||
| ) |
Definition at line 173 of file universal.c.
| void gearman_free_all_cons | ( | gearman_universal_st * | universal | ) |
Definition at line 181 of file universal.c.
| gearman_return_t gearman_flush_all | ( | gearman_universal_st * | universal | ) |
Definition at line 187 of file universal.c.
| gearman_return_t gearman_wait | ( | gearman_universal_st * | universal | ) |
Definition at line 205 of file universal.c.
| gearman_connection_st* gearman_ready | ( | gearman_universal_st * | universal | ) |
Definition at line 284 of file universal.c.
| static void _push_blocking | ( | gearman_universal_st * | universal, | |
| bool * | orig_block_universal | |||
| ) | [inline, static] |
Definition at line 307 of file universal.c.
| static void _pop_non_blocking | ( | gearman_universal_st * | universal, | |
| bool | orig_block_universal | |||
| ) | [inline, static] |
Definition at line 313 of file universal.c.
| gearman_return_t gearman_echo | ( | gearman_universal_st * | universal, | |
| const void * | workload, | |||
| size_t | workload_size | |||
| ) |
Definition at line 318 of file universal.c.
| void gearman_free_all_packets | ( | gearman_universal_st * | universal | ) |
Definition at line 377 of file universal.c.
| void gearman_universal_set_error | ( | gearman_universal_st * | universal, | |
| const char * | function, | |||
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 387 of file universal.c.
1.6.3