Home
last modified time | relevance | path

Searched refs:handle_read (Results 1 – 25 of 26) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_smtpd.py54 channel.handle_read()
84 channel.handle_read()
203 channel.handle_read()
240 channel.handle_read()
308 self.channel.handle_read()
799 self.channel.handle_read()
851 self.channel.handle_read()
896 self.channel.handle_read()
938 self.channel.handle_read()
Dtest_asyncore.py298 d.handle_read()
415 def handle_read(self): member in FileWrapperTest.test_dispatcher.FileDispatcher
580 def handle_read(self): member in BaseTestAPI.test_handle_read.TestClient
609 def handle_read(self): member in BaseTestAPI.test_handle_close.TestClient
648 def handle_read(self): member in BaseTestAPI.test_handle_close_after_conn_broken.TestHandler
Dtest_poplib.py199 def handle_read(self): member in DummyPOP3Handler
204 asynchat.async_chat.handle_read(self)
250 handle_read = handle_connect variable in DummyPOP3Server
Dtest_asynchat.py273 dispatcher.handle_read()
Dtest_ftplib.py68 def handle_read(self): member in DummyDTPHandler
312 handle_read = handle_connect variable in DummyFTPServer
Dtest_os.py3222 def handle_read(self): member in SendfileTestServer.Handler
3288 handle_read = handle_connect variable in SendfileTestServer
Dtest_ssl.py2719 def handle_read(self): member in AsyncoreEchoServer.EchoServer.ConnectionHandler
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h80 extern int handle_read(int fd, void *buffer, size_t len);
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.h71 gboolean handle_read; member
Dgstmultifdsink.c414 this->handle_read = DEFAULT_HANDLE_READ; in gst_multi_fd_sink_init()
530 if (sink->handle_read) { in gst_multi_fd_sink_new_client()
1068 multifdsink->handle_read = g_value_get_boolean (value); in gst_multi_fd_sink_set_property()
1087 g_value_set_boolean (value, multifdsink->handle_read); in gst_multi_fd_sink_get_property()
/third_party/python/Lib/
Dasyncore.py425 self.handle_read()
427 self.handle_read()
486 def handle_read(self): member in dispatcher
Dasynchat.py122 def handle_read(self): member in async_chat
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired.c120 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() function
183 if (eloop_register_read_sock(drv->common.sock, handle_read, in wired_init_sockets()
Ddriver_bsd.c992 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
1022 handle_read, drv, 0); in bsd_init()
1192 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
1240 handle_read, drv, 0); in wpa_driver_bsd_associate()
Ddriver_atheros.c1689 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
1751 handle_read, drv, 1); in atheros_init()
1761 ETH_P_EAPOL, handle_read, drv, in atheros_init()
1769 handle_read, drv, 1); in atheros_init()
Ddriver_hostap.c200 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() function
228 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) { in hostap_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c120 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() function
183 if (eloop_register_read_sock(drv->common.sock, handle_read, in wired_init_sockets()
Ddriver_bsd.c843 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
872 handle_read, drv, 0); in bsd_init()
1052 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
1100 handle_read, drv, 0); in wpa_driver_bsd_associate()
Ddriver_atheros.c1700 handle_read(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in handle_read() function
1762 handle_read, drv, 1); in atheros_init()
1772 ETH_P_EAPOL, handle_read, drv, in atheros_init()
1780 handle_read, drv, 1); in atheros_init()
Ddriver_hostap.c200 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() function
228 if (eloop_register_read_sock(drv->sock, handle_read, drv, NULL)) { in hostap_init_sockets()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c395 handle_read(nir_deref_instr *src, struct match_state *state) in handle_read() function
544 handle_read(nir_src_as_deref(intrin->src[0]), state); in opt_find_array_copies_block()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusb_handle.c232 int handle_read(int fd, void *buffer, size_t len) in handle_read() function
/third_party/python/Doc/library/
Dasyncore.rst114 .. method:: handle_read()
315 def handle_read(self):
341 def handle_read(self):
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2900 The asynchat.async_chat.handle_read() method now ignores BlockingIOError
/third_party/chromium/patch/
D0003-ohos-1115.patch255671 - proc handle_read {op args} {
255688 - tvfs script handle_read
255729 - proc handle_read {op args} {
255986 + proc handle_read {op args} {
255999 + tvfs script handle_read
256006 - tvfs script handle_read
256049 + proc handle_read {op args} {
256062 + tvfs script handle_read

12