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