HomeSort by: relevance | last modified time | path
    Searched defs:module_head (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 3949 swig_module_info *module_head, *iter; local
3963 module_head = SWIG_GetModule(clientdata);
3964 if (!module_head) {
3968 module_head = &swig_module;
3972 iter=module_head;
3979 } while (iter!= module_head);
3984 swig_module.next = module_head->next;
3985 module_head->next = &swig_module;
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 3214 swig_module_info *module_head, *iter; local
3228 module_head = SWIG_GetModule(clientdata);
3229 if (!module_head) {
3233 module_head = &swig_module;
3237 iter=module_head;
3244 } while (iter!= module_head);
3249 swig_module.next = module_head->next;
3250 module_head->next = &swig_module;
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 4725 swig_module_info *module_head, *iter; local
4739 module_head = SWIG_GetModule(clientdata);
4740 if (!module_head) {
4744 module_head = &swig_module;
4748 iter=module_head;
4755 } while (iter!= module_head);
4760 swig_module.next = module_head->next;
4761 module_head->next = &swig_module;

Completed in 33 milliseconds