Searched refs:handle_write (Results 1 – 8 of 8) sorted by relevance
81 extern int handle_write(int fd, void *buffer, size_t len);
446 self.handle_write()489 def handle_write(self): member in dispatcher524 def handle_write(self): member in dispatcher_with_send
194 def handle_write(self): member in async_chat
299 d.handle_write()596 def handle_write(self): member in BaseTestAPI.test_handle_write.TestClient635 def handle_write(self): member in BaseTestAPI.test_handle_close_after_conn_broken.TestClient688 def handle_write(self): member in BaseTestAPI.test_handle_error.TestClient
420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, in handle_write() function625 progress |= handle_write(dst_deref, src_deref, instr->index, in opt_find_array_copies_block()
120 .. method:: handle_write()126 def handle_write(self):321 def handle_write(self):
71 :meth:`handle_write` method does nothing. You use the channel object's
251 int handle_write(int fd, void *buffer, size_t len) in handle_write() function