FreeBSD Manual Pages
GEARMAN_ARGUMENT_MAKE(3) Gearmand GEARMAN_ARGUMENT_MAKE(3) NAME gearman_argument_make - Gearmand Documentation, http://gearman.info/ SYNOPSIS #include <libgearman/gearman.h> gearman_argument_t gearman_argument_t gearman_argument_make(const char *name, const size_t name_length, const char *value, const size_t value_size) Compile and link with -lgearman DESCRIPTION The gearman_argument_make() function initializes gearman_argument_t. gearman_argument_t is an abstraction used passing arguments too gear- man_execute(). The arguments are not copied, so any object that is used to initialize gearman_argument_t must continue to exist throughout the lifetime/usage of the structure. SEE ALSO gearmand(8) libgearman(3) gearman_client_error() or gearman_worker_er- ror() AUTHOR Data Differential http://www.datadifferential.com/ COPYRIGHT 2011-2013, Data Differential, http://www.datadifferential.com/ 1.1.8 June 06, 2013 GEARMAN_ARGUMENT_MAKE(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=gearman_argument_make&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>