Home
last modified time | relevance | path

Searched refs:yield_write (Results 1 – 1 of 1) sorted by relevance

/dports/net/gmid/gmid-1.7.5/
H A Dserver.c43 static inline void yield_write(int, struct client*, statefn);
92 yield_write(int fd, struct client *c, statefn fn) in yield_write() function
464 yield_write(fd, c, &handle_handshake); in handle_handshake()
667 yield_write(fd, c, &handle_open_conn); in handle_open_conn()
740 yield_write(fd, c, &handle_start_reply); in handle_start_reply()
965 yield_write(fd, c, &handle_dirlist); in handle_dirlist()
1016 yield_write(fd, c, &send_directory_listing); in send_directory_listing()
1078 yield_write(c->fd, c, &handle_copy); in handle_copy()