Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c4408 sock_sendmsg_impl(PySocketSockObject *s, void *data) in sock_sendmsg_impl() function
4584 if (sock_call(s, 1, sock_sendmsg_impl, &ctx) < 0)
4761 if (sock_call(self, 1, sock_sendmsg_impl, &ctx) < 0) {