4fbeeeb948d14cdaeef94665ce21c3eb514945e7
[debian/amanda] / perl / Amanda / Xfer.c
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.39
4  * 
5  * This file is not intended to be easily readable and contains a number of 
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG 
8  * interface file instead. 
9  * ----------------------------------------------------------------------------- */
10
11 #define SWIGPERL
12 #define SWIG_CASTRANK_MODE
13
14 /* -----------------------------------------------------------------------------
15  *  This section contains generic SWIG labels for method/variable
16  *  declarations/attributes, and other compiler dependent labels.
17  * ----------------------------------------------------------------------------- */
18
19 /* template workaround for compilers that cannot correctly implement the C++ standard */
20 #ifndef SWIGTEMPLATEDISAMBIGUATOR
21 # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
22 #  define SWIGTEMPLATEDISAMBIGUATOR template
23 # elif defined(__HP_aCC)
24 /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
25 /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
26 #  define SWIGTEMPLATEDISAMBIGUATOR template
27 # else
28 #  define SWIGTEMPLATEDISAMBIGUATOR
29 # endif
30 #endif
31
32 /* inline attribute */
33 #ifndef SWIGINLINE
34 # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
35 #   define SWIGINLINE inline
36 # else
37 #   define SWIGINLINE
38 # endif
39 #endif
40
41 /* attribute recognised by some compilers to avoid 'unused' warnings */
42 #ifndef SWIGUNUSED
43 # if defined(__GNUC__)
44 #   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
45 #     define SWIGUNUSED __attribute__ ((__unused__)) 
46 #   else
47 #     define SWIGUNUSED
48 #   endif
49 # elif defined(__ICC)
50 #   define SWIGUNUSED __attribute__ ((__unused__)) 
51 # else
52 #   define SWIGUNUSED 
53 # endif
54 #endif
55
56 #ifndef SWIG_MSC_UNSUPPRESS_4505
57 # if defined(_MSC_VER)
58 #   pragma warning(disable : 4505) /* unreferenced local function has been removed */
59 # endif 
60 #endif
61
62 #ifndef SWIGUNUSEDPARM
63 # ifdef __cplusplus
64 #   define SWIGUNUSEDPARM(p)
65 # else
66 #   define SWIGUNUSEDPARM(p) p SWIGUNUSED 
67 # endif
68 #endif
69
70 /* internal SWIG method */
71 #ifndef SWIGINTERN
72 # define SWIGINTERN static SWIGUNUSED
73 #endif
74
75 /* internal inline SWIG method */
76 #ifndef SWIGINTERNINLINE
77 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
78 #endif
79
80 /* exporting methods */
81 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
82 #  ifndef GCC_HASCLASSVISIBILITY
83 #    define GCC_HASCLASSVISIBILITY
84 #  endif
85 #endif
86
87 #ifndef SWIGEXPORT
88 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
89 #   if defined(STATIC_LINKED)
90 #     define SWIGEXPORT
91 #   else
92 #     define SWIGEXPORT __declspec(dllexport)
93 #   endif
94 # else
95 #   if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
96 #     define SWIGEXPORT __attribute__ ((visibility("default")))
97 #   else
98 #     define SWIGEXPORT
99 #   endif
100 # endif
101 #endif
102
103 /* calling conventions for Windows */
104 #ifndef SWIGSTDCALL
105 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
106 #   define SWIGSTDCALL __stdcall
107 # else
108 #   define SWIGSTDCALL
109 # endif 
110 #endif
111
112 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
113 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
114 # define _CRT_SECURE_NO_DEPRECATE
115 #endif
116
117 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
118 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
119 # define _SCL_SECURE_NO_DEPRECATE
120 #endif
121
122
123 /* -----------------------------------------------------------------------------
124  * swigrun.swg
125  *
126  * This file contains generic C API SWIG runtime support for pointer
127  * type checking.
128  * ----------------------------------------------------------------------------- */
129
130 /* This should only be incremented when either the layout of swig_type_info changes,
131    or for whatever reason, the runtime changes incompatibly */
132 #define SWIG_RUNTIME_VERSION "4"
133
134 /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
135 #ifdef SWIG_TYPE_TABLE
136 # define SWIG_QUOTE_STRING(x) #x
137 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
138 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
139 #else
140 # define SWIG_TYPE_TABLE_NAME
141 #endif
142
143 /*
144   You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
145   creating a static or dynamic library from the SWIG runtime code.
146   In 99.9% of the cases, SWIG just needs to declare them as 'static'.
147   
148   But only do this if strictly necessary, ie, if you have problems
149   with your compiler or suchlike.
150 */
151
152 #ifndef SWIGRUNTIME
153 # define SWIGRUNTIME SWIGINTERN
154 #endif
155
156 #ifndef SWIGRUNTIMEINLINE
157 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
158 #endif
159
160 /*  Generic buffer size */
161 #ifndef SWIG_BUFFER_SIZE
162 # define SWIG_BUFFER_SIZE 1024
163 #endif
164
165 /* Flags for pointer conversions */
166 #define SWIG_POINTER_DISOWN        0x1
167 #define SWIG_CAST_NEW_MEMORY       0x2
168
169 /* Flags for new pointer objects */
170 #define SWIG_POINTER_OWN           0x1
171
172
173 /* 
174    Flags/methods for returning states.
175    
176    The SWIG conversion methods, as ConvertPtr, return and integer 
177    that tells if the conversion was successful or not. And if not,
178    an error code can be returned (see swigerrors.swg for the codes).
179    
180    Use the following macros/flags to set or process the returning
181    states.
182    
183    In old versions of SWIG, code such as the following was usually written:
184
185      if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
186        // success code
187      } else {
188        //fail code
189      }
190
191    Now you can be more explicit:
192
193     int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
194     if (SWIG_IsOK(res)) {
195       // success code
196     } else {
197       // fail code
198     }
199
200    which is the same really, but now you can also do
201
202     Type *ptr;
203     int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
204     if (SWIG_IsOK(res)) {
205       // success code
206       if (SWIG_IsNewObj(res) {
207         ...
208         delete *ptr;
209       } else {
210         ...
211       }
212     } else {
213       // fail code
214     }
215     
216    I.e., now SWIG_ConvertPtr can return new objects and you can
217    identify the case and take care of the deallocation. Of course that
218    also requires SWIG_ConvertPtr to return new result values, such as
219
220       int SWIG_ConvertPtr(obj, ptr,...) {         
221         if (<obj is ok>) {                             
222           if (<need new object>) {                     
223             *ptr = <ptr to new allocated object>; 
224             return SWIG_NEWOBJ;                
225           } else {                                     
226             *ptr = <ptr to old object>;        
227             return SWIG_OLDOBJ;                
228           }                                    
229         } else {                                       
230           return SWIG_BADOBJ;                  
231         }                                              
232       }
233
234    Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
235    more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
236    SWIG errors code.
237
238    Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
239    allows to return the 'cast rank', for example, if you have this
240
241        int food(double)
242        int fooi(int);
243
244    and you call
245  
246       food(1)   // cast rank '1'  (1 -> 1.0)
247       fooi(1)   // cast rank '0'
248
249    just use the SWIG_AddCast()/SWIG_CheckState()
250 */
251
252 #define SWIG_OK                    (0) 
253 #define SWIG_ERROR                 (-1)
254 #define SWIG_IsOK(r)               (r >= 0)
255 #define SWIG_ArgError(r)           ((r != SWIG_ERROR) ? r : SWIG_TypeError)  
256
257 /* The CastRankLimit says how many bits are used for the cast rank */
258 #define SWIG_CASTRANKLIMIT         (1 << 8)
259 /* The NewMask denotes the object was created (using new/malloc) */
260 #define SWIG_NEWOBJMASK            (SWIG_CASTRANKLIMIT  << 1)
261 /* The TmpMask is for in/out typemaps that use temporal objects */
262 #define SWIG_TMPOBJMASK            (SWIG_NEWOBJMASK << 1)
263 /* Simple returning values */
264 #define SWIG_BADOBJ                (SWIG_ERROR)
265 #define SWIG_OLDOBJ                (SWIG_OK)
266 #define SWIG_NEWOBJ                (SWIG_OK | SWIG_NEWOBJMASK)
267 #define SWIG_TMPOBJ                (SWIG_OK | SWIG_TMPOBJMASK)
268 /* Check, add and del mask methods */
269 #define SWIG_AddNewMask(r)         (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
270 #define SWIG_DelNewMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
271 #define SWIG_IsNewObj(r)           (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
272 #define SWIG_AddTmpMask(r)         (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
273 #define SWIG_DelTmpMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
274 #define SWIG_IsTmpObj(r)           (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
275
276 /* Cast-Rank Mode */
277 #if defined(SWIG_CASTRANK_MODE)
278 #  ifndef SWIG_TypeRank
279 #    define SWIG_TypeRank             unsigned long
280 #  endif
281 #  ifndef SWIG_MAXCASTRANK            /* Default cast allowed */
282 #    define SWIG_MAXCASTRANK          (2)
283 #  endif
284 #  define SWIG_CASTRANKMASK          ((SWIG_CASTRANKLIMIT) -1)
285 #  define SWIG_CastRank(r)           (r & SWIG_CASTRANKMASK)
286 SWIGINTERNINLINE int SWIG_AddCast(int r) { 
287   return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
288 }
289 SWIGINTERNINLINE int SWIG_CheckState(int r) { 
290   return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; 
291 }
292 #else /* no cast-rank mode */
293 #  define SWIG_AddCast
294 #  define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
295 #endif
296
297
298 #include <string.h>
299
300 #ifdef __cplusplus
301 extern "C" {
302 #endif
303
304 typedef void *(*swig_converter_func)(void *, int *);
305 typedef struct swig_type_info *(*swig_dycast_func)(void **);
306
307 /* Structure to store information on one type */
308 typedef struct swig_type_info {
309   const char             *name;                 /* mangled name of this type */
310   const char             *str;                  /* human readable name of this type */
311   swig_dycast_func        dcast;                /* dynamic cast function down a hierarchy */
312   struct swig_cast_info  *cast;                 /* linked list of types that can cast into this type */
313   void                   *clientdata;           /* language specific type data */
314   int                    owndata;               /* flag if the structure owns the clientdata */
315 } swig_type_info;
316
317 /* Structure to store a type and conversion function used for casting */
318 typedef struct swig_cast_info {
319   swig_type_info         *type;                 /* pointer to type that is equivalent to this type */
320   swig_converter_func     converter;            /* function to cast the void pointers */
321   struct swig_cast_info  *next;                 /* pointer to next cast in linked list */
322   struct swig_cast_info  *prev;                 /* pointer to the previous cast */
323 } swig_cast_info;
324
325 /* Structure used to store module information
326  * Each module generates one structure like this, and the runtime collects
327  * all of these structures and stores them in a circularly linked list.*/
328 typedef struct swig_module_info {
329   swig_type_info         **types;               /* Array of pointers to swig_type_info structures that are in this module */
330   size_t                 size;                  /* Number of types in this module */
331   struct swig_module_info *next;                /* Pointer to next element in circularly linked list */
332   swig_type_info         **type_initial;        /* Array of initially generated type structures */
333   swig_cast_info         **cast_initial;        /* Array of initially generated casting structures */
334   void                    *clientdata;          /* Language specific module data */
335 } swig_module_info;
336
337 /* 
338   Compare two type names skipping the space characters, therefore
339   "char*" == "char *" and "Class<int>" == "Class<int >", etc.
340
341   Return 0 when the two name types are equivalent, as in
342   strncmp, but skipping ' '.
343 */
344 SWIGRUNTIME int
345 SWIG_TypeNameComp(const char *f1, const char *l1,
346                   const char *f2, const char *l2) {
347   for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
348     while ((*f1 == ' ') && (f1 != l1)) ++f1;
349     while ((*f2 == ' ') && (f2 != l2)) ++f2;
350     if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
351   }
352   return (int)((l1 - f1) - (l2 - f2));
353 }
354
355 /*
356   Check type equivalence in a name list like <name1>|<name2>|...
357   Return 0 if not equal, 1 if equal
358 */
359 SWIGRUNTIME int
360 SWIG_TypeEquiv(const char *nb, const char *tb) {
361   int equiv = 0;
362   const char* te = tb + strlen(tb);
363   const char* ne = nb;
364   while (!equiv && *ne) {
365     for (nb = ne; *ne; ++ne) {
366       if (*ne == '|') break;
367     }
368     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
369     if (*ne) ++ne;
370   }
371   return equiv;
372 }
373
374 /*
375   Check type equivalence in a name list like <name1>|<name2>|...
376   Return 0 if equal, -1 if nb < tb, 1 if nb > tb
377 */
378 SWIGRUNTIME int
379 SWIG_TypeCompare(const char *nb, const char *tb) {
380   int equiv = 0;
381   const char* te = tb + strlen(tb);
382   const char* ne = nb;
383   while (!equiv && *ne) {
384     for (nb = ne; *ne; ++ne) {
385       if (*ne == '|') break;
386     }
387     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
388     if (*ne) ++ne;
389   }
390   return equiv;
391 }
392
393
394 /*
395   Check the typename
396 */
397 SWIGRUNTIME swig_cast_info *
398 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
399   if (ty) {
400     swig_cast_info *iter = ty->cast;
401     while (iter) {
402       if (strcmp(iter->type->name, c) == 0) {
403         if (iter == ty->cast)
404           return iter;
405         /* Move iter to the top of the linked list */
406         iter->prev->next = iter->next;
407         if (iter->next)
408           iter->next->prev = iter->prev;
409         iter->next = ty->cast;
410         iter->prev = 0;
411         if (ty->cast) ty->cast->prev = iter;
412         ty->cast = iter;
413         return iter;
414       }
415       iter = iter->next;
416     }
417   }
418   return 0;
419 }
420
421 /* 
422   Identical to SWIG_TypeCheck, except strcmp is replaced with a pointer comparison
423 */
424 SWIGRUNTIME swig_cast_info *
425 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *ty) {
426   if (ty) {
427     swig_cast_info *iter = ty->cast;
428     while (iter) {
429       if (iter->type == from) {
430         if (iter == ty->cast)
431           return iter;
432         /* Move iter to the top of the linked list */
433         iter->prev->next = iter->next;
434         if (iter->next)
435           iter->next->prev = iter->prev;
436         iter->next = ty->cast;
437         iter->prev = 0;
438         if (ty->cast) ty->cast->prev = iter;
439         ty->cast = iter;
440         return iter;
441       }
442       iter = iter->next;
443     }
444   }
445   return 0;
446 }
447
448 /*
449   Cast a pointer up an inheritance hierarchy
450 */
451 SWIGRUNTIMEINLINE void *
452 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) {
453   return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
454 }
455
456 /* 
457    Dynamic pointer casting. Down an inheritance hierarchy
458 */
459 SWIGRUNTIME swig_type_info *
460 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
461   swig_type_info *lastty = ty;
462   if (!ty || !ty->dcast) return ty;
463   while (ty && (ty->dcast)) {
464     ty = (*ty->dcast)(ptr);
465     if (ty) lastty = ty;
466   }
467   return lastty;
468 }
469
470 /*
471   Return the name associated with this type
472 */
473 SWIGRUNTIMEINLINE const char *
474 SWIG_TypeName(const swig_type_info *ty) {
475   return ty->name;
476 }
477
478 /*
479   Return the pretty name associated with this type,
480   that is an unmangled type name in a form presentable to the user.
481 */
482 SWIGRUNTIME const char *
483 SWIG_TypePrettyName(const swig_type_info *type) {
484   /* The "str" field contains the equivalent pretty names of the
485      type, separated by vertical-bar characters.  We choose
486      to print the last name, as it is often (?) the most
487      specific. */
488   if (!type) return NULL;
489   if (type->str != NULL) {
490     const char *last_name = type->str;
491     const char *s;
492     for (s = type->str; *s; s++)
493       if (*s == '|') last_name = s+1;
494     return last_name;
495   }
496   else
497     return type->name;
498 }
499
500 /* 
501    Set the clientdata field for a type
502 */
503 SWIGRUNTIME void
504 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
505   swig_cast_info *cast = ti->cast;
506   /* if (ti->clientdata == clientdata) return; */
507   ti->clientdata = clientdata;
508   
509   while (cast) {
510     if (!cast->converter) {
511       swig_type_info *tc = cast->type;
512       if (!tc->clientdata) {
513         SWIG_TypeClientData(tc, clientdata);
514       }
515     }    
516     cast = cast->next;
517   }
518 }
519 SWIGRUNTIME void
520 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
521   SWIG_TypeClientData(ti, clientdata);
522   ti->owndata = 1;
523 }
524   
525 /*
526   Search for a swig_type_info structure only by mangled name
527   Search is a O(log #types)
528   
529   We start searching at module start, and finish searching when start == end.  
530   Note: if start == end at the beginning of the function, we go all the way around
531   the circular list.
532 */
533 SWIGRUNTIME swig_type_info *
534 SWIG_MangledTypeQueryModule(swig_module_info *start, 
535                             swig_module_info *end, 
536                             const char *name) {
537   swig_module_info *iter = start;
538   do {
539     if (iter->size) {
540       register size_t l = 0;
541       register size_t r = iter->size - 1;
542       do {
543         /* since l+r >= 0, we can (>> 1) instead (/ 2) */
544         register size_t i = (l + r) >> 1; 
545         const char *iname = iter->types[i]->name;
546         if (iname) {
547           register int compare = strcmp(name, iname);
548           if (compare == 0) {       
549             return iter->types[i];
550           } else if (compare < 0) {
551             if (i) {
552               r = i - 1;
553             } else {
554               break;
555             }
556           } else if (compare > 0) {
557             l = i + 1;
558           }
559         } else {
560           break; /* should never happen */
561         }
562       } while (l <= r);
563     }
564     iter = iter->next;
565   } while (iter != end);
566   return 0;
567 }
568
569 /*
570   Search for a swig_type_info structure for either a mangled name or a human readable name.
571   It first searches the mangled names of the types, which is a O(log #types)
572   If a type is not found it then searches the human readable names, which is O(#types).
573   
574   We start searching at module start, and finish searching when start == end.  
575   Note: if start == end at the beginning of the function, we go all the way around
576   the circular list.
577 */
578 SWIGRUNTIME swig_type_info *
579 SWIG_TypeQueryModule(swig_module_info *start, 
580                      swig_module_info *end, 
581                      const char *name) {
582   /* STEP 1: Search the name field using binary search */
583   swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
584   if (ret) {
585     return ret;
586   } else {
587     /* STEP 2: If the type hasn't been found, do a complete search
588        of the str field (the human readable name) */
589     swig_module_info *iter = start;
590     do {
591       register size_t i = 0;
592       for (; i < iter->size; ++i) {
593         if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
594           return iter->types[i];
595       }
596       iter = iter->next;
597     } while (iter != end);
598   }
599   
600   /* neither found a match */
601   return 0;
602 }
603
604 /* 
605    Pack binary data into a string
606 */
607 SWIGRUNTIME char *
608 SWIG_PackData(char *c, void *ptr, size_t sz) {
609   static const char hex[17] = "0123456789abcdef";
610   register const unsigned char *u = (unsigned char *) ptr;
611   register const unsigned char *eu =  u + sz;
612   for (; u != eu; ++u) {
613     register unsigned char uu = *u;
614     *(c++) = hex[(uu & 0xf0) >> 4];
615     *(c++) = hex[uu & 0xf];
616   }
617   return c;
618 }
619
620 /* 
621    Unpack binary data from a string
622 */
623 SWIGRUNTIME const char *
624 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
625   register unsigned char *u = (unsigned char *) ptr;
626   register const unsigned char *eu = u + sz;
627   for (; u != eu; ++u) {
628     register char d = *(c++);
629     register unsigned char uu;
630     if ((d >= '0') && (d <= '9'))
631       uu = ((d - '0') << 4);
632     else if ((d >= 'a') && (d <= 'f'))
633       uu = ((d - ('a'-10)) << 4);
634     else 
635       return (char *) 0;
636     d = *(c++);
637     if ((d >= '0') && (d <= '9'))
638       uu |= (d - '0');
639     else if ((d >= 'a') && (d <= 'f'))
640       uu |= (d - ('a'-10));
641     else 
642       return (char *) 0;
643     *u = uu;
644   }
645   return c;
646 }
647
648 /* 
649    Pack 'void *' into a string buffer.
650 */
651 SWIGRUNTIME char *
652 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
653   char *r = buff;
654   if ((2*sizeof(void *) + 2) > bsz) return 0;
655   *(r++) = '_';
656   r = SWIG_PackData(r,&ptr,sizeof(void *));
657   if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
658   strcpy(r,name);
659   return buff;
660 }
661
662 SWIGRUNTIME const char *
663 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
664   if (*c != '_') {
665     if (strcmp(c,"NULL") == 0) {
666       *ptr = (void *) 0;
667       return name;
668     } else {
669       return 0;
670     }
671   }
672   return SWIG_UnpackData(++c,ptr,sizeof(void *));
673 }
674
675 SWIGRUNTIME char *
676 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
677   char *r = buff;
678   size_t lname = (name ? strlen(name) : 0);
679   if ((2*sz + 2 + lname) > bsz) return 0;
680   *(r++) = '_';
681   r = SWIG_PackData(r,ptr,sz);
682   if (lname) {
683     strncpy(r,name,lname+1);
684   } else {
685     *r = 0;
686   }
687   return buff;
688 }
689
690 SWIGRUNTIME const char *
691 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
692   if (*c != '_') {
693     if (strcmp(c,"NULL") == 0) {
694       memset(ptr,0,sz);
695       return name;
696     } else {
697       return 0;
698     }
699   }
700   return SWIG_UnpackData(++c,ptr,sz);
701 }
702
703 #ifdef __cplusplus
704 }
705 #endif
706
707 /*  Errors in SWIG */
708 #define  SWIG_UnknownError         -1 
709 #define  SWIG_IOError              -2 
710 #define  SWIG_RuntimeError         -3 
711 #define  SWIG_IndexError           -4 
712 #define  SWIG_TypeError            -5 
713 #define  SWIG_DivisionByZero       -6 
714 #define  SWIG_OverflowError        -7 
715 #define  SWIG_SyntaxError          -8 
716 #define  SWIG_ValueError           -9 
717 #define  SWIG_SystemError          -10
718 #define  SWIG_AttributeError       -11
719 #define  SWIG_MemoryError          -12 
720 #define  SWIG_NullReferenceError   -13
721
722
723
724 #ifdef __cplusplus
725 /* Needed on some windows machines---since MS plays funny games with the header files under C++ */
726 #include <math.h>
727 #include <stdlib.h>
728 extern "C" {
729 #endif
730 #include "EXTERN.h"
731 #include "perl.h"
732 #include "XSUB.h"
733
734 /* Add in functionality missing in older versions of Perl. Much of this is based on Devel-PPPort on cpan. */
735
736 /* Add PERL_REVISION, PERL_VERSION, PERL_SUBVERSION if missing */
737 #ifndef PERL_REVISION
738 #  if !defined(__PATCHLEVEL_H_INCLUDED__) && !(defined(PATCHLEVEL) && defined(SUBVERSION))
739 #    define PERL_PATCHLEVEL_H_IMPLICIT
740 #    include <patchlevel.h>
741 #  endif
742 #  if !(defined(PERL_VERSION) || (defined(SUBVERSION) && defined(PATCHLEVEL)))
743 #    include <could_not_find_Perl_patchlevel.h>
744 #  endif
745 #  ifndef PERL_REVISION
746 #    define PERL_REVISION       (5)
747 #    define PERL_VERSION        PATCHLEVEL
748 #    define PERL_SUBVERSION     SUBVERSION
749 #  endif
750 #endif
751
752 #if defined(WIN32) && defined(PERL_OBJECT) && !defined(PerlIO_exportFILE)
753 #define PerlIO_exportFILE(fh,fl) (FILE*)(fh)
754 #endif
755
756 #ifndef SvIOK_UV
757 # define SvIOK_UV(sv)       (SvIOK(sv) && (SvUVX(sv) == SvIVX(sv)))
758 #endif
759
760 #ifndef SvUOK
761 # define SvUOK(sv)           SvIOK_UV(sv)
762 #endif
763
764 #if ((PERL_VERSION < 4) || ((PERL_VERSION == 4) && (PERL_SUBVERSION <= 5)))
765 #  define PL_sv_undef               sv_undef
766 #  define PL_na                     na
767 #  define PL_errgv                  errgv
768 #  define PL_sv_no                  sv_no
769 #  define PL_sv_yes                 sv_yes
770 #  define PL_markstack_ptr          markstack_ptr
771 #endif
772
773 #ifndef IVSIZE
774 #  ifdef LONGSIZE
775 #    define IVSIZE LONGSIZE
776 #  else
777 #    define IVSIZE 4 /* A bold guess, but the best we can make. */
778 #  endif
779 #endif
780
781 #ifndef INT2PTR
782 #  if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
783 #    define PTRV                  UV
784 #    define INT2PTR(any,d)        (any)(d)
785 #  else
786 #    if PTRSIZE == LONGSIZE
787 #      define PTRV                unsigned long
788 #    else
789 #      define PTRV                unsigned
790 #    endif
791 #    define INT2PTR(any,d)        (any)(PTRV)(d)
792 #  endif
793
794 #  define NUM2PTR(any,d)  (any)(PTRV)(d)
795 #  define PTR2IV(p)       INT2PTR(IV,p)
796 #  define PTR2UV(p)       INT2PTR(UV,p)
797 #  define PTR2NV(p)       NUM2PTR(NV,p)
798
799 #  if PTRSIZE == LONGSIZE
800 #    define PTR2ul(p)     (unsigned long)(p)
801 #  else
802 #    define PTR2ul(p)     INT2PTR(unsigned long,p)
803 #  endif
804 #endif /* !INT2PTR */
805
806 #ifndef SvPV_nolen
807 # define SvPV_nolen(x) SvPV(x,PL_na)
808 #endif
809
810 #ifndef get_sv
811 #  define get_sv perl_get_sv
812 #endif
813
814 #ifndef ERRSV
815 #  define ERRSV get_sv("@",FALSE)
816 #endif
817
818 #ifndef pTHX_
819 #define pTHX_
820 #endif   
821
822 #include <string.h>
823 #ifdef __cplusplus
824 }
825 #endif
826
827 /* -----------------------------------------------------------------------------
828  * error manipulation
829  * ----------------------------------------------------------------------------- */
830
831 SWIGINTERN const char*
832 SWIG_Perl_ErrorType(int code) {
833   const char* type = 0;
834   switch(code) {
835   case SWIG_MemoryError:
836     type = "MemoryError";
837     break;
838   case SWIG_IOError:
839     type = "IOError";
840     break;
841   case SWIG_RuntimeError:
842     type = "RuntimeError";
843     break;
844   case SWIG_IndexError:
845     type = "IndexError";
846     break;
847   case SWIG_TypeError:
848     type = "TypeError";
849     break;
850   case SWIG_DivisionByZero:
851     type = "ZeroDivisionError";
852     break;
853   case SWIG_OverflowError:
854     type = "OverflowError";
855     break;
856   case SWIG_SyntaxError:
857     type = "SyntaxError";
858     break;
859   case SWIG_ValueError:
860     type = "ValueError";
861     break;
862   case SWIG_SystemError:
863     type = "SystemError";
864     break;
865   case SWIG_AttributeError:
866     type = "AttributeError";
867     break;
868   default:
869     type = "RuntimeError";
870   }
871   return type;
872 }
873
874
875
876
877 /* -----------------------------------------------------------------------------
878  * perlrun.swg
879  *
880  * This file contains the runtime support for Perl modules
881  * and includes code for managing global variables and pointer
882  * type checking.
883  * ----------------------------------------------------------------------------- */
884
885 #ifdef PERL_OBJECT
886 #define SWIG_PERL_OBJECT_DECL CPerlObj *SWIGUNUSEDPARM(pPerl),
887 #define SWIG_PERL_OBJECT_CALL pPerl,
888 #else
889 #define SWIG_PERL_OBJECT_DECL
890 #define SWIG_PERL_OBJECT_CALL
891 #endif
892
893 /* Common SWIG API */
894
895 /* for raw pointers */
896 #define SWIG_ConvertPtr(obj, pp, type, flags)           SWIG_Perl_ConvertPtr(SWIG_PERL_OBJECT_CALL obj, pp, type, flags)
897 #define SWIG_NewPointerObj(p, type, flags)              SWIG_Perl_NewPointerObj(SWIG_PERL_OBJECT_CALL p, type, flags)
898
899 /* for raw packed data */
900 #define SWIG_ConvertPacked(obj, p, s, type)             SWIG_Perl_ConvertPacked(SWIG_PERL_OBJECT_CALL obj, p, s, type)
901 #define SWIG_NewPackedObj(p, s, type)                   SWIG_Perl_NewPackedObj(SWIG_PERL_OBJECT_CALL p, s, type)
902
903 /* for class or struct pointers */
904 #define SWIG_ConvertInstance(obj, pptr, type, flags)    SWIG_ConvertPtr(obj, pptr, type, flags)
905 #define SWIG_NewInstanceObj(ptr, type, flags)           SWIG_NewPointerObj(ptr, type, flags)
906
907 /* for C or C++ function pointers */
908 #define SWIG_ConvertFunctionPtr(obj, pptr, type)        SWIG_ConvertPtr(obj, pptr, type, 0)
909 #define SWIG_NewFunctionPtrObj(ptr, type)               SWIG_NewPointerObj(ptr, type, 0)
910
911 /* for C++ member pointers, ie, member methods */
912 #define SWIG_ConvertMember(obj, ptr, sz, ty)            SWIG_ConvertPacked(obj, ptr, sz, ty)
913 #define SWIG_NewMemberObj(ptr, sz, type)                SWIG_NewPackedObj(ptr, sz, type)
914
915
916 /* Runtime API */
917
918 #define SWIG_GetModule(clientdata)                      SWIG_Perl_GetModule()
919 #define SWIG_SetModule(clientdata, pointer)             SWIG_Perl_SetModule(pointer)
920
921
922 /* Error manipulation */
923
924 #define SWIG_ErrorType(code)                            SWIG_Perl_ErrorType(code)               
925 #define SWIG_Error(code, msg)                           sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code), msg)
926 #define SWIG_fail                                       goto fail                                                   
927
928 /* Perl-specific SWIG API */
929
930 #define SWIG_MakePtr(sv, ptr, type, flags)              SWIG_Perl_MakePtr(SWIG_PERL_OBJECT_CALL sv, ptr, type, flags)
931 #define SWIG_MakePackedObj(sv, p, s, type)              SWIG_Perl_MakePackedObj(SWIG_PERL_OBJECT_CALL sv, p, s, type)
932 #define SWIG_SetError(str)                              SWIG_Error(SWIG_RuntimeError, str)
933
934
935 #define SWIG_PERL_DECL_ARGS_1(arg1)                     (SWIG_PERL_OBJECT_DECL arg1)
936 #define SWIG_PERL_CALL_ARGS_1(arg1)                     (SWIG_PERL_OBJECT_CALL arg1)
937 #define SWIG_PERL_DECL_ARGS_2(arg1, arg2)               (SWIG_PERL_OBJECT_DECL arg1, arg2)
938 #define SWIG_PERL_CALL_ARGS_2(arg1, arg2)               (SWIG_PERL_OBJECT_CALL arg1, arg2)
939
940 /* -----------------------------------------------------------------------------
941  * pointers/data manipulation
942  * ----------------------------------------------------------------------------- */
943
944 /* For backward compatibility only */
945 #define SWIG_POINTER_EXCEPTION  0
946
947 #ifdef __cplusplus
948 extern "C" {
949 #endif
950
951 #define SWIG_OWNER   SWIG_POINTER_OWN
952 #define SWIG_SHADOW  SWIG_OWNER << 1
953
954 #define SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL
955
956 /* SWIG Perl macros */
957
958 /* Macro to declare an XS function */
959 #ifndef XSPROTO
960 #   define XSPROTO(name) void name(pTHX_ CV* cv)
961 #endif
962
963 /* Macro to call an XS function */
964 #ifdef PERL_OBJECT 
965 #  define SWIG_CALLXS(_name) _name(cv,pPerl) 
966 #else 
967 #  ifndef MULTIPLICITY 
968 #    define SWIG_CALLXS(_name) _name(cv) 
969 #  else 
970 #    define SWIG_CALLXS(_name) _name(PERL_GET_THX, cv) 
971 #  endif 
972 #endif 
973
974 #ifdef PERL_OBJECT
975 #define MAGIC_PPERL  CPerlObj *pPerl = (CPerlObj *) this;
976
977 #ifdef __cplusplus
978 extern "C" {
979 #endif
980 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
981 #ifdef __cplusplus
982 }
983 #endif
984
985 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
986 #define SWIGCLASS_STATIC
987
988 #else /* PERL_OBJECT */
989
990 #define MAGIC_PPERL
991 #define SWIGCLASS_STATIC static SWIGUNUSED
992
993 #ifndef MULTIPLICITY
994 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
995
996 #ifdef __cplusplus
997 extern "C" {
998 #endif
999 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
1000 #ifdef __cplusplus
1001 }
1002 #endif
1003
1004 #else /* MULTIPLICITY */
1005
1006 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
1007
1008 #ifdef __cplusplus
1009 extern "C" {
1010 #endif
1011 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
1012 #ifdef __cplusplus
1013 }
1014 #endif
1015
1016 #endif /* MULTIPLICITY */
1017 #endif /* PERL_OBJECT */
1018
1019 /* Workaround for bug in perl 5.6.x croak and earlier */
1020 #if (PERL_VERSION < 8)
1021 #  ifdef PERL_OBJECT
1022 #    define SWIG_croak_null() SWIG_Perl_croak_null(pPerl)
1023 static void SWIG_Perl_croak_null(CPerlObj *pPerl)
1024 #  else
1025 static void SWIG_croak_null()
1026 #  endif
1027 {
1028   SV *err=ERRSV;
1029 #  if (PERL_VERSION < 6)
1030   croak("%_", err);
1031 #  else
1032   if (SvOK(err) && !SvROK(err)) croak("%_", err);
1033   croak(Nullch);
1034 #  endif
1035 }
1036 #else
1037 #  define SWIG_croak_null() croak(Nullch)
1038 #endif
1039
1040
1041 /* 
1042    Define how strict is the cast between strings and integers/doubles
1043    when overloading between these types occurs.
1044    
1045    The default is making it as strict as possible by using SWIG_AddCast
1046    when needed.
1047    
1048    You can use -DSWIG_PERL_NO_STRICT_STR2NUM at compilation time to
1049    disable the SWIG_AddCast, making the casting between string and
1050    numbers less strict.
1051
1052    In the end, we try to solve the overloading between strings and
1053    numerical types in the more natural way, but if you can avoid it,
1054    well, avoid it using %rename, for example.
1055 */
1056 #ifndef SWIG_PERL_NO_STRICT_STR2NUM
1057 # ifndef SWIG_PERL_STRICT_STR2NUM
1058 #  define SWIG_PERL_STRICT_STR2NUM
1059 # endif
1060 #endif
1061 #ifdef SWIG_PERL_STRICT_STR2NUM
1062 /* string takes precedence */
1063 #define SWIG_Str2NumCast(x) SWIG_AddCast(x)  
1064 #else
1065 /* number takes precedence */
1066 #define SWIG_Str2NumCast(x) x
1067 #endif
1068
1069
1070
1071 #include <stdlib.h>
1072
1073 SWIGRUNTIME const char *
1074 SWIG_Perl_TypeProxyName(const swig_type_info *type) {
1075   if (!type) return NULL;
1076   if (type->clientdata != NULL) {
1077     return (const char*) type->clientdata;
1078   } 
1079   else {
1080     return type->name;
1081   }
1082 }
1083
1084 /* Identical to SWIG_TypeCheck, except for strcmp comparison */
1085 SWIGRUNTIME swig_cast_info *
1086 SWIG_TypeProxyCheck(const char *c, swig_type_info *ty) {
1087   if (ty) {
1088     swig_cast_info *iter = ty->cast;
1089     while (iter) {
1090       if ( (!iter->type->clientdata && (strcmp(iter->type->name, c) == 0)) ||
1091             (iter->type->clientdata && (strcmp((char*)iter->type->clientdata, c) == 0)) ) {
1092         if (iter == ty->cast)
1093           return iter;
1094         /* Move iter to the top of the linked list */
1095         iter->prev->next = iter->next;
1096         if (iter->next)
1097           iter->next->prev = iter->prev;
1098         iter->next = ty->cast;
1099         iter->prev = 0;
1100         if (ty->cast) ty->cast->prev = iter;
1101         ty->cast = iter;
1102         return iter;
1103       }
1104       iter = iter->next;
1105     }
1106   }
1107   return 0;
1108 }
1109
1110 /* Function for getting a pointer value */
1111
1112 SWIGRUNTIME int
1113 SWIG_Perl_ConvertPtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) {
1114   swig_cast_info *tc;
1115   void *voidptr = (void *)0;
1116   SV *tsv = 0;
1117   /* If magical, apply more magic */
1118   if (SvGMAGICAL(sv))
1119     mg_get(sv);
1120
1121   /* Check to see if this is an object */
1122   if (sv_isobject(sv)) {
1123     IV tmp = 0;
1124     tsv = (SV*) SvRV(sv);
1125     if ((SvTYPE(tsv) == SVt_PVHV)) {
1126       MAGIC *mg;
1127       if (SvMAGICAL(tsv)) {
1128         mg = mg_find(tsv,'P');
1129         if (mg) {
1130           sv = mg->mg_obj;
1131           if (sv_isobject(sv)) {
1132             tsv = (SV*)SvRV(sv);
1133             tmp = SvIV(tsv);
1134           }
1135         }
1136       } else {
1137         return SWIG_ERROR;
1138       }
1139     } else {
1140       tmp = SvIV(tsv);
1141     }
1142     voidptr = INT2PTR(void *,tmp);
1143   } else if (! SvOK(sv)) {            /* Check for undef */
1144     *(ptr) = (void *) 0;
1145     return SWIG_OK;
1146   } else if (SvTYPE(sv) == SVt_RV) {  /* Check for NULL pointer */
1147     if (!SvROK(sv)) {
1148       *(ptr) = (void *) 0;
1149       return SWIG_OK;
1150     } else {
1151       return SWIG_ERROR;
1152     }
1153   } else {                            /* Don't know what it is */
1154     return SWIG_ERROR;
1155   }
1156   if (_t) {
1157     /* Now see if the types match */
1158     char *_c = HvNAME(SvSTASH(SvRV(sv)));
1159     tc = SWIG_TypeProxyCheck(_c,_t);
1160     if (!tc) {
1161       return SWIG_ERROR;
1162     }
1163     {
1164       int newmemory = 0;
1165       *ptr = SWIG_TypeCast(tc,voidptr,&newmemory);
1166       assert(!newmemory); /* newmemory handling not yet implemented */
1167     }
1168   } else {
1169     *ptr = voidptr;
1170   }
1171
1172   /* 
1173    *  DISOWN implementation: we need a perl guru to check this one.
1174    */
1175   if (tsv && (flags & SWIG_POINTER_DISOWN)) {
1176     /* 
1177      *  almost copy paste code from below SWIG_POINTER_OWN setting
1178      */
1179     SV *obj = sv;
1180     HV *stash = SvSTASH(SvRV(obj));
1181     GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE);
1182     if (isGV(gv)) {
1183       HV *hv = GvHVn(gv);
1184       /*
1185        * To set ownership (see below), a newSViv(1) entry is added. 
1186        * Hence, to remove ownership, we delete the entry.
1187        */
1188       if (hv_exists_ent(hv, obj, 0)) {
1189         hv_delete_ent(hv, obj, 0, 0);
1190       }
1191     }
1192   }
1193   return SWIG_OK;
1194 }
1195
1196 SWIGRUNTIME void
1197 SWIG_Perl_MakePtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, swig_type_info *t, int flags) {
1198   if (ptr && (flags & SWIG_SHADOW)) {
1199     SV *self;
1200     SV *obj=newSV(0);
1201     HV *hash=newHV();
1202     HV *stash;
1203     sv_setref_pv(obj, (char *) SWIG_Perl_TypeProxyName(t), ptr);
1204     stash=SvSTASH(SvRV(obj));
1205     if (flags & SWIG_POINTER_OWN) {
1206       HV *hv;
1207       GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE);
1208       if (!isGV(gv))
1209         gv_init(gv, stash, "OWNER", 5, FALSE);
1210       hv=GvHVn(gv);
1211       hv_store_ent(hv, obj, newSViv(1), 0);
1212     }
1213     sv_magic((SV *)hash, (SV *)obj, 'P', Nullch, 0);
1214     SvREFCNT_dec(obj);
1215     self=newRV_noinc((SV *)hash);
1216     sv_setsv(sv, self);
1217     SvREFCNT_dec((SV *)self);
1218     sv_bless(sv, stash);
1219   }
1220   else {
1221     sv_setref_pv(sv, (char *) SWIG_Perl_TypeProxyName(t), ptr);
1222   }
1223 }
1224
1225 SWIGRUNTIMEINLINE SV *
1226 SWIG_Perl_NewPointerObj(SWIG_MAYBE_PERL_OBJECT void *ptr, swig_type_info *t, int flags) {
1227   SV *result = sv_newmortal();
1228   SWIG_MakePtr(result, ptr, t, flags);
1229   return result;
1230 }
1231
1232 SWIGRUNTIME void
1233 SWIG_Perl_MakePackedObj(SWIG_MAYBE_PERL_OBJECT SV *sv, void *ptr, int sz, swig_type_info *type) {
1234   char result[1024];
1235   char *r = result;
1236   if ((2*sz + 1 + strlen(SWIG_Perl_TypeProxyName(type))) > 1000) return;
1237   *(r++) = '_';
1238   r = SWIG_PackData(r,ptr,sz);
1239   strcpy(r,SWIG_Perl_TypeProxyName(type));
1240   sv_setpv(sv, result);
1241 }
1242
1243 SWIGRUNTIME SV *
1244 SWIG_Perl_NewPackedObj(SWIG_MAYBE_PERL_OBJECT void *ptr, int sz, swig_type_info *type) {
1245   SV *result = sv_newmortal();
1246   SWIG_Perl_MakePackedObj(result, ptr, sz, type);
1247   return result;
1248 }
1249
1250 /* Convert a packed value value */
1251 SWIGRUNTIME int
1252 SWIG_Perl_ConvertPacked(SWIG_MAYBE_PERL_OBJECT SV *obj, void *ptr, int sz, swig_type_info *ty) {
1253   swig_cast_info *tc;
1254   const char  *c = 0;
1255
1256   if ((!obj) || (!SvOK(obj))) return SWIG_ERROR;
1257   c = SvPV_nolen(obj);
1258   /* Pointer values must start with leading underscore */
1259   if (*c != '_') return SWIG_ERROR;
1260   c++;
1261   c = SWIG_UnpackData(c,ptr,sz);
1262   if (ty) {
1263     tc = SWIG_TypeCheck(c,ty);
1264     if (!tc) return SWIG_ERROR;
1265   }
1266   return SWIG_OK;
1267 }
1268
1269
1270 /* Macros for low-level exception handling */
1271 #define SWIG_croak(x)    { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; }
1272
1273
1274 typedef XSPROTO(SwigPerlWrapper);
1275 typedef SwigPerlWrapper *SwigPerlWrapperPtr;
1276
1277 /* Structure for command table */
1278 typedef struct {
1279   const char         *name;
1280   SwigPerlWrapperPtr  wrapper;
1281 } swig_command_info;
1282
1283 /* Information for constant table */
1284
1285 #define SWIG_INT     1
1286 #define SWIG_FLOAT   2
1287 #define SWIG_STRING  3
1288 #define SWIG_POINTER 4
1289 #define SWIG_BINARY  5
1290
1291 /* Constant information structure */
1292 typedef struct swig_constant_info {
1293     int              type;
1294     const char      *name;
1295     long             lvalue;
1296     double           dvalue;
1297     void            *pvalue;
1298     swig_type_info **ptype;
1299 } swig_constant_info;
1300
1301
1302 /* Structure for variable table */
1303 typedef struct {
1304   const char   *name;
1305   SwigMagicFunc   set;
1306   SwigMagicFunc   get;
1307   swig_type_info  **type;
1308 } swig_variable_info;
1309
1310 /* Magic variable code */
1311 #ifndef PERL_OBJECT
1312 #define swig_create_magic(s,a,b,c) _swig_create_magic(s,a,b,c)
1313   #ifndef MULTIPLICITY
1314      SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(SV *, MAGIC *), int (*get)(SV *,MAGIC *)) 
1315   #else
1316      SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(struct interpreter*, SV *, MAGIC *), int (*get)(struct interpreter*, SV *,MAGIC *)) 
1317   #endif
1318 #else
1319 #  define swig_create_magic(s,a,b,c) _swig_create_magic(pPerl,s,a,b,c)
1320 SWIGRUNTIME void _swig_create_magic(CPerlObj *pPerl, SV *sv, const char *name, int (CPerlObj::*set)(SV *, MAGIC *), int (CPerlObj::*get)(SV *, MAGIC *)) 
1321 #endif
1322 {
1323   MAGIC *mg;
1324   sv_magic(sv,sv,'U',(char *) name,strlen(name));
1325   mg = mg_find(sv,'U');
1326   mg->mg_virtual = (MGVTBL *) malloc(sizeof(MGVTBL));
1327   mg->mg_virtual->svt_get = (SwigMagicFunc) get;
1328   mg->mg_virtual->svt_set = (SwigMagicFunc) set;
1329   mg->mg_virtual->svt_len = 0;
1330   mg->mg_virtual->svt_clear = 0;
1331   mg->mg_virtual->svt_free = 0;
1332 }
1333
1334
1335 SWIGRUNTIME swig_module_info *
1336 SWIG_Perl_GetModule(void) {
1337   static void *type_pointer = (void *)0;
1338   SV *pointer;
1339
1340   /* first check if pointer already created */
1341   if (!type_pointer) {
1342     pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, FALSE | GV_ADDMULTI);
1343     if (pointer && SvOK(pointer)) {
1344       type_pointer = INT2PTR(swig_type_info **, SvIV(pointer));
1345     }
1346   }
1347
1348   return (swig_module_info *) type_pointer;
1349 }
1350
1351 SWIGRUNTIME void
1352 SWIG_Perl_SetModule(swig_module_info *module) {
1353   SV *pointer;
1354
1355   /* create a new pointer */
1356   pointer = get_sv("swig_runtime_data::type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME, TRUE | GV_ADDMULTI);
1357   sv_setiv(pointer, PTR2IV(module));
1358 }
1359
1360 #ifdef __cplusplus
1361 }
1362 #endif
1363
1364 /* Workaround perl5 global namespace pollution. Note that undefining library
1365  * functions like fopen will not solve the problem on all platforms as fopen
1366  * might be a macro on Windows but not necessarily on other operating systems. */
1367 #ifdef do_open
1368   #undef do_open
1369 #endif
1370 #ifdef do_close
1371   #undef do_close
1372 #endif
1373 #ifdef scalar
1374   #undef scalar
1375 #endif
1376 #ifdef list
1377   #undef list
1378 #endif
1379 #ifdef apply
1380   #undef apply
1381 #endif
1382 #ifdef convert
1383   #undef convert
1384 #endif
1385 #ifdef Error
1386   #undef Error
1387 #endif
1388 #ifdef form
1389   #undef form
1390 #endif
1391 #ifdef vform
1392   #undef vform
1393 #endif
1394 #ifdef LABEL
1395   #undef LABEL
1396 #endif
1397 #ifdef METHOD
1398   #undef METHOD
1399 #endif
1400 #ifdef Move
1401   #undef Move
1402 #endif
1403 #ifdef yylex
1404   #undef yylex
1405 #endif
1406 #ifdef yyparse
1407   #undef yyparse
1408 #endif
1409 #ifdef yyerror
1410   #undef yyerror
1411 #endif
1412 #ifdef invert
1413   #undef invert
1414 #endif
1415 #ifdef ref
1416   #undef ref
1417 #endif
1418 #ifdef read
1419   #undef read
1420 #endif
1421 #ifdef write
1422   #undef write
1423 #endif
1424 #ifdef eof
1425   #undef eof
1426 #endif
1427 #ifdef bool
1428   #undef bool
1429 #endif
1430 #ifdef close
1431   #undef close
1432 #endif
1433 #ifdef rewind
1434   #undef rewind
1435 #endif
1436 #ifdef free
1437   #undef free
1438 #endif
1439 #ifdef malloc
1440   #undef malloc
1441 #endif
1442 #ifdef calloc
1443   #undef calloc
1444 #endif
1445 #ifdef Stat
1446   #undef Stat
1447 #endif
1448 #ifdef check
1449   #undef check
1450 #endif
1451 #ifdef seekdir
1452   #undef seekdir
1453 #endif
1454 #ifdef open
1455   #undef open
1456 #endif
1457 #ifdef readdir
1458   #undef readdir
1459 #endif
1460 #ifdef bind
1461   #undef bind
1462 #endif
1463
1464
1465
1466 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 
1467
1468 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else 
1469
1470
1471
1472   #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0) 
1473
1474
1475 /* -------- TYPES TABLE (BEGIN) -------- */
1476
1477 #define SWIGTYPE_p_Device swig_types[0]
1478 #define SWIGTYPE_p_Xfer swig_types[1]
1479 #define SWIGTYPE_p_XferElement swig_types[2]
1480 #define SWIGTYPE_p_a_STRMAX__char swig_types[3]
1481 #define SWIGTYPE_p_amglue_Source swig_types[4]
1482 #define SWIGTYPE_p_char swig_types[5]
1483 #define SWIGTYPE_p_double swig_types[6]
1484 #define SWIGTYPE_p_float swig_types[7]
1485 #define SWIGTYPE_p_guint32 swig_types[8]
1486 #define SWIGTYPE_p_guint64 swig_types[9]
1487 #define SWIGTYPE_p_int swig_types[10]
1488 #define SWIGTYPE_p_p_XferElement swig_types[11]
1489 #define SWIGTYPE_p_queue_fd_t swig_types[12]
1490 #define SWIGTYPE_p_unsigned_char swig_types[13]
1491 static swig_type_info *swig_types[15];
1492 static swig_module_info swig_module = {swig_types, 14, 0, 0, 0, 0};
1493 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
1494 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
1495
1496 /* -------- TYPES TABLE (END) -------- */
1497
1498 #define SWIG_init    boot_Amanda__Xfer
1499
1500 #define SWIG_name   "Amanda::Xferc::boot_Amanda__Xfer"
1501 #define SWIG_prefix "Amanda::Xferc::"
1502
1503 #define SWIGVERSION 0x010339 
1504 #define SWIG_VERSION SWIGVERSION
1505
1506
1507 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
1508 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
1509
1510
1511 #ifdef __cplusplus
1512 extern "C"
1513 #endif
1514 #ifndef PERL_OBJECT
1515 #ifndef MULTIPLICITY
1516 SWIGEXPORT void SWIG_init (CV* cv);
1517 #else
1518 SWIGEXPORT void SWIG_init (pTHXo_ CV* cv);
1519 #endif
1520 #else
1521 SWIGEXPORT void SWIG_init (CV *cv, CPerlObj *);
1522 #endif
1523
1524
1525 #include "amglue.h"
1526
1527
1528 #include "amglue.h"
1529
1530
1531 #include "amglue.h"
1532
1533
1534 #include "glib-util.h"
1535 #include "amxfer.h"
1536
1537
1538 SWIGINTERNINLINE SV *
1539 SWIG_From_long  SWIG_PERL_DECL_ARGS_1(long value)
1540 {    
1541   SV *obj = sv_newmortal();
1542   sv_setiv(obj, (IV) value);
1543   return obj;
1544 }
1545
1546
1547 SWIGINTERNINLINE SV *
1548 SWIG_From_int  SWIG_PERL_DECL_ARGS_1(int value)
1549 {    
1550   return SWIG_From_long  SWIG_PERL_CALL_ARGS_1(value);
1551 }
1552
1553
1554 /* Return a new SV with refcount 1 representing the given C object
1555  * with the given class.
1556  *
1557  * @param c_obj: the object to represent
1558  * @param perl_class: the perl with which to bless and tie the SV
1559  */
1560 static SV *
1561 new_sv_for_c_obj(
1562     gpointer c_obj,
1563     const char *perl_class)
1564 {
1565     SV *sv = newSV(0);
1566
1567     /* Make an SV that contains a pointer to the object, and bless it
1568      * with the appropriate class. */
1569     sv_setref_pv(sv, perl_class, c_obj);
1570
1571     return sv;
1572 }
1573
1574 /* Return a new SV representing a transfer.
1575  *
1576  * @param xfer: the transfer to represent
1577  */
1578 static SV *
1579 new_sv_for_xfer(
1580     Xfer *xfer)
1581 {
1582     if (!xfer) return &PL_sv_undef;
1583
1584     xfer_ref(xfer);
1585     return new_sv_for_c_obj(xfer, "Amanda::Xfer::Xfer");
1586 }
1587
1588 /* Return a new SV representing a transfer element.
1589  *
1590  * @param xe: the transfer element to represent
1591  */
1592 static SV *
1593 new_sv_for_xfer_element(
1594     XferElement *xe)
1595 {
1596     const char *perl_class;
1597
1598     if (!xe) return &PL_sv_undef;
1599
1600     perl_class = XFER_ELEMENT_GET_CLASS(xe)->perl_class;
1601     if (!perl_class) die("Attempt to wrap an XferElementClass with no perl class!");
1602     g_object_ref(xe);
1603     return new_sv_for_c_obj(xe, perl_class);
1604 }
1605
1606 /* Return the C object buried in an SV, asserting that the perl SV is
1607  * derived from derived_from.  Returns NULL for undefined perl values.
1608  *
1609  * This function is based on SWIG's SWIG_Perl_ConvertPtr.  The INT2PTR
1610  * situation certainly looks strange, but is documented in perlxs.
1611  *
1612  * @param sv: the SV to convert
1613  * @param derived_from: perl class from which the SV should be derived
1614  * @return: underlying pointer
1615  */
1616 static gpointer
1617 c_obj_from_sv(
1618     SV *sv,
1619     const char *derived_from)
1620 {
1621     SV *referent;
1622     IV tmp;
1623
1624     if (!sv) return NULL;
1625     if (!SvOK(sv)) return NULL;
1626
1627     /* Peel back the layers.  The sv should be a blessed reference to a PV,
1628      * and we check the class against derived_from to ensure we have the right
1629      * stuff. */
1630     if (!sv_isobject(sv) || !sv_derived_from(sv, derived_from)) {
1631         croak("Value is not an object of type %s", derived_from);
1632         return NULL;
1633     }
1634
1635     referent = (SV *)SvRV(sv);
1636     tmp = SvIV(referent);
1637     return INT2PTR(gpointer, tmp);
1638 }
1639
1640 /* Convert an SV to an Xfer.  The Xfer's reference count is not
1641  * incremented -- this is a "borrowed" reference.
1642  *
1643  * @param sv: the perl value
1644  * @returns: pointer to the corresponding transfer, or NULL
1645  */
1646 static Xfer *
1647 xfer_from_sv(
1648     SV *sv)
1649 {
1650     return (Xfer *)c_obj_from_sv(sv, "Amanda::Xfer::Xfer");
1651 }
1652
1653 /* Convert an SV to an XferElement.  The element's reference count is
1654  * not incremented -- this is a "borrowed" reference.
1655  *
1656  * @param sv: the perl value
1657  * @returns: pointer to the corresponding transfer element, or NULL.
1658  */
1659 static XferElement *
1660 xfer_element_from_sv(
1661     SV *sv)
1662 {
1663     return (XferElement *)c_obj_from_sv(sv, "Amanda::Xfer::Element");
1664 }
1665
1666 /* Given an XMsg, return a hashref representing the message as a pure-perl
1667  * object.  The object is new, has refcount 1, and is totally independent of
1668  * the underlying XMsg.
1669  *
1670  * Reflecting the XMsg directly into Perl avoids the need to reference-count
1671  * the XMsg objects themselves, which can simply be freed after a callback
1672  * completes.  The overhead of creating a hash is likely equivalent to or
1673  * less than the overhead that would be consumed with SWIG's swig_$field_get
1674  * accessors, assuming that perl code examines most of the fields in a message.
1675  *
1676  * @param msg: the message to represent
1677  * @returns: a perl SV
1678  */
1679 static SV *
1680 new_sv_for_xmsg(
1681     XMsg *msg)
1682 {
1683     static HV *amanda_xfer_msg_stash = NULL;
1684     HV *hash = newHV();
1685     SV *rv = newRV_noinc((SV *)hash);
1686
1687     /* bless the rv as an Amanda::Xfer::Msg object */
1688     if (!amanda_xfer_msg_stash) {
1689         amanda_xfer_msg_stash = gv_stashpv("Amanda::Xfer::Msg", GV_ADD);
1690     }
1691     sv_bless(rv, amanda_xfer_msg_stash);
1692
1693     /* TODO: consider optimizing by precomputing the hash values of
1694      * the keys? */
1695
1696     /* elt */
1697     hv_store(hash, "elt", 3, new_sv_for_xfer_element(msg->elt), 0);
1698
1699     /* type */
1700     hv_store(hash, "type", 4, newSViv(msg->type), 0);
1701
1702     /* type */
1703     hv_store(hash, "version", 7, newSViv(msg->version), 0);
1704
1705     /* message */
1706     if (msg->message)
1707         hv_store(hash, "message", 7, newSVpv(msg->message, 0), 0);
1708
1709     return rv;
1710 }
1711
1712
1713 #include <limits.h>
1714 #if !defined(SWIG_NO_LLONG_MAX)
1715 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
1716 #   define LLONG_MAX __LONG_LONG_MAX__
1717 #   define LLONG_MIN (-LLONG_MAX - 1LL)
1718 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
1719 # endif
1720 #endif
1721
1722
1723 SWIGINTERN int
1724 SWIG_AsVal_double SWIG_PERL_DECL_ARGS_2(SV *obj, double *val)
1725 {
1726   if (SvNIOK(obj)) {
1727     if (val) *val = SvNV(obj);
1728     return SWIG_OK;
1729   } else if (SvIOK(obj)) {
1730     if (val) *val = (double) SvIV(obj);
1731     return SWIG_AddCast(SWIG_OK);
1732   } else {
1733     const char *nptr = SvPV_nolen(obj);
1734     if (nptr) {
1735       char *endptr;
1736       double v = strtod(nptr, &endptr);
1737       if (errno == ERANGE) {
1738         errno = 0;
1739         return SWIG_OverflowError;
1740       } else {
1741         if (*endptr == '\0') {
1742           if (val) *val = v;
1743           return SWIG_Str2NumCast(SWIG_OK);
1744         }
1745       }
1746     }
1747   }
1748   return SWIG_TypeError;
1749 }
1750
1751
1752 #include <float.h>
1753
1754
1755 #include <math.h>
1756
1757
1758 SWIGINTERNINLINE int
1759 SWIG_CanCastAsInteger(double *d, double min, double max) {
1760   double x = *d;
1761   if ((min <= x && x <= max)) {
1762    double fx = floor(x);
1763    double cx = ceil(x);
1764    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
1765    if ((errno == EDOM) || (errno == ERANGE)) {
1766      errno = 0;
1767    } else {
1768      double summ, reps, diff;
1769      if (rd < x) {
1770        diff = x - rd;
1771      } else if (rd > x) {
1772        diff = rd - x;
1773      } else {
1774        return 1;
1775      }
1776      summ = rd + x;
1777      reps = diff/summ;
1778      if (reps < 8*DBL_EPSILON) {
1779        *d = rd;
1780        return 1;
1781      }
1782    }
1783   }
1784   return 0;
1785 }
1786
1787
1788 SWIGINTERN int
1789 SWIG_AsVal_unsigned_SS_long SWIG_PERL_DECL_ARGS_2(SV *obj, unsigned long *val) 
1790 {
1791   if (SvUOK(obj)) {
1792     if (val) *val = SvUV(obj);
1793     return SWIG_OK;
1794   } else  if (SvIOK(obj)) {
1795     long v = SvIV(obj);
1796     if (v >= 0) {
1797       if (val) *val = v;
1798       return SWIG_OK;
1799     } else {
1800       return SWIG_OverflowError;
1801     }
1802   } else {
1803     int dispatch = 0;
1804     const char *nptr = SvPV_nolen(obj);
1805     if (nptr) {
1806       char *endptr;
1807       unsigned long v;
1808       errno = 0;
1809       v = strtoul(nptr, &endptr,0);
1810       if (errno == ERANGE) {
1811         errno = 0;
1812         return SWIG_OverflowError;
1813       } else {
1814         if (*endptr == '\0') {
1815           if (val) *val = v;
1816           return SWIG_Str2NumCast(SWIG_OK);
1817         }
1818       }
1819     }
1820     if (!dispatch) {
1821       double d;
1822       int res = SWIG_AddCast(SWIG_AsVal_double SWIG_PERL_CALL_ARGS_2(obj,&d));
1823       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) {
1824         if (val) *val = (unsigned long)(d);
1825         return res;
1826       }
1827     }
1828   }
1829   return SWIG_TypeError;
1830 }
1831
1832
1833 SWIGINTERN int
1834 SWIG_AsVal_unsigned_SS_int SWIG_PERL_DECL_ARGS_2(SV * obj, unsigned int *val)
1835 {
1836   unsigned long v;
1837   int res = SWIG_AsVal_unsigned_SS_long SWIG_PERL_CALL_ARGS_2(obj, &v);
1838   if (SWIG_IsOK(res)) {
1839     if ((v > UINT_MAX)) {
1840       return SWIG_OverflowError;
1841     } else {
1842       if (val) *val = (unsigned int)(v);
1843     }
1844   }  
1845   return res;
1846 }
1847
1848
1849 SWIGINTERNINLINE SV *
1850 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
1851 {
1852   SV *obj = sv_newmortal();
1853   if (carray) {
1854     sv_setpvn(obj, carray, size);
1855   } else {
1856     sv_setsv(obj, &PL_sv_undef);
1857   }
1858   return obj;
1859 }
1860
1861
1862 SWIGINTERNINLINE SV * 
1863 SWIG_FromCharPtr(const char *cptr)
1864
1865   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
1866 }
1867
1868
1869 /* SWIG wants to treat this as a function */
1870 #define xfer_get_status(xfer) ((xfer)->status)
1871
1872
1873 SWIGINTERNINLINE int
1874 SWIG_AsVal_size_t SWIG_PERL_DECL_ARGS_2(SV * obj, size_t *val)
1875 {
1876   unsigned long v;
1877   int res = SWIG_AsVal_unsigned_SS_long SWIG_PERL_CALL_ARGS_2(obj, val ? &v : 0);
1878   if (SWIG_IsOK(res) && val) *val = (size_t)(v);
1879   return res;
1880 }
1881
1882
1883 SWIGINTERN int
1884 SWIG_AsVal_long SWIG_PERL_DECL_ARGS_2(SV *obj, long* val)
1885 {
1886   if (SvIOK(obj)) {
1887     if (val) *val = SvIV(obj);
1888     return SWIG_OK;
1889   } else {
1890     int dispatch = 0;
1891     const char *nptr = SvPV_nolen(obj);
1892     if (nptr) {
1893       char *endptr;
1894       long v;
1895       errno = 0;
1896       v = strtol(nptr, &endptr,0);
1897       if (errno == ERANGE) {
1898         errno = 0;
1899         return SWIG_OverflowError;
1900       } else {
1901         if (*endptr == '\0') {
1902           if (val) *val = v;
1903           return SWIG_Str2NumCast(SWIG_OK);
1904         }
1905       }
1906     }
1907     if (!dispatch) {
1908       double d;
1909       int res = SWIG_AddCast(SWIG_AsVal_double SWIG_PERL_CALL_ARGS_2(obj,&d));
1910       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
1911         if (val) *val = (long)(d);
1912         return res;
1913       }
1914     }
1915   }
1916   return SWIG_TypeError;
1917 }
1918
1919
1920 SWIGINTERN int
1921 SWIG_AsVal_int SWIG_PERL_DECL_ARGS_2(SV * obj, int *val)
1922 {
1923   long v;
1924   int res = SWIG_AsVal_long SWIG_PERL_CALL_ARGS_2(obj, &v);
1925   if (SWIG_IsOK(res)) {
1926     if ((v < INT_MIN || v > INT_MAX)) {
1927       return SWIG_OverflowError;
1928     } else {
1929       if (val) *val = (int)(v);
1930     }
1931   }  
1932   return res;
1933 }
1934
1935
1936 SWIGINTERN int
1937 SWIG_AsVal_unsigned_SS_char SWIG_PERL_DECL_ARGS_2(SV * obj, unsigned char *val)
1938 {
1939   unsigned long v;
1940   int res = SWIG_AsVal_unsigned_SS_long SWIG_PERL_CALL_ARGS_2(obj, &v);
1941   if (SWIG_IsOK(res)) {
1942     if ((v > UCHAR_MAX)) {
1943       return SWIG_OverflowError;
1944     } else {
1945       if (val) *val = (unsigned char)(v);
1946     }
1947   }  
1948   return res;
1949 }
1950
1951
1952 static gboolean
1953 xmsgsource_perl_callback(
1954     gpointer data,
1955     struct XMsg *msg,
1956     Xfer *xfer)
1957 {
1958     dSP;
1959     amglue_Source *src = (amglue_Source *)data;
1960     SV *src_sv = NULL;
1961
1962     g_assert(src->callback_sv != NULL);
1963
1964     ENTER;
1965     SAVETMPS;
1966
1967     /* create a new SV pointing to 'src', and increase its refcount
1968      * accordingly.  The SV is mortal, so FREETMPS will decrease the 
1969      * refcount, unless the callee keeps a copy of it somewhere */
1970     amglue_source_ref(src);
1971     src_sv = SWIG_NewPointerObj(src, SWIGTYPE_p_amglue_Source,
1972                                  SWIG_OWNER | SWIG_SHADOW);
1973
1974     PUSHMARK(SP);
1975     XPUSHs(src_sv);
1976     XPUSHs(sv_2mortal(new_sv_for_xmsg(msg)));
1977     XPUSHs(sv_2mortal(new_sv_for_xfer(xfer)));
1978     PUTBACK;
1979
1980     call_sv(src->callback_sv, G_EVAL|G_DISCARD);
1981
1982     FREETMPS;
1983     LEAVE;
1984
1985     /* these may have been freed, so don't use them after this point */
1986     src_sv = NULL;
1987     src = NULL;
1988
1989     /* check for an uncaught 'die'.  If we don't do this, then Perl will longjmp()
1990      * over the GMainLoop mechanics, leaving GMainLoop in an inconsistent (locked)
1991      * state. */
1992     if (SvTRUE(ERRSV)) {
1993         /* We handle this just the way the default 'die' handler in Amanda::Debug 
1994          * does, but since Amanda's debug support may not yet be running, we back
1995          * it up with an exit() */
1996         g_critical("%s", SvPV_nolen(ERRSV));
1997         exit(1);
1998     }
1999
2000     return TRUE;
2001 }
2002
2003
2004 amglue_Source *
2005 xfer_get_amglue_source(
2006     Xfer *xfer)
2007 {
2008     return amglue_source_get(xfer_get_source(xfer),
2009         (GSourceFunc)xmsgsource_perl_callback);
2010 }
2011
2012 #ifdef __cplusplus
2013 extern "C" {
2014 #endif
2015
2016 #ifdef PERL_OBJECT
2017 #define MAGIC_CLASS _wrap_Amanda__Xfer_var::
2018 class _wrap_Amanda__Xfer_var : public CPerlObj {
2019 public:
2020 #else
2021 #define MAGIC_CLASS
2022 #endif
2023 SWIGCLASS_STATIC int swig_magic_readonly(pTHX_ SV *SWIGUNUSEDPARM(sv), MAGIC *SWIGUNUSEDPARM(mg)) {
2024     MAGIC_PPERL
2025     croak("Value is read-only.");
2026     return 0;
2027 }
2028
2029
2030 #ifdef PERL_OBJECT
2031 };
2032 #endif
2033
2034 #ifdef __cplusplus
2035 }
2036 #endif
2037
2038 #ifdef __cplusplus
2039 extern "C" {
2040 #endif
2041 XS(_wrap_xfer_new) {
2042   {
2043     XferElement **arg1 = (XferElement **) 0 ;
2044     unsigned int arg2 ;
2045     int argvi = 0;
2046     Xfer *result = 0 ;
2047     dXSARGS;
2048     
2049     if ((items < 1) || (items > 1)) {
2050       SWIG_croak("Usage: xfer_new(elementlist,nelements);");
2051     }
2052     {
2053       AV *av;
2054       unsigned int i;
2055       
2056       /* check that it's an arrayref */
2057       if (!SvROK(ST(0)) || SvTYPE(SvRV(ST(0))) != SVt_PVAV) {
2058         SWIG_exception(SWIG_TypeError, "Expected an arrayref");
2059       }
2060       av = (AV *)SvRV(ST(0));
2061       
2062       /* allocate memory for arg1 */
2063       arg2 = av_len(av)+1; /* av_len(av) is like $#av */
2064       arg1 = g_new(XferElement *, arg2);
2065       
2066       /* extract the underlying XferElement objects and add pointers to
2067            * them, "borrowing" the caller's references for the moment. */
2068       for (i = 0; i < arg2; i++) {
2069         SV **sv = av_fetch(av, i, 0);
2070         XferElement *elt = sv? xfer_element_from_sv(*sv):NULL;
2071         
2072         if (!elt) {
2073           SWIG_exception(SWIG_TypeError, "Expected an arrayref of Amanda::Xfer::Element objects");
2074         }
2075         arg1[i] = elt;
2076       }
2077     }
2078     result = (Xfer *)xfer_new(arg1,arg2);
2079     {
2080       ST(argvi) = sv_2mortal(new_sv_for_xfer(result));
2081       argvi++;
2082     }
2083     {
2084       /* free the element vector allocated in the (in) typemap */
2085       g_free(arg1);
2086     }
2087     {
2088       xfer_unref(result);
2089     }
2090     XSRETURN(argvi);
2091   fail:
2092     {
2093       /* free the element vector allocated in the (in) typemap */
2094       g_free(arg1);
2095     }
2096     SWIG_croak_null();
2097   }
2098 }
2099
2100
2101 XS(_wrap_xfer_unref) {
2102   {
2103     Xfer *arg1 = (Xfer *) 0 ;
2104     int argvi = 0;
2105     dXSARGS;
2106     
2107     if ((items < 1) || (items > 1)) {
2108       SWIG_croak("Usage: xfer_unref(Xfer *);");
2109     }
2110     {
2111       arg1 = xfer_from_sv(ST(0));
2112     }
2113     xfer_unref(arg1);
2114     ST(argvi) = sv_newmortal();
2115     
2116     XSRETURN(argvi);
2117   fail:
2118     
2119     SWIG_croak_null();
2120   }
2121 }
2122
2123
2124 XS(_wrap_xfer_get_status) {
2125   {
2126     Xfer *arg1 = (Xfer *) 0 ;
2127     int argvi = 0;
2128     xfer_status result;
2129     dXSARGS;
2130     
2131     if ((items < 1) || (items > 1)) {
2132       SWIG_croak("Usage: xfer_get_status(xfer);");
2133     }
2134     {
2135       arg1 = xfer_from_sv(ST(0));
2136     }
2137     result = (xfer_status)xfer_get_status(arg1);
2138     {
2139       ST(argvi) = sv_2mortal(amglue_newSVi64(result));
2140       argvi++;
2141     }
2142     
2143     XSRETURN(argvi);
2144   fail:
2145     
2146     SWIG_croak_null();
2147   }
2148 }
2149
2150
2151 XS(_wrap_xfer_repr) {
2152   {
2153     Xfer *arg1 = (Xfer *) 0 ;
2154     int argvi = 0;
2155     char *result = 0 ;
2156     dXSARGS;
2157     
2158     if ((items < 1) || (items > 1)) {
2159       SWIG_croak("Usage: xfer_repr(xfer);");
2160     }
2161     {
2162       arg1 = xfer_from_sv(ST(0));
2163     }
2164     result = (char *)xfer_repr(arg1);
2165     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
2166     
2167     XSRETURN(argvi);
2168   fail:
2169     
2170     SWIG_croak_null();
2171   }
2172 }
2173
2174
2175 XS(_wrap_xfer_start) {
2176   {
2177     Xfer *arg1 = (Xfer *) 0 ;
2178     int argvi = 0;
2179     dXSARGS;
2180     
2181     if ((items < 1) || (items > 1)) {
2182       SWIG_croak("Usage: xfer_start(xfer);");
2183     }
2184     {
2185       arg1 = xfer_from_sv(ST(0));
2186     }
2187     xfer_start(arg1);
2188     ST(argvi) = sv_newmortal();
2189     
2190     XSRETURN(argvi);
2191   fail:
2192     
2193     SWIG_croak_null();
2194   }
2195 }
2196
2197
2198 XS(_wrap_xfer_cancel) {
2199   {
2200     Xfer *arg1 = (Xfer *) 0 ;
2201     int argvi = 0;
2202     dXSARGS;
2203     
2204     if ((items < 1) || (items > 1)) {
2205       SWIG_croak("Usage: xfer_cancel(xfer);");
2206     }
2207     {
2208       arg1 = xfer_from_sv(ST(0));
2209     }
2210     xfer_cancel(arg1);
2211     ST(argvi) = sv_newmortal();
2212     
2213     XSRETURN(argvi);
2214   fail:
2215     
2216     SWIG_croak_null();
2217   }
2218 }
2219
2220
2221 XS(_wrap_xfer_element_unref) {
2222   {
2223     XferElement *arg1 = (XferElement *) 0 ;
2224     int argvi = 0;
2225     dXSARGS;
2226     
2227     if ((items < 1) || (items > 1)) {
2228       SWIG_croak("Usage: xfer_element_unref(elt);");
2229     }
2230     {
2231       arg1 = xfer_element_from_sv(ST(0));
2232     }
2233     xfer_element_unref(arg1);
2234     ST(argvi) = sv_newmortal();
2235     
2236     XSRETURN(argvi);
2237   fail:
2238     
2239     SWIG_croak_null();
2240   }
2241 }
2242
2243
2244 XS(_wrap_xfer_element_repr) {
2245   {
2246     XferElement *arg1 = (XferElement *) 0 ;
2247     int argvi = 0;
2248     char *result = 0 ;
2249     dXSARGS;
2250     
2251     if ((items < 1) || (items > 1)) {
2252       SWIG_croak("Usage: xfer_element_repr(elt);");
2253     }
2254     {
2255       arg1 = xfer_element_from_sv(ST(0));
2256     }
2257     result = (char *)xfer_element_repr(arg1);
2258     ST(argvi) = SWIG_FromCharPtr((const char *)result); argvi++ ;
2259     
2260     XSRETURN(argvi);
2261   fail:
2262     
2263     SWIG_croak_null();
2264   }
2265 }
2266
2267
2268 XS(_wrap_xfer_source_device) {
2269   {
2270     Device *arg1 = (Device *) 0 ;
2271     void *argp1 = 0 ;
2272     int res1 = 0 ;
2273     int argvi = 0;
2274     XferElement *result = 0 ;
2275     dXSARGS;
2276     
2277     if ((items < 1) || (items > 1)) {
2278       SWIG_croak("Usage: xfer_source_device(device);");
2279     }
2280     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_Device, 0 |  0 );
2281     if (!SWIG_IsOK(res1)) {
2282       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "xfer_source_device" "', argument " "1"" of type '" "Device *""'"); 
2283     }
2284     arg1 = (Device *)(argp1);
2285     result = (XferElement *)xfer_source_device(arg1);
2286     {
2287       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2288       argvi++;
2289     }
2290     
2291     {
2292       xfer_element_unref(result);
2293     }
2294     XSRETURN(argvi);
2295   fail:
2296     
2297     SWIG_croak_null();
2298   }
2299 }
2300
2301
2302 XS(_wrap_xfer_source_random) {
2303   {
2304     guint64 arg1 ;
2305     guint32 arg2 ;
2306     int argvi = 0;
2307     XferElement *result = 0 ;
2308     dXSARGS;
2309     
2310     if ((items < 2) || (items > 2)) {
2311       SWIG_croak("Usage: xfer_source_random(length,seed);");
2312     }
2313     {
2314       arg1 = amglue_SvU64(ST(0));
2315     }
2316     {
2317       arg2 = amglue_SvU32(ST(1));
2318     }
2319     result = (XferElement *)xfer_source_random(arg1,arg2);
2320     {
2321       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2322       argvi++;
2323     }
2324     {
2325       xfer_element_unref(result);
2326     }
2327     XSRETURN(argvi);
2328   fail:
2329     SWIG_croak_null();
2330   }
2331 }
2332
2333
2334 XS(_wrap_xfer_source_pattern) {
2335   {
2336     guint64 arg1 ;
2337     void *arg2 = (void *) 0 ;
2338     size_t arg3 ;
2339     int argvi = 0;
2340     XferElement *result = 0 ;
2341     dXSARGS;
2342     
2343     if ((items < 2) || (items > 2)) {
2344       SWIG_croak("Usage: xfer_source_pattern(length,pattern,pattern_length);");
2345     }
2346     {
2347       arg1 = amglue_SvU64(ST(0));
2348     }
2349     {
2350       size_t len;
2351       char * pat;
2352       
2353       pat = SvPV(ST(1), len);
2354       arg2 = g_memdup(pat, len);
2355       arg3 = len;
2356     }
2357     result = (XferElement *)xfer_source_pattern(arg1,arg2,arg3);
2358     {
2359       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2360       argvi++;
2361     }
2362     XSRETURN(argvi);
2363   fail:
2364     SWIG_croak_null();
2365   }
2366 }
2367
2368
2369 XS(_wrap_xfer_source_fd) {
2370   {
2371     int arg1 ;
2372     int argvi = 0;
2373     XferElement *result = 0 ;
2374     dXSARGS;
2375     
2376     if ((items < 1) || (items > 1)) {
2377       SWIG_croak("Usage: xfer_source_fd(fd);");
2378     }
2379     {
2380       if (sizeof(signed int) == 1) {
2381         arg1 = amglue_SvI8(ST(0));
2382       } else if (sizeof(signed int) == 2) {
2383         arg1 = amglue_SvI16(ST(0));
2384       } else if (sizeof(signed int) == 4) {
2385         arg1 = amglue_SvI32(ST(0));
2386       } else if (sizeof(signed int) == 8) {
2387         arg1 = amglue_SvI64(ST(0));
2388       } else {
2389         g_critical("Unexpected signed int >64 bits?"); /* should be optimized out unless sizeof(signed int) > 8 */
2390       }
2391     }
2392     result = (XferElement *)xfer_source_fd(arg1);
2393     {
2394       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2395       argvi++;
2396     }
2397     
2398     {
2399       xfer_element_unref(result);
2400     }
2401     XSRETURN(argvi);
2402   fail:
2403     
2404     SWIG_croak_null();
2405   }
2406 }
2407
2408
2409 XS(_wrap_xfer_filter_xor) {
2410   {
2411     unsigned char arg1 ;
2412     unsigned char val1 ;
2413     int ecode1 = 0 ;
2414     int argvi = 0;
2415     XferElement *result = 0 ;
2416     dXSARGS;
2417     
2418     if ((items < 1) || (items > 1)) {
2419       SWIG_croak("Usage: xfer_filter_xor(xor_key);");
2420     }
2421     ecode1 = SWIG_AsVal_unsigned_SS_char SWIG_PERL_CALL_ARGS_2(ST(0), &val1);
2422     if (!SWIG_IsOK(ecode1)) {
2423       SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "xfer_filter_xor" "', argument " "1"" of type '" "unsigned char""'");
2424     } 
2425     arg1 = (unsigned char)(val1);
2426     result = (XferElement *)xfer_filter_xor(arg1);
2427     {
2428       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2429       argvi++;
2430     }
2431     
2432     {
2433       xfer_element_unref(result);
2434     }
2435     XSRETURN(argvi);
2436   fail:
2437     
2438     SWIG_croak_null();
2439   }
2440 }
2441
2442
2443 XS(_wrap_xfer_dest_device) {
2444   {
2445     Device *arg1 = (Device *) 0 ;
2446     size_t arg2 ;
2447     void *argp1 = 0 ;
2448     int res1 = 0 ;
2449     int argvi = 0;
2450     XferElement *result = 0 ;
2451     dXSARGS;
2452     
2453     if ((items < 2) || (items > 2)) {
2454       SWIG_croak("Usage: xfer_dest_device(device,max_memory);");
2455     }
2456     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_Device, 0 |  0 );
2457     if (!SWIG_IsOK(res1)) {
2458       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "xfer_dest_device" "', argument " "1"" of type '" "Device *""'"); 
2459     }
2460     arg1 = (Device *)(argp1);
2461     {
2462       if (sizeof(size_t) == 1) {
2463         arg2 = amglue_SvU8(ST(1));
2464       } else if (sizeof(size_t) == 2) {
2465         arg2 = amglue_SvU16(ST(1));
2466       } else if (sizeof(size_t) == 4) {
2467         arg2 = amglue_SvU32(ST(1));
2468       } else if (sizeof(size_t) == 8) {
2469         arg2 = amglue_SvU64(ST(1));
2470       } else {
2471         croak("Unexpected size_t >64 bits?"); /* should be optimized out unless sizeof(size_t) > 8 */
2472       }
2473     }
2474     result = (XferElement *)xfer_dest_device(arg1,arg2);
2475     {
2476       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2477       argvi++;
2478     }
2479     
2480     
2481     {
2482       xfer_element_unref(result);
2483     }
2484     XSRETURN(argvi);
2485   fail:
2486     
2487     
2488     SWIG_croak_null();
2489   }
2490 }
2491
2492
2493 XS(_wrap_xfer_dest_null) {
2494   {
2495     guint32 arg1 ;
2496     int argvi = 0;
2497     XferElement *result = 0 ;
2498     dXSARGS;
2499     
2500     if ((items < 1) || (items > 1)) {
2501       SWIG_croak("Usage: xfer_dest_null(prng_seed);");
2502     }
2503     {
2504       arg1 = amglue_SvU32(ST(0));
2505     }
2506     result = (XferElement *)xfer_dest_null(arg1);
2507     {
2508       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2509       argvi++;
2510     }
2511     {
2512       xfer_element_unref(result);
2513     }
2514     XSRETURN(argvi);
2515   fail:
2516     SWIG_croak_null();
2517   }
2518 }
2519
2520
2521 XS(_wrap_xfer_dest_fd) {
2522   {
2523     int arg1 ;
2524     int argvi = 0;
2525     XferElement *result = 0 ;
2526     dXSARGS;
2527     
2528     if ((items < 1) || (items > 1)) {
2529       SWIG_croak("Usage: xfer_dest_fd(fd);");
2530     }
2531     {
2532       if (sizeof(signed int) == 1) {
2533         arg1 = amglue_SvI8(ST(0));
2534       } else if (sizeof(signed int) == 2) {
2535         arg1 = amglue_SvI16(ST(0));
2536       } else if (sizeof(signed int) == 4) {
2537         arg1 = amglue_SvI32(ST(0));
2538       } else if (sizeof(signed int) == 8) {
2539         arg1 = amglue_SvI64(ST(0));
2540       } else {
2541         g_critical("Unexpected signed int >64 bits?"); /* should be optimized out unless sizeof(signed int) > 8 */
2542       }
2543     }
2544     result = (XferElement *)xfer_dest_fd(arg1);
2545     {
2546       ST(argvi) = sv_2mortal(new_sv_for_xfer_element(result));
2547       argvi++;
2548     }
2549     
2550     {
2551       xfer_element_unref(result);
2552     }
2553     XSRETURN(argvi);
2554   fail:
2555     
2556     SWIG_croak_null();
2557   }
2558 }
2559
2560
2561 XS(_wrap_xfer_get_amglue_source) {
2562   {
2563     Xfer *arg1 = (Xfer *) 0 ;
2564     int argvi = 0;
2565     amglue_Source *result = 0 ;
2566     dXSARGS;
2567     
2568     if ((items < 1) || (items > 1)) {
2569       SWIG_croak("Usage: xfer_get_amglue_source(xfer);");
2570     }
2571     {
2572       arg1 = xfer_from_sv(ST(0));
2573     }
2574     result = (amglue_Source *)xfer_get_amglue_source(arg1);
2575     ST(argvi) = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_amglue_Source, SWIG_OWNER | SWIG_SHADOW); argvi++ ;
2576     
2577     XSRETURN(argvi);
2578   fail:
2579     
2580     SWIG_croak_null();
2581   }
2582 }
2583
2584
2585
2586 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2587
2588 static swig_type_info _swigt__p_Device = {"_p_Device", "struct Device *|Device *", 0, 0, (void*)"Amanda::Device::Device", 0};
2589 static swig_type_info _swigt__p_Xfer = {"_p_Xfer", "Xfer *", 0, 0, (void*)0, 0};
2590 static swig_type_info _swigt__p_XferElement = {"_p_XferElement", "XferElement *", 0, 0, (void*)0, 0};
2591 static swig_type_info _swigt__p_a_STRMAX__char = {"_p_a_STRMAX__char", "char (*)[STRMAX]|string_t *", 0, 0, (void*)0, 0};
2592 static swig_type_info _swigt__p_amglue_Source = {"_p_amglue_Source", "struct amglue_Source *|amglue_Source *", 0, 0, (void*)"Amanda::MainLoop::Source", 0};
2593 static swig_type_info _swigt__p_char = {"_p_char", "gchar *|char *", 0, 0, (void*)0, 0};
2594 static swig_type_info _swigt__p_double = {"_p_double", "double *|gdouble *", 0, 0, (void*)0, 0};
2595 static swig_type_info _swigt__p_float = {"_p_float", "float *|gfloat *", 0, 0, (void*)0, 0};
2596 static swig_type_info _swigt__p_guint32 = {"_p_guint32", "guint32 *", 0, 0, (void*)0, 0};
2597 static swig_type_info _swigt__p_guint64 = {"_p_guint64", "guint64 *", 0, 0, (void*)0, 0};
2598 static swig_type_info _swigt__p_int = {"_p_int", "SizeAccuracy *|xmsg_type *|int *|DeviceAccessMode *|MediaAccessMode *|ConcurrencyParadigm *|filetype_t *|gboolean *|GIOCondition *|PropertySource *|DeviceStatusFlags *|PropertyAccessFlags *|PropertyPhaseFlags *|xfer_status *|PropertySurety *|StreamingRequirement *", 0, 0, (void*)0, 0};
2599 static swig_type_info _swigt__p_p_XferElement = {"_p_p_XferElement", "XferElement **", 0, 0, (void*)0, 0};
2600 static swig_type_info _swigt__p_queue_fd_t = {"_p_queue_fd_t", "struct queue_fd_t *|queue_fd_t *", 0, 0, (void*)"Amanda::Device::queue_fd_t", 0};
2601 static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "guchar *|unsigned char *", 0, 0, (void*)0, 0};
2602
2603 static swig_type_info *swig_type_initial[] = {
2604   &_swigt__p_Device,
2605   &_swigt__p_Xfer,
2606   &_swigt__p_XferElement,
2607   &_swigt__p_a_STRMAX__char,
2608   &_swigt__p_amglue_Source,
2609   &_swigt__p_char,
2610   &_swigt__p_double,
2611   &_swigt__p_float,
2612   &_swigt__p_guint32,
2613   &_swigt__p_guint64,
2614   &_swigt__p_int,
2615   &_swigt__p_p_XferElement,
2616   &_swigt__p_queue_fd_t,
2617   &_swigt__p_unsigned_char,
2618 };
2619
2620 static swig_cast_info _swigc__p_Device[] = {  {&_swigt__p_Device, 0, 0, 0},{0, 0, 0, 0}};
2621 static swig_cast_info _swigc__p_Xfer[] = {  {&_swigt__p_Xfer, 0, 0, 0},{0, 0, 0, 0}};
2622 static swig_cast_info _swigc__p_XferElement[] = {  {&_swigt__p_XferElement, 0, 0, 0},{0, 0, 0, 0}};
2623 static swig_cast_info _swigc__p_a_STRMAX__char[] = {  {&_swigt__p_a_STRMAX__char, 0, 0, 0},{0, 0, 0, 0}};
2624 static swig_cast_info _swigc__p_amglue_Source[] = {  {&_swigt__p_amglue_Source, 0, 0, 0},{0, 0, 0, 0}};
2625 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
2626 static swig_cast_info _swigc__p_double[] = {  {&_swigt__p_double, 0, 0, 0},{0, 0, 0, 0}};
2627 static swig_cast_info _swigc__p_float[] = {  {&_swigt__p_float, 0, 0, 0},{0, 0, 0, 0}};
2628 static swig_cast_info _swigc__p_guint32[] = {  {&_swigt__p_guint32, 0, 0, 0},{0, 0, 0, 0}};
2629 static swig_cast_info _swigc__p_guint64[] = {  {&_swigt__p_guint64, 0, 0, 0},{0, 0, 0, 0}};
2630 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
2631 static swig_cast_info _swigc__p_p_XferElement[] = {  {&_swigt__p_p_XferElement, 0, 0, 0},{0, 0, 0, 0}};
2632 static swig_cast_info _swigc__p_queue_fd_t[] = {  {&_swigt__p_queue_fd_t, 0, 0, 0},{0, 0, 0, 0}};
2633 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
2634
2635 static swig_cast_info *swig_cast_initial[] = {
2636   _swigc__p_Device,
2637   _swigc__p_Xfer,
2638   _swigc__p_XferElement,
2639   _swigc__p_a_STRMAX__char,
2640   _swigc__p_amglue_Source,
2641   _swigc__p_char,
2642   _swigc__p_double,
2643   _swigc__p_float,
2644   _swigc__p_guint32,
2645   _swigc__p_guint64,
2646   _swigc__p_int,
2647   _swigc__p_p_XferElement,
2648   _swigc__p_queue_fd_t,
2649   _swigc__p_unsigned_char,
2650 };
2651
2652
2653 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
2654
2655 static swig_constant_info swig_constants[] = {
2656 {0,0,0,0,0,0}
2657 };
2658 #ifdef __cplusplus
2659 }
2660 #endif
2661 static swig_variable_info swig_variables[] = {
2662 {0,0,0,0}
2663 };
2664 static swig_command_info swig_commands[] = {
2665 {"Amanda::Xferc::xfer_new", _wrap_xfer_new},
2666 {"Amanda::Xferc::xfer_unref", _wrap_xfer_unref},
2667 {"Amanda::Xferc::xfer_get_status", _wrap_xfer_get_status},
2668 {"Amanda::Xferc::xfer_repr", _wrap_xfer_repr},
2669 {"Amanda::Xferc::xfer_start", _wrap_xfer_start},
2670 {"Amanda::Xferc::xfer_cancel", _wrap_xfer_cancel},
2671 {"Amanda::Xferc::xfer_element_unref", _wrap_xfer_element_unref},
2672 {"Amanda::Xferc::xfer_element_repr", _wrap_xfer_element_repr},
2673 {"Amanda::Xferc::xfer_source_device", _wrap_xfer_source_device},
2674 {"Amanda::Xferc::xfer_source_random", _wrap_xfer_source_random},
2675 {"Amanda::Xferc::xfer_source_pattern", _wrap_xfer_source_pattern},
2676 {"Amanda::Xferc::xfer_source_fd", _wrap_xfer_source_fd},
2677 {"Amanda::Xferc::xfer_filter_xor", _wrap_xfer_filter_xor},
2678 {"Amanda::Xferc::xfer_dest_device", _wrap_xfer_dest_device},
2679 {"Amanda::Xferc::xfer_dest_null", _wrap_xfer_dest_null},
2680 {"Amanda::Xferc::xfer_dest_fd", _wrap_xfer_dest_fd},
2681 {"Amanda::Xferc::xfer_get_amglue_source", _wrap_xfer_get_amglue_source},
2682 {0,0}
2683 };
2684 /* -----------------------------------------------------------------------------
2685  * Type initialization:
2686  * This problem is tough by the requirement that no dynamic 
2687  * memory is used. Also, since swig_type_info structures store pointers to 
2688  * swig_cast_info structures and swig_cast_info structures store pointers back
2689  * to swig_type_info structures, we need some lookup code at initialization. 
2690  * The idea is that swig generates all the structures that are needed. 
2691  * The runtime then collects these partially filled structures. 
2692  * The SWIG_InitializeModule function takes these initial arrays out of 
2693  * swig_module, and does all the lookup, filling in the swig_module.types
2694  * array with the correct data and linking the correct swig_cast_info
2695  * structures together.
2696  *
2697  * The generated swig_type_info structures are assigned staticly to an initial 
2698  * array. We just loop through that array, and handle each type individually.
2699  * First we lookup if this type has been already loaded, and if so, use the
2700  * loaded structure instead of the generated one. Then we have to fill in the
2701  * cast linked list. The cast data is initially stored in something like a
2702  * two-dimensional array. Each row corresponds to a type (there are the same
2703  * number of rows as there are in the swig_type_initial array). Each entry in
2704  * a column is one of the swig_cast_info structures for that type.
2705  * The cast_initial array is actually an array of arrays, because each row has
2706  * a variable number of columns. So to actually build the cast linked list,
2707  * we find the array of casts associated with the type, and loop through it 
2708  * adding the casts to the list. The one last trick we need to do is making
2709  * sure the type pointer in the swig_cast_info struct is correct.
2710  *
2711  * First off, we lookup the cast->type name to see if it is already loaded. 
2712  * There are three cases to handle:
2713  *  1) If the cast->type has already been loaded AND the type we are adding
2714  *     casting info to has not been loaded (it is in this module), THEN we
2715  *     replace the cast->type pointer with the type pointer that has already
2716  *     been loaded.
2717  *  2) If BOTH types (the one we are adding casting info to, and the 
2718  *     cast->type) are loaded, THEN the cast info has already been loaded by
2719  *     the previous module so we just ignore it.
2720  *  3) Finally, if cast->type has not already been loaded, then we add that
2721  *     swig_cast_info to the linked list (because the cast->type) pointer will
2722  *     be correct.
2723  * ----------------------------------------------------------------------------- */
2724
2725 #ifdef __cplusplus
2726 extern "C" {
2727 #if 0
2728 } /* c-mode */
2729 #endif
2730 #endif
2731
2732 #if 0
2733 #define SWIGRUNTIME_DEBUG
2734 #endif
2735
2736
2737 SWIGRUNTIME void
2738 SWIG_InitializeModule(void *clientdata) {
2739   size_t i;
2740   swig_module_info *module_head, *iter;
2741   int found, init;
2742   
2743   clientdata = clientdata;
2744   
2745   /* check to see if the circular list has been setup, if not, set it up */
2746   if (swig_module.next==0) {
2747     /* Initialize the swig_module */
2748     swig_module.type_initial = swig_type_initial;
2749     swig_module.cast_initial = swig_cast_initial;
2750     swig_module.next = &swig_module;
2751     init = 1;
2752   } else {
2753     init = 0;
2754   }
2755   
2756   /* Try and load any already created modules */
2757   module_head = SWIG_GetModule(clientdata);
2758   if (!module_head) {
2759     /* This is the first module loaded for this interpreter */
2760     /* so set the swig module into the interpreter */
2761     SWIG_SetModule(clientdata, &swig_module);
2762     module_head = &swig_module;
2763   } else {
2764     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
2765     found=0;
2766     iter=module_head;
2767     do {
2768       if (iter==&swig_module) {
2769         found=1;
2770         break;
2771       }
2772       iter=iter->next;
2773     } while (iter!= module_head);
2774     
2775     /* if the is found in the list, then all is done and we may leave */
2776     if (found) return;
2777     /* otherwise we must add out module into the list */
2778     swig_module.next = module_head->next;
2779     module_head->next = &swig_module;
2780   }
2781   
2782   /* When multiple interpeters are used, a module could have already been initialized in
2783        a different interpreter, but not yet have a pointer in this interpreter.
2784        In this case, we do not want to continue adding types... everything should be
2785        set up already */
2786   if (init == 0) return;
2787   
2788   /* Now work on filling in swig_module.types */
2789 #ifdef SWIGRUNTIME_DEBUG
2790   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
2791 #endif
2792   for (i = 0; i < swig_module.size; ++i) {
2793     swig_type_info *type = 0;
2794     swig_type_info *ret;
2795     swig_cast_info *cast;
2796     
2797 #ifdef SWIGRUNTIME_DEBUG
2798     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2799 #endif
2800     
2801     /* if there is another module already loaded */
2802     if (swig_module.next != &swig_module) {
2803       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
2804     }
2805     if (type) {
2806       /* Overwrite clientdata field */
2807 #ifdef SWIGRUNTIME_DEBUG
2808       printf("SWIG_InitializeModule: found type %s\n", type->name);
2809 #endif
2810       if (swig_module.type_initial[i]->clientdata) {
2811         type->clientdata = swig_module.type_initial[i]->clientdata;
2812 #ifdef SWIGRUNTIME_DEBUG
2813         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
2814 #endif
2815       }
2816     } else {
2817       type = swig_module.type_initial[i];
2818     }
2819     
2820     /* Insert casting types */
2821     cast = swig_module.cast_initial[i];
2822     while (cast->type) {
2823       /* Don't need to add information already in the list */
2824       ret = 0;
2825 #ifdef SWIGRUNTIME_DEBUG
2826       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
2827 #endif
2828       if (swig_module.next != &swig_module) {
2829         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
2830 #ifdef SWIGRUNTIME_DEBUG
2831         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
2832 #endif
2833       }
2834       if (ret) {
2835         if (type == swig_module.type_initial[i]) {
2836 #ifdef SWIGRUNTIME_DEBUG
2837           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
2838 #endif
2839           cast->type = ret;
2840           ret = 0;
2841         } else {
2842           /* Check for casting already in the list */
2843           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
2844 #ifdef SWIGRUNTIME_DEBUG
2845           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
2846 #endif
2847           if (!ocast) ret = 0;
2848         }
2849       }
2850       
2851       if (!ret) {
2852 #ifdef SWIGRUNTIME_DEBUG
2853         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
2854 #endif
2855         if (type->cast) {
2856           type->cast->prev = cast;
2857           cast->next = type->cast;
2858         }
2859         type->cast = cast;
2860       }
2861       cast++;
2862     }
2863     /* Set entry in modules->types array equal to the type */
2864     swig_module.types[i] = type;
2865   }
2866   swig_module.types[i] = 0;
2867   
2868 #ifdef SWIGRUNTIME_DEBUG
2869   printf("**** SWIG_InitializeModule: Cast List ******\n");
2870   for (i = 0; i < swig_module.size; ++i) {
2871     int j = 0;
2872     swig_cast_info *cast = swig_module.cast_initial[i];
2873     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
2874     while (cast->type) {
2875       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
2876       cast++;
2877       ++j;
2878     }
2879     printf("---- Total casts: %d\n",j);
2880   }
2881   printf("**** SWIG_InitializeModule: Cast List ******\n");
2882 #endif
2883 }
2884
2885 /* This function will propagate the clientdata field of type to
2886 * any new swig_type_info structures that have been added into the list
2887 * of equivalent types.  It is like calling
2888 * SWIG_TypeClientData(type, clientdata) a second time.
2889 */
2890 SWIGRUNTIME void
2891 SWIG_PropagateClientData(void) {
2892   size_t i;
2893   swig_cast_info *equiv;
2894   static int init_run = 0;
2895   
2896   if (init_run) return;
2897   init_run = 1;
2898   
2899   for (i = 0; i < swig_module.size; i++) {
2900     if (swig_module.types[i]->clientdata) {
2901       equiv = swig_module.types[i]->cast;
2902       while (equiv) {
2903         if (!equiv->converter) {
2904           if (equiv->type && !equiv->type->clientdata)
2905           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
2906         }
2907         equiv = equiv->next;
2908       }
2909     }
2910   }
2911 }
2912
2913 #ifdef __cplusplus
2914 #if 0
2915 {
2916   /* c-mode */
2917 #endif
2918 }
2919 #endif
2920
2921
2922
2923 #ifdef __cplusplus
2924 extern "C"
2925 #endif
2926
2927 XS(SWIG_init) {
2928   dXSARGS;
2929   int i;
2930   
2931   SWIG_InitializeModule(0);
2932   
2933   /* Install commands */
2934   for (i = 0; swig_commands[i].name; i++) {
2935     newXS((char*) swig_commands[i].name,swig_commands[i].wrapper, (char*)__FILE__);
2936   }
2937   
2938   /* Install variables */
2939   for (i = 0; swig_variables[i].name; i++) {
2940     SV *sv;
2941     sv = get_sv((char*) swig_variables[i].name, TRUE | 0x2 | GV_ADDMULTI);
2942     if (swig_variables[i].type) {
2943       SWIG_MakePtr(sv,(void *)1, *swig_variables[i].type,0);
2944     } else {
2945       sv_setiv(sv,(IV) 0);
2946     }
2947     swig_create_magic(sv, (char *) swig_variables[i].name, swig_variables[i].set, swig_variables[i].get); 
2948   }
2949   
2950   /* Install constant */
2951   for (i = 0; swig_constants[i].type; i++) {
2952     SV *sv;
2953     sv = get_sv((char*)swig_constants[i].name, TRUE | 0x2 | GV_ADDMULTI);
2954     switch(swig_constants[i].type) {
2955     case SWIG_INT:
2956       sv_setiv(sv, (IV) swig_constants[i].lvalue);
2957       break;
2958     case SWIG_FLOAT:
2959       sv_setnv(sv, (double) swig_constants[i].dvalue);
2960       break;
2961     case SWIG_STRING:
2962       sv_setpv(sv, (char *) swig_constants[i].pvalue);
2963       break;
2964     case SWIG_POINTER:
2965       SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
2966       break;
2967     case SWIG_BINARY:
2968       SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
2969       break;
2970     default:
2971       break;
2972     }
2973     SvREADONLY_on(sv);
2974   }
2975   
2976   
2977   /* We need GType and GThread initialized to use xfers */
2978   glib_init();
2979   
2980   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
2981     SV *sv = get_sv((char*) SWIG_prefix "XFER_INIT", TRUE | 0x2 | GV_ADDMULTI);
2982     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XFER_INIT)));
2983     SvREADONLY_on(sv);
2984   } while(0) /*@SWIG@*/;
2985   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
2986     SV *sv = get_sv((char*) SWIG_prefix "XFER_START", TRUE | 0x2 | GV_ADDMULTI);
2987     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XFER_START)));
2988     SvREADONLY_on(sv);
2989   } while(0) /*@SWIG@*/;
2990   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
2991     SV *sv = get_sv((char*) SWIG_prefix "XFER_RUNNING", TRUE | 0x2 | GV_ADDMULTI);
2992     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XFER_RUNNING)));
2993     SvREADONLY_on(sv);
2994   } while(0) /*@SWIG@*/;
2995   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
2996     SV *sv = get_sv((char*) SWIG_prefix "XFER_DONE", TRUE | 0x2 | GV_ADDMULTI);
2997     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XFER_DONE)));
2998     SvREADONLY_on(sv);
2999   } while(0) /*@SWIG@*/;
3000   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
3001     SV *sv = get_sv((char*) SWIG_prefix "XMSG_INFO", TRUE | 0x2 | GV_ADDMULTI);
3002     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XMSG_INFO)));
3003     SvREADONLY_on(sv);
3004   } while(0) /*@SWIG@*/;
3005   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
3006     SV *sv = get_sv((char*) SWIG_prefix "XMSG_ERROR", TRUE | 0x2 | GV_ADDMULTI);
3007     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XMSG_ERROR)));
3008     SvREADONLY_on(sv);
3009   } while(0) /*@SWIG@*/;
3010   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
3011     SV *sv = get_sv((char*) SWIG_prefix "XMSG_DONE", TRUE | 0x2 | GV_ADDMULTI);
3012     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XMSG_DONE)));
3013     SvREADONLY_on(sv);
3014   } while(0) /*@SWIG@*/;
3015   /*@SWIG:/usr/share/swig/1.3.39/perl5/perltypemaps.swg,65,%set_constant@*/ do {
3016     SV *sv = get_sv((char*) SWIG_prefix "XMSG_CANCEL", TRUE | 0x2 | GV_ADDMULTI);
3017     sv_setsv(sv, SWIG_From_int  SWIG_PERL_CALL_ARGS_1((int)(XMSG_CANCEL)));
3018     SvREADONLY_on(sv);
3019   } while(0) /*@SWIG@*/;
3020   ST(0) = &PL_sv_yes;
3021   XSRETURN(1);
3022 }
3023