Searched refs:swig_module (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
H A D | netpgptcl_wrap.c | 1571 static swig_module_info swig_module = {swig_types, 4, 0, 0, 0, 0}; variable 1572 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) 1573 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) 2240 …_t_methods, swig_netpgp_t_attributes, swig_netpgp_t_bases,swig_netpgp_t_base_names, &swig_module }; 3220 if (swig_module.next==0) { in SWIG_InitializeModule() 3222 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule() 3223 swig_module.cast_initial = swig_cast_initial; in SWIG_InitializeModule() 3224 swig_module.next = &swig_module; in SWIG_InitializeModule() 3232 SWIG_SetModule(clientdata, &swig_module); in SWIG_InitializeModule() 3233 module_head = &swig_module; in SWIG_InitializeModule() [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
H A D | netpgpperl_wrap.c | 1414 static swig_module_info swig_module = {swig_types, 4, 0, 0, 0, 0}; variable 1415 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) 1416 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) 3955 if (swig_module.next==0) { in SWIG_InitializeModule() 3957 swig_module.type_initial = swig_type_initial; in SWIG_InitializeModule() 3958 swig_module.cast_initial = swig_cast_initial; in SWIG_InitializeModule() 3959 swig_module.next = &swig_module; in SWIG_InitializeModule() 3967 SWIG_SetModule(clientdata, &swig_module); in SWIG_InitializeModule() 3968 module_head = &swig_module; in SWIG_InitializeModule() 3974 if (iter==&swig_module) { in SWIG_InitializeModule() [all …]
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
H A D | netpgppython_wrap.c | 2273 swig_module_info *swig_module = (swig_module_info *) vptr; in SWIG_Python_DestroyModule() local 2274 swig_type_info **types = swig_module->types; in SWIG_Python_DestroyModule() 2276 for (i =0; i < swig_module->size; ++i) { in SWIG_Python_DestroyModule() 2287 SWIG_Python_SetModule(swig_module_info *swig_module) { in SWIG_Python_SetModule() argument 2292 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule); in SWIG_Python_SetModule() 2317 swig_module_info *swig_module = SWIG_Python_GetModule(); in SWIG_Python_TypeQuery() local 2318 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type); in SWIG_Python_TypeQuery() 2456 static swig_module_info swig_module = {swig_types, 4, 0, 0, 0, 0}; variable 2457 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) 2458 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) [all …]
|