Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.h351 } PySocketModule_APIObject; typedef
Dsocketmodule.c7034 sock_free_api(PySocketModule_APIObject *capi)
7049 static PySocketModule_APIObject *
7052 PySocketModule_APIObject *capi = PyMem_Malloc(sizeof(PySocketModule_APIObject));
7145 PySocketModule_APIObject *capi = sock_get_api();
D_ssl.c5720 PySocketModule_APIObject *sockmod = PySocketModule_ImportModuleAndAPI(); in sslmodule_init_socketapi()