GEARMAN_PARSE_SERVERS(3) Gearmand GEARMAN_PARSE_SERVERS(3) NAME gearman_parse_servers - Gearmand Documentation, https://gearman.org/gearmand/ SYNOPSIS #include type gearman_parse_server_fn gearman_return_t gearman_parse_servers(const char *servers, gearman_parse_server_fn *function, void *context) Link with -lgearman DESCRIPTION gearman_parse_servers() parses a list of servers and call the gearman_parse_server_fn() for each server. RETURN VALUE A value of type gearman_return_t is returned. On success that value will be GEARMAN_SUCCESS. Use gearman_strerror to translate this value to a printable string. HOME To find out more information please check: https://gearman.org/gearmand/ SEE ALSO gearmand(8) libgearman(3) AUTHOR Data Differential http://www.datadifferential.com/ COPYRIGHT 2011-2014, Data Differential, http://www.datadifferential.com/ 2.0.0 July 22, 2026 GEARMAN_PARSE_SERVERS(3)