Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c247 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
249 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
253 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
256 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
257 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
258 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c253 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
255 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
259 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
262 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
263 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
264 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c251 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) macro
253 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
257 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
260 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
261 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
262 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))