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

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
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)
3902 * swig_module, and does all the lookup, filling in the swig_module.types
3955 if (swig_module.next==0) {
3956 /* Initialize the swig_module */
3957 swig_module.type_initial = swig_type_initial
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
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 static swig_class _wrap_class_netpgp_t = { "netpgp_t", &SWIGTYPE_p_netpgp_t,_wrap_new_netpgp_t, swig_delete_netpgp_t, swig_netpgp_t_methods, swig_netpgp_t_attributes, swig_netpgp_t_bases,swig_netpgp_t_base_names, &swig_module };
3167 * swig_module, and does all the lookup, filling in the swig_module.types
3220 if (swig_module.next==0) {
3221 /* Initialize the swig_module */
    [all...]
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 2273 swig_module_info *swig_module = (swig_module_info *) vptr; local
2274 swig_type_info **types = swig_module->types;
2276 for (i =0; i < swig_module->size; ++i) {
2287 SWIG_Python_SetModule(swig_module_info *swig_module) {
2292 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2317 swig_module_info *swig_module = SWIG_Python_GetModule(); local
2318 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
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
    [all...]

Completed in 37 milliseconds