Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dsocketmodule.c.h6 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/
Dsocketmodule.c5183 sock_initobj_impl(PySocketSockObject *self, int family, int type, int proto, function