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_cast_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c
302
struct
swig_cast_info
*cast; /* linked list of types that can cast into this type */
308
typedef struct
swig_cast_info
{
struct
311
struct
swig_cast_info
*next; /* pointer to next cast in linked list */
312
struct
swig_cast_info
*prev; /* pointer to the previous cast */
313
}
swig_cast_info
;
typedef in typeref:struct:swig_cast_info
323
swig_cast_info
**cast_initial; /* Array of initially generated casting structures */
387
swig_cast_info
*iter = ty->cast; \
409
SWIGRUNTIME
swig_cast_info
*
415
SWIGRUNTIME
swig_cast_info
*
424
SWIG_TypeCast(
swig_cast_info
*ty, void *ptr)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c
308
struct
swig_cast_info
*cast; /* linked list of types that can cast into this type */
314
typedef struct
swig_cast_info
{
struct
317
struct
swig_cast_info
*next; /* pointer to next cast in linked list */
318
struct
swig_cast_info
*prev; /* pointer to the previous cast */
319
}
swig_cast_info
;
typedef in typeref:struct:swig_cast_info
329
swig_cast_info
**cast_initial; /* Array of initially generated casting structures */
393
swig_cast_info
*iter = ty->cast; \
415
SWIGRUNTIME
swig_cast_info
*
421
SWIGRUNTIME
swig_cast_info
*
430
SWIG_TypeCast(
swig_cast_info
*ty, void *ptr)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c
306
struct
swig_cast_info
*cast; /* linked list of types that can cast into this type */
312
typedef struct
swig_cast_info
{
struct
315
struct
swig_cast_info
*next; /* pointer to next cast in linked list */
316
struct
swig_cast_info
*prev; /* pointer to the previous cast */
317
}
swig_cast_info
;
typedef in typeref:struct:swig_cast_info
327
swig_cast_info
**cast_initial; /* Array of initially generated casting structures */
391
swig_cast_info
*iter = ty->cast; \
413
SWIGRUNTIME
swig_cast_info
*
419
SWIGRUNTIME
swig_cast_info
*
428
SWIG_TypeCast(
swig_cast_info
*ty, void *ptr)
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026