Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1406 PySwigObject_New(void *ptr, swig_type_info *ty, int own);
1422 PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0); in PySwigObject_dealloc()
1673 PySwigObject_New(void *ptr, swig_type_info *ty, int own) in PySwigObject_New() function
2191 PyObject *robj = PySwigObject_New(ptr, type, own); in SWIG_Python_NewPointerObj()