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

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 247 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
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))
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 253 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
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))
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 251 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
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))

Completed in 45 milliseconds