Home | History | Annotate | Download | only in policyrep

Lines Matching refs:module_head

16270   swig_module_info *module_head, *iter;
16285 module_head = SWIG_GetModule(clientdata);
16286 if (!module_head) {
16290 module_head = &swig_module;
16294 iter=module_head;
16301 } while (iter!= module_head);
16306 swig_module.next = module_head->next;
16307 module_head->next = &swig_module;