Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsocketmodule.c2482 sock_accept_impl(PySocketSockObject *s, void *data) in sock_accept_impl() function
2541 if (sock_call(s, 0, sock_accept_impl, &ctx) < 0) in sock_accept()