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