Searched refs:sock_initobj_impl (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | socketmodule.c.h | 6 sock_initobj_impl(PySocketSockObject *self, int family, int type, int proto, 60 return_value = sock_initobj_impl((PySocketSockObject *)self, family, type, proto, fdobj); in sock_initobj()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | socketmodule.c | 5183 sock_initobj_impl(PySocketSockObject *self, int family, int type, int proto, function
|