Home
last modified time | relevance | path

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

/dports/net/gmid/gmid-1.7.5/
H A Dserver.c461 yield_read(fd, c, &handle_handshake); in handle_handshake()
663 yield_read(fd, c, &handle_open_conn); in handle_open_conn()
737 yield_read(fd, c, &handle_start_reply); in handle_start_reply()
962 yield_read(fd, c, &handle_dirlist); in handle_dirlist()
1062 yield_read(fd, c, &handle_cgi_reply); in handle_cgi_reply()
1082 yield_read(c->fd, c, &handle_copy); in handle_copy()
1097 yield_read(c->pfd, c, &handle_copy); in handle_copy()
1119 yield_read(c->fd, c, &close_conn); in close_conn()
1122 yield_read(c->fd, c, &close_conn); in close_conn()
1182 yield_read(fd, c, &handle_handshake); in do_accept()
[all …]