Lines Matching defs:local_client
61 struct local_client *pipe_client;
72 struct local_client *client; /* Actual (localsock) client */
82 typedef int (*fd_callback_t) (struct local_client * fd, char *buf, int len,
84 struct local_client ** new_client);
87 struct local_client {
91 struct local_client *next;
110 extern int do_command(struct local_client *client, struct clvm_header *msg,
114 extern int do_pre_command(struct local_client *client);
115 extern int do_post_command(struct local_client *client);
116 extern void cmd_client_cleanup(struct local_client *client);
117 extern int add_client(struct local_client *new_client);
120 extern void process_message(struct local_client *client, const char *buf,