OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWIG_ERROR
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c
221
more explicit by returning SWIG_BADOBJ,
SWIG_ERROR
or any of the
240
#define
SWIG_ERROR
(-1)
242
#define SWIG_ArgError(r) ((r !=
SWIG_ERROR
) ? r : SWIG_TypeError)
251
#define SWIG_BADOBJ (
SWIG_ERROR
)
275
return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) :
SWIG_ERROR
) : r;
893
#define
SWIG_Error
(code, msg) sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code), msg)
900
#define SWIG_SetError(str)
SWIG_Error
(SWIG_RuntimeError, str)
1082
return
SWIG_ERROR
;
1096
return
SWIG_ERROR
;
1099
return
SWIG_ERROR
;
[
all
...]
/src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c
227
more explicit by returning SWIG_BADOBJ,
SWIG_ERROR
or any of the
246
#define
SWIG_ERROR
(-1)
248
#define SWIG_ArgError(r) ((r !=
SWIG_ERROR
) ? r : SWIG_TypeError)
257
#define SWIG_BADOBJ (
SWIG_ERROR
)
281
return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) :
SWIG_ERROR
) : r;
929
#define
SWIG_Error
(code, msg) SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)
1021
return
SWIG_ERROR
;
1028
return
SWIG_ERROR
;
1081
return
SWIG_ERROR
;
1558
#define SWIG_exception_fail(code, msg) do {
SWIG_Error
(code, msg); SWIG_fail; } while(0)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c
225
more explicit by returning SWIG_BADOBJ,
SWIG_ERROR
or any of the
244
#define
SWIG_ERROR
(-1)
246
#define SWIG_ArgError(r) ((r !=
SWIG_ERROR
) ? r : SWIG_TypeError)
255
#define SWIG_BADOBJ (
SWIG_ERROR
)
279
return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) :
SWIG_ERROR
) : r;
1012
#define
SWIG_Error
(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
1954
if (!obj) return
SWIG_ERROR
;
1989
int res =
SWIG_ERROR
;
2044
if (!desc) return
SWIG_ERROR
;
2048
if (!tc) return
SWIG_ERROR
;
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026