HomeSort by: relevance | last modified time | path
    Searched refs:on_write (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/docs/code/uvcat/
main.c 16 void on_write(uv_fs_t *req) { function
36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write); local
  /src/external/mit/libuv/dist/test/
test-tcp-read-stop-start.c 42 static void on_write(uv_write_t* req, int status) { function
70 do_write(stream, on_write);
  /src/external/bsd/unbound/dist/testcode/
doqclient.c 251 static void on_write(struct doq_client_data* data);
1640 on_write(data);
2030 on_write(struct doq_client_data* data)
2065 on_write(data);
2242 on_write(data);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-fd.cc 239 void on_write (sm_context *sm_ctxt, const supernode *node, const gimple *stmt,
1225 on_write (sm_ctxt, node, stmt, call, callee_fndecl);
1537 fd_state_machine::on_write (sm_context *sm_ctxt, const supernode *node, function in class:ana::__anon12592::fd_state_machine

Completed in 32 milliseconds