Merge Samba3 and Samba4 together
[amitay/samba.git] / source4 / lib / registry / registry_wrap.c
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 1.3.36
4  * 
5  * This file is not intended to be easily readable and contains a number of 
6  * coding conventions designed to improve portability and efficiency. Do not make
7  * changes to this file unless you know what you are doing--modify the SWIG 
8  * interface file instead. 
9  * ----------------------------------------------------------------------------- */
10
11 #define SWIGPYTHON
12 #define SWIG_PYTHON_NO_BUILD_NONE
13 /* -----------------------------------------------------------------------------
14  *  This section contains generic SWIG labels for method/variable
15  *  declarations/attributes, and other compiler dependent labels.
16  * ----------------------------------------------------------------------------- */
17
18 /* template workaround for compilers that cannot correctly implement the C++ standard */
19 #ifndef SWIGTEMPLATEDISAMBIGUATOR
20 # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
21 #  define SWIGTEMPLATEDISAMBIGUATOR template
22 # elif defined(__HP_aCC)
23 /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
24 /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
25 #  define SWIGTEMPLATEDISAMBIGUATOR template
26 # else
27 #  define SWIGTEMPLATEDISAMBIGUATOR
28 # endif
29 #endif
30
31 /* inline attribute */
32 #ifndef SWIGINLINE
33 # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
34 #   define SWIGINLINE inline
35 # else
36 #   define SWIGINLINE
37 # endif
38 #endif
39
40 /* attribute recognised by some compilers to avoid 'unused' warnings */
41 #ifndef SWIGUNUSED
42 # if defined(__GNUC__)
43 #   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
44 #     define SWIGUNUSED __attribute__ ((__unused__)) 
45 #   else
46 #     define SWIGUNUSED
47 #   endif
48 # elif defined(__ICC)
49 #   define SWIGUNUSED __attribute__ ((__unused__)) 
50 # else
51 #   define SWIGUNUSED 
52 # endif
53 #endif
54
55 #ifndef SWIG_MSC_UNSUPPRESS_4505
56 # if defined(_MSC_VER)
57 #   pragma warning(disable : 4505) /* unreferenced local function has been removed */
58 # endif 
59 #endif
60
61 #ifndef SWIGUNUSEDPARM
62 # ifdef __cplusplus
63 #   define SWIGUNUSEDPARM(p)
64 # else
65 #   define SWIGUNUSEDPARM(p) p SWIGUNUSED 
66 # endif
67 #endif
68
69 /* internal SWIG method */
70 #ifndef SWIGINTERN
71 # define SWIGINTERN static SWIGUNUSED
72 #endif
73
74 /* internal inline SWIG method */
75 #ifndef SWIGINTERNINLINE
76 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
77 #endif
78
79 /* exporting methods */
80 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
81 #  ifndef GCC_HASCLASSVISIBILITY
82 #    define GCC_HASCLASSVISIBILITY
83 #  endif
84 #endif
85
86 #ifndef SWIGEXPORT
87 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
88 #   if defined(STATIC_LINKED)
89 #     define SWIGEXPORT
90 #   else
91 #     define SWIGEXPORT __declspec(dllexport)
92 #   endif
93 # else
94 #   if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
95 #     define SWIGEXPORT __attribute__ ((visibility("default")))
96 #   else
97 #     define SWIGEXPORT
98 #   endif
99 # endif
100 #endif
101
102 /* calling conventions for Windows */
103 #ifndef SWIGSTDCALL
104 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
105 #   define SWIGSTDCALL __stdcall
106 # else
107 #   define SWIGSTDCALL
108 # endif 
109 #endif
110
111 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
112 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
113 # define _CRT_SECURE_NO_DEPRECATE
114 #endif
115
116 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
117 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
118 # define _SCL_SECURE_NO_DEPRECATE
119 #endif
120
121
122
123 /* Python.h has to appear first */
124 #include <Python.h>
125
126 /* -----------------------------------------------------------------------------
127  * swigrun.swg
128  *
129  * This file contains generic CAPI 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 is strictly necessary, ie, if you have problems
152   with your compiler or so.
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 and 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 swig versions, you usually write code as:
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 as:
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    that seems to be the same, 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    requires also to SWIG_ConvertPtr to return new result values, 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  */
256 #define SWIG_OK                    (0) 
257 #define SWIG_ERROR                 (-1)
258 #define SWIG_IsOK(r)               (r >= 0)
259 #define SWIG_ArgError(r)           ((r != SWIG_ERROR) ? r : SWIG_TypeError)  
260
261 /* The CastRankLimit says how many bits are used for the cast rank */
262 #define SWIG_CASTRANKLIMIT         (1 << 8)
263 /* The NewMask denotes the object was created (using new/malloc) */
264 #define SWIG_NEWOBJMASK            (SWIG_CASTRANKLIMIT  << 1)
265 /* The TmpMask is for in/out typemaps that use temporal objects */
266 #define SWIG_TMPOBJMASK            (SWIG_NEWOBJMASK << 1)
267 /* Simple returning values */
268 #define SWIG_BADOBJ                (SWIG_ERROR)
269 #define SWIG_OLDOBJ                (SWIG_OK)
270 #define SWIG_NEWOBJ                (SWIG_OK | SWIG_NEWOBJMASK)
271 #define SWIG_TMPOBJ                (SWIG_OK | SWIG_TMPOBJMASK)
272 /* Check, add and del mask methods */
273 #define SWIG_AddNewMask(r)         (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
274 #define SWIG_DelNewMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
275 #define SWIG_IsNewObj(r)           (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
276 #define SWIG_AddTmpMask(r)         (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
277 #define SWIG_DelTmpMask(r)         (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
278 #define SWIG_IsTmpObj(r)           (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
279
280
281 /* Cast-Rank Mode */
282 #if defined(SWIG_CASTRANK_MODE)
283 #  ifndef SWIG_TypeRank
284 #    define SWIG_TypeRank             unsigned long
285 #  endif
286 #  ifndef SWIG_MAXCASTRANK            /* Default cast allowed */
287 #    define SWIG_MAXCASTRANK          (2)
288 #  endif
289 #  define SWIG_CASTRANKMASK          ((SWIG_CASTRANKLIMIT) -1)
290 #  define SWIG_CastRank(r)           (r & SWIG_CASTRANKMASK)
291 SWIGINTERNINLINE int SWIG_AddCast(int r) { 
292   return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
293 }
294 SWIGINTERNINLINE int SWIG_CheckState(int r) { 
295   return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0; 
296 }
297 #else /* no cast-rank mode */
298 #  define SWIG_AddCast
299 #  define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
300 #endif
301
302
303
304
305 #include <string.h>
306
307 #ifdef __cplusplus
308 extern "C" {
309 #endif
310
311 typedef void *(*swig_converter_func)(void *, int *);
312 typedef struct swig_type_info *(*swig_dycast_func)(void **);
313
314 /* Structure to store information on one type */
315 typedef struct swig_type_info {
316   const char             *name;                 /* mangled name of this type */
317   const char             *str;                  /* human readable name of this type */
318   swig_dycast_func        dcast;                /* dynamic cast function down a hierarchy */
319   struct swig_cast_info  *cast;                 /* linked list of types that can cast into this type */
320   void                   *clientdata;           /* language specific type data */
321   int                    owndata;               /* flag if the structure owns the clientdata */
322 } swig_type_info;
323
324 /* Structure to store a type and conversion function used for casting */
325 typedef struct swig_cast_info {
326   swig_type_info         *type;                 /* pointer to type that is equivalent to this type */
327   swig_converter_func     converter;            /* function to cast the void pointers */
328   struct swig_cast_info  *next;                 /* pointer to next cast in linked list */
329   struct swig_cast_info  *prev;                 /* pointer to the previous cast */
330 } swig_cast_info;
331
332 /* Structure used to store module information
333  * Each module generates one structure like this, and the runtime collects
334  * all of these structures and stores them in a circularly linked list.*/
335 typedef struct swig_module_info {
336   swig_type_info         **types;               /* Array of pointers to swig_type_info structures that are in this module */
337   size_t                 size;                  /* Number of types in this module */
338   struct swig_module_info *next;                /* Pointer to next element in circularly linked list */
339   swig_type_info         **type_initial;        /* Array of initially generated type structures */
340   swig_cast_info         **cast_initial;        /* Array of initially generated casting structures */
341   void                    *clientdata;          /* Language specific module data */
342 } swig_module_info;
343
344 /* 
345   Compare two type names skipping the space characters, therefore
346   "char*" == "char *" and "Class<int>" == "Class<int >", etc.
347
348   Return 0 when the two name types are equivalent, as in
349   strncmp, but skipping ' '.
350 */
351 SWIGRUNTIME int
352 SWIG_TypeNameComp(const char *f1, const char *l1,
353                   const char *f2, const char *l2) {
354   for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
355     while ((*f1 == ' ') && (f1 != l1)) ++f1;
356     while ((*f2 == ' ') && (f2 != l2)) ++f2;
357     if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
358   }
359   return (int)((l1 - f1) - (l2 - f2));
360 }
361
362 /*
363   Check type equivalence in a name list like <name1>|<name2>|...
364   Return 0 if not equal, 1 if equal
365 */
366 SWIGRUNTIME int
367 SWIG_TypeEquiv(const char *nb, const char *tb) {
368   int equiv = 0;
369   const char* te = tb + strlen(tb);
370   const char* ne = nb;
371   while (!equiv && *ne) {
372     for (nb = ne; *ne; ++ne) {
373       if (*ne == '|') break;
374     }
375     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
376     if (*ne) ++ne;
377   }
378   return equiv;
379 }
380
381 /*
382   Check type equivalence in a name list like <name1>|<name2>|...
383   Return 0 if equal, -1 if nb < tb, 1 if nb > tb
384 */
385 SWIGRUNTIME int
386 SWIG_TypeCompare(const char *nb, const char *tb) {
387   int equiv = 0;
388   const char* te = tb + strlen(tb);
389   const char* ne = nb;
390   while (!equiv && *ne) {
391     for (nb = ne; *ne; ++ne) {
392       if (*ne == '|') break;
393     }
394     equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
395     if (*ne) ++ne;
396   }
397   return equiv;
398 }
399
400
401 /* think of this as a c++ template<> or a scheme macro */
402 #define SWIG_TypeCheck_Template(comparison, ty)         \
403   if (ty) {                                             \
404     swig_cast_info *iter = ty->cast;                    \
405     while (iter) {                                      \
406       if (comparison) {                                 \
407         if (iter == ty->cast) 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   Check the typename
425 */
426 SWIGRUNTIME swig_cast_info *
427 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
428   SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty);
429 }
430
431 /* Same as previous function, except strcmp is replaced with a pointer comparison */
432 SWIGRUNTIME swig_cast_info *
433 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *into) {
434   SWIG_TypeCheck_Template(iter->type == from, into);
435 }
436
437 /*
438   Cast a pointer up an inheritance hierarchy
439 */
440 SWIGRUNTIMEINLINE void *
441 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) {
442   return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
443 }
444
445 /* 
446    Dynamic pointer casting. Down an inheritance hierarchy
447 */
448 SWIGRUNTIME swig_type_info *
449 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
450   swig_type_info *lastty = ty;
451   if (!ty || !ty->dcast) return ty;
452   while (ty && (ty->dcast)) {
453     ty = (*ty->dcast)(ptr);
454     if (ty) lastty = ty;
455   }
456   return lastty;
457 }
458
459 /*
460   Return the name associated with this type
461 */
462 SWIGRUNTIMEINLINE const char *
463 SWIG_TypeName(const swig_type_info *ty) {
464   return ty->name;
465 }
466
467 /*
468   Return the pretty name associated with this type,
469   that is an unmangled type name in a form presentable to the user.
470 */
471 SWIGRUNTIME const char *
472 SWIG_TypePrettyName(const swig_type_info *type) {
473   /* The "str" field contains the equivalent pretty names of the
474      type, separated by vertical-bar characters.  We choose
475      to print the last name, as it is often (?) the most
476      specific. */
477   if (!type) return NULL;
478   if (type->str != NULL) {
479     const char *last_name = type->str;
480     const char *s;
481     for (s = type->str; *s; s++)
482       if (*s == '|') last_name = s+1;
483     return last_name;
484   }
485   else
486     return type->name;
487 }
488
489 /* 
490    Set the clientdata field for a type
491 */
492 SWIGRUNTIME void
493 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
494   swig_cast_info *cast = ti->cast;
495   /* if (ti->clientdata == clientdata) return; */
496   ti->clientdata = clientdata;
497   
498   while (cast) {
499     if (!cast->converter) {
500       swig_type_info *tc = cast->type;
501       if (!tc->clientdata) {
502         SWIG_TypeClientData(tc, clientdata);
503       }
504     }    
505     cast = cast->next;
506   }
507 }
508 SWIGRUNTIME void
509 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
510   SWIG_TypeClientData(ti, clientdata);
511   ti->owndata = 1;
512 }
513   
514 /*
515   Search for a swig_type_info structure only by mangled name
516   Search is a O(log #types)
517   
518   We start searching at module start, and finish searching when start == end.  
519   Note: if start == end at the beginning of the function, we go all the way around
520   the circular list.
521 */
522 SWIGRUNTIME swig_type_info *
523 SWIG_MangledTypeQueryModule(swig_module_info *start, 
524                             swig_module_info *end, 
525                             const char *name) {
526   swig_module_info *iter = start;
527   do {
528     if (iter->size) {
529       register size_t l = 0;
530       register size_t r = iter->size - 1;
531       do {
532         /* since l+r >= 0, we can (>> 1) instead (/ 2) */
533         register size_t i = (l + r) >> 1; 
534         const char *iname = iter->types[i]->name;
535         if (iname) {
536           register int compare = strcmp(name, iname);
537           if (compare == 0) {       
538             return iter->types[i];
539           } else if (compare < 0) {
540             if (i) {
541               r = i - 1;
542             } else {
543               break;
544             }
545           } else if (compare > 0) {
546             l = i + 1;
547           }
548         } else {
549           break; /* should never happen */
550         }
551       } while (l <= r);
552     }
553     iter = iter->next;
554   } while (iter != end);
555   return 0;
556 }
557
558 /*
559   Search for a swig_type_info structure for either a mangled name or a human readable name.
560   It first searches the mangled names of the types, which is a O(log #types)
561   If a type is not found it then searches the human readable names, which is O(#types).
562   
563   We start searching at module start, and finish searching when start == end.  
564   Note: if start == end at the beginning of the function, we go all the way around
565   the circular list.
566 */
567 SWIGRUNTIME swig_type_info *
568 SWIG_TypeQueryModule(swig_module_info *start, 
569                      swig_module_info *end, 
570                      const char *name) {
571   /* STEP 1: Search the name field using binary search */
572   swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
573   if (ret) {
574     return ret;
575   } else {
576     /* STEP 2: If the type hasn't been found, do a complete search
577        of the str field (the human readable name) */
578     swig_module_info *iter = start;
579     do {
580       register size_t i = 0;
581       for (; i < iter->size; ++i) {
582         if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
583           return iter->types[i];
584       }
585       iter = iter->next;
586     } while (iter != end);
587   }
588   
589   /* neither found a match */
590   return 0;
591 }
592
593 /* 
594    Pack binary data into a string
595 */
596 SWIGRUNTIME char *
597 SWIG_PackData(char *c, void *ptr, size_t sz) {
598   static const char hex[17] = "0123456789abcdef";
599   register const unsigned char *u = (unsigned char *) ptr;
600   register const unsigned char *eu =  u + sz;
601   for (; u != eu; ++u) {
602     register unsigned char uu = *u;
603     *(c++) = hex[(uu & 0xf0) >> 4];
604     *(c++) = hex[uu & 0xf];
605   }
606   return c;
607 }
608
609 /* 
610    Unpack binary data from a string
611 */
612 SWIGRUNTIME const char *
613 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
614   register unsigned char *u = (unsigned char *) ptr;
615   register const unsigned char *eu = u + sz;
616   for (; u != eu; ++u) {
617     register char d = *(c++);
618     register unsigned char uu;
619     if ((d >= '0') && (d <= '9'))
620       uu = ((d - '0') << 4);
621     else if ((d >= 'a') && (d <= 'f'))
622       uu = ((d - ('a'-10)) << 4);
623     else 
624       return (char *) 0;
625     d = *(c++);
626     if ((d >= '0') && (d <= '9'))
627       uu |= (d - '0');
628     else if ((d >= 'a') && (d <= 'f'))
629       uu |= (d - ('a'-10));
630     else 
631       return (char *) 0;
632     *u = uu;
633   }
634   return c;
635 }
636
637 /* 
638    Pack 'void *' into a string buffer.
639 */
640 SWIGRUNTIME char *
641 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
642   char *r = buff;
643   if ((2*sizeof(void *) + 2) > bsz) return 0;
644   *(r++) = '_';
645   r = SWIG_PackData(r,&ptr,sizeof(void *));
646   if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
647   strcpy(r,name);
648   return buff;
649 }
650
651 SWIGRUNTIME const char *
652 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
653   if (*c != '_') {
654     if (strcmp(c,"NULL") == 0) {
655       *ptr = (void *) 0;
656       return name;
657     } else {
658       return 0;
659     }
660   }
661   return SWIG_UnpackData(++c,ptr,sizeof(void *));
662 }
663
664 SWIGRUNTIME char *
665 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
666   char *r = buff;
667   size_t lname = (name ? strlen(name) : 0);
668   if ((2*sz + 2 + lname) > bsz) return 0;
669   *(r++) = '_';
670   r = SWIG_PackData(r,ptr,sz);
671   if (lname) {
672     strncpy(r,name,lname+1);
673   } else {
674     *r = 0;
675   }
676   return buff;
677 }
678
679 SWIGRUNTIME const char *
680 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
681   if (*c != '_') {
682     if (strcmp(c,"NULL") == 0) {
683       memset(ptr,0,sz);
684       return name;
685     } else {
686       return 0;
687     }
688   }
689   return SWIG_UnpackData(++c,ptr,sz);
690 }
691
692 #ifdef __cplusplus
693 }
694 #endif
695
696 /*  Errors in SWIG */
697 #define  SWIG_UnknownError         -1 
698 #define  SWIG_IOError              -2 
699 #define  SWIG_RuntimeError         -3 
700 #define  SWIG_IndexError           -4 
701 #define  SWIG_TypeError            -5 
702 #define  SWIG_DivisionByZero       -6 
703 #define  SWIG_OverflowError        -7 
704 #define  SWIG_SyntaxError          -8 
705 #define  SWIG_ValueError           -9 
706 #define  SWIG_SystemError          -10
707 #define  SWIG_AttributeError       -11
708 #define  SWIG_MemoryError          -12 
709 #define  SWIG_NullReferenceError   -13
710
711
712
713
714 /* Add PyOS_snprintf for old Pythons */
715 #if PY_VERSION_HEX < 0x02020000
716 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(_WATCOM)
717 #  define PyOS_snprintf _snprintf
718 # else
719 #  define PyOS_snprintf snprintf
720 # endif
721 #endif
722
723 /* A crude PyString_FromFormat implementation for old Pythons */
724 #if PY_VERSION_HEX < 0x02020000
725
726 #ifndef SWIG_PYBUFFER_SIZE
727 # define SWIG_PYBUFFER_SIZE 1024
728 #endif
729
730 static PyObject *
731 PyString_FromFormat(const char *fmt, ...) {
732   va_list ap;
733   char buf[SWIG_PYBUFFER_SIZE * 2];
734   int res;
735   va_start(ap, fmt);
736   res = vsnprintf(buf, sizeof(buf), fmt, ap);
737   va_end(ap);
738   return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
739 }
740 #endif
741
742 /* Add PyObject_Del for old Pythons */
743 #if PY_VERSION_HEX < 0x01060000
744 # define PyObject_Del(op) PyMem_DEL((op))
745 #endif
746 #ifndef PyObject_DEL
747 # define PyObject_DEL PyObject_Del
748 #endif
749
750 /* A crude PyExc_StopIteration exception for old Pythons */
751 #if PY_VERSION_HEX < 0x02020000
752 # ifndef PyExc_StopIteration
753 #  define PyExc_StopIteration PyExc_RuntimeError
754 # endif
755 # ifndef PyObject_GenericGetAttr
756 #  define PyObject_GenericGetAttr 0
757 # endif
758 #endif
759 /* Py_NotImplemented is defined in 2.1 and up. */
760 #if PY_VERSION_HEX < 0x02010000
761 # ifndef Py_NotImplemented
762 #  define Py_NotImplemented PyExc_RuntimeError
763 # endif
764 #endif
765
766
767 /* A crude PyString_AsStringAndSize implementation for old Pythons */
768 #if PY_VERSION_HEX < 0x02010000
769 # ifndef PyString_AsStringAndSize
770 #  define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
771 # endif
772 #endif
773
774 /* PySequence_Size for old Pythons */
775 #if PY_VERSION_HEX < 0x02000000
776 # ifndef PySequence_Size
777 #  define PySequence_Size PySequence_Length
778 # endif
779 #endif
780
781
782 /* PyBool_FromLong for old Pythons */
783 #if PY_VERSION_HEX < 0x02030000
784 static
785 PyObject *PyBool_FromLong(long ok)
786 {
787   PyObject *result = ok ? Py_True : Py_False;
788   Py_INCREF(result);
789   return result;
790 }
791 #endif
792
793 /* Py_ssize_t for old Pythons */
794 /* This code is as recommended by: */
795 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
796 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
797 typedef int Py_ssize_t;
798 # define PY_SSIZE_T_MAX INT_MAX
799 # define PY_SSIZE_T_MIN INT_MIN
800 #endif
801
802 /* -----------------------------------------------------------------------------
803  * error manipulation
804  * ----------------------------------------------------------------------------- */
805
806 SWIGRUNTIME PyObject*
807 SWIG_Python_ErrorType(int code) {
808   PyObject* type = 0;
809   switch(code) {
810   case SWIG_MemoryError:
811     type = PyExc_MemoryError;
812     break;
813   case SWIG_IOError:
814     type = PyExc_IOError;
815     break;
816   case SWIG_RuntimeError:
817     type = PyExc_RuntimeError;
818     break;
819   case SWIG_IndexError:
820     type = PyExc_IndexError;
821     break;
822   case SWIG_TypeError:
823     type = PyExc_TypeError;
824     break;
825   case SWIG_DivisionByZero:
826     type = PyExc_ZeroDivisionError;
827     break;
828   case SWIG_OverflowError:
829     type = PyExc_OverflowError;
830     break;
831   case SWIG_SyntaxError:
832     type = PyExc_SyntaxError;
833     break;
834   case SWIG_ValueError:
835     type = PyExc_ValueError;
836     break;
837   case SWIG_SystemError:
838     type = PyExc_SystemError;
839     break;
840   case SWIG_AttributeError:
841     type = PyExc_AttributeError;
842     break;
843   default:
844     type = PyExc_RuntimeError;
845   }
846   return type;
847 }
848
849
850 SWIGRUNTIME void
851 SWIG_Python_AddErrorMsg(const char* mesg)
852 {
853   PyObject *type = 0;
854   PyObject *value = 0;
855   PyObject *traceback = 0;
856
857   if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
858   if (value) {
859     PyObject *old_str = PyObject_Str(value);
860     PyErr_Clear();
861     Py_XINCREF(type);
862     PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
863     Py_DECREF(old_str);
864     Py_DECREF(value);
865   } else {
866     PyErr_SetString(PyExc_RuntimeError, mesg);
867   }
868 }
869
870
871
872 #if defined(SWIG_PYTHON_NO_THREADS)
873 #  if defined(SWIG_PYTHON_THREADS)
874 #    undef SWIG_PYTHON_THREADS
875 #  endif
876 #endif
877 #if defined(SWIG_PYTHON_THREADS) /* Threading support is enabled */
878 #  if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
879 #    if (PY_VERSION_HEX >= 0x02030000) /* For 2.3 or later, use the PyGILState calls */
880 #      define SWIG_PYTHON_USE_GIL
881 #    endif
882 #  endif
883 #  if defined(SWIG_PYTHON_USE_GIL) /* Use PyGILState threads calls */
884 #    ifndef SWIG_PYTHON_INITIALIZE_THREADS
885 #     define SWIG_PYTHON_INITIALIZE_THREADS  PyEval_InitThreads() 
886 #    endif
887 #    ifdef __cplusplus /* C++ code */
888        class SWIG_Python_Thread_Block {
889          bool status;
890          PyGILState_STATE state;
891        public:
892          void end() { if (status) { PyGILState_Release(state); status = false;} }
893          SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
894          ~SWIG_Python_Thread_Block() { end(); }
895        };
896        class SWIG_Python_Thread_Allow {
897          bool status;
898          PyThreadState *save;
899        public:
900          void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
901          SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
902          ~SWIG_Python_Thread_Allow() { end(); }
903        };
904 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK   SWIG_Python_Thread_Block _swig_thread_block
905 #      define SWIG_PYTHON_THREAD_END_BLOCK     _swig_thread_block.end()
906 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW   SWIG_Python_Thread_Allow _swig_thread_allow
907 #      define SWIG_PYTHON_THREAD_END_ALLOW     _swig_thread_allow.end()
908 #    else /* C code */
909 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK   PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
910 #      define SWIG_PYTHON_THREAD_END_BLOCK     PyGILState_Release(_swig_thread_block)
911 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW   PyThreadState *_swig_thread_allow = PyEval_SaveThread()
912 #      define SWIG_PYTHON_THREAD_END_ALLOW     PyEval_RestoreThread(_swig_thread_allow)
913 #    endif
914 #  else /* Old thread way, not implemented, user must provide it */
915 #    if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
916 #      define SWIG_PYTHON_INITIALIZE_THREADS
917 #    endif
918 #    if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
919 #      define SWIG_PYTHON_THREAD_BEGIN_BLOCK
920 #    endif
921 #    if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
922 #      define SWIG_PYTHON_THREAD_END_BLOCK
923 #    endif
924 #    if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
925 #      define SWIG_PYTHON_THREAD_BEGIN_ALLOW
926 #    endif
927 #    if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
928 #      define SWIG_PYTHON_THREAD_END_ALLOW
929 #    endif
930 #  endif
931 #else /* No thread support */
932 #  define SWIG_PYTHON_INITIALIZE_THREADS
933 #  define SWIG_PYTHON_THREAD_BEGIN_BLOCK
934 #  define SWIG_PYTHON_THREAD_END_BLOCK
935 #  define SWIG_PYTHON_THREAD_BEGIN_ALLOW
936 #  define SWIG_PYTHON_THREAD_END_ALLOW
937 #endif
938
939 /* -----------------------------------------------------------------------------
940  * Python API portion that goes into the runtime
941  * ----------------------------------------------------------------------------- */
942
943 #ifdef __cplusplus
944 extern "C" {
945 #if 0
946 } /* cc-mode */
947 #endif
948 #endif
949
950 /* -----------------------------------------------------------------------------
951  * Constant declarations
952  * ----------------------------------------------------------------------------- */
953
954 /* Constant Types */
955 #define SWIG_PY_POINTER 4
956 #define SWIG_PY_BINARY  5
957
958 /* Constant information structure */
959 typedef struct swig_const_info {
960   int type;
961   char *name;
962   long lvalue;
963   double dvalue;
964   void   *pvalue;
965   swig_type_info **ptype;
966 } swig_const_info;
967
968 #ifdef __cplusplus
969 #if 0
970 { /* cc-mode */
971 #endif
972 }
973 #endif
974
975
976 /* -----------------------------------------------------------------------------
977  * See the LICENSE file for information on copyright, usage and redistribution
978  * of SWIG, and the README file for authors - http://www.swig.org/release.html.
979  *
980  * pyrun.swg
981  *
982  * This file contains the runtime support for Python modules
983  * and includes code for managing global variables and pointer
984  * type checking.
985  *
986  * ----------------------------------------------------------------------------- */
987
988 /* Common SWIG API */
989
990 /* for raw pointers */
991 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags)  SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
992 #define SWIG_ConvertPtr(obj, pptr, type, flags)         SWIG_Python_ConvertPtr(obj, pptr, type, flags)
993 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own)  SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
994 #define SWIG_NewPointerObj(ptr, type, flags)            SWIG_Python_NewPointerObj(ptr, type, flags)
995 #define SWIG_CheckImplicit(ty)                          SWIG_Python_CheckImplicit(ty) 
996 #define SWIG_AcquirePtr(ptr, src)                       SWIG_Python_AcquirePtr(ptr, src)
997 #define swig_owntype                                    int
998
999 /* for raw packed data */
1000 #define SWIG_ConvertPacked(obj, ptr, sz, ty)            SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1001 #define SWIG_NewPackedObj(ptr, sz, type)                SWIG_Python_NewPackedObj(ptr, sz, type)
1002
1003 /* for class or struct pointers */
1004 #define SWIG_ConvertInstance(obj, pptr, type, flags)    SWIG_ConvertPtr(obj, pptr, type, flags)
1005 #define SWIG_NewInstanceObj(ptr, type, flags)           SWIG_NewPointerObj(ptr, type, flags)
1006
1007 /* for C or C++ function pointers */
1008 #define SWIG_ConvertFunctionPtr(obj, pptr, type)        SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1009 #define SWIG_NewFunctionPtrObj(ptr, type)               SWIG_Python_NewPointerObj(ptr, type, 0)
1010
1011 /* for C++ member pointers, ie, member methods */
1012 #define SWIG_ConvertMember(obj, ptr, sz, ty)            SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1013 #define SWIG_NewMemberObj(ptr, sz, type)                SWIG_Python_NewPackedObj(ptr, sz, type)
1014
1015
1016 /* Runtime API */
1017
1018 #define SWIG_GetModule(clientdata)                      SWIG_Python_GetModule()
1019 #define SWIG_SetModule(clientdata, pointer)             SWIG_Python_SetModule(pointer)
1020 #define SWIG_NewClientData(obj)                         PySwigClientData_New(obj)
1021
1022 #define SWIG_SetErrorObj                                SWIG_Python_SetErrorObj                            
1023 #define SWIG_SetErrorMsg                                SWIG_Python_SetErrorMsg                            
1024 #define SWIG_ErrorType(code)                            SWIG_Python_ErrorType(code)                        
1025 #define SWIG_Error(code, msg)                           SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg) 
1026 #define SWIG_fail                                       goto fail                                          
1027
1028
1029 /* Runtime API implementation */
1030
1031 /* Error manipulation */
1032
1033 SWIGINTERN void 
1034 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
1035   SWIG_PYTHON_THREAD_BEGIN_BLOCK; 
1036   PyErr_SetObject(errtype, obj);
1037   Py_DECREF(obj);
1038   SWIG_PYTHON_THREAD_END_BLOCK;
1039 }
1040
1041 SWIGINTERN void 
1042 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
1043   SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1044   PyErr_SetString(errtype, (char *) msg);
1045   SWIG_PYTHON_THREAD_END_BLOCK;
1046 }
1047
1048 #define SWIG_Python_Raise(obj, type, desc)  SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1049
1050 /* Set a constant value */
1051
1052 SWIGINTERN void
1053 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) {   
1054   PyDict_SetItemString(d, (char*) name, obj);
1055   Py_DECREF(obj);                            
1056 }
1057
1058 /* Append a value to the result obj */
1059
1060 SWIGINTERN PyObject*
1061 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) {
1062 #if !defined(SWIG_PYTHON_OUTPUT_TUPLE)
1063   if (!result) {
1064     result = obj;
1065   } else if (result == Py_None) {
1066     Py_DECREF(result);
1067     result = obj;
1068   } else {
1069     if (!PyList_Check(result)) {
1070       PyObject *o2 = result;
1071       result = PyList_New(1);
1072       PyList_SetItem(result, 0, o2);
1073     }
1074     PyList_Append(result,obj);
1075     Py_DECREF(obj);
1076   }
1077   return result;
1078 #else
1079   PyObject*   o2;
1080   PyObject*   o3;
1081   if (!result) {
1082     result = obj;
1083   } else if (result == Py_None) {
1084     Py_DECREF(result);
1085     result = obj;
1086   } else {
1087     if (!PyTuple_Check(result)) {
1088       o2 = result;
1089       result = PyTuple_New(1);
1090       PyTuple_SET_ITEM(result, 0, o2);
1091     }
1092     o3 = PyTuple_New(1);
1093     PyTuple_SET_ITEM(o3, 0, obj);
1094     o2 = result;
1095     result = PySequence_Concat(o2, o3);
1096     Py_DECREF(o2);
1097     Py_DECREF(o3);
1098   }
1099   return result;
1100 #endif
1101 }
1102
1103 /* Unpack the argument tuple */
1104
1105 SWIGINTERN int
1106 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
1107 {
1108   if (!args) {
1109     if (!min && !max) {
1110       return 1;
1111     } else {
1112       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got none", 
1113                    name, (min == max ? "" : "at least "), (int)min);
1114       return 0;
1115     }
1116   }  
1117   if (!PyTuple_Check(args)) {
1118     PyErr_SetString(PyExc_SystemError, "UnpackTuple() argument list is not a tuple");
1119     return 0;
1120   } else {
1121     register Py_ssize_t l = PyTuple_GET_SIZE(args);
1122     if (l < min) {
1123       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d", 
1124                    name, (min == max ? "" : "at least "), (int)min, (int)l);
1125       return 0;
1126     } else if (l > max) {
1127       PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d", 
1128                    name, (min == max ? "" : "at most "), (int)max, (int)l);
1129       return 0;
1130     } else {
1131       register int i;
1132       for (i = 0; i < l; ++i) {
1133         objs[i] = PyTuple_GET_ITEM(args, i);
1134       }
1135       for (; l < max; ++l) {
1136         objs[l] = 0;
1137       }
1138       return i + 1;
1139     }    
1140   }
1141 }
1142
1143 /* A functor is a function object with one single object argument */
1144 #if PY_VERSION_HEX >= 0x02020000
1145 #define SWIG_Python_CallFunctor(functor, obj)           PyObject_CallFunctionObjArgs(functor, obj, NULL);
1146 #else
1147 #define SWIG_Python_CallFunctor(functor, obj)           PyObject_CallFunction(functor, "O", obj);
1148 #endif
1149
1150 /*
1151   Helper for static pointer initialization for both C and C++ code, for example
1152   static PyObject *SWIG_STATIC_POINTER(MyVar) = NewSomething(...);
1153 */
1154 #ifdef __cplusplus
1155 #define SWIG_STATIC_POINTER(var)  var
1156 #else
1157 #define SWIG_STATIC_POINTER(var)  var = 0; if (!var) var
1158 #endif
1159
1160 /* -----------------------------------------------------------------------------
1161  * Pointer declarations
1162  * ----------------------------------------------------------------------------- */
1163
1164 /* Flags for new pointer objects */
1165 #define SWIG_POINTER_NOSHADOW       (SWIG_POINTER_OWN      << 1)
1166 #define SWIG_POINTER_NEW            (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1167
1168 #define SWIG_POINTER_IMPLICIT_CONV  (SWIG_POINTER_DISOWN   << 1)
1169
1170 #ifdef __cplusplus
1171 extern "C" {
1172 #if 0
1173 } /* cc-mode */
1174 #endif
1175 #endif
1176
1177 /*  How to access Py_None */
1178 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
1179 #  ifndef SWIG_PYTHON_NO_BUILD_NONE
1180 #    ifndef SWIG_PYTHON_BUILD_NONE
1181 #      define SWIG_PYTHON_BUILD_NONE
1182 #    endif
1183 #  endif
1184 #endif
1185
1186 #ifdef SWIG_PYTHON_BUILD_NONE
1187 #  ifdef Py_None
1188 #   undef Py_None
1189 #   define Py_None SWIG_Py_None()
1190 #  endif
1191 SWIGRUNTIMEINLINE PyObject * 
1192 _SWIG_Py_None(void)
1193 {
1194   PyObject *none = Py_BuildValue((char*)"");
1195   Py_DECREF(none);
1196   return none;
1197 }
1198 SWIGRUNTIME PyObject * 
1199 SWIG_Py_None(void)
1200 {
1201   static PyObject *SWIG_STATIC_POINTER(none) = _SWIG_Py_None();
1202   return none;
1203 }
1204 #endif
1205
1206 /* The python void return value */
1207
1208 SWIGRUNTIMEINLINE PyObject * 
1209 SWIG_Py_Void(void)
1210 {
1211   PyObject *none = Py_None;
1212   Py_INCREF(none);
1213   return none;
1214 }
1215
1216 /* PySwigClientData */
1217
1218 typedef struct {
1219   PyObject *klass;
1220   PyObject *newraw;
1221   PyObject *newargs;
1222   PyObject *destroy;
1223   int delargs;
1224   int implicitconv;
1225 } PySwigClientData;
1226
1227 SWIGRUNTIMEINLINE int 
1228 SWIG_Python_CheckImplicit(swig_type_info *ty)
1229 {
1230   PySwigClientData *data = (PySwigClientData *)ty->clientdata;
1231   return data ? data->implicitconv : 0;
1232 }
1233
1234 SWIGRUNTIMEINLINE PyObject *
1235 SWIG_Python_ExceptionType(swig_type_info *desc) {
1236   PySwigClientData *data = desc ? (PySwigClientData *) desc->clientdata : 0;
1237   PyObject *klass = data ? data->klass : 0;
1238   return (klass ? klass : PyExc_RuntimeError);
1239 }
1240
1241
1242 SWIGRUNTIME PySwigClientData * 
1243 PySwigClientData_New(PyObject* obj)
1244 {
1245   if (!obj) {
1246     return 0;
1247   } else {
1248     PySwigClientData *data = (PySwigClientData *)malloc(sizeof(PySwigClientData));
1249     /* the klass element */
1250     data->klass = obj;
1251     Py_INCREF(data->klass);
1252     /* the newraw method and newargs arguments used to create a new raw instance */
1253     if (PyClass_Check(obj)) {
1254       data->newraw = 0;
1255       data->newargs = obj;
1256       Py_INCREF(obj);
1257     } else {
1258 #if (PY_VERSION_HEX < 0x02020000)
1259       data->newraw = 0;
1260 #else
1261       data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
1262 #endif
1263       if (data->newraw) {
1264         Py_INCREF(data->newraw);
1265         data->newargs = PyTuple_New(1);
1266         PyTuple_SetItem(data->newargs, 0, obj);
1267       } else {
1268         data->newargs = obj;
1269       }
1270       Py_INCREF(data->newargs);
1271     }
1272     /* the destroy method, aka as the C++ delete method */
1273     data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
1274     if (PyErr_Occurred()) {
1275       PyErr_Clear();
1276       data->destroy = 0;
1277     }
1278     if (data->destroy) {
1279       int flags;
1280       Py_INCREF(data->destroy);
1281       flags = PyCFunction_GET_FLAGS(data->destroy);
1282 #ifdef METH_O
1283       data->delargs = !(flags & (METH_O));
1284 #else
1285       data->delargs = 0;
1286 #endif
1287     } else {
1288       data->delargs = 0;
1289     }
1290     data->implicitconv = 0;
1291     return data;
1292   }
1293 }
1294
1295 SWIGRUNTIME void 
1296 PySwigClientData_Del(PySwigClientData* data)
1297 {
1298   Py_XDECREF(data->newraw);
1299   Py_XDECREF(data->newargs);
1300   Py_XDECREF(data->destroy);
1301 }
1302
1303 /* =============== PySwigObject =====================*/
1304
1305 typedef struct {
1306   PyObject_HEAD
1307   void *ptr;
1308   swig_type_info *ty;
1309   int own;
1310   PyObject *next;
1311 } PySwigObject;
1312
1313 SWIGRUNTIME PyObject *
1314 PySwigObject_long(PySwigObject *v)
1315 {
1316   return PyLong_FromVoidPtr(v->ptr);
1317 }
1318
1319 SWIGRUNTIME PyObject *
1320 PySwigObject_format(const char* fmt, PySwigObject *v)
1321 {
1322   PyObject *res = NULL;
1323   PyObject *args = PyTuple_New(1);
1324   if (args) {
1325     if (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0) {
1326       PyObject *ofmt = PyString_FromString(fmt);
1327       if (ofmt) {
1328         res = PyString_Format(ofmt,args);
1329         Py_DECREF(ofmt);
1330       }
1331       Py_DECREF(args);
1332     }
1333   }
1334   return res;
1335 }
1336
1337 SWIGRUNTIME PyObject *
1338 PySwigObject_oct(PySwigObject *v)
1339 {
1340   return PySwigObject_format("%o",v);
1341 }
1342
1343 SWIGRUNTIME PyObject *
1344 PySwigObject_hex(PySwigObject *v)
1345 {
1346   return PySwigObject_format("%x",v);
1347 }
1348
1349 SWIGRUNTIME PyObject *
1350 #ifdef METH_NOARGS
1351 PySwigObject_repr(PySwigObject *v)
1352 #else
1353 PySwigObject_repr(PySwigObject *v, PyObject *args)
1354 #endif
1355 {
1356   const char *name = SWIG_TypePrettyName(v->ty);
1357   PyObject *hex = PySwigObject_hex(v);    
1358   PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex));
1359   Py_DECREF(hex);
1360   if (v->next) {
1361 #ifdef METH_NOARGS
1362     PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next);
1363 #else
1364     PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next, args);
1365 #endif
1366     PyString_ConcatAndDel(&repr,nrep);
1367   }
1368   return repr;  
1369 }
1370
1371 SWIGRUNTIME int
1372 PySwigObject_print(PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1373 {
1374 #ifdef METH_NOARGS
1375   PyObject *repr = PySwigObject_repr(v);
1376 #else
1377   PyObject *repr = PySwigObject_repr(v, NULL);
1378 #endif
1379   if (repr) {
1380     fputs(PyString_AsString(repr), fp);
1381     Py_DECREF(repr);
1382     return 0; 
1383   } else {
1384     return 1; 
1385   }
1386 }
1387
1388 SWIGRUNTIME PyObject *
1389 PySwigObject_str(PySwigObject *v)
1390 {
1391   char result[SWIG_BUFFER_SIZE];
1392   return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ?
1393     PyString_FromString(result) : 0;
1394 }
1395
1396 SWIGRUNTIME int
1397 PySwigObject_compare(PySwigObject *v, PySwigObject *w)
1398 {
1399   void *i = v->ptr;
1400   void *j = w->ptr;
1401   return (i < j) ? -1 : ((i > j) ? 1 : 0);
1402 }
1403
1404 SWIGRUNTIME PyTypeObject* _PySwigObject_type(void);
1405
1406 SWIGRUNTIME PyTypeObject*
1407 PySwigObject_type(void) {
1408   static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigObject_type();
1409   return type;
1410 }
1411
1412 SWIGRUNTIMEINLINE int
1413 PySwigObject_Check(PyObject *op) {
1414   return ((op)->ob_type == PySwigObject_type())
1415     || (strcmp((op)->ob_type->tp_name,"PySwigObject") == 0);
1416 }
1417
1418 SWIGRUNTIME PyObject *
1419 PySwigObject_New(void *ptr, swig_type_info *ty, int own);
1420
1421 SWIGRUNTIME void
1422 PySwigObject_dealloc(PyObject *v)
1423 {
1424   PySwigObject *sobj = (PySwigObject *) v;
1425   PyObject *next = sobj->next;
1426   if (sobj->own == SWIG_POINTER_OWN) {
1427     swig_type_info *ty = sobj->ty;
1428     PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
1429     PyObject *destroy = data ? data->destroy : 0;
1430     if (destroy) {
1431       /* destroy is always a VARARGS method */
1432       PyObject *res;
1433       if (data->delargs) {
1434         /* we need to create a temporal object to carry the destroy operation */
1435         PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0);
1436         res = SWIG_Python_CallFunctor(destroy, tmp);
1437         Py_DECREF(tmp);
1438       } else {
1439         PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1440         PyObject *mself = PyCFunction_GET_SELF(destroy);
1441         res = ((*meth)(mself, v));
1442       }
1443       Py_XDECREF(res);
1444     } 
1445 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1446     else {
1447       const char *name = SWIG_TypePrettyName(ty);
1448       printf("swig/python detected a memory leak of type '%s', no destructor found.\n", (name ? name : "unknown"));
1449     }
1450 #endif
1451   } 
1452   Py_XDECREF(next);
1453   PyObject_DEL(v);
1454 }
1455
1456 SWIGRUNTIME PyObject* 
1457 PySwigObject_append(PyObject* v, PyObject* next)
1458 {
1459   PySwigObject *sobj = (PySwigObject *) v;
1460 #ifndef METH_O
1461   PyObject *tmp = 0;
1462   if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL;
1463   next = tmp;
1464 #endif
1465   if (!PySwigObject_Check(next)) {
1466     return NULL;
1467   }
1468   sobj->next = next;
1469   Py_INCREF(next);
1470   return SWIG_Py_Void();
1471 }
1472
1473 SWIGRUNTIME PyObject* 
1474 #ifdef METH_NOARGS
1475 PySwigObject_next(PyObject* v)
1476 #else
1477 PySwigObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1478 #endif
1479 {
1480   PySwigObject *sobj = (PySwigObject *) v;
1481   if (sobj->next) {    
1482     Py_INCREF(sobj->next);
1483     return sobj->next;
1484   } else {
1485     return SWIG_Py_Void();
1486   }
1487 }
1488
1489 SWIGINTERN PyObject*
1490 #ifdef METH_NOARGS
1491 PySwigObject_disown(PyObject *v)
1492 #else
1493 PySwigObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1494 #endif
1495 {
1496   PySwigObject *sobj = (PySwigObject *)v;
1497   sobj->own = 0;
1498   return SWIG_Py_Void();
1499 }
1500
1501 SWIGINTERN PyObject*
1502 #ifdef METH_NOARGS
1503 PySwigObject_acquire(PyObject *v)
1504 #else
1505 PySwigObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1506 #endif
1507 {
1508   PySwigObject *sobj = (PySwigObject *)v;
1509   sobj->own = SWIG_POINTER_OWN;
1510   return SWIG_Py_Void();
1511 }
1512
1513 SWIGINTERN PyObject*
1514 PySwigObject_own(PyObject *v, PyObject *args)
1515 {
1516   PyObject *val = 0;
1517 #if (PY_VERSION_HEX < 0x02020000)
1518   if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
1519 #else
1520   if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val)) 
1521 #endif
1522     {
1523       return NULL;
1524     } 
1525   else
1526     {
1527       PySwigObject *sobj = (PySwigObject *)v;
1528       PyObject *obj = PyBool_FromLong(sobj->own);
1529       if (val) {
1530 #ifdef METH_NOARGS
1531         if (PyObject_IsTrue(val)) {
1532           PySwigObject_acquire(v);
1533         } else {
1534           PySwigObject_disown(v);
1535         }
1536 #else
1537         if (PyObject_IsTrue(val)) {
1538           PySwigObject_acquire(v,args);
1539         } else {
1540           PySwigObject_disown(v,args);
1541         }
1542 #endif
1543       } 
1544       return obj;
1545     }
1546 }
1547
1548 #ifdef METH_O
1549 static PyMethodDef
1550 swigobject_methods[] = {
1551   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_NOARGS,  (char *)"releases ownership of the pointer"},
1552   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS,  (char *)"aquires ownership of the pointer"},
1553   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1554   {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_O,       (char *)"appends another 'this' object"},
1555   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_NOARGS,  (char *)"returns the next 'this' object"},
1556   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,    METH_NOARGS,  (char *)"returns object representation"},
1557   {0, 0, 0, 0}  
1558 };
1559 #else
1560 static PyMethodDef
1561 swigobject_methods[] = {
1562   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_VARARGS,  (char *)"releases ownership of the pointer"},
1563   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS,  (char *)"aquires ownership of the pointer"},
1564   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS,  (char *)"returns/sets ownership of the pointer"},
1565   {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_VARARGS,  (char *)"appends another 'this' object"},
1566   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_VARARGS,  (char *)"returns the next 'this' object"},
1567   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,   METH_VARARGS,  (char *)"returns object representation"},
1568   {0, 0, 0, 0}  
1569 };
1570 #endif
1571
1572 #if PY_VERSION_HEX < 0x02020000
1573 SWIGINTERN PyObject *
1574 PySwigObject_getattr(PySwigObject *sobj,char *name)
1575 {
1576   return Py_FindMethod(swigobject_methods, (PyObject *)sobj, name);
1577 }
1578 #endif
1579
1580 SWIGRUNTIME PyTypeObject*
1581 _PySwigObject_type(void) {
1582   static char swigobject_doc[] = "Swig object carries a C/C++ instance pointer";
1583   
1584   static PyNumberMethods PySwigObject_as_number = {
1585     (binaryfunc)0, /*nb_add*/
1586     (binaryfunc)0, /*nb_subtract*/
1587     (binaryfunc)0, /*nb_multiply*/
1588     (binaryfunc)0, /*nb_divide*/
1589     (binaryfunc)0, /*nb_remainder*/
1590     (binaryfunc)0, /*nb_divmod*/
1591     (ternaryfunc)0,/*nb_power*/
1592     (unaryfunc)0,  /*nb_negative*/
1593     (unaryfunc)0,  /*nb_positive*/
1594     (unaryfunc)0,  /*nb_absolute*/
1595     (inquiry)0,    /*nb_nonzero*/
1596     0,             /*nb_invert*/
1597     0,             /*nb_lshift*/
1598     0,             /*nb_rshift*/
1599     0,             /*nb_and*/
1600     0,             /*nb_xor*/
1601     0,             /*nb_or*/
1602     (coercion)0,   /*nb_coerce*/
1603     (unaryfunc)PySwigObject_long, /*nb_int*/
1604     (unaryfunc)PySwigObject_long, /*nb_long*/
1605     (unaryfunc)0,                 /*nb_float*/
1606     (unaryfunc)PySwigObject_oct,  /*nb_oct*/
1607     (unaryfunc)PySwigObject_hex,  /*nb_hex*/
1608 #if PY_VERSION_HEX >= 0x02050000 /* 2.5.0 */
1609     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index */
1610 #elif PY_VERSION_HEX >= 0x02020000 /* 2.2.0 */
1611     0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */
1612 #elif PY_VERSION_HEX >= 0x02000000 /* 2.0.0 */
1613     0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */
1614 #endif
1615   };
1616
1617   static PyTypeObject pyswigobject_type;  
1618   static int type_init = 0;
1619   if (!type_init) {
1620     const PyTypeObject tmp
1621       = {
1622         PyObject_HEAD_INIT(NULL)
1623         0,                                  /* ob_size */
1624         (char *)"PySwigObject",             /* tp_name */
1625         sizeof(PySwigObject),               /* tp_basicsize */
1626         0,                                  /* tp_itemsize */
1627         (destructor)PySwigObject_dealloc,   /* tp_dealloc */
1628         (printfunc)PySwigObject_print,      /* tp_print */
1629 #if PY_VERSION_HEX < 0x02020000
1630         (getattrfunc)PySwigObject_getattr,  /* tp_getattr */ 
1631 #else
1632         (getattrfunc)0,                     /* tp_getattr */ 
1633 #endif
1634         (setattrfunc)0,                     /* tp_setattr */ 
1635         (cmpfunc)PySwigObject_compare,      /* tp_compare */ 
1636         (reprfunc)PySwigObject_repr,        /* tp_repr */    
1637         &PySwigObject_as_number,            /* tp_as_number */
1638         0,                                  /* tp_as_sequence */
1639         0,                                  /* tp_as_mapping */
1640         (hashfunc)0,                        /* tp_hash */
1641         (ternaryfunc)0,                     /* tp_call */
1642         (reprfunc)PySwigObject_str,         /* tp_str */
1643         PyObject_GenericGetAttr,            /* tp_getattro */
1644         0,                                  /* tp_setattro */
1645         0,                                  /* tp_as_buffer */
1646         Py_TPFLAGS_DEFAULT,                 /* tp_flags */
1647         swigobject_doc,                     /* tp_doc */        
1648         0,                                  /* tp_traverse */
1649         0,                                  /* tp_clear */
1650         0,                                  /* tp_richcompare */
1651         0,                                  /* tp_weaklistoffset */
1652 #if PY_VERSION_HEX >= 0x02020000
1653         0,                                  /* tp_iter */
1654         0,                                  /* tp_iternext */
1655         swigobject_methods,                 /* tp_methods */ 
1656         0,                                  /* tp_members */
1657         0,                                  /* tp_getset */             
1658         0,                                  /* tp_base */               
1659         0,                                  /* tp_dict */               
1660         0,                                  /* tp_descr_get */          
1661         0,                                  /* tp_descr_set */          
1662         0,                                  /* tp_dictoffset */         
1663         0,                                  /* tp_init */               
1664         0,                                  /* tp_alloc */              
1665         0,                                  /* tp_new */                
1666         0,                                  /* tp_free */          
1667         0,                                  /* tp_is_gc */  
1668         0,                                  /* tp_bases */   
1669         0,                                  /* tp_mro */
1670         0,                                  /* tp_cache */   
1671         0,                                  /* tp_subclasses */
1672         0,                                  /* tp_weaklist */
1673 #endif
1674 #if PY_VERSION_HEX >= 0x02030000
1675         0,                                  /* tp_del */
1676 #endif
1677 #ifdef COUNT_ALLOCS
1678         0,0,0,0                             /* tp_alloc -> tp_next */
1679 #endif
1680       };
1681     pyswigobject_type = tmp;
1682     pyswigobject_type.ob_type = &PyType_Type;
1683     type_init = 1;
1684   }
1685   return &pyswigobject_type;
1686 }
1687
1688 SWIGRUNTIME PyObject *
1689 PySwigObject_New(void *ptr, swig_type_info *ty, int own)
1690 {
1691   PySwigObject *sobj = PyObject_NEW(PySwigObject, PySwigObject_type());
1692   if (sobj) {
1693     sobj->ptr  = ptr;
1694     sobj->ty   = ty;
1695     sobj->own  = own;
1696     sobj->next = 0;
1697   }
1698   return (PyObject *)sobj;
1699 }
1700
1701 /* -----------------------------------------------------------------------------
1702  * Implements a simple Swig Packed type, and use it instead of string
1703  * ----------------------------------------------------------------------------- */
1704
1705 typedef struct {
1706   PyObject_HEAD
1707   void *pack;
1708   swig_type_info *ty;
1709   size_t size;
1710 } PySwigPacked;
1711
1712 SWIGRUNTIME int
1713 PySwigPacked_print(PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1714 {
1715   char result[SWIG_BUFFER_SIZE];
1716   fputs("<Swig Packed ", fp); 
1717   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1718     fputs("at ", fp); 
1719     fputs(result, fp); 
1720   }
1721   fputs(v->ty->name,fp); 
1722   fputs(">", fp);
1723   return 0; 
1724 }
1725   
1726 SWIGRUNTIME PyObject *
1727 PySwigPacked_repr(PySwigPacked *v)
1728 {
1729   char result[SWIG_BUFFER_SIZE];
1730   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1731     return PyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
1732   } else {
1733     return PyString_FromFormat("<Swig Packed %s>", v->ty->name);
1734   }  
1735 }
1736
1737 SWIGRUNTIME PyObject *
1738 PySwigPacked_str(PySwigPacked *v)
1739 {
1740   char result[SWIG_BUFFER_SIZE];
1741   if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){
1742     return PyString_FromFormat("%s%s", result, v->ty->name);
1743   } else {
1744     return PyString_FromString(v->ty->name);
1745   }  
1746 }
1747
1748 SWIGRUNTIME int
1749 PySwigPacked_compare(PySwigPacked *v, PySwigPacked *w)
1750 {
1751   size_t i = v->size;
1752   size_t j = w->size;
1753   int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1754   return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
1755 }
1756
1757 SWIGRUNTIME PyTypeObject* _PySwigPacked_type(void);
1758
1759 SWIGRUNTIME PyTypeObject*
1760 PySwigPacked_type(void) {
1761   static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigPacked_type();
1762   return type;
1763 }
1764
1765 SWIGRUNTIMEINLINE int
1766 PySwigPacked_Check(PyObject *op) {
1767   return ((op)->ob_type == _PySwigPacked_type()) 
1768     || (strcmp((op)->ob_type->tp_name,"PySwigPacked") == 0);
1769 }
1770
1771 SWIGRUNTIME void
1772 PySwigPacked_dealloc(PyObject *v)
1773 {
1774   if (PySwigPacked_Check(v)) {
1775     PySwigPacked *sobj = (PySwigPacked *) v;
1776     free(sobj->pack);
1777   }
1778   PyObject_DEL(v);
1779 }
1780
1781 SWIGRUNTIME PyTypeObject*
1782 _PySwigPacked_type(void) {
1783   static char swigpacked_doc[] = "Swig object carries a C/C++ instance pointer";
1784   static PyTypeObject pyswigpacked_type;
1785   static int type_init = 0;  
1786   if (!type_init) {
1787     const PyTypeObject tmp
1788       = {
1789         PyObject_HEAD_INIT(NULL)
1790         0,                                  /* ob_size */       
1791         (char *)"PySwigPacked",             /* tp_name */       
1792         sizeof(PySwigPacked),               /* tp_basicsize */  
1793         0,                                  /* tp_itemsize */   
1794         (destructor)PySwigPacked_dealloc,   /* tp_dealloc */    
1795         (printfunc)PySwigPacked_print,      /* tp_print */      
1796         (getattrfunc)0,                     /* tp_getattr */    
1797         (setattrfunc)0,                     /* tp_setattr */    
1798         (cmpfunc)PySwigPacked_compare,      /* tp_compare */    
1799         (reprfunc)PySwigPacked_repr,        /* tp_repr */       
1800         0,                                  /* tp_as_number */  
1801         0,                                  /* tp_as_sequence */
1802         0,                                  /* tp_as_mapping */ 
1803         (hashfunc)0,                        /* tp_hash */       
1804         (ternaryfunc)0,                     /* tp_call */       
1805         (reprfunc)PySwigPacked_str,         /* tp_str */        
1806         PyObject_GenericGetAttr,            /* tp_getattro */
1807         0,                                  /* tp_setattro */
1808         0,                                  /* tp_as_buffer */
1809         Py_TPFLAGS_DEFAULT,                 /* tp_flags */
1810         swigpacked_doc,                     /* tp_doc */
1811         0,                                  /* tp_traverse */
1812         0,                                  /* tp_clear */
1813         0,                                  /* tp_richcompare */
1814         0,                                  /* tp_weaklistoffset */
1815 #if PY_VERSION_HEX >= 0x02020000
1816         0,                                  /* tp_iter */
1817         0,                                  /* tp_iternext */
1818         0,                                  /* tp_methods */ 
1819         0,                                  /* tp_members */
1820         0,                                  /* tp_getset */             
1821         0,                                  /* tp_base */               
1822         0,                                  /* tp_dict */               
1823         0,                                  /* tp_descr_get */          
1824         0,                                  /* tp_descr_set */          
1825         0,                                  /* tp_dictoffset */         
1826         0,                                  /* tp_init */               
1827         0,                                  /* tp_alloc */              
1828         0,                                  /* tp_new */                
1829         0,                                  /* tp_free */          
1830         0,                                  /* tp_is_gc */  
1831         0,                                  /* tp_bases */   
1832         0,                                  /* tp_mro */
1833         0,                                  /* tp_cache */   
1834         0,                                  /* tp_subclasses */
1835         0,                                  /* tp_weaklist */
1836 #endif
1837 #if PY_VERSION_HEX >= 0x02030000
1838         0,                                  /* tp_del */
1839 #endif
1840 #ifdef COUNT_ALLOCS
1841         0,0,0,0                             /* tp_alloc -> tp_next */
1842 #endif
1843       };
1844     pyswigpacked_type = tmp;
1845     pyswigpacked_type.ob_type = &PyType_Type;
1846     type_init = 1;
1847   }
1848   return &pyswigpacked_type;
1849 }
1850
1851 SWIGRUNTIME PyObject *
1852 PySwigPacked_New(void *ptr, size_t size, swig_type_info *ty)
1853 {
1854   PySwigPacked *sobj = PyObject_NEW(PySwigPacked, PySwigPacked_type());
1855   if (sobj) {
1856     void *pack = malloc(size);
1857     if (pack) {
1858       memcpy(pack, ptr, size);
1859       sobj->pack = pack;
1860       sobj->ty   = ty;
1861       sobj->size = size;
1862     } else {
1863       PyObject_DEL((PyObject *) sobj);
1864       sobj = 0;
1865     }
1866   }
1867   return (PyObject *) sobj;
1868 }
1869
1870 SWIGRUNTIME swig_type_info *
1871 PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
1872 {
1873   if (PySwigPacked_Check(obj)) {
1874     PySwigPacked *sobj = (PySwigPacked *)obj;
1875     if (sobj->size != size) return 0;
1876     memcpy(ptr, sobj->pack, size);
1877     return sobj->ty;
1878   } else {
1879     return 0;
1880   }
1881 }
1882
1883 /* -----------------------------------------------------------------------------
1884  * pointers/data manipulation
1885  * ----------------------------------------------------------------------------- */
1886
1887 SWIGRUNTIMEINLINE PyObject *
1888 _SWIG_This(void)
1889 {
1890   return PyString_FromString("this");
1891 }
1892
1893 SWIGRUNTIME PyObject *
1894 SWIG_This(void)
1895 {
1896   static PyObject *SWIG_STATIC_POINTER(swig_this) = _SWIG_This();
1897   return swig_this;
1898 }
1899
1900 /* #define SWIG_PYTHON_SLOW_GETSET_THIS */
1901
1902 SWIGRUNTIME PySwigObject *
1903 SWIG_Python_GetSwigThis(PyObject *pyobj) 
1904 {
1905   if (PySwigObject_Check(pyobj)) {
1906     return (PySwigObject *) pyobj;
1907   } else {
1908     PyObject *obj = 0;
1909 #if (!defined(SWIG_PYTHON_SLOW_GETSET_THIS) && (PY_VERSION_HEX >= 0x02030000))
1910     if (PyInstance_Check(pyobj)) {
1911       obj = _PyInstance_Lookup(pyobj, SWIG_This());      
1912     } else {
1913       PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
1914       if (dictptr != NULL) {
1915         PyObject *dict = *dictptr;
1916         obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0;
1917       } else {
1918 #ifdef PyWeakref_CheckProxy
1919         if (PyWeakref_CheckProxy(pyobj)) {
1920           PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
1921           return wobj ? SWIG_Python_GetSwigThis(wobj) : 0;
1922         }
1923 #endif
1924         obj = PyObject_GetAttr(pyobj,SWIG_This());
1925         if (obj) {
1926           Py_DECREF(obj);
1927         } else {
1928           if (PyErr_Occurred()) PyErr_Clear();
1929           return 0;
1930         }
1931       }
1932     }
1933 #else
1934     obj = PyObject_GetAttr(pyobj,SWIG_This());
1935     if (obj) {
1936       Py_DECREF(obj);
1937     } else {
1938       if (PyErr_Occurred()) PyErr_Clear();
1939       return 0;
1940     }
1941 #endif
1942     if (obj && !PySwigObject_Check(obj)) {
1943       /* a PyObject is called 'this', try to get the 'real this'
1944          PySwigObject from it */ 
1945       return SWIG_Python_GetSwigThis(obj);
1946     }
1947     return (PySwigObject *)obj;
1948   }
1949 }
1950
1951 /* Acquire a pointer value */
1952
1953 SWIGRUNTIME int
1954 SWIG_Python_AcquirePtr(PyObject *obj, int own) {
1955   if (own == SWIG_POINTER_OWN) {
1956     PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1957     if (sobj) {
1958       int oldown = sobj->own;
1959       sobj->own = own;
1960       return oldown;
1961     }
1962   }
1963   return 0;
1964 }
1965
1966 /* Convert a pointer value */
1967
1968 SWIGRUNTIME int
1969 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) {
1970   if (!obj) return SWIG_ERROR;
1971   if (obj == Py_None) {
1972     if (ptr) *ptr = 0;
1973     return SWIG_OK;
1974   } else {
1975     PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1976     if (own)
1977       *own = 0;
1978     while (sobj) {
1979       void *vptr = sobj->ptr;
1980       if (ty) {
1981         swig_type_info *to = sobj->ty;
1982         if (to == ty) {
1983           /* no type cast needed */
1984           if (ptr) *ptr = vptr;
1985           break;
1986         } else {
1987           swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
1988           if (!tc) {
1989             sobj = (PySwigObject *)sobj->next;
1990           } else {
1991             if (ptr) {
1992               int newmemory = 0;
1993               *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
1994               if (newmemory == SWIG_CAST_NEW_MEMORY) {
1995                 assert(own);
1996                 if (own)
1997                   *own = *own | SWIG_CAST_NEW_MEMORY;
1998               }
1999             }
2000             break;
2001           }
2002         }
2003       } else {
2004         if (ptr) *ptr = vptr;
2005         break;
2006       }
2007     }
2008     if (sobj) {
2009       if (own)
2010         *own = *own | sobj->own;
2011       if (flags & SWIG_POINTER_DISOWN) {
2012         sobj->own = 0;
2013       }
2014       return SWIG_OK;
2015     } else {
2016       int res = SWIG_ERROR;
2017       if (flags & SWIG_POINTER_IMPLICIT_CONV) {
2018         PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
2019         if (data && !data->implicitconv) {
2020           PyObject *klass = data->klass;
2021           if (klass) {
2022             PyObject *impconv;
2023             data->implicitconv = 1; /* avoid recursion and call 'explicit' constructors*/
2024             impconv = SWIG_Python_CallFunctor(klass, obj);
2025             data->implicitconv = 0;
2026             if (PyErr_Occurred()) {
2027               PyErr_Clear();
2028               impconv = 0;
2029             }
2030             if (impconv) {
2031               PySwigObject *iobj = SWIG_Python_GetSwigThis(impconv);
2032               if (iobj) {
2033                 void *vptr;
2034                 res = SWIG_Python_ConvertPtrAndOwn((PyObject*)iobj, &vptr, ty, 0, 0);
2035                 if (SWIG_IsOK(res)) {
2036                   if (ptr) {
2037                     *ptr = vptr;
2038                     /* transfer the ownership to 'ptr' */
2039                     iobj->own = 0;
2040                     res = SWIG_AddCast(res);
2041                     res = SWIG_AddNewMask(res);
2042                   } else {
2043                     res = SWIG_AddCast(res);                
2044                   }
2045                 }
2046               }
2047               Py_DECREF(impconv);
2048             }
2049           }
2050         }
2051       }
2052       return res;
2053     }
2054   }
2055 }
2056
2057 /* Convert a function ptr value */
2058
2059 SWIGRUNTIME int
2060 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) {
2061   if (!PyCFunction_Check(obj)) {
2062     return SWIG_ConvertPtr(obj, ptr, ty, 0);
2063   } else {
2064     void *vptr = 0;
2065     
2066     /* here we get the method pointer for callbacks */
2067     const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2068     const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0;
2069     if (desc) {
2070       desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0;
2071       if (!desc) return SWIG_ERROR;
2072     }
2073     if (ty) {
2074       swig_cast_info *tc = SWIG_TypeCheck(desc,ty);
2075       if (tc) {
2076         int newmemory = 0;
2077         *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
2078         assert(!newmemory); /* newmemory handling not yet implemented */
2079       } else {
2080         return SWIG_ERROR;
2081       }
2082     } else {
2083       *ptr = vptr;
2084     }
2085     return SWIG_OK;
2086   }
2087 }
2088
2089 /* Convert a packed value value */
2090
2091 SWIGRUNTIME int
2092 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) {
2093   swig_type_info *to = PySwigPacked_UnpackData(obj, ptr, sz);
2094   if (!to) return SWIG_ERROR;
2095   if (ty) {
2096     if (to != ty) {
2097       /* check type cast? */
2098       swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2099       if (!tc) return SWIG_ERROR;
2100     }
2101   }
2102   return SWIG_OK;
2103 }  
2104
2105 /* -----------------------------------------------------------------------------
2106  * Create a new pointer object
2107  * ----------------------------------------------------------------------------- */
2108
2109 /*
2110   Create a new instance object, whitout calling __init__, and set the
2111   'this' attribute.
2112 */
2113
2114 SWIGRUNTIME PyObject* 
2115 SWIG_Python_NewShadowInstance(PySwigClientData *data, PyObject *swig_this)
2116 {
2117 #if (PY_VERSION_HEX >= 0x02020000)
2118   PyObject *inst = 0;
2119   PyObject *newraw = data->newraw;
2120   if (newraw) {
2121     inst = PyObject_Call(newraw, data->newargs, NULL);
2122     if (inst) {
2123 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2124       PyObject **dictptr = _PyObject_GetDictPtr(inst);
2125       if (dictptr != NULL) {
2126         PyObject *dict = *dictptr;
2127         if (dict == NULL) {
2128           dict = PyDict_New();
2129           *dictptr = dict;
2130           PyDict_SetItem(dict, SWIG_This(), swig_this);
2131         }
2132       }
2133 #else
2134       PyObject *key = SWIG_This();
2135       PyObject_SetAttr(inst, key, swig_this);
2136 #endif
2137     }
2138   } else {
2139     PyObject *dict = PyDict_New();
2140     PyDict_SetItem(dict, SWIG_This(), swig_this);
2141     inst = PyInstance_NewRaw(data->newargs, dict);
2142     Py_DECREF(dict);
2143   }
2144   return inst;
2145 #else
2146 #if (PY_VERSION_HEX >= 0x02010000)
2147   PyObject *inst;
2148   PyObject *dict = PyDict_New();
2149   PyDict_SetItem(dict, SWIG_This(), swig_this);
2150   inst = PyInstance_NewRaw(data->newargs, dict);
2151   Py_DECREF(dict);
2152   return (PyObject *) inst;
2153 #else
2154   PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type);
2155   if (inst == NULL) {
2156     return NULL;
2157   }
2158   inst->in_class = (PyClassObject *)data->newargs;
2159   Py_INCREF(inst->in_class);
2160   inst->in_dict = PyDict_New();
2161   if (inst->in_dict == NULL) {
2162     Py_DECREF(inst);
2163     return NULL;
2164   }
2165 #ifdef Py_TPFLAGS_HAVE_WEAKREFS
2166   inst->in_weakreflist = NULL;
2167 #endif
2168 #ifdef Py_TPFLAGS_GC
2169   PyObject_GC_Init(inst);
2170 #endif
2171   PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);
2172   return (PyObject *) inst;
2173 #endif
2174 #endif
2175 }
2176
2177 SWIGRUNTIME void
2178 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
2179 {
2180  PyObject *dict;
2181 #if (PY_VERSION_HEX >= 0x02020000) && !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2182  PyObject **dictptr = _PyObject_GetDictPtr(inst);
2183  if (dictptr != NULL) {
2184    dict = *dictptr;
2185    if (dict == NULL) {
2186      dict = PyDict_New();
2187      *dictptr = dict;
2188    }
2189    PyDict_SetItem(dict, SWIG_This(), swig_this);
2190    return;
2191  }
2192 #endif
2193  dict = PyObject_GetAttrString(inst, (char*)"__dict__");
2194  PyDict_SetItem(dict, SWIG_This(), swig_this);
2195  Py_DECREF(dict);
2196
2197
2198
2199 SWIGINTERN PyObject *
2200 SWIG_Python_InitShadowInstance(PyObject *args) {
2201   PyObject *obj[2];
2202   if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) {
2203     return NULL;
2204   } else {
2205     PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]);
2206     if (sthis) {
2207       PySwigObject_append((PyObject*) sthis, obj[1]);
2208     } else {
2209       SWIG_Python_SetSwigThis(obj[0], obj[1]);
2210     }
2211     return SWIG_Py_Void();
2212   }
2213 }
2214
2215 /* Create a new pointer object */
2216
2217 SWIGRUNTIME PyObject *
2218 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) {
2219   if (!ptr) {
2220     return SWIG_Py_Void();
2221   } else {
2222     int own = (flags & SWIG_POINTER_OWN) ? SWIG_POINTER_OWN : 0;
2223     PyObject *robj = PySwigObject_New(ptr, type, own);
2224     PySwigClientData *clientdata = type ? (PySwigClientData *)(type->clientdata) : 0;
2225     if (clientdata && !(flags & SWIG_POINTER_NOSHADOW)) {
2226       PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj);
2227       if (inst) {
2228         Py_DECREF(robj);
2229         robj = inst;
2230       }
2231     }
2232     return robj;
2233   }
2234 }
2235
2236 /* Create a new packed object */
2237
2238 SWIGRUNTIMEINLINE PyObject *
2239 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
2240   return ptr ? PySwigPacked_New((void *) ptr, sz, type) : SWIG_Py_Void();
2241 }
2242
2243 /* -----------------------------------------------------------------------------*
2244  *  Get type list 
2245  * -----------------------------------------------------------------------------*/
2246
2247 #ifdef SWIG_LINK_RUNTIME
2248 void *SWIG_ReturnGlobalTypeList(void *);
2249 #endif
2250
2251 SWIGRUNTIME swig_module_info *
2252 SWIG_Python_GetModule(void) {
2253   static void *type_pointer = (void *)0;
2254   /* first check if module already created */
2255   if (!type_pointer) {
2256 #ifdef SWIG_LINK_RUNTIME
2257     type_pointer = SWIG_ReturnGlobalTypeList((void *)0);
2258 #else
2259     type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2260                                     (char*)"type_pointer" SWIG_TYPE_TABLE_NAME);
2261     if (PyErr_Occurred()) {
2262       PyErr_Clear();
2263       type_pointer = (void *)0;
2264     }
2265 #endif
2266   }
2267   return (swig_module_info *) type_pointer;
2268 }
2269
2270 #if PY_MAJOR_VERSION < 2
2271 /* PyModule_AddObject function was introduced in Python 2.0.  The following function
2272    is copied out of Python/modsupport.c in python version 2.3.4 */
2273 SWIGINTERN int
2274 PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2275 {
2276   PyObject *dict;
2277   if (!PyModule_Check(m)) {
2278     PyErr_SetString(PyExc_TypeError,
2279                     "PyModule_AddObject() needs module as first arg");
2280     return SWIG_ERROR;
2281   }
2282   if (!o) {
2283     PyErr_SetString(PyExc_TypeError,
2284                     "PyModule_AddObject() needs non-NULL value");
2285     return SWIG_ERROR;
2286   }
2287   
2288   dict = PyModule_GetDict(m);
2289   if (dict == NULL) {
2290     /* Internal error -- modules must have a dict! */
2291     PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
2292                  PyModule_GetName(m));
2293     return SWIG_ERROR;
2294   }
2295   if (PyDict_SetItemString(dict, name, o))
2296     return SWIG_ERROR;
2297   Py_DECREF(o);
2298   return SWIG_OK;
2299 }
2300 #endif
2301
2302 SWIGRUNTIME void
2303 SWIG_Python_DestroyModule(void *vptr)
2304 {
2305   swig_module_info *swig_module = (swig_module_info *) vptr;
2306   swig_type_info **types = swig_module->types;
2307   size_t i;
2308   for (i =0; i < swig_module->size; ++i) {
2309     swig_type_info *ty = types[i];
2310     if (ty->owndata) {
2311       PySwigClientData *data = (PySwigClientData *) ty->clientdata;
2312       if (data) PySwigClientData_Del(data);
2313     }
2314   }
2315   Py_DECREF(SWIG_This());
2316 }
2317
2318 SWIGRUNTIME void
2319 SWIG_Python_SetModule(swig_module_info *swig_module) {
2320   static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */
2321
2322   PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2323                                    swig_empty_runtime_method_table);
2324   PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2325   if (pointer && module) {
2326     PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);
2327   } else {
2328     Py_XDECREF(pointer);
2329   }
2330 }
2331
2332 /* The python cached type query */
2333 SWIGRUNTIME PyObject *
2334 SWIG_Python_TypeCache(void) {
2335   static PyObject *SWIG_STATIC_POINTER(cache) = PyDict_New();
2336   return cache;
2337 }
2338
2339 SWIGRUNTIME swig_type_info *
2340 SWIG_Python_TypeQuery(const char *type)
2341 {
2342   PyObject *cache = SWIG_Python_TypeCache();
2343   PyObject *key = PyString_FromString(type); 
2344   PyObject *obj = PyDict_GetItem(cache, key);
2345   swig_type_info *descriptor;
2346   if (obj) {
2347     descriptor = (swig_type_info *) PyCObject_AsVoidPtr(obj);
2348   } else {
2349     swig_module_info *swig_module = SWIG_Python_GetModule();
2350     descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
2351     if (descriptor) {
2352       obj = PyCObject_FromVoidPtr(descriptor, NULL);
2353       PyDict_SetItem(cache, key, obj);
2354       Py_DECREF(obj);
2355     }
2356   }
2357   Py_DECREF(key);
2358   return descriptor;
2359 }
2360
2361 /* 
2362    For backward compatibility only
2363 */
2364 #define SWIG_POINTER_EXCEPTION  0
2365 #define SWIG_arg_fail(arg)      SWIG_Python_ArgFail(arg)
2366 #define SWIG_MustGetPtr(p, type, argnum, flags)  SWIG_Python_MustGetPtr(p, type, argnum, flags)
2367
2368 SWIGRUNTIME int
2369 SWIG_Python_AddErrMesg(const char* mesg, int infront)
2370 {
2371   if (PyErr_Occurred()) {
2372     PyObject *type = 0;
2373     PyObject *value = 0;
2374     PyObject *traceback = 0;
2375     PyErr_Fetch(&type, &value, &traceback);
2376     if (value) {
2377       PyObject *old_str = PyObject_Str(value);
2378       Py_XINCREF(type);
2379       PyErr_Clear();
2380       if (infront) {
2381         PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
2382       } else {
2383         PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
2384       }
2385       Py_DECREF(old_str);
2386     }
2387     return 1;
2388   } else {
2389     return 0;
2390   }
2391 }
2392   
2393 SWIGRUNTIME int
2394 SWIG_Python_ArgFail(int argnum)
2395 {
2396   if (PyErr_Occurred()) {
2397     /* add information about failing argument */
2398     char mesg[256];
2399     PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
2400     return SWIG_Python_AddErrMesg(mesg, 1);
2401   } else {
2402     return 0;
2403   }
2404 }
2405
2406 SWIGRUNTIMEINLINE const char *
2407 PySwigObject_GetDesc(PyObject *self)
2408 {
2409   PySwigObject *v = (PySwigObject *)self;
2410   swig_type_info *ty = v ? v->ty : 0;
2411   return ty ? ty->str : (char*)"";
2412 }
2413
2414 SWIGRUNTIME void
2415 SWIG_Python_TypeError(const char *type, PyObject *obj)
2416 {
2417   if (type) {
2418 #if defined(SWIG_COBJECT_TYPES)
2419     if (obj && PySwigObject_Check(obj)) {
2420       const char *otype = (const char *) PySwigObject_GetDesc(obj);
2421       if (otype) {
2422         PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'PySwigObject(%s)' is received",
2423                      type, otype);
2424         return;
2425       }
2426     } else 
2427 #endif      
2428     {
2429       const char *otype = (obj ? obj->ob_type->tp_name : 0); 
2430       if (otype) {
2431         PyObject *str = PyObject_Str(obj);
2432         const char *cstr = str ? PyString_AsString(str) : 0;
2433         if (cstr) {
2434           PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received",
2435                        type, otype, cstr);
2436         } else {
2437           PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
2438                        type, otype);
2439         }
2440         Py_XDECREF(str);
2441         return;
2442       }
2443     }   
2444     PyErr_Format(PyExc_TypeError, "a '%s' is expected", type);
2445   } else {
2446     PyErr_Format(PyExc_TypeError, "unexpected type is received");
2447   }
2448 }
2449
2450
2451 /* Convert a pointer value, signal an exception on a type mismatch */
2452 SWIGRUNTIME void *
2453 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) {
2454   void *result;
2455   if (SWIG_Python_ConvertPtr(obj, &result, ty, flags) == -1) {
2456     PyErr_Clear();
2457     if (flags & SWIG_POINTER_EXCEPTION) {
2458       SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj);
2459       SWIG_Python_ArgFail(argnum);
2460     }
2461   }
2462   return result;
2463 }
2464
2465
2466 #ifdef __cplusplus
2467 #if 0
2468 { /* cc-mode */
2469 #endif
2470 }
2471 #endif
2472
2473
2474
2475 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0) 
2476
2477 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else 
2478
2479
2480
2481 /* -------- TYPES TABLE (BEGIN) -------- */
2482
2483 #define SWIGTYPE_p_TALLOC_CTX swig_types[0]
2484 #define SWIGTYPE_p_auth_session_info swig_types[1]
2485 #define SWIGTYPE_p_char swig_types[2]
2486 #define SWIGTYPE_p_cli_credentials swig_types[3]
2487 #define SWIGTYPE_p_event_context swig_types[4]
2488 #define SWIGTYPE_p_hive_key swig_types[5]
2489 #define SWIGTYPE_p_int swig_types[6]
2490 #define SWIGTYPE_p_loadparm_context swig_types[7]
2491 #define SWIGTYPE_p_loadparm_service swig_types[8]
2492 #define SWIGTYPE_p_long_long swig_types[9]
2493 #define SWIGTYPE_p_p_char swig_types[10]
2494 #define SWIGTYPE_p_p_hive_key swig_types[11]
2495 #define SWIGTYPE_p_p_registry_context swig_types[12]
2496 #define SWIGTYPE_p_p_registry_key swig_types[13]
2497 #define SWIGTYPE_p_param_context swig_types[14]
2498 #define SWIGTYPE_p_param_opt swig_types[15]
2499 #define SWIGTYPE_p_param_section swig_types[16]
2500 #define SWIGTYPE_p_reg_diff_callbacks swig_types[17]
2501 #define SWIGTYPE_p_registry_context swig_types[18]
2502 #define SWIGTYPE_p_registry_key swig_types[19]
2503 #define SWIGTYPE_p_short swig_types[20]
2504 #define SWIGTYPE_p_signed_char swig_types[21]
2505 #define SWIGTYPE_p_unsigned_char swig_types[22]
2506 #define SWIGTYPE_p_unsigned_int swig_types[23]
2507 #define SWIGTYPE_p_unsigned_long_long swig_types[24]
2508 #define SWIGTYPE_p_unsigned_short swig_types[25]
2509 static swig_type_info *swig_types[27];
2510 static swig_module_info swig_module = {swig_types, 26, 0, 0, 0, 0};
2511 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2512 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2513
2514 /* -------- TYPES TABLE (END) -------- */
2515
2516 #if (PY_VERSION_HEX <= 0x02000000)
2517 # if !defined(SWIG_PYTHON_CLASSIC)
2518 #  error "This python version requires swig to be run with the '-classic' option"
2519 # endif
2520 #endif
2521 #if (PY_VERSION_HEX <= 0x02020000)
2522 # error "This python version requires swig to be run with the '-nomodern' option"
2523 #endif
2524 #if (PY_VERSION_HEX <= 0x02020000)
2525 # error "This python version requires swig to be run with the '-nomodernargs' option"
2526 #endif
2527 #ifndef METH_O
2528 # error "This python version requires swig to be run with the '-nofastunpack' option"
2529 #endif
2530 #ifdef SWIG_TypeQuery
2531 # undef SWIG_TypeQuery
2532 #endif
2533 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2534
2535 /*-----------------------------------------------
2536               @(target):= _registry.so
2537   ------------------------------------------------*/
2538 #define SWIG_init    init_registry
2539
2540 #define SWIG_name    "_registry"
2541
2542 #define SWIGVERSION 0x010336 
2543 #define SWIG_VERSION SWIGVERSION
2544
2545
2546 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
2547 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
2548
2549
2550 /* Include headers */
2551 #include <stdint.h>
2552 #include <stdbool.h>
2553
2554 #include "includes.h"
2555 #include "registry.h"
2556 #include "param/param.h"
2557 #include "events/events.h"
2558
2559 typedef struct registry_context reg;
2560 typedef struct hive_key hive_key;
2561
2562
2563 #include "libcli/util/pyerrors.h"
2564
2565
2566 #include <limits.h>
2567 #if !defined(SWIG_NO_LLONG_MAX)
2568 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
2569 #   define LLONG_MAX __LONG_LONG_MAX__
2570 #   define LLONG_MIN (-LLONG_MAX - 1LL)
2571 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
2572 # endif
2573 #endif
2574
2575
2576 SWIGINTERN int
2577 SWIG_AsVal_double (PyObject *obj, double *val)
2578 {
2579   int res = SWIG_TypeError;
2580   if (PyFloat_Check(obj)) {
2581     if (val) *val = PyFloat_AsDouble(obj);
2582     return SWIG_OK;
2583   } else if (PyInt_Check(obj)) {
2584     if (val) *val = PyInt_AsLong(obj);
2585     return SWIG_OK;
2586   } else if (PyLong_Check(obj)) {
2587     double v = PyLong_AsDouble(obj);
2588     if (!PyErr_Occurred()) {
2589       if (val) *val = v;
2590       return SWIG_OK;
2591     } else {
2592       PyErr_Clear();
2593     }
2594   }
2595 #ifdef SWIG_PYTHON_CAST_MODE
2596   {
2597     int dispatch = 0;
2598     double d = PyFloat_AsDouble(obj);
2599     if (!PyErr_Occurred()) {
2600       if (val) *val = d;
2601       return SWIG_AddCast(SWIG_OK);
2602     } else {
2603       PyErr_Clear();
2604     }
2605     if (!dispatch) {
2606       long v = PyLong_AsLong(obj);
2607       if (!PyErr_Occurred()) {
2608         if (val) *val = v;
2609         return SWIG_AddCast(SWIG_AddCast(SWIG_OK));
2610       } else {
2611         PyErr_Clear();
2612       }
2613     }
2614   }
2615 #endif
2616   return res;
2617 }
2618
2619
2620 #include <float.h>
2621
2622
2623 #include <math.h>
2624
2625
2626 SWIGINTERNINLINE int
2627 SWIG_CanCastAsInteger(double *d, double min, double max) {
2628   double x = *d;
2629   if ((min <= x && x <= max)) {
2630    double fx = floor(x);
2631    double cx = ceil(x);
2632    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
2633    if ((errno == EDOM) || (errno == ERANGE)) {
2634      errno = 0;
2635    } else {
2636      double summ, reps, diff;
2637      if (rd < x) {
2638        diff = x - rd;
2639      } else if (rd > x) {
2640        diff = rd - x;
2641      } else {
2642        return 1;
2643      }
2644      summ = rd + x;
2645      reps = diff/summ;
2646      if (reps < 8*DBL_EPSILON) {
2647        *d = rd;
2648        return 1;
2649      }
2650    }
2651   }
2652   return 0;
2653 }
2654
2655
2656 SWIGINTERN int
2657 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) 
2658 {
2659   if (PyInt_Check(obj)) {
2660     long v = PyInt_AsLong(obj);
2661     if (v >= 0) {
2662       if (val) *val = v;
2663       return SWIG_OK;
2664     } else {
2665       return SWIG_OverflowError;
2666     }
2667   } else if (PyLong_Check(obj)) {
2668     unsigned long v = PyLong_AsUnsignedLong(obj);
2669     if (!PyErr_Occurred()) {
2670       if (val) *val = v;
2671       return SWIG_OK;
2672     } else {
2673       PyErr_Clear();
2674     }
2675   }
2676 #ifdef SWIG_PYTHON_CAST_MODE
2677   {
2678     int dispatch = 0;
2679     unsigned long v = PyLong_AsUnsignedLong(obj);
2680     if (!PyErr_Occurred()) {
2681       if (val) *val = v;
2682       return SWIG_AddCast(SWIG_OK);
2683     } else {
2684       PyErr_Clear();
2685     }
2686     if (!dispatch) {
2687       double d;
2688       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2689       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) {
2690         if (val) *val = (unsigned long)(d);
2691         return res;
2692       }
2693     }
2694   }
2695 #endif
2696   return SWIG_TypeError;
2697 }
2698
2699
2700 SWIGINTERN int
2701 SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val)
2702 {
2703   unsigned long v;
2704   int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
2705   if (SWIG_IsOK(res)) {
2706     if ((v > UINT_MAX)) {
2707       return SWIG_OverflowError;
2708     } else {
2709       if (val) *val = (unsigned int)(v);
2710     }
2711   }  
2712   return res;
2713 }
2714
2715
2716 SWIGINTERN swig_type_info*
2717 SWIG_pchar_descriptor(void)
2718 {
2719   static int init = 0;
2720   static swig_type_info* info = 0;
2721   if (!init) {
2722     info = SWIG_TypeQuery("_p_char");
2723     init = 1;
2724   }
2725   return info;
2726 }
2727
2728
2729 SWIGINTERNINLINE PyObject *
2730 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
2731 {
2732   if (carray) {
2733     if (size > INT_MAX) {
2734       swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2735       return pchar_descriptor ? 
2736         SWIG_NewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void();
2737     } else {
2738       return PyString_FromStringAndSize(carray, (int)(size));
2739     }
2740   } else {
2741     return SWIG_Py_Void();
2742   }
2743 }
2744
2745
2746 SWIGINTERNINLINE PyObject * 
2747 SWIG_FromCharPtr(const char *cptr)
2748
2749   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
2750 }
2751
2752
2753 SWIGINTERN int
2754 SWIG_AsVal_long (PyObject *obj, long* val)
2755 {
2756   if (PyInt_Check(obj)) {
2757     if (val) *val = PyInt_AsLong(obj);
2758     return SWIG_OK;
2759   } else if (PyLong_Check(obj)) {
2760     long v = PyLong_AsLong(obj);
2761     if (!PyErr_Occurred()) {
2762       if (val) *val = v;
2763       return SWIG_OK;
2764     } else {
2765       PyErr_Clear();
2766     }
2767   }
2768 #ifdef SWIG_PYTHON_CAST_MODE
2769   {
2770     int dispatch = 0;
2771     long v = PyInt_AsLong(obj);
2772     if (!PyErr_Occurred()) {
2773       if (val) *val = v;
2774       return SWIG_AddCast(SWIG_OK);
2775     } else {
2776       PyErr_Clear();
2777     }
2778     if (!dispatch) {
2779       double d;
2780       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2781       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
2782         if (val) *val = (long)(d);
2783         return res;
2784       }
2785     }
2786   }
2787 #endif
2788   return SWIG_TypeError;
2789 }
2790
2791
2792 SWIGINTERN int
2793 SWIG_AsVal_int (PyObject * obj, int *val)
2794 {
2795   long v;
2796   int res = SWIG_AsVal_long (obj, &v);
2797   if (SWIG_IsOK(res)) {
2798     if ((v < INT_MIN || v > INT_MAX)) {
2799       return SWIG_OverflowError;
2800     } else {
2801       if (val) *val = (int)(v);
2802     }
2803   }  
2804   return res;
2805 }
2806
2807
2808 SWIGINTERN int
2809 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
2810 {
2811   if (PyString_Check(obj)) {
2812     char *cstr; Py_ssize_t len;
2813     PyString_AsStringAndSize(obj, &cstr, &len);
2814     if (cptr)  {
2815       if (alloc) {
2816         /* 
2817            In python the user should not be able to modify the inner
2818            string representation. To warranty that, if you define
2819            SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
2820            buffer is always returned.
2821
2822            The default behavior is just to return the pointer value,
2823            so, be careful.
2824         */ 
2825 #if defined(SWIG_PYTHON_SAFE_CSTRINGS)
2826         if (*alloc != SWIG_OLDOBJ) 
2827 #else
2828         if (*alloc == SWIG_NEWOBJ) 
2829 #endif
2830           {
2831             *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
2832             *alloc = SWIG_NEWOBJ;
2833           }
2834         else {
2835           *cptr = cstr;
2836           *alloc = SWIG_OLDOBJ;
2837         }
2838       } else {
2839         *cptr = PyString_AsString(obj);
2840       }
2841     }
2842     if (psize) *psize = len + 1;
2843     return SWIG_OK;
2844   } else {
2845     swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2846     if (pchar_descriptor) {
2847       void* vptr = 0;
2848       if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
2849         if (cptr) *cptr = (char *) vptr;
2850         if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
2851         if (alloc) *alloc = SWIG_OLDOBJ;
2852         return SWIG_OK;
2853       }
2854     }
2855   }
2856   return SWIG_TypeError;
2857 }
2858
2859
2860
2861
2862 SWIGINTERN WERROR reg_mount_hive__SWIG_1(reg *self,struct hive_key *key,char const *predef_name){
2863         int i;
2864         for (i = 0; reg_predefined_keys[i].name; i++) {
2865             if (!strcasecmp(reg_predefined_keys[i].name, predef_name))
2866                 return reg_mount_hive(self, key, 
2867                                       reg_predefined_keys[i].handle, NULL);
2868         }
2869         return WERR_INVALID_NAME;
2870     }
2871
2872   #define SWIG_From_long   PyInt_FromLong 
2873
2874
2875 SWIGINTERNINLINE PyObject* 
2876 SWIG_From_unsigned_SS_long  (unsigned long value)
2877 {
2878   return (value > LONG_MAX) ?
2879     PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)(value)); 
2880 }
2881
2882
2883 SWIGINTERNINLINE PyObject *
2884 SWIG_From_unsigned_SS_int  (unsigned int value)
2885 {    
2886   return SWIG_From_unsigned_SS_long  (value);
2887 }
2888
2889 #ifdef __cplusplus
2890 extern "C" {
2891 #endif
2892 SWIGINTERN PyObject *_wrap_reg_get_predef_name(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2893   PyObject *resultobj = 0;
2894   uint32_t arg1 ;
2895   unsigned int val1 ;
2896   int ecode1 = 0 ;
2897   PyObject * obj0 = 0 ;
2898   char *  kwnames[] = {
2899     (char *) "hkey", NULL 
2900   };
2901   char *result = 0 ;
2902   
2903   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:reg_get_predef_name",kwnames,&obj0)) SWIG_fail;
2904   ecode1 = SWIG_AsVal_unsigned_SS_int(obj0, &val1);
2905   if (!SWIG_IsOK(ecode1)) {
2906     SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "reg_get_predef_name" "', argument " "1"" of type '" "uint32_t""'");
2907   } 
2908   arg1 = (uint32_t)(val1);
2909   result = (char *)reg_get_predef_name(arg1);
2910   resultobj = SWIG_FromCharPtr((const char *)result);
2911   return resultobj;
2912 fail:
2913   return NULL;
2914 }
2915
2916
2917 SWIGINTERN PyObject *_wrap_str_regtype(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2918   PyObject *resultobj = 0;
2919   int arg1 ;
2920   int val1 ;
2921   int ecode1 = 0 ;
2922   PyObject * obj0 = 0 ;
2923   char *  kwnames[] = {
2924     (char *) "type", NULL 
2925   };
2926   char *result = 0 ;
2927   
2928   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:str_regtype",kwnames,&obj0)) SWIG_fail;
2929   ecode1 = SWIG_AsVal_int(obj0, &val1);
2930   if (!SWIG_IsOK(ecode1)) {
2931     SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "str_regtype" "', argument " "1"" of type '" "int""'");
2932   } 
2933   arg1 = (int)(val1);
2934   result = (char *)str_regtype(arg1);
2935   resultobj = SWIG_FromCharPtr((const char *)result);
2936   return resultobj;
2937 fail:
2938   return NULL;
2939 }
2940
2941
2942 SWIGINTERN PyObject *_wrap_Registry(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
2943   PyObject *resultobj = 0;
2944   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
2945   struct registry_context **arg2 = (struct registry_context **) 0 ;
2946   struct registry_context *tmp2 ;
2947   WERROR result;
2948   
2949   arg1 = NULL;
2950   arg2 = &tmp2;
2951   if (!SWIG_Python_UnpackTuple(args,"Registry",0,0,0)) SWIG_fail;
2952   result = reg_open_local(arg1,arg2);
2953   if (!W_ERROR_IS_OK(result)) {
2954     PyErr_SetWERROR(result);
2955     SWIG_fail;
2956   } else if (resultobj == NULL) {
2957     resultobj = Py_None;
2958   }
2959   resultobj = SWIG_NewPointerObj(*arg2, SWIGTYPE_p_registry_context, 0);
2960   return resultobj;
2961 fail:
2962   return NULL;
2963 }
2964
2965
2966 SWIGINTERN PyObject *_wrap_reg_get_predefined_key_by_name(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2967   PyObject *resultobj = 0;
2968   reg *arg1 = (reg *) 0 ;
2969   char *arg2 = (char *) 0 ;
2970   struct registry_key **arg3 = (struct registry_key **) 0 ;
2971   void *argp1 = 0 ;
2972   int res1 = 0 ;
2973   int res2 ;
2974   char *buf2 = 0 ;
2975   int alloc2 = 0 ;
2976   void *argp3 = 0 ;
2977   int res3 = 0 ;
2978   PyObject * obj0 = 0 ;
2979   PyObject * obj1 = 0 ;
2980   PyObject * obj2 = 0 ;
2981   char *  kwnames[] = {
2982     (char *) "self",(char *) "name",(char *) "key", NULL 
2983   };
2984   WERROR result;
2985   
2986   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:reg_get_predefined_key_by_name",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
2987   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
2988   if (!SWIG_IsOK(res1)) {
2989     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_get_predefined_key_by_name" "', argument " "1"" of type '" "reg *""'"); 
2990   }
2991   arg1 = (reg *)(argp1);
2992   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
2993   if (!SWIG_IsOK(res2)) {
2994     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_get_predefined_key_by_name" "', argument " "2"" of type '" "char const *""'");
2995   }
2996   arg2 = (char *)(buf2);
2997   res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_p_registry_key, 0 |  0 );
2998   if (!SWIG_IsOK(res3)) {
2999     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "reg_get_predefined_key_by_name" "', argument " "3"" of type '" "struct registry_key **""'"); 
3000   }
3001   arg3 = (struct registry_key **)(argp3);
3002   result = reg_get_predefined_key_by_name(arg1,(char const *)arg2,arg3);
3003   if (!W_ERROR_IS_OK(result)) {
3004     PyErr_SetWERROR(result);
3005     SWIG_fail;
3006   } else if (resultobj == NULL) {
3007     resultobj = Py_None;
3008   }
3009   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3010   return resultobj;
3011 fail:
3012   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3013   return NULL;
3014 }
3015
3016
3017 SWIGINTERN PyObject *_wrap_reg_key_del_abs(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3018   PyObject *resultobj = 0;
3019   reg *arg1 = (reg *) 0 ;
3020   char *arg2 = (char *) 0 ;
3021   void *argp1 = 0 ;
3022   int res1 = 0 ;
3023   int res2 ;
3024   char *buf2 = 0 ;
3025   int alloc2 = 0 ;
3026   PyObject * obj0 = 0 ;
3027   PyObject * obj1 = 0 ;
3028   char *  kwnames[] = {
3029     (char *) "self",(char *) "path", NULL 
3030   };
3031   WERROR result;
3032   
3033   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:reg_key_del_abs",kwnames,&obj0,&obj1)) SWIG_fail;
3034   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3035   if (!SWIG_IsOK(res1)) {
3036     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_key_del_abs" "', argument " "1"" of type '" "reg *""'"); 
3037   }
3038   arg1 = (reg *)(argp1);
3039   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3040   if (!SWIG_IsOK(res2)) {
3041     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_key_del_abs" "', argument " "2"" of type '" "char const *""'");
3042   }
3043   arg2 = (char *)(buf2);
3044   result = reg_key_del_abs(arg1,(char const *)arg2);
3045   if (!W_ERROR_IS_OK(result)) {
3046     PyErr_SetWERROR(result);
3047     SWIG_fail;
3048   } else if (resultobj == NULL) {
3049     resultobj = Py_None;
3050   }
3051   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3052   return resultobj;
3053 fail:
3054   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3055   return NULL;
3056 }
3057
3058
3059 SWIGINTERN PyObject *_wrap_reg_get_predefined_key(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3060   PyObject *resultobj = 0;
3061   reg *arg1 = (reg *) 0 ;
3062   uint32_t arg2 ;
3063   struct registry_key **arg3 = (struct registry_key **) 0 ;
3064   void *argp1 = 0 ;
3065   int res1 = 0 ;
3066   unsigned int val2 ;
3067   int ecode2 = 0 ;
3068   void *argp3 = 0 ;
3069   int res3 = 0 ;
3070   PyObject * obj0 = 0 ;
3071   PyObject * obj1 = 0 ;
3072   PyObject * obj2 = 0 ;
3073   char *  kwnames[] = {
3074     (char *) "self",(char *) "hkey_id",(char *) "key", NULL 
3075   };
3076   WERROR result;
3077   
3078   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:reg_get_predefined_key",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3079   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3080   if (!SWIG_IsOK(res1)) {
3081     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_get_predefined_key" "', argument " "1"" of type '" "reg *""'"); 
3082   }
3083   arg1 = (reg *)(argp1);
3084   ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
3085   if (!SWIG_IsOK(ecode2)) {
3086     SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "reg_get_predefined_key" "', argument " "2"" of type '" "uint32_t""'");
3087   } 
3088   arg2 = (uint32_t)(val2);
3089   res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_p_registry_key, 0 |  0 );
3090   if (!SWIG_IsOK(res3)) {
3091     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "reg_get_predefined_key" "', argument " "3"" of type '" "struct registry_key **""'"); 
3092   }
3093   arg3 = (struct registry_key **)(argp3);
3094   result = reg_get_predefined_key(arg1,arg2,arg3);
3095   if (!W_ERROR_IS_OK(result)) {
3096     PyErr_SetWERROR(result);
3097     SWIG_fail;
3098   } else if (resultobj == NULL) {
3099     resultobj = Py_None;
3100   }
3101   return resultobj;
3102 fail:
3103   return NULL;
3104 }
3105
3106
3107 SWIGINTERN PyObject *_wrap_reg_diff_apply(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3108   PyObject *resultobj = 0;
3109   reg *arg1 = (reg *) 0 ;
3110   char *arg2 = (char *) 0 ;
3111   void *argp1 = 0 ;
3112   int res1 = 0 ;
3113   int res2 ;
3114   char *buf2 = 0 ;
3115   int alloc2 = 0 ;
3116   PyObject * obj0 = 0 ;
3117   PyObject * obj1 = 0 ;
3118   char *  kwnames[] = {
3119     (char *) "self",(char *) "filename", NULL 
3120   };
3121   WERROR result;
3122   
3123   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:reg_diff_apply",kwnames,&obj0,&obj1)) SWIG_fail;
3124   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3125   if (!SWIG_IsOK(res1)) {
3126     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_diff_apply" "', argument " "1"" of type '" "reg *""'"); 
3127   }
3128   arg1 = (reg *)(argp1);
3129   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3130   if (!SWIG_IsOK(res2)) {
3131     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_diff_apply" "', argument " "2"" of type '" "char const *""'");
3132   }
3133   arg2 = (char *)(buf2);
3134   result = reg_diff_apply(arg1,(char const *)arg2);
3135   if (!W_ERROR_IS_OK(result)) {
3136     PyErr_SetWERROR(result);
3137     SWIG_fail;
3138   } else if (resultobj == NULL) {
3139     resultobj = Py_None;
3140   }
3141   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3142   return resultobj;
3143 fail:
3144   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3145   return NULL;
3146 }
3147
3148
3149 SWIGINTERN PyObject *_wrap_reg_generate_diff(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3150   PyObject *resultobj = 0;
3151   reg *arg1 = (reg *) 0 ;
3152   struct registry_context *arg2 = (struct registry_context *) 0 ;
3153   struct reg_diff_callbacks *arg3 = (struct reg_diff_callbacks *) 0 ;
3154   void *arg4 = (void *) 0 ;
3155   void *argp1 = 0 ;
3156   int res1 = 0 ;
3157   void *argp2 = 0 ;
3158   int res2 = 0 ;
3159   void *argp3 = 0 ;
3160   int res3 = 0 ;
3161   int res4 ;
3162   PyObject * obj0 = 0 ;
3163   PyObject * obj1 = 0 ;
3164   PyObject * obj2 = 0 ;
3165   PyObject * obj3 = 0 ;
3166   char *  kwnames[] = {
3167     (char *) "self",(char *) "ctx2",(char *) "callbacks",(char *) "callback_data", NULL 
3168   };
3169   WERROR result;
3170   
3171   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:reg_generate_diff",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3172   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3173   if (!SWIG_IsOK(res1)) {
3174     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_generate_diff" "', argument " "1"" of type '" "reg *""'"); 
3175   }
3176   arg1 = (reg *)(argp1);
3177   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_registry_context, 0 |  0 );
3178   if (!SWIG_IsOK(res2)) {
3179     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_generate_diff" "', argument " "2"" of type '" "struct registry_context *""'"); 
3180   }
3181   arg2 = (struct registry_context *)(argp2);
3182   res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_reg_diff_callbacks, 0 |  0 );
3183   if (!SWIG_IsOK(res3)) {
3184     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "reg_generate_diff" "', argument " "3"" of type '" "struct reg_diff_callbacks const *""'"); 
3185   }
3186   arg3 = (struct reg_diff_callbacks *)(argp3);
3187   res4 = SWIG_ConvertPtr(obj3,SWIG_as_voidptrptr(&arg4), 0, 0);
3188   if (!SWIG_IsOK(res4)) {
3189     SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "reg_generate_diff" "', argument " "4"" of type '" "void *""'"); 
3190   }
3191   result = reg_generate_diff(arg1,arg2,(struct reg_diff_callbacks const *)arg3,arg4);
3192   if (!W_ERROR_IS_OK(result)) {
3193     PyErr_SetWERROR(result);
3194     SWIG_fail;
3195   } else if (resultobj == NULL) {
3196     resultobj = Py_None;
3197   }
3198   return resultobj;
3199 fail:
3200   return NULL;
3201 }
3202
3203
3204 SWIGINTERN PyObject *_wrap_reg_mount_hive__SWIG_0(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
3205   PyObject *resultobj = 0;
3206   reg *arg1 = (reg *) 0 ;
3207   struct hive_key *arg2 = (struct hive_key *) 0 ;
3208   uint32_t arg3 ;
3209   char **arg4 = (char **) NULL ;
3210   void *argp1 = 0 ;
3211   int res1 = 0 ;
3212   void *argp2 = 0 ;
3213   int res2 = 0 ;
3214   unsigned int val3 ;
3215   int ecode3 = 0 ;
3216   WERROR result;
3217   
3218   if ((nobjs < 3) || (nobjs > 4)) SWIG_fail;
3219   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3220   if (!SWIG_IsOK(res1)) {
3221     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_mount_hive" "', argument " "1"" of type '" "reg *""'"); 
3222   }
3223   arg1 = (reg *)(argp1);
3224   res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_hive_key, 0 |  0 );
3225   if (!SWIG_IsOK(res2)) {
3226     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_mount_hive" "', argument " "2"" of type '" "struct hive_key *""'"); 
3227   }
3228   arg2 = (struct hive_key *)(argp2);
3229   ecode3 = SWIG_AsVal_unsigned_SS_int(swig_obj[2], &val3);
3230   if (!SWIG_IsOK(ecode3)) {
3231     SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "reg_mount_hive" "', argument " "3"" of type '" "uint32_t""'");
3232   } 
3233   arg3 = (uint32_t)(val3);
3234   if (swig_obj[3]) {
3235     /* Check if is a list */
3236     if (PyList_Check(swig_obj[3])) {
3237       int size = PyList_Size(swig_obj[3]);
3238       int i = 0;
3239       arg4 = (char **) malloc((size+1)*sizeof(const char *));
3240       for (i = 0; i < size; i++) {
3241         PyObject *o = PyList_GetItem(swig_obj[3],i);
3242         if (PyString_Check(o))
3243         arg4[i] = PyString_AsString(PyList_GetItem(swig_obj[3],i));
3244         else {
3245           PyErr_SetString(PyExc_TypeError,"list must contain strings");
3246           free(arg4);
3247           return NULL;
3248         }
3249       }
3250       arg4[i] = 0;
3251     } else {
3252       PyErr_SetString(PyExc_TypeError,"not a list");
3253       return NULL;
3254     }
3255   }
3256   result = reg_mount_hive(arg1,arg2,arg3,(char const **)arg4);
3257   if (!W_ERROR_IS_OK(result)) {
3258     PyErr_SetWERROR(result);
3259     SWIG_fail;
3260   } else if (resultobj == NULL) {
3261     resultobj = Py_None;
3262   }
3263   free((char **) arg4);
3264   return resultobj;
3265 fail:
3266   free((char **) arg4);
3267   return NULL;
3268 }
3269
3270
3271 SWIGINTERN PyObject *_wrap_reg_import_hive_key(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3272   PyObject *resultobj = 0;
3273   reg *arg1 = (reg *) 0 ;
3274   struct hive_key *arg2 = (struct hive_key *) 0 ;
3275   uint32_t arg3 ;
3276   char **arg4 = (char **) 0 ;
3277   void *argp1 = 0 ;
3278   int res1 = 0 ;
3279   void *argp2 = 0 ;
3280   int res2 = 0 ;
3281   unsigned int val3 ;
3282   int ecode3 = 0 ;
3283   PyObject * obj0 = 0 ;
3284   PyObject * obj1 = 0 ;
3285   PyObject * obj2 = 0 ;
3286   PyObject * obj3 = 0 ;
3287   char *  kwnames[] = {
3288     (char *) "self",(char *) "hive",(char *) "predef_key",(char *) "elements", NULL 
3289   };
3290   struct registry_key *result = 0 ;
3291   
3292   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:reg_import_hive_key",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3293   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3294   if (!SWIG_IsOK(res1)) {
3295     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_import_hive_key" "', argument " "1"" of type '" "reg *""'"); 
3296   }
3297   arg1 = (reg *)(argp1);
3298   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_hive_key, 0 |  0 );
3299   if (!SWIG_IsOK(res2)) {
3300     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_import_hive_key" "', argument " "2"" of type '" "struct hive_key *""'"); 
3301   }
3302   arg2 = (struct hive_key *)(argp2);
3303   ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
3304   if (!SWIG_IsOK(ecode3)) {
3305     SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "reg_import_hive_key" "', argument " "3"" of type '" "uint32_t""'");
3306   } 
3307   arg3 = (uint32_t)(val3);
3308   /* Check if is a list */
3309   if (PyList_Check(obj3)) {
3310     int size = PyList_Size(obj3);
3311     int i = 0;
3312     arg4 = (char **) malloc((size+1)*sizeof(const char *));
3313     for (i = 0; i < size; i++) {
3314       PyObject *o = PyList_GetItem(obj3,i);
3315       if (PyString_Check(o))
3316       arg4[i] = PyString_AsString(PyList_GetItem(obj3,i));
3317       else {
3318         PyErr_SetString(PyExc_TypeError,"list must contain strings");
3319         free(arg4);
3320         return NULL;
3321       }
3322     }
3323     arg4[i] = 0;
3324   } else {
3325     PyErr_SetString(PyExc_TypeError,"not a list");
3326     return NULL;
3327   }
3328   result = (struct registry_key *)reg_import_hive_key(arg1,arg2,arg3,(char const **)arg4);
3329   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_registry_key, 0 |  0 );
3330   free((char **) arg4);
3331   return resultobj;
3332 fail:
3333   free((char **) arg4);
3334   return NULL;
3335 }
3336
3337
3338 SWIGINTERN PyObject *_wrap_reg_mount_hive__SWIG_1(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
3339   PyObject *resultobj = 0;
3340   reg *arg1 = (reg *) 0 ;
3341   struct hive_key *arg2 = (struct hive_key *) 0 ;
3342   char *arg3 = (char *) 0 ;
3343   void *argp1 = 0 ;
3344   int res1 = 0 ;
3345   void *argp2 = 0 ;
3346   int res2 = 0 ;
3347   int res3 ;
3348   char *buf3 = 0 ;
3349   int alloc3 = 0 ;
3350   WERROR result;
3351   
3352   if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
3353   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_registry_context, 0 |  0 );
3354   if (!SWIG_IsOK(res1)) {
3355     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "reg_mount_hive" "', argument " "1"" of type '" "reg *""'"); 
3356   }
3357   arg1 = (reg *)(argp1);
3358   res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_hive_key, 0 |  0 );
3359   if (!SWIG_IsOK(res2)) {
3360     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "reg_mount_hive" "', argument " "2"" of type '" "struct hive_key *""'"); 
3361   }
3362   arg2 = (struct hive_key *)(argp2);
3363   res3 = SWIG_AsCharPtrAndSize(swig_obj[2], &buf3, NULL, &alloc3);
3364   if (!SWIG_IsOK(res3)) {
3365     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "reg_mount_hive" "', argument " "3"" of type '" "char const *""'");
3366   }
3367   arg3 = (char *)(buf3);
3368   result = reg_mount_hive__SWIG_1(arg1,arg2,(char const *)arg3);
3369   if (!W_ERROR_IS_OK(result)) {
3370     PyErr_SetWERROR(result);
3371     SWIG_fail;
3372   } else if (resultobj == NULL) {
3373     resultobj = Py_None;
3374   }
3375   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3376   return resultobj;
3377 fail:
3378   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3379   return NULL;
3380 }
3381
3382
3383 SWIGINTERN PyObject *_wrap_reg_mount_hive(PyObject *self, PyObject *args) {
3384   int argc;
3385   PyObject *argv[5];
3386   
3387   if (!(argc = SWIG_Python_UnpackTuple(args,"reg_mount_hive",0,4,argv))) SWIG_fail;
3388   --argc;
3389   if ((argc >= 3) && (argc <= 4)) {
3390     int _v = 0;
3391     {
3392       {
3393         int res = SWIG_AsVal_unsigned_SS_int(argv[2], NULL);
3394         _v = SWIG_CheckState(res);
3395       }
3396     }
3397     if (!_v) goto check_1;
3398     return _wrap_reg_mount_hive__SWIG_0(self, argc, argv);
3399   }
3400 check_1:
3401   
3402   if (argc == 3) {
3403     return _wrap_reg_mount_hive__SWIG_1(self, argc, argv);
3404   }
3405   
3406 fail:
3407   SWIG_SetErrorMsg(PyExc_NotImplementedError,"Wrong number of arguments for overloaded function 'reg_mount_hive'.\n"
3408     "  Possible C/C++ prototypes are:\n"
3409     "    mount_hive(reg *,struct hive_key *,uint32_t,char const **)\n"
3410     "    mount_hive(reg *,struct hive_key *,char const *)\n");
3411   return NULL;
3412 }
3413
3414
3415 SWIGINTERN PyObject *_wrap_new_reg(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3416   PyObject *resultobj = 0;
3417   reg *result = 0 ;
3418   
3419   if (!SWIG_Python_UnpackTuple(args,"new_reg",0,0,0)) SWIG_fail;
3420   result = (reg *)calloc(1, sizeof(reg));
3421   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_registry_context, SWIG_POINTER_NEW |  0 );
3422   return resultobj;
3423 fail:
3424   return NULL;
3425 }
3426
3427
3428 SWIGINTERN PyObject *_wrap_delete_reg(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3429   PyObject *resultobj = 0;
3430   reg *arg1 = (reg *) 0 ;
3431   void *argp1 = 0 ;
3432   int res1 = 0 ;
3433   PyObject *swig_obj[1] ;
3434   
3435   if (!args) SWIG_fail;
3436   swig_obj[0] = args;
3437   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_registry_context, SWIG_POINTER_DISOWN |  0 );
3438   if (!SWIG_IsOK(res1)) {
3439     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_reg" "', argument " "1"" of type '" "reg *""'"); 
3440   }
3441   arg1 = (reg *)(argp1);
3442   free((char *) arg1);
3443   resultobj = SWIG_Py_Void();
3444   return resultobj;
3445 fail:
3446   return NULL;
3447 }
3448
3449
3450 SWIGINTERN PyObject *reg_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3451   PyObject *obj;
3452   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3453   SWIG_TypeNewClientData(SWIGTYPE_p_registry_context, SWIG_NewClientData(obj));
3454   return SWIG_Py_Void();
3455 }
3456
3457 SWIGINTERN PyObject *reg_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3458   return SWIG_Python_InitShadowInstance(args);
3459 }
3460
3461 SWIGINTERN PyObject *_wrap_hive_key(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3462   PyObject *resultobj = 0;
3463   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3464   char *arg2 = (char *) 0 ;
3465   struct auth_session_info *arg3 = (struct auth_session_info *) 0 ;
3466   struct cli_credentials *arg4 = (struct cli_credentials *) 0 ;
3467   struct event_context *arg5 = (struct event_context *) 0 ;
3468   struct loadparm_context *arg6 = (struct loadparm_context *) 0 ;
3469   struct hive_key **arg7 = (struct hive_key **) 0 ;
3470   int res2 ;
3471   char *buf2 = 0 ;
3472   int alloc2 = 0 ;
3473   void *argp3 = 0 ;
3474   int res3 = 0 ;
3475   void *argp4 = 0 ;
3476   int res4 = 0 ;
3477   void *argp5 = 0 ;
3478   int res5 = 0 ;
3479   void *argp6 = 0 ;
3480   int res6 = 0 ;
3481   struct hive_key *tmp7 ;
3482   PyObject * obj0 = 0 ;
3483   PyObject * obj1 = 0 ;
3484   PyObject * obj2 = 0 ;
3485   PyObject * obj3 = 0 ;
3486   PyObject * obj4 = 0 ;
3487   char *  kwnames[] = {
3488     (char *) "location",(char *) "session_info",(char *) "credentials",(char *) "ev_ctx",(char *) "lp_ctx", NULL 
3489   };
3490   WERROR result;
3491   
3492   arg3 = NULL;
3493   arg4 = NULL;
3494   arg5 = event_context_init(NULL);
3495   arg6 = loadparm_init(NULL);
3496   arg1 = NULL;
3497   arg7 = &tmp7;
3498   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:hive_key",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
3499   res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
3500   if (!SWIG_IsOK(res2)) {
3501     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "hive_key" "', argument " "2"" of type '" "char const *""'");
3502   }
3503   arg2 = (char *)(buf2);
3504   if (obj1) {
3505     res3 = SWIG_ConvertPtr(obj1, &argp3,SWIGTYPE_p_auth_session_info, 0 |  0 );
3506     if (!SWIG_IsOK(res3)) {
3507       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "hive_key" "', argument " "3"" of type '" "struct auth_session_info *""'"); 
3508     }
3509     arg3 = (struct auth_session_info *)(argp3);
3510   }
3511   if (obj2) {
3512     res4 = SWIG_ConvertPtr(obj2, &argp4,SWIGTYPE_p_cli_credentials, 0 |  0 );
3513     if (!SWIG_IsOK(res4)) {
3514       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "hive_key" "', argument " "4"" of type '" "struct cli_credentials *""'"); 
3515     }
3516     arg4 = (struct cli_credentials *)(argp4);
3517   }
3518   if (obj3) {
3519     res5 = SWIG_ConvertPtr(obj3, &argp5,SWIGTYPE_p_event_context, 0 |  0 );
3520     if (!SWIG_IsOK(res5)) {
3521       SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "hive_key" "', argument " "5"" of type '" "struct event_context *""'"); 
3522     }
3523     arg5 = (struct event_context *)(argp5);
3524   }
3525   if (obj4) {
3526     res6 = SWIG_ConvertPtr(obj4, &argp6,SWIGTYPE_p_loadparm_context, 0 |  0 );
3527     if (!SWIG_IsOK(res6)) {
3528       SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "hive_key" "', argument " "6"" of type '" "struct loadparm_context *""'"); 
3529     }
3530     arg6 = (struct loadparm_context *)(argp6);
3531   }
3532   result = reg_open_hive(arg1,(char const *)arg2,arg3,arg4,arg5,arg6,arg7);
3533   if (!W_ERROR_IS_OK(result)) {
3534     PyErr_SetWERROR(result);
3535     SWIG_fail;
3536   } else if (resultobj == NULL) {
3537     resultobj = Py_None;
3538   }
3539   Py_XDECREF(resultobj);
3540   resultobj = SWIG_NewPointerObj(*arg7, SWIGTYPE_p_hive_key, 0);
3541   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3542   return resultobj;
3543 fail:
3544   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3545   return NULL;
3546 }
3547
3548
3549 SWIGINTERN PyObject *_wrap_open_ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3550   PyObject *resultobj = 0;
3551   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3552   char *arg2 = (char *) 0 ;
3553   struct auth_session_info *arg3 = (struct auth_session_info *) 0 ;
3554   struct cli_credentials *arg4 = (struct cli_credentials *) 0 ;
3555   struct event_context *arg5 = (struct event_context *) 0 ;
3556   struct loadparm_context *arg6 = (struct loadparm_context *) 0 ;
3557   struct hive_key **arg7 = (struct hive_key **) 0 ;
3558   int res2 ;
3559   char *buf2 = 0 ;
3560   int alloc2 = 0 ;
3561   void *argp3 = 0 ;
3562   int res3 = 0 ;
3563   void *argp4 = 0 ;
3564   int res4 = 0 ;
3565   void *argp5 = 0 ;
3566   int res5 = 0 ;
3567   void *argp6 = 0 ;
3568   int res6 = 0 ;
3569   struct hive_key *tmp7 ;
3570   PyObject * obj0 = 0 ;
3571   PyObject * obj1 = 0 ;
3572   PyObject * obj2 = 0 ;
3573   PyObject * obj3 = 0 ;
3574   PyObject * obj4 = 0 ;
3575   char *  kwnames[] = {
3576     (char *) "location",(char *) "session_info",(char *) "credentials",(char *) "ev_ctx",(char *) "lp_ctx", NULL 
3577   };
3578   WERROR result;
3579   
3580   arg3 = NULL;
3581   arg4 = NULL;
3582   arg5 = event_context_init(NULL);
3583   arg6 = loadparm_init(NULL);
3584   arg1 = NULL;
3585   arg7 = &tmp7;
3586   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:open_ldb",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
3587   res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
3588   if (!SWIG_IsOK(res2)) {
3589     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "open_ldb" "', argument " "2"" of type '" "char const *""'");
3590   }
3591   arg2 = (char *)(buf2);
3592   if (obj1) {
3593     res3 = SWIG_ConvertPtr(obj1, &argp3,SWIGTYPE_p_auth_session_info, 0 |  0 );
3594     if (!SWIG_IsOK(res3)) {
3595       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "open_ldb" "', argument " "3"" of type '" "struct auth_session_info *""'"); 
3596     }
3597     arg3 = (struct auth_session_info *)(argp3);
3598   }
3599   if (obj2) {
3600     res4 = SWIG_ConvertPtr(obj2, &argp4,SWIGTYPE_p_cli_credentials, 0 |  0 );
3601     if (!SWIG_IsOK(res4)) {
3602       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "open_ldb" "', argument " "4"" of type '" "struct cli_credentials *""'"); 
3603     }
3604     arg4 = (struct cli_credentials *)(argp4);
3605   }
3606   if (obj3) {
3607     res5 = SWIG_ConvertPtr(obj3, &argp5,SWIGTYPE_p_event_context, 0 |  0 );
3608     if (!SWIG_IsOK(res5)) {
3609       SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "open_ldb" "', argument " "5"" of type '" "struct event_context *""'"); 
3610     }
3611     arg5 = (struct event_context *)(argp5);
3612   }
3613   if (obj4) {
3614     res6 = SWIG_ConvertPtr(obj4, &argp6,SWIGTYPE_p_loadparm_context, 0 |  0 );
3615     if (!SWIG_IsOK(res6)) {
3616       SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "open_ldb" "', argument " "6"" of type '" "struct loadparm_context *""'"); 
3617     }
3618     arg6 = (struct loadparm_context *)(argp6);
3619   }
3620   result = reg_open_ldb_file(arg1,(char const *)arg2,arg3,arg4,arg5,arg6,arg7);
3621   if (!W_ERROR_IS_OK(result)) {
3622     PyErr_SetWERROR(result);
3623     SWIG_fail;
3624   } else if (resultobj == NULL) {
3625     resultobj = Py_None;
3626   }
3627   Py_XDECREF(resultobj);
3628   resultobj = SWIG_NewPointerObj(*arg7, SWIGTYPE_p_hive_key, 0);
3629   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3630   return resultobj;
3631 fail:
3632   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3633   return NULL;
3634 }
3635
3636
3637 SWIGINTERN PyObject *_wrap_create_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3638   PyObject *resultobj = 0;
3639   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3640   char *arg2 = (char *) 0 ;
3641   struct hive_key **arg3 = (struct hive_key **) 0 ;
3642   int res2 ;
3643   char *buf2 = 0 ;
3644   int alloc2 = 0 ;
3645   struct hive_key *tmp3 ;
3646   PyObject * obj0 = 0 ;
3647   char *  kwnames[] = {
3648     (char *) "location", NULL 
3649   };
3650   WERROR result;
3651   
3652   arg1 = NULL;
3653   arg3 = &tmp3;
3654   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:create_dir",kwnames,&obj0)) SWIG_fail;
3655   res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
3656   if (!SWIG_IsOK(res2)) {
3657     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "create_dir" "', argument " "2"" of type '" "char const *""'");
3658   }
3659   arg2 = (char *)(buf2);
3660   result = reg_create_directory(arg1,(char const *)arg2,arg3);
3661   if (!W_ERROR_IS_OK(result)) {
3662     PyErr_SetWERROR(result);
3663     SWIG_fail;
3664   } else if (resultobj == NULL) {
3665     resultobj = Py_None;
3666   }
3667   Py_XDECREF(resultobj);
3668   resultobj = SWIG_NewPointerObj(*arg3, SWIGTYPE_p_hive_key, 0);
3669   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3670   return resultobj;
3671 fail:
3672   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3673   return NULL;
3674 }
3675
3676
3677 SWIGINTERN PyObject *_wrap_open_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3678   PyObject *resultobj = 0;
3679   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3680   char *arg2 = (char *) 0 ;
3681   struct hive_key **arg3 = (struct hive_key **) 0 ;
3682   int res2 ;
3683   char *buf2 = 0 ;
3684   int alloc2 = 0 ;
3685   struct hive_key *tmp3 ;
3686   PyObject * obj0 = 0 ;
3687   char *  kwnames[] = {
3688     (char *) "location", NULL 
3689   };
3690   WERROR result;
3691   
3692   arg1 = NULL;
3693   arg3 = &tmp3;
3694   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:open_dir",kwnames,&obj0)) SWIG_fail;
3695   res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
3696   if (!SWIG_IsOK(res2)) {
3697     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "open_dir" "', argument " "2"" of type '" "char const *""'");
3698   }
3699   arg2 = (char *)(buf2);
3700   result = reg_open_directory(arg1,(char const *)arg2,arg3);
3701   if (!W_ERROR_IS_OK(result)) {
3702     PyErr_SetWERROR(result);
3703     SWIG_fail;
3704   } else if (resultobj == NULL) {
3705     resultobj = Py_None;
3706   }
3707   Py_XDECREF(resultobj);
3708   resultobj = SWIG_NewPointerObj(*arg3, SWIGTYPE_p_hive_key, 0);
3709   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3710   return resultobj;
3711 fail:
3712   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3713   return NULL;
3714 }
3715
3716
3717 SWIGINTERN PyObject *_wrap_open_samba(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3718   PyObject *resultobj = 0;
3719   TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3720   struct registry_context **arg2 = (struct registry_context **) 0 ;
3721   struct event_context *arg3 = (struct event_context *) 0 ;
3722   struct loadparm_context *arg4 = (struct loadparm_context *) 0 ;
3723   struct auth_session_info *arg5 = (struct auth_session_info *) 0 ;
3724   struct cli_credentials *arg6 = (struct cli_credentials *) 0 ;
3725   struct registry_context *tmp2 ;
3726   void *argp3 = 0 ;
3727   int res3 = 0 ;
3728   void *argp4 = 0 ;
3729   int res4 = 0 ;
3730   void *argp5 = 0 ;
3731   int res5 = 0 ;
3732   void *argp6 = 0 ;
3733   int res6 = 0 ;
3734   PyObject * obj0 = 0 ;
3735   PyObject * obj1 = 0 ;
3736   PyObject * obj2 = 0 ;
3737   PyObject * obj3 = 0 ;
3738   char *  kwnames[] = {
3739     (char *) "ev_ctx",(char *) "lp_ctx",(char *) "session_info",(char *) "credentials", NULL 
3740   };
3741   WERROR result;
3742   
3743   arg3 = event_context_init(NULL);
3744   arg4 = loadparm_init(NULL);
3745   arg5 = NULL;
3746   arg6 = NULL;
3747   arg1 = NULL;
3748   arg2 = &tmp2;
3749   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:open_samba",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3750   if (obj0) {
3751     res3 = SWIG_ConvertPtr(obj0, &argp3,SWIGTYPE_p_event_context, 0 |  0 );
3752     if (!SWIG_IsOK(res3)) {
3753       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "open_samba" "', argument " "3"" of type '" "struct event_context *""'"); 
3754     }
3755     arg3 = (struct event_context *)(argp3);
3756   }
3757   if (obj1) {
3758     res4 = SWIG_ConvertPtr(obj1, &argp4,SWIGTYPE_p_loadparm_context, 0 |  0 );
3759     if (!SWIG_IsOK(res4)) {
3760       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "open_samba" "', argument " "4"" of type '" "struct loadparm_context *""'"); 
3761     }
3762     arg4 = (struct loadparm_context *)(argp4);
3763   }
3764   if (obj2) {
3765     res5 = SWIG_ConvertPtr(obj2, &argp5,SWIGTYPE_p_auth_session_info, 0 |  0 );
3766     if (!SWIG_IsOK(res5)) {
3767       SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "open_samba" "', argument " "5"" of type '" "struct auth_session_info *""'"); 
3768     }
3769     arg5 = (struct auth_session_info *)(argp5);
3770   }
3771   if (obj3) {
3772     res6 = SWIG_ConvertPtr(obj3, &argp6,SWIGTYPE_p_cli_credentials, 0 |  0 );
3773     if (!SWIG_IsOK(res6)) {
3774       SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "open_samba" "', argument " "6"" of type '" "struct cli_credentials *""'"); 
3775     }
3776     arg6 = (struct cli_credentials *)(argp6);
3777   }
3778   result = reg_open_samba(arg1,arg2,arg3,arg4,arg5,arg6);
3779   if (!W_ERROR_IS_OK(result)) {
3780     PyErr_SetWERROR(result);
3781     SWIG_fail;
3782   } else if (resultobj == NULL) {
3783     resultobj = Py_None;
3784   }
3785   resultobj = SWIG_NewPointerObj(*arg2, SWIGTYPE_p_registry_context, 0);
3786   return resultobj;
3787 fail:
3788   return NULL;
3789 }
3790
3791
3792 static PyMethodDef SwigMethods[] = {
3793          { (char *)"reg_get_predef_name", (PyCFunction) _wrap_reg_get_predef_name, METH_VARARGS | METH_KEYWORDS, NULL},
3794          { (char *)"str_regtype", (PyCFunction) _wrap_str_regtype, METH_VARARGS | METH_KEYWORDS, NULL},
3795          { (char *)"Registry", (PyCFunction)_wrap_Registry, METH_NOARGS, NULL},
3796          { (char *)"reg_get_predefined_key_by_name", (PyCFunction) _wrap_reg_get_predefined_key_by_name, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
3797                 "S.get_predefined_key_by_name(name) -> key\n"
3798                 "Find a predefined key by name\n"
3799                 ""},
3800          { (char *)"reg_key_del_abs", (PyCFunction) _wrap_reg_key_del_abs, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
3801                 "S.key_del_abs(name) -> None\n"
3802                 "Delete a key by absolute path.\n"
3803                 ""},
3804          { (char *)"reg_get_predefined_key", (PyCFunction) _wrap_reg_get_predefined_key, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
3805                 "S.get_predefined_key(hkey_id) -> key\n"
3806                 "Find a predefined key by id\n"
3807                 ""},
3808          { (char *)"reg_diff_apply", (PyCFunction) _wrap_reg_diff_apply, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
3809                 "S.diff_apply(filename) -> None\n"
3810                 "Apply the diff from the specified file\n"
3811                 ""},
3812          { (char *)"reg_generate_diff", (PyCFunction) _wrap_reg_generate_diff, METH_VARARGS | METH_KEYWORDS, NULL},
3813          { (char *)"reg_import_hive_key", (PyCFunction) _wrap_reg_import_hive_key, METH_VARARGS | METH_KEYWORDS, NULL},
3814          { (char *)"reg_mount_hive", _wrap_reg_mount_hive, METH_VARARGS, NULL},
3815          { (char *)"new_reg", (PyCFunction)_wrap_new_reg, METH_NOARGS, NULL},
3816          { (char *)"delete_reg", (PyCFunction)_wrap_delete_reg, METH_O, NULL},
3817          { (char *)"reg_swigregister", reg_swigregister, METH_VARARGS, NULL},
3818          { (char *)"reg_swiginit", reg_swiginit, METH_VARARGS, NULL},
3819          { (char *)"hive_key", (PyCFunction) _wrap_hive_key, METH_VARARGS | METH_KEYWORDS, (char *)"S.__init__(location, session_info=None, credentials=None, loadparm_context=None)"},
3820          { (char *)"open_ldb", (PyCFunction) _wrap_open_ldb, METH_VARARGS | METH_KEYWORDS, (char *)"open_ldb(location, session_info=None, credentials=None, loadparm_context=None) -> key"},
3821          { (char *)"create_dir", (PyCFunction) _wrap_create_dir, METH_VARARGS | METH_KEYWORDS, (char *)"create_dir(location) -> key"},
3822          { (char *)"open_dir", (PyCFunction) _wrap_open_dir, METH_VARARGS | METH_KEYWORDS, (char *)"open_dir(location) -> key"},
3823          { (char *)"open_samba", (PyCFunction) _wrap_open_samba, METH_VARARGS | METH_KEYWORDS, (char *)"open_samba() -> reg"},
3824          { NULL, NULL, 0, NULL }
3825 };
3826
3827
3828 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
3829
3830 static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};
3831 static swig_type_info _swigt__p_auth_session_info = {"_p_auth_session_info", "struct auth_session_info *", 0, 0, (void*)0, 0};
3832 static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
3833 static swig_type_info _swigt__p_cli_credentials = {"_p_cli_credentials", "struct cli_credentials *|cli_credentials *", 0, 0, (void*)0, 0};
3834 static swig_type_info _swigt__p_event_context = {"_p_event_context", "struct event_context *|event *", 0, 0, (void*)0, 0};
3835 static swig_type_info _swigt__p_hive_key = {"_p_hive_key", "struct hive_key *", 0, 0, (void*)0, 0};
3836 static swig_type_info _swigt__p_int = {"_p_int", "intptr_t *|int *|int_least32_t *|int_fast32_t *|int32_t *|int_fast16_t *", 0, 0, (void*)0, 0};
3837 static swig_type_info _swigt__p_loadparm_context = {"_p_loadparm_context", "struct loadparm_context *|loadparm_context *", 0, 0, (void*)0, 0};
3838 static swig_type_info _swigt__p_loadparm_service = {"_p_loadparm_service", "struct loadparm_service *|loadparm_service *", 0, 0, (void*)0, 0};
3839 static swig_type_info _swigt__p_long_long = {"_p_long_long", "int_least64_t *|int_fast64_t *|int64_t *|long long *|intmax_t *", 0, 0, (void*)0, 0};
3840 static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0};
3841 static swig_type_info _swigt__p_p_hive_key = {"_p_p_hive_key", "struct hive_key **", 0, 0, (void*)0, 0};
3842 static swig_type_info _swigt__p_p_registry_context = {"_p_p_registry_context", "struct registry_context **", 0, 0, (void*)0, 0};
3843 static swig_type_info _swigt__p_p_registry_key = {"_p_p_registry_key", "struct registry_key **", 0, 0, (void*)0, 0};
3844 static swig_type_info _swigt__p_param_context = {"_p_param_context", "struct param_context *|param *", 0, 0, (void*)0, 0};
3845 static swig_type_info _swigt__p_param_opt = {"_p_param_opt", "struct param_opt *|param_opt *", 0, 0, (void*)0, 0};
3846 static swig_type_info _swigt__p_param_section = {"_p_param_section", "struct param_section *|param_section *", 0, 0, (void*)0, 0};
3847 static swig_type_info _swigt__p_reg_diff_callbacks = {"_p_reg_diff_callbacks", "struct reg_diff_callbacks *", 0, 0, (void*)0, 0};
3848 static swig_type_info _swigt__p_registry_context = {"_p_registry_context", "struct registry_context *|reg *", 0, 0, (void*)0, 0};
3849 static swig_type_info _swigt__p_registry_key = {"_p_registry_key", "struct registry_key *", 0, 0, (void*)0, 0};
3850 static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
3851 static swig_type_info _swigt__p_signed_char = {"_p_signed_char", "signed char *|int_least8_t *|int_fast8_t *|int8_t *", 0, 0, (void*)0, 0};
3852 static swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *|uint_least8_t *|uint_fast8_t *|uint8_t *", 0, 0, (void*)0, 0};
3853 static swig_type_info _swigt__p_unsigned_int = {"_p_unsigned_int", "uintptr_t *|uint_least32_t *|uint_fast32_t *|uint32_t *|unsigned int *|uint_fast16_t *", 0, 0, (void*)0, 0};
3854 static swig_type_info _swigt__p_unsigned_long_long = {"_p_unsigned_long_long", "uint_least64_t *|uint_fast64_t *|uint64_t *|unsigned long long *|uintmax_t *", 0, 0, (void*)0, 0};
3855 static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
3856
3857 static swig_type_info *swig_type_initial[] = {
3858   &_swigt__p_TALLOC_CTX,
3859   &_swigt__p_auth_session_info,
3860   &_swigt__p_char,
3861   &_swigt__p_cli_credentials,
3862   &_swigt__p_event_context,
3863   &_swigt__p_hive_key,
3864   &_swigt__p_int,
3865   &_swigt__p_loadparm_context,
3866   &_swigt__p_loadparm_service,
3867   &_swigt__p_long_long,
3868   &_swigt__p_p_char,
3869   &_swigt__p_p_hive_key,
3870   &_swigt__p_p_registry_context,
3871   &_swigt__p_p_registry_key,
3872   &_swigt__p_param_context,
3873   &_swigt__p_param_opt,
3874   &_swigt__p_param_section,
3875   &_swigt__p_reg_diff_callbacks,
3876   &_swigt__p_registry_context,
3877   &_swigt__p_registry_key,
3878   &_swigt__p_short,
3879   &_swigt__p_signed_char,
3880   &_swigt__p_unsigned_char,
3881   &_swigt__p_unsigned_int,
3882   &_swigt__p_unsigned_long_long,
3883   &_swigt__p_unsigned_short,
3884 };
3885
3886 static swig_cast_info _swigc__p_TALLOC_CTX[] = {  {&_swigt__p_TALLOC_CTX, 0, 0, 0},{0, 0, 0, 0}};
3887 static swig_cast_info _swigc__p_auth_session_info[] = {  {&_swigt__p_auth_session_info, 0, 0, 0},{0, 0, 0, 0}};
3888 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
3889 static swig_cast_info _swigc__p_cli_credentials[] = {  {&_swigt__p_cli_credentials, 0, 0, 0},{0, 0, 0, 0}};
3890 static swig_cast_info _swigc__p_event_context[] = {  {&_swigt__p_event_context, 0, 0, 0},{0, 0, 0, 0}};
3891 static swig_cast_info _swigc__p_hive_key[] = {  {&_swigt__p_hive_key, 0, 0, 0},{0, 0, 0, 0}};
3892 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
3893 static swig_cast_info _swigc__p_loadparm_context[] = {  {&_swigt__p_loadparm_context, 0, 0, 0},{0, 0, 0, 0}};
3894 static swig_cast_info _swigc__p_loadparm_service[] = {  {&_swigt__p_loadparm_service, 0, 0, 0},{0, 0, 0, 0}};
3895 static swig_cast_info _swigc__p_long_long[] = {  {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
3896 static swig_cast_info _swigc__p_p_char[] = {  {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}};
3897 static swig_cast_info _swigc__p_p_hive_key[] = {  {&_swigt__p_p_hive_key, 0, 0, 0},{0, 0, 0, 0}};
3898 static swig_cast_info _swigc__p_p_registry_context[] = {  {&_swigt__p_p_registry_context, 0, 0, 0},{0, 0, 0, 0}};
3899 static swig_cast_info _swigc__p_p_registry_key[] = {  {&_swigt__p_p_registry_key, 0, 0, 0},{0, 0, 0, 0}};
3900 static swig_cast_info _swigc__p_param_context[] = {  {&_swigt__p_param_context, 0, 0, 0},{0, 0, 0, 0}};
3901 static swig_cast_info _swigc__p_param_opt[] = {  {&_swigt__p_param_opt, 0, 0, 0},{0, 0, 0, 0}};
3902 static swig_cast_info _swigc__p_param_section[] = {  {&_swigt__p_param_section, 0, 0, 0},{0, 0, 0, 0}};
3903 static swig_cast_info _swigc__p_reg_diff_callbacks[] = {  {&_swigt__p_reg_diff_callbacks, 0, 0, 0},{0, 0, 0, 0}};
3904 static swig_cast_info _swigc__p_registry_context[] = {  {&_swigt__p_registry_context, 0, 0, 0},{0, 0, 0, 0}};
3905 static swig_cast_info _swigc__p_registry_key[] = {  {&_swigt__p_registry_key, 0, 0, 0},{0, 0, 0, 0}};
3906 static swig_cast_info _swigc__p_short[] = {  {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
3907 static swig_cast_info _swigc__p_signed_char[] = {  {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
3908 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
3909 static swig_cast_info _swigc__p_unsigned_int[] = {  {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
3910 static swig_cast_info _swigc__p_unsigned_long_long[] = {  {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
3911 static swig_cast_info _swigc__p_unsigned_short[] = {  {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
3912
3913 static swig_cast_info *swig_cast_initial[] = {
3914   _swigc__p_TALLOC_CTX,
3915   _swigc__p_auth_session_info,
3916   _swigc__p_char,
3917   _swigc__p_cli_credentials,
3918   _swigc__p_event_context,
3919   _swigc__p_hive_key,
3920   _swigc__p_int,
3921   _swigc__p_loadparm_context,
3922   _swigc__p_loadparm_service,
3923   _swigc__p_long_long,
3924   _swigc__p_p_char,
3925   _swigc__p_p_hive_key,
3926   _swigc__p_p_registry_context,
3927   _swigc__p_p_registry_key,
3928   _swigc__p_param_context,
3929   _swigc__p_param_opt,
3930   _swigc__p_param_section,
3931   _swigc__p_reg_diff_callbacks,
3932   _swigc__p_registry_context,
3933   _swigc__p_registry_key,
3934   _swigc__p_short,
3935   _swigc__p_signed_char,
3936   _swigc__p_unsigned_char,
3937   _swigc__p_unsigned_int,
3938   _swigc__p_unsigned_long_long,
3939   _swigc__p_unsigned_short,
3940 };
3941
3942
3943 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
3944
3945 static swig_const_info swig_const_table[] = {
3946 {0, 0, 0, 0.0, 0, 0}};
3947
3948 #ifdef __cplusplus
3949 }
3950 #endif
3951 /* -----------------------------------------------------------------------------
3952  * Type initialization:
3953  * This problem is tough by the requirement that no dynamic 
3954  * memory is used. Also, since swig_type_info structures store pointers to 
3955  * swig_cast_info structures and swig_cast_info structures store pointers back
3956  * to swig_type_info structures, we need some lookup code at initialization. 
3957  * The idea is that swig generates all the structures that are needed. 
3958  * The runtime then collects these partially filled structures. 
3959  * The SWIG_InitializeModule function takes these initial arrays out of 
3960  * swig_module, and does all the lookup, filling in the swig_module.types
3961  * array with the correct data and linking the correct swig_cast_info
3962  * structures together.
3963  *
3964  * The generated swig_type_info structures are assigned staticly to an initial 
3965  * array. We just loop through that array, and handle each type individually.
3966  * First we lookup if this type has been already loaded, and if so, use the
3967  * loaded structure instead of the generated one. Then we have to fill in the
3968  * cast linked list. The cast data is initially stored in something like a
3969  * two-dimensional array. Each row corresponds to a type (there are the same
3970  * number of rows as there are in the swig_type_initial array). Each entry in
3971  * a column is one of the swig_cast_info structures for that type.
3972  * The cast_initial array is actually an array of arrays, because each row has
3973  * a variable number of columns. So to actually build the cast linked list,
3974  * we find the array of casts associated with the type, and loop through it 
3975  * adding the casts to the list. The one last trick we need to do is making
3976  * sure the type pointer in the swig_cast_info struct is correct.
3977  *
3978  * First off, we lookup the cast->type name to see if it is already loaded. 
3979  * There are three cases to handle:
3980  *  1) If the cast->type has already been loaded AND the type we are adding
3981  *     casting info to has not been loaded (it is in this module), THEN we
3982  *     replace the cast->type pointer with the type pointer that has already
3983  *     been loaded.
3984  *  2) If BOTH types (the one we are adding casting info to, and the 
3985  *     cast->type) are loaded, THEN the cast info has already been loaded by
3986  *     the previous module so we just ignore it.
3987  *  3) Finally, if cast->type has not already been loaded, then we add that
3988  *     swig_cast_info to the linked list (because the cast->type) pointer will
3989  *     be correct.
3990  * ----------------------------------------------------------------------------- */
3991
3992 #ifdef __cplusplus
3993 extern "C" {
3994 #if 0
3995 } /* c-mode */
3996 #endif
3997 #endif
3998
3999 #if 0
4000 #define SWIGRUNTIME_DEBUG
4001 #endif
4002
4003
4004 SWIGRUNTIME void
4005 SWIG_InitializeModule(void *clientdata) {
4006   size_t i;
4007   swig_module_info *module_head, *iter;
4008   int found, init;
4009   
4010   clientdata = clientdata;
4011   
4012   /* check to see if the circular list has been setup, if not, set it up */
4013   if (swig_module.next==0) {
4014     /* Initialize the swig_module */
4015     swig_module.type_initial = swig_type_initial;
4016     swig_module.cast_initial = swig_cast_initial;
4017     swig_module.next = &swig_module;
4018     init = 1;
4019   } else {
4020     init = 0;
4021   }
4022   
4023   /* Try and load any already created modules */
4024   module_head = SWIG_GetModule(clientdata);
4025   if (!module_head) {
4026     /* This is the first module loaded for this interpreter */
4027     /* so set the swig module into the interpreter */
4028     SWIG_SetModule(clientdata, &swig_module);
4029     module_head = &swig_module;
4030   } else {
4031     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
4032     found=0;
4033     iter=module_head;
4034     do {
4035       if (iter==&swig_module) {
4036         found=1;
4037         break;
4038       }
4039       iter=iter->next;
4040     } while (iter!= module_head);
4041     
4042     /* if the is found in the list, then all is done and we may leave */
4043     if (found) return;
4044     /* otherwise we must add out module into the list */
4045     swig_module.next = module_head->next;
4046     module_head->next = &swig_module;
4047   }
4048   
4049   /* When multiple interpeters are used, a module could have already been initialized in
4050        a different interpreter, but not yet have a pointer in this interpreter.
4051        In this case, we do not want to continue adding types... everything should be
4052        set up already */
4053   if (init == 0) return;
4054   
4055   /* Now work on filling in swig_module.types */
4056 #ifdef SWIGRUNTIME_DEBUG
4057   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
4058 #endif
4059   for (i = 0; i < swig_module.size; ++i) {
4060     swig_type_info *type = 0;
4061     swig_type_info *ret;
4062     swig_cast_info *cast;
4063     
4064 #ifdef SWIGRUNTIME_DEBUG
4065     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
4066 #endif
4067     
4068     /* if there is another module already loaded */
4069     if (swig_module.next != &swig_module) {
4070       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
4071     }
4072     if (type) {
4073       /* Overwrite clientdata field */
4074 #ifdef SWIGRUNTIME_DEBUG
4075       printf("SWIG_InitializeModule: found type %s\n", type->name);
4076 #endif
4077       if (swig_module.type_initial[i]->clientdata) {
4078         type->clientdata = swig_module.type_initial[i]->clientdata;
4079 #ifdef SWIGRUNTIME_DEBUG
4080         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
4081 #endif
4082       }
4083     } else {
4084       type = swig_module.type_initial[i];
4085     }
4086     
4087     /* Insert casting types */
4088     cast = swig_module.cast_initial[i];
4089     while (cast->type) {
4090       /* Don't need to add information already in the list */
4091       ret = 0;
4092 #ifdef SWIGRUNTIME_DEBUG
4093       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
4094 #endif
4095       if (swig_module.next != &swig_module) {
4096         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
4097 #ifdef SWIGRUNTIME_DEBUG
4098         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
4099 #endif
4100       }
4101       if (ret) {
4102         if (type == swig_module.type_initial[i]) {
4103 #ifdef SWIGRUNTIME_DEBUG
4104           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
4105 #endif
4106           cast->type = ret;
4107           ret = 0;
4108         } else {
4109           /* Check for casting already in the list */
4110           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
4111 #ifdef SWIGRUNTIME_DEBUG
4112           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
4113 #endif
4114           if (!ocast) ret = 0;
4115         }
4116       }
4117       
4118       if (!ret) {
4119 #ifdef SWIGRUNTIME_DEBUG
4120         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
4121 #endif
4122         if (type->cast) {
4123           type->cast->prev = cast;
4124           cast->next = type->cast;
4125         }
4126         type->cast = cast;
4127       }
4128       cast++;
4129     }
4130     /* Set entry in modules->types array equal to the type */
4131     swig_module.types[i] = type;
4132   }
4133   swig_module.types[i] = 0;
4134   
4135 #ifdef SWIGRUNTIME_DEBUG
4136   printf("**** SWIG_InitializeModule: Cast List ******\n");
4137   for (i = 0; i < swig_module.size; ++i) {
4138     int j = 0;
4139     swig_cast_info *cast = swig_module.cast_initial[i];
4140     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
4141     while (cast->type) {
4142       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
4143       cast++;
4144       ++j;
4145     }
4146     printf("---- Total casts: %d\n",j);
4147   }
4148   printf("**** SWIG_InitializeModule: Cast List ******\n");
4149 #endif
4150 }
4151
4152 /* This function will propagate the clientdata field of type to
4153 * any new swig_type_info structures that have been added into the list
4154 * of equivalent types.  It is like calling
4155 * SWIG_TypeClientData(type, clientdata) a second time.
4156 */
4157 SWIGRUNTIME void
4158 SWIG_PropagateClientData(void) {
4159   size_t i;
4160   swig_cast_info *equiv;
4161   static int init_run = 0;
4162   
4163   if (init_run) return;
4164   init_run = 1;
4165   
4166   for (i = 0; i < swig_module.size; i++) {
4167     if (swig_module.types[i]->clientdata) {
4168       equiv = swig_module.types[i]->cast;
4169       while (equiv) {
4170         if (!equiv->converter) {
4171           if (equiv->type && !equiv->type->clientdata)
4172           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
4173         }
4174         equiv = equiv->next;
4175       }
4176     }
4177   }
4178 }
4179
4180 #ifdef __cplusplus
4181 #if 0
4182 {
4183   /* c-mode */
4184 #endif
4185 }
4186 #endif
4187
4188
4189
4190 #ifdef __cplusplus
4191 extern "C" {
4192 #endif
4193   
4194   /* Python-specific SWIG API */
4195 #define SWIG_newvarlink()                             SWIG_Python_newvarlink()
4196 #define SWIG_addvarlink(p, name, get_attr, set_attr)  SWIG_Python_addvarlink(p, name, get_attr, set_attr)
4197 #define SWIG_InstallConstants(d, constants)           SWIG_Python_InstallConstants(d, constants)
4198   
4199   /* -----------------------------------------------------------------------------
4200    * global variable support code.
4201    * ----------------------------------------------------------------------------- */
4202   
4203   typedef struct swig_globalvar {
4204     char       *name;                  /* Name of global variable */
4205     PyObject *(*get_attr)(void);       /* Return the current value */
4206     int       (*set_attr)(PyObject *); /* Set the value */
4207     struct swig_globalvar *next;
4208   } swig_globalvar;
4209   
4210   typedef struct swig_varlinkobject {
4211     PyObject_HEAD
4212     swig_globalvar *vars;
4213   } swig_varlinkobject;
4214   
4215   SWIGINTERN PyObject *
4216   swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
4217     return PyString_FromString("<Swig global variables>");
4218   }
4219   
4220   SWIGINTERN PyObject *
4221   swig_varlink_str(swig_varlinkobject *v) {
4222     PyObject *str = PyString_FromString("(");
4223     swig_globalvar  *var;
4224     for (var = v->vars; var; var=var->next) {
4225       PyString_ConcatAndDel(&str,PyString_FromString(var->name));
4226       if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
4227     }
4228     PyString_ConcatAndDel(&str,PyString_FromString(")"));
4229     return str;
4230   }
4231   
4232   SWIGINTERN int
4233   swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
4234     PyObject *str = swig_varlink_str(v);
4235     fprintf(fp,"Swig global variables ");
4236     fprintf(fp,"%s\n", PyString_AsString(str));
4237     Py_DECREF(str);
4238     return 0;
4239   }
4240   
4241   SWIGINTERN void
4242   swig_varlink_dealloc(swig_varlinkobject *v) {
4243     swig_globalvar *var = v->vars;
4244     while (var) {
4245       swig_globalvar *n = var->next;
4246       free(var->name);
4247       free(var);
4248       var = n;
4249     }
4250   }
4251   
4252   SWIGINTERN PyObject *
4253   swig_varlink_getattr(swig_varlinkobject *v, char *n) {
4254     PyObject *res = NULL;
4255     swig_globalvar *var = v->vars;
4256     while (var) {
4257       if (strcmp(var->name,n) == 0) {
4258         res = (*var->get_attr)();
4259         break;
4260       }
4261       var = var->next;
4262     }
4263     if (res == NULL && !PyErr_Occurred()) {
4264       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4265     }
4266     return res;
4267   }
4268   
4269   SWIGINTERN int
4270   swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
4271     int res = 1;
4272     swig_globalvar *var = v->vars;
4273     while (var) {
4274       if (strcmp(var->name,n) == 0) {
4275         res = (*var->set_attr)(p);
4276         break;
4277       }
4278       var = var->next;
4279     }
4280     if (res == 1 && !PyErr_Occurred()) {
4281       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4282     }
4283     return res;
4284   }
4285   
4286   SWIGINTERN PyTypeObject*
4287   swig_varlink_type(void) {
4288     static char varlink__doc__[] = "Swig var link object";
4289     static PyTypeObject varlink_type;
4290     static int type_init = 0;  
4291     if (!type_init) {
4292       const PyTypeObject tmp
4293       = {
4294         PyObject_HEAD_INIT(NULL)
4295         0,                                  /* Number of items in variable part (ob_size) */
4296         (char *)"swigvarlink",              /* Type name (tp_name) */
4297         sizeof(swig_varlinkobject),         /* Basic size (tp_basicsize) */
4298         0,                                  /* Itemsize (tp_itemsize) */
4299         (destructor) swig_varlink_dealloc,   /* Deallocator (tp_dealloc) */ 
4300         (printfunc) swig_varlink_print,     /* Print (tp_print) */
4301         (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */
4302         (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */
4303         0,                                  /* tp_compare */
4304         (reprfunc) swig_varlink_repr,       /* tp_repr */
4305         0,                                  /* tp_as_number */
4306         0,                                  /* tp_as_sequence */
4307         0,                                  /* tp_as_mapping */
4308         0,                                  /* tp_hash */
4309         0,                                  /* tp_call */
4310         (reprfunc)swig_varlink_str,        /* tp_str */
4311         0,                                  /* tp_getattro */
4312         0,                                  /* tp_setattro */
4313         0,                                  /* tp_as_buffer */
4314         0,                                  /* tp_flags */
4315         varlink__doc__,                     /* tp_doc */
4316         0,                                  /* tp_traverse */
4317         0,                                  /* tp_clear */
4318         0,                                  /* tp_richcompare */
4319         0,                                  /* tp_weaklistoffset */
4320 #if PY_VERSION_HEX >= 0x02020000
4321         0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
4322 #endif
4323 #if PY_VERSION_HEX >= 0x02030000
4324         0,                                  /* tp_del */
4325 #endif
4326 #ifdef COUNT_ALLOCS
4327         0,0,0,0                             /* tp_alloc -> tp_next */
4328 #endif
4329       };
4330       varlink_type = tmp;
4331       varlink_type.ob_type = &PyType_Type;
4332       type_init = 1;
4333     }
4334     return &varlink_type;
4335   }
4336   
4337   /* Create a variable linking object for use later */
4338   SWIGINTERN PyObject *
4339   SWIG_Python_newvarlink(void) {
4340     swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
4341     if (result) {
4342       result->vars = 0;
4343     }
4344     return ((PyObject*) result);
4345   }
4346   
4347   SWIGINTERN void 
4348   SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
4349     swig_varlinkobject *v = (swig_varlinkobject *) p;
4350     swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
4351     if (gv) {
4352       size_t size = strlen(name)+1;
4353       gv->name = (char *)malloc(size);
4354       if (gv->name) {
4355         strncpy(gv->name,name,size);
4356         gv->get_attr = get_attr;
4357         gv->set_attr = set_attr;
4358         gv->next = v->vars;
4359       }
4360     }
4361     v->vars = gv;
4362   }
4363   
4364   SWIGINTERN PyObject *
4365   SWIG_globals(void) {
4366     static PyObject *_SWIG_globals = 0; 
4367     if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink();  
4368     return _SWIG_globals;
4369   }
4370   
4371   /* -----------------------------------------------------------------------------
4372    * constants/methods manipulation
4373    * ----------------------------------------------------------------------------- */
4374   
4375   /* Install Constants */
4376   SWIGINTERN void
4377   SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
4378     PyObject *obj = 0;
4379     size_t i;
4380     for (i = 0; constants[i].type; ++i) {
4381       switch(constants[i].type) {
4382       case SWIG_PY_POINTER:
4383         obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
4384         break;
4385       case SWIG_PY_BINARY:
4386         obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
4387         break;
4388       default:
4389         obj = 0;
4390         break;
4391       }
4392       if (obj) {
4393         PyDict_SetItemString(d, constants[i].name, obj);
4394         Py_DECREF(obj);
4395       }
4396     }
4397   }
4398   
4399   /* -----------------------------------------------------------------------------*/
4400   /* Fix SwigMethods to carry the callback ptrs when needed */
4401   /* -----------------------------------------------------------------------------*/
4402   
4403   SWIGINTERN void
4404   SWIG_Python_FixMethods(PyMethodDef *methods,
4405     swig_const_info *const_table,
4406     swig_type_info **types,
4407     swig_type_info **types_initial) {
4408     size_t i;
4409     for (i = 0; methods[i].ml_name; ++i) {
4410       const char *c = methods[i].ml_doc;
4411       if (c && (c = strstr(c, "swig_ptr: "))) {
4412         int j;
4413         swig_const_info *ci = 0;
4414         const char *name = c + 10;
4415         for (j = 0; const_table[j].type; ++j) {
4416           if (strncmp(const_table[j].name, name, 
4417               strlen(const_table[j].name)) == 0) {
4418             ci = &(const_table[j]);
4419             break;
4420           }
4421         }
4422         if (ci) {
4423           size_t shift = (ci->ptype) - types;
4424           swig_type_info *ty = types_initial[shift];
4425           size_t ldoc = (c - methods[i].ml_doc);
4426           size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
4427           char *ndoc = (char*)malloc(ldoc + lptr + 10);
4428           if (ndoc) {
4429             char *buff = ndoc;
4430             void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
4431             if (ptr) {
4432               strncpy(buff, methods[i].ml_doc, ldoc);
4433               buff += ldoc;
4434               strncpy(buff, "swig_ptr: ", 10);
4435               buff += 10;
4436               SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
4437               methods[i].ml_doc = ndoc;
4438             }
4439           }
4440         }
4441       }
4442     }
4443   } 
4444   
4445 #ifdef __cplusplus
4446 }
4447 #endif
4448
4449 /* -----------------------------------------------------------------------------*
4450  *  Partial Init method
4451  * -----------------------------------------------------------------------------*/
4452
4453 #ifdef __cplusplus
4454 extern "C"
4455 #endif
4456 SWIGEXPORT void SWIG_init(void) {
4457   PyObject *m, *d;
4458   
4459   /* Fix SwigMethods to carry the callback ptrs when needed */
4460   SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
4461   
4462   m = Py_InitModule((char *) SWIG_name, SwigMethods);
4463   d = PyModule_GetDict(m);
4464   
4465   SWIG_InitializeModule(0);
4466   SWIG_InstallConstants(d,swig_const_table);
4467   
4468   
4469   SWIG_Python_SetConstant(d, "HKEY_CLASSES_ROOT",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_CLASSES_ROOT)));
4470   SWIG_Python_SetConstant(d, "HKEY_CURRENT_USER",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_CURRENT_USER)));
4471   SWIG_Python_SetConstant(d, "HKEY_LOCAL_MACHINE",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_LOCAL_MACHINE)));
4472   SWIG_Python_SetConstant(d, "HKEY_USERS",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_USERS)));
4473   SWIG_Python_SetConstant(d, "HKEY_PERFORMANCE_DATA",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_PERFORMANCE_DATA)));
4474   SWIG_Python_SetConstant(d, "HKEY_CURRENT_CONFIG",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_CURRENT_CONFIG)));
4475   SWIG_Python_SetConstant(d, "HKEY_DYN_DATA",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_DYN_DATA)));
4476   SWIG_Python_SetConstant(d, "HKEY_PERFORMANCE_TEXT",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_PERFORMANCE_TEXT)));
4477   SWIG_Python_SetConstant(d, "HKEY_PERFORMANCE_NLSTEXT",SWIG_From_unsigned_SS_int((unsigned int)(HKEY_PERFORMANCE_NLSTEXT)));
4478 }
4479