Searched refs:PySocketModule_APIObject (Results 1 – 3 of 3) sorted by relevance
366 } PySocketModule_APIObject; typedef
7166 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();
5823 PySocketModule_APIObject *sockmod = PySocketModule_ImportModuleAndAPI(); in sslmodule_init_socketapi()