Searched refs:SWIG_Python_NewPackedObj (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
H A D | netpgppython_wrap.c | 988 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 1000 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) 2207 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) { in SWIG_Python_NewPackedObj() function
|