Home | History | Annotate | Download | only in policyrep

Lines Matching refs:swig_module_info

338 typedef struct swig_module_info {
341 struct swig_module_info *next; /* Pointer to next element in circularly linked list */
345 } swig_module_info;
533 SWIG_MangledTypeQueryModule(swig_module_info *start,
534 swig_module_info *end,
536 swig_module_info *iter = start;
578 SWIG_TypeQueryModule(swig_module_info *start,
579 swig_module_info *end,
588 swig_module_info *iter = start;
2593 SWIGRUNTIME swig_module_info *
2613 return (swig_module_info *) type_pointer;
2656 swig_module_info *swig_module = (swig_module_info *) PyCapsule_GetPointer(obj, SWIGPY_CAPSULE_NAME);
2658 swig_module_info *swig_module = (swig_module_info *) vptr;
2674 SWIG_Python_SetModule(swig_module_info *swig_module) {
2720 swig_module_info *swig_module = SWIG_GetModule(0);
2969 static swig_module_info swig_module = {swig_types, 52, 0, 0, 0, 0};
16270 swig_module_info *module_head, *iter;