Home
last modified time | relevance | path

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

/third_party/python/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.c5823 PySocketModule_APIObject *sockmod = PySocketModule_ImportModuleAndAPI(); in sslmodule_init_socketapi()