Home
last modified time | relevance | path

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

/dports/net/gmid/gmid-1.7.5/
H A Dserver.c54 static void handle_start_reply(int, short, void*);
709 handle_start_reply(c->fd, 0, c); in start_reply()
713 handle_start_reply(int fd, short ev, void *d) in handle_start_reply() function
737 yield_read(fd, c, &handle_start_reply); in handle_start_reply()
740 yield_write(fd, c, &handle_start_reply); in handle_start_reply()