Home
last modified time | relevance | path

Searched refs:const_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c5114 swig_const_info *const_table, in SWIG_Python_FixMethods() argument
5124 for (j = 0; const_table[j].type; ++j) { in SWIG_Python_FixMethods()
5125 if (strncmp(const_table[j].name, name, in SWIG_Python_FixMethods()
5126 strlen(const_table[j].name)) == 0) { in SWIG_Python_FixMethods()
5127 ci = &(const_table[j]); in SWIG_Python_FixMethods()