Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
Dsocketmodule.h192 } PySocketModule_APIObject; typedef
218 PySocketModule_APIObject PySocketModule;
Dsocketmodule.c4576 PySocketModule_APIObject PySocketModuleAPI =
/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.h366 } PySocketModule_APIObject; typedef
Dsocketmodule.c7166 sock_free_api(PySocketModule_APIObject *capi)
7181 static PySocketModule_APIObject *
7184 PySocketModule_APIObject *capi = PyMem_Malloc(sizeof(PySocketModule_APIObject));
7277 PySocketModule_APIObject *capi = sock_get_api();
D_ssl.c5768 PySocketModule_APIObject *sockmod = PySocketModule_ImportModuleAndAPI(); in sslmodule_init_socketapi()