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