|
Classes |
struct | swig_type_info |
struct | swig_cast_info |
struct | swig_module_info |
struct | swig_command_info |
struct | swig_constant_info |
struct | swig_variable_info |
Defines |
#define | SWIGPERL |
#define | SWIG_CASTRANK_MODE |
#define | SWIGTEMPLATEDISAMBIGUATOR |
#define | SWIGINLINE |
#define | SWIGUNUSED |
#define | SWIGUNUSEDPARM(p) p SWIGUNUSED |
#define | SWIGINTERN static SWIGUNUSED |
#define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
#define | SWIGEXPORT |
#define | SWIGSTDCALL |
#define | SWIG_RUNTIME_VERSION "4" |
#define | SWIG_TYPE_TABLE_NAME |
#define | SWIGRUNTIME SWIGINTERN |
#define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
#define | SWIG_BUFFER_SIZE 1024 |
#define | SWIG_POINTER_DISOWN 0x1 |
#define | SWIG_CAST_NEW_MEMORY 0x2 |
#define | SWIG_POINTER_OWN 0x1 |
#define | SWIG_OK (0) |
#define | SWIG_ERROR (-1) |
#define | SWIG_IsOK(r) (r >= 0) |
#define | SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError) |
#define | SWIG_CASTRANKLIMIT (1 << 8) |
#define | SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1) |
#define | SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1) |
#define | SWIG_BADOBJ (SWIG_ERROR) |
#define | SWIG_OLDOBJ (SWIG_OK) |
#define | SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK) |
#define | SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK) |
#define | SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r) |
#define | SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r) |
#define | SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK)) |
#define | SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r) |
#define | SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r) |
#define | SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK)) |
#define | SWIG_TypeRank unsigned long |
#define | SWIG_MAXCASTRANK (2) |
#define | SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1) |
#define | SWIG_CastRank(r) (r & SWIG_CASTRANKMASK) |
#define | SWIG_TypeCheck_Template(comparison, ty) |
#define | SWIG_UnknownError -1 |
#define | SWIG_IOError -2 |
#define | SWIG_RuntimeError -3 |
#define | SWIG_IndexError -4 |
#define | SWIG_TypeError -5 |
#define | SWIG_DivisionByZero -6 |
#define | SWIG_OverflowError -7 |
#define | SWIG_SyntaxError -8 |
#define | SWIG_ValueError -9 |
#define | SWIG_SystemError -10 |
#define | SWIG_AttributeError -11 |
#define | SWIG_MemoryError -12 |
#define | SWIG_NullReferenceError -13 |
#define | PERL_PATCHLEVEL_H_IMPLICIT |
#define | PERL_REVISION (5) |
#define | PERL_VERSION PATCHLEVEL |
#define | PERL_SUBVERSION SUBVERSION |
#define | SvIOK_UV(sv) (SvIOK(sv) && (SvUVX(sv) == SvIVX(sv))) |
#define | SvUOK(sv) SvIOK_UV(sv) |
#define | PL_sv_undef sv_undef |
#define | PL_na na |
#define | PL_errgv errgv |
#define | PL_sv_no sv_no |
#define | PL_sv_yes sv_yes |
#define | PL_markstack_ptr markstack_ptr |
#define | IVSIZE 4 |
#define | PTRV unsigned long |
#define | INT2PTR(any, d) (any)(PTRV)(d) |
#define | NUM2PTR(any, d) (any)(PTRV)(d) |
#define | PTR2IV(p) INT2PTR(IV,p) |
#define | PTR2UV(p) INT2PTR(UV,p) |
#define | PTR2NV(p) NUM2PTR(NV,p) |
#define | PTR2ul(p) (unsigned long)(p) |
#define | SvPV_nolen(x) SvPV(x,PL_na) |
#define | get_sv perl_get_sv |
#define | ERRSV get_sv("@",FALSE) |
#define | SWIG_PERL_OBJECT_DECL |
#define | SWIG_PERL_OBJECT_CALL |
#define | SWIG_ConvertPtr(obj, pp, type, flags) SWIG_Perl_ConvertPtr(SWIG_PERL_OBJECT_CALL obj, pp, type, flags) |
#define | SWIG_NewPointerObj(p, type, flags) SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CALL p, type, flags) |
#define | SWIG_ConvertPacked(obj, p, s, type) SWIG_Perl_ConvertPacked(SWIG_PERL_OBJECT_CALL obj, p, s, type) |
#define | SWIG_NewPackedObj(p, s, type) SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL p, s, type) |
#define | SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags) |
#define | SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags) |
#define | SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_ConvertPtr(obj, pptr, type, 0) |
#define | SWIG_NewFunctionPtrObj(ptr, type) SWIG_NewPointerObj(ptr, type, 0) |
#define | SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_ConvertPacked(obj, ptr, sz, ty) |
#define | SWIG_NewMemberObj(ptr, sz, type) SWIG_NewPackedObj(ptr, sz, type) |
#define | SWIG_GetModule(clientdata) SWIG_Perl_GetModule() |
#define | SWIG_SetModule(clientdata, pointer) SWIG_Perl_SetModule(pointer) |
#define | SWIG_ErrorType(code) SWIG_Perl_ErrorType(code) |
#define | SWIG_Error(code, msg) sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code), msg) |
#define | SWIG_fail goto fail |
#define | SWIG_MakePtr(sv, ptr, type, flags) SWIG_Perl_MakePtr(SWIG_PERL_OBJECT_CALL sv, ptr, type, flags) |
#define | SWIG_MakePackedObj(sv, p, s, type) SWIG_Perl_MakePackedObj(SWIG_PERL_OBJECT_CALL sv, p, s, type) |
#define | SWIG_SetError(str) SWIG_Error(SWIG_RuntimeError, str) |
#define | SWIG_PERL_DECL_ARGS_1(arg1) (SWIG_PERL_OBJECT_DECL arg1) |
#define | SWIG_PERL_CALL_ARGS_1(arg1) (SWIG_PERL_OBJECT_CALL arg1) |
#define | SWIG_PERL_DECL_ARGS_2(arg1, arg2) (SWIG_PERL_OBJECT_DECL arg1, arg2) |
#define | SWIG_PERL_CALL_ARGS_2(arg1, arg2) (SWIG_PERL_OBJECT_CALL arg1, arg2) |
#define | SWIG_POINTER_EXCEPTION 0 |
#define | SWIG_OWNER SWIG_POINTER_OWN |
#define | SWIG_SHADOW SWIG_OWNER << 1 |
#define | SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL |
#define | XSPROTO(name) void name(pTHX_ CV* cv) |
#define | SWIG_CALLXS(_name) _name(cv) |
#define | MAGIC_PPERL |
#define | SWIGCLASS_STATIC static SWIGUNUSED |
#define | SWIG_MAGIC(a, b) (SV *a, MAGIC *b) |
#define | SWIG_Str2NumCast(x) SWIG_AddCast(x) |
#define | SWIG_croak(x) { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; } |
#define | SWIG_INT 1 |
#define | SWIG_FLOAT 2 |
#define | SWIG_STRING 3 |
#define | SWIG_POINTER 4 |
#define | SWIG_BINARY 5 |
#define | swig_create_magic(s, a, b, c) _swig_create_magic(s,a,b,c) |
#define | SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) |
#define | SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else |
#define | SWIGTYPE_p_char swig_types[0] |
#define | SWIGTYPE_p_long swig_types[1] |
#define | SWIGTYPE_p_long_long swig_types[2] |
#define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
#define | SWIG_init boot_XrdClientAdmin |
#define | SWIG_name "XrdClientAdminc::boot_XrdClientAdmin" |
#define | SWIG_prefix "XrdClientAdminc::" |
#define | SWIGVERSION 0x010336 |
#define | SWIG_VERSION SWIGVERSION |
#define | SWIG_as_voidptr(a) (void *)((const void *)(a)) |
#define | SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) |
#define | MAGIC_CLASS |
Typedefs |
typedef void *(* | swig_converter_func )(void *, int *) |
typedef swig_type_info *(* | swig_dycast_func )(void **) |
typedef swig_type_info | swig_type_info |
typedef swig_cast_info | swig_cast_info |
typedef swig_module_info | swig_module_info |
typedef int(* | SwigMagicFunc )(SV *, MAGIC *) |
typedef SwigPerlWrapper * | SwigPerlWrapperPtr |
typedef swig_constant_info | swig_constant_info |
Functions |
SWIGINTERNINLINE int | SWIG_AddCast (int r) |
SWIGINTERNINLINE int | SWIG_CheckState (int r) |
SWIGRUNTIME int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
SWIGRUNTIME int | SWIG_TypeEquiv (const char *nb, const char *tb) |
SWIGRUNTIME int | SWIG_TypeCompare (const char *nb, const char *tb) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into) |
SWIGRUNTIMEINLINE void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr, int *newmemory) |
SWIGRUNTIME swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
SWIGRUNTIMEINLINE const char * | SWIG_TypeName (const swig_type_info *ty) |
SWIGRUNTIME const char * | SWIG_TypePrettyName (const swig_type_info *type) |
SWIGRUNTIME void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME void | SWIG_TypeNewClientData (swig_type_info *ti, void *clientdata) |
SWIGRUNTIME swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
SWIGRUNTIME char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
SWIGRUNTIME const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
SWIGRUNTIME char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
SWIGRUNTIME char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
SWIGRUNTIME const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
SWIGINTERN const char * | SWIG_Perl_ErrorType (int code) |
void | SWIG_croak_null () |
SWIGRUNTIME const char * | SWIG_Perl_TypeProxyName (const swig_type_info *type) |
SWIGRUNTIME swig_cast_info * | SWIG_TypeProxyCheck (const char *c, swig_type_info *ty) |
SWIGRUNTIME int | SWIG_Perl_ConvertPtr (SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) |
SWIGRUNTIME void | SWIG_Perl_MakePtr (SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, swig_type_info *t, int flags) |
SWIGRUNTIMEINLINE SV * | SWIG_Perl_NewPointerObj (SWIG_MAYBE_PERL_OBJECT void *ptr, swig_type_info *t, int flags) |
SWIGRUNTIME void | SWIG_Perl_MakePackedObj (SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, int sz, swig_type_info *type) |
SWIGRUNTIME SV * | SWIG_Perl_NewPackedObj (SWIG_MAYBE_PERL_OBJECT void *ptr, int sz, swig_type_info *type) |
SWIGRUNTIME int | SWIG_Perl_ConvertPacked (SWIG_MAYBE_PERL_OBJECT SV *obj, void *ptr, int sz, swig_type_info *ty) |
typedef | XSPROTO (SwigPerlWrapper) |
SWIGRUNTIME void | _swig_create_magic (SV *sv, char *name, int(*set)(SV *, MAGIC *), int(*get)(SV *, MAGIC *)) |
SWIGRUNTIME swig_module_info * | SWIG_Perl_GetModule (void) |
SWIGRUNTIME void | SWIG_Perl_SetModule (swig_module_info *module) |
SWIGEXPORT void | SWIG_init (CV *cv) |
SWIGINTERN swig_type_info * | SWIG_pchar_descriptor (void) |
SWIGINTERN int | SWIG_AsCharPtrAndSize (SV *obj, char **cptr, size_t *psize, int *alloc) |
SWIGINTERNINLINE SV *SWIG_From_bool | SWIG_PERL_DECL_ARGS_1 (bool value) |
SWIGINTERNINLINE SV * | SWIG_FromCharPtrAndSize (const char *carray, size_t size) |
SWIGINTERNINLINE SV * | SWIG_FromCharPtr (const char *cptr) |
SWIGINTERN int SWIG_AsVal_double | SWIG_PERL_DECL_ARGS_2 (SV *obj, double *val) |
SWIGINTERNINLINE int | SWIG_CanCastAsInteger (double *d, double min, double max) |
SWIGINTERN int SWIG_AsVal_long | SWIG_PERL_DECL_ARGS_2 (SV *obj, long *val) |
SWIGINTERN int SWIG_AsVal_int | SWIG_PERL_DECL_ARGS_2 (SV *obj, int *val) |
SWIGINTERN int SWIG_AsVal_unsigned_SS_long | SWIG_PERL_DECL_ARGS_2 (SV *obj, unsigned long *val) |
SWIGINTERN int SWIG_AsVal_unsigned_SS_char | SWIG_PERL_DECL_ARGS_2 (SV *obj, unsigned char *val) |
SWIGINTERNINLINE SV *SWIG_From_long | SWIG_PERL_DECL_ARGS_1 (long value) |
SWIGINTERNINLINE SV *SWIG_From_long_SS_long | SWIG_PERL_DECL_ARGS_1 (long long value) |
SWIGCLASS_STATIC int | swig_magic_readonly (pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) |
| XS (_wrap_XrdInitialize) |
| XS (_wrap_XrdTerminate) |
| XS (_wrap_XrdSysStatX) |
| XS (_wrap_XrdExistFiles) |
| XS (_wrap_XrdExistDirs) |
| XS (_wrap_XrdIsFileOnline) |
| XS (_wrap_XrdMv) |
| XS (_wrap_XrdMkdir) |
| XS (_wrap_XrdChmod) |
| XS (_wrap_XrdRm) |
| XS (_wrap_XrdPrepare) |
| XS (_wrap_XrdDirList) |
| XS (_wrap_XrdGetChecksum) |
| XS (_wrap_XrdGetCurrentHost) |
| XS (_wrap_XrdStat) |
SWIGRUNTIME void | SWIG_InitializeModule (void *clientdata) |
SWIGRUNTIME void | SWIG_PropagateClientData (void) |
| XS (SWIG_init) |
Variables |
swig_type_info * | swig_types [4] |
swig_module_info | swig_module = {swig_types, 3, 0, 0, 0, 0} |
swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0} |
swig_type_info | _swigt__p_long = {"_p_long", "long *", 0, 0, (void*)0, 0} |
swig_type_info | _swigt__p_long_long = {"_p_long_long", "long long *", 0, 0, (void*)0, 0} |
swig_type_info * | swig_type_initial [] |
swig_cast_info | _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} |
swig_cast_info | _swigc__p_long [] = { {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}} |
swig_cast_info | _swigc__p_long_long [] = { {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}} |
swig_cast_info * | swig_cast_initial [] |
swig_constant_info | swig_constants [] |
swig_variable_info | swig_variables [] |
swig_command_info | swig_commands [] |