Home | History | Annotate | Download | only in policyrep

Lines Matching refs:SWIGPY_CAPSULE_NAME

934 # define SWIGPY_CAPSULE_NAME ((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION ".type_pointer_capsule" SWIG_TYPE_TABLE_NAME)
2602 type_pointer = PyCapsule_Import(SWIGPY_CAPSULE_NAME, 0);
2656 swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME);
2683 PyObject *pointer = PyCapsule_New((void *) swig_module, SWIGPY_CAPSULE_NAME, SWIG_Python_DestroyModule);