1GEARMAN_STRING_T(3) Gearmand GEARMAN_STRING_T(3)
2
3
4
6 gearman_string_t - Gearmand Documentation, http://gearman.info/
7
9 #include <libgearman/gearman.h>
10
11 gearman_string_t
12
13 size_t gearman_size(gearman_string_t)
14
15 const char *gearman_c_str(gearman_string_t)
16
17 Compile and link with -lgearman
18
20 The gearman_string_t is a simple type representing a "string". Once
21 created gearman_string_t are not mutable once created. They only point
22 to the strings that define them and require no deallocation.
23
25 gearmand(8) libgearman(3)
26
28 Data Differential http://www.datadifferential.com/
29
31 2011-2014, Data Differential, http://www.datadifferential.com/
32
33
34
35
361.1.19.1 Feb 18, 2020 GEARMAN_STRING_T(3)