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