1gearman_worker_function_exist(3)    Gearman   gearman_worker_function_exist(3)
2
3
4

NAME

6       gearman_worker_function_exist - Worker Declarations
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11         bool  gearman_worker_function_exist(gearman_worker_st *worker,  const
12       char *function_name,  size_t function_length);
13

DESCRIPTION

15       See if a function exists in the server. It will not return true if  the
16       function is currently being de-allocated.
17

PARAMETERS

19              [in] worker gearman_worker_st that will be used.
20
21              [in] function_name Function name for search.
22
23              [in] function_length Length of function name.
24

RETURN VALUE

26       bool
27

SEE ALSO

29       The Gearman homepage: http://www.gearman.org/
30

BUGS

32       Bugs should be reported at https://bugs.launchpad.net/gearmand
33

COPYING

35       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
36
37       Use  and  distribution  licensed under the BSD license. See the COPYING
38       file in the original source for full text.
39
40
41
42Gearman                           2010-03-15  gearman_worker_function_exist(3)
Impressum