Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c3845 sock_recvmsg_impl(PySocketSockObject *s, void *data) in sock_recvmsg_impl() function
3912 if (sock_call(s, 0, sock_recvmsg_impl, &ctx) < 0) in sock_recvmsg_guts()