Searched refs:client_file_cb (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dfile.c75 int stream, client_file_cb cb, void *cbdata)
100 file_create_with_client(struct client *c, int stream, client_file_cb cb,
287 size_t bsize, client_file_cb cb, void *cbdata)
360 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata)
560 client_file_cb cb, void *cbdata)
720 struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb,
H A Dtmux.h1689 typedef void (*client_file_cb) (struct client *, const char *, int, int, typedef
1706 client_file_cb cb;
2617 struct client_files *, int, client_file_cb, void *);
2619 client_file_cb, void *);
2629 client_file_cb, void *);
2630 struct client_file *file_read(struct client *, const char *, client_file_cb,
2636 struct imsg *, int, int, client_file_cb, void *);
2640 int, int, client_file_cb, void *);

Completed in 172 milliseconds