Searched refs:PySocket_CAPSULE_NAME (Results 1 – 4 of 4) sorted by relevance
81 #define PySocket_CAPSULE_NAME (PySocket_MODULE_NAME "." PySocket_CAPI_NAME) macro233 DPRINTF(" Loading capsule %s\n", PySocket_CAPSULE_NAME); in PySocketModule_ImportModuleAndAPI()234 api = PyCapsule_Import(PySocket_CAPSULE_NAME, 1); in PySocketModule_ImportModuleAndAPI()
4660 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)
160 #define PySocket_CAPSULE_NAME PySocket_MODULE_NAME "." PySocket_CAPI_NAME macro297 #define PySocketModule_ImportModuleAndAPI() PyCapsule_Import(PySocket_CAPSULE_NAME, 1)
7120 PyCapsule_New(&PySocketModuleAPI, PySocket_CAPSULE_NAME, NULL)