Searched refs:write_req_t (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mit/libuv/dist/docs/code/pipe-echo-server/
H A Dmain.c17 } write_req_t; typedef in typeref:struct:__anon2
20 write_req_t *wr = (write_req_t*) req;
39 write_req_t *req = (write_req_t*) malloc(sizeof(write_req_t));
/netbsd-current/external/mit/libuv/dist/docs/code/tcp-echo-server/
H A Dmain.c15 } write_req_t; typedef in typeref:struct:__anon3
18 write_req_t *wr = (write_req_t*) req;
41 write_req_t *req = (write_req_t*) malloc(sizeof(write_req_t));
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dworker.c14 } write_req_t; typedef in typeref:struct:__anon1
17 write_req_t *wr = (write_req_t*) req;
36 write_req_t *req = (write_req_t*) malloc(sizeof(write_req_t));
/netbsd-current/external/mit/libuv/dist/docs/code/uvtee/
H A Dmain.c11 } write_req_t; typedef in typeref:struct:__anon1
23 write_req_t *wr = (write_req_t*) req;
37 write_req_t *req = (write_req_t*) malloc(sizeof(write_req_t));
/netbsd-current/external/mit/libuv/dist/test/
H A Decho-server.c30 } write_req_t; typedef in typeref:struct:__anon66
50 write_req_t* wr;
53 wr = (write_req_t*) req;
84 write_req_t *wr;
135 wr = (write_req_t*) malloc(sizeof *wr);

Completed in 191 milliseconds