r26572: Fix warnings in the Python code.
[jelmer/samba4-debian.git] / source / lib / ldb / ldb_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   #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0) 
2458
2459
2460 /* -------- TYPES TABLE (BEGIN) -------- */
2461
2462 #define SWIGTYPE_p_char swig_types[0]
2463 #define SWIGTYPE_p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void swig_types[1]
2464 #define SWIGTYPE_p_int swig_types[2]
2465 #define SWIGTYPE_p_ldb_context swig_types[3]
2466 #define SWIGTYPE_p_ldb_dn swig_types[4]
2467 #define SWIGTYPE_p_ldb_ldif swig_types[5]
2468 #define SWIGTYPE_p_ldb_message swig_types[6]
2469 #define SWIGTYPE_p_ldb_message_element swig_types[7]
2470 #define SWIGTYPE_p_ldb_module_ops swig_types[8]
2471 #define SWIGTYPE_p_ldb_result swig_types[9]
2472 #define SWIGTYPE_p_long_long swig_types[10]
2473 #define SWIGTYPE_p_p_char swig_types[11]
2474 #define SWIGTYPE_p_p_ldb_result swig_types[12]
2475 #define SWIGTYPE_p_short swig_types[13]
2476 #define SWIGTYPE_p_signed_char swig_types[14]
2477 #define SWIGTYPE_p_unsigned_char swig_types[15]
2478 #define SWIGTYPE_p_unsigned_int swig_types[16]
2479 #define SWIGTYPE_p_unsigned_long swig_types[17]
2480 #define SWIGTYPE_p_unsigned_long_long swig_types[18]
2481 #define SWIGTYPE_p_unsigned_short swig_types[19]
2482 #define SWIGTYPE_p_void swig_types[20]
2483 static swig_type_info *swig_types[22];
2484 static swig_module_info swig_module = {swig_types, 21, 0, 0, 0, 0};
2485 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2486 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2487
2488 /* -------- TYPES TABLE (END) -------- */
2489
2490 #if (PY_VERSION_HEX <= 0x02000000)
2491 # if !defined(SWIG_PYTHON_CLASSIC)
2492 #  error "This python version requires swig to be run with the '-classic' option"
2493 # endif
2494 #endif
2495 #if (PY_VERSION_HEX <= 0x02020000)
2496 # error "This python version requires swig to be run with the '-nomodern' option"
2497 #endif
2498 #if (PY_VERSION_HEX <= 0x02020000)
2499 # error "This python version requires swig to be run with the '-nomodernargs' option"
2500 #endif
2501 #ifndef METH_O
2502 # error "This python version requires swig to be run with the '-nofastunpack' option"
2503 #endif
2504 #ifdef SWIG_TypeQuery
2505 # undef SWIG_TypeQuery
2506 #endif
2507 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2508
2509 /*-----------------------------------------------
2510               @(target):= _ldb.so
2511   ------------------------------------------------*/
2512 #define SWIG_init    init_ldb
2513
2514 #define SWIG_name    "_ldb"
2515
2516 #define SWIGVERSION 0x010333 
2517 #define SWIG_VERSION SWIGVERSION
2518
2519
2520 #define SWIG_as_voidptr(a) (void *)((const void *)(a)) 
2521 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a)) 
2522
2523
2524
2525 #include <stdint.h>
2526 #include <stdbool.h>
2527 #include "talloc.h"
2528 #include "ldb.h"
2529 #include "ldb_errors.h"
2530 #include "ldb_private.h"
2531
2532 typedef struct ldb_message ldb_msg;
2533 typedef struct ldb_context ldb;
2534 typedef struct ldb_dn ldb_dn;
2535 typedef struct ldb_ldif ldb_ldif;
2536 typedef struct ldb_message_element ldb_msg_element;
2537 typedef int ldb_error;
2538
2539
2540
2541   #define SWIG_From_long   PyInt_FromLong 
2542
2543
2544 SWIGINTERNINLINE PyObject *
2545 SWIG_From_int  (int value)
2546 {    
2547   return SWIG_From_long  (value);
2548 }
2549
2550
2551 SWIGINTERN swig_type_info*
2552 SWIG_pchar_descriptor(void)
2553 {
2554   static int init = 0;
2555   static swig_type_info* info = 0;
2556   if (!init) {
2557     info = SWIG_TypeQuery("_p_char");
2558     init = 1;
2559   }
2560   return info;
2561 }
2562
2563
2564 SWIGINTERN int
2565 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
2566 {
2567   if (PyString_Check(obj)) {
2568     char *cstr; Py_ssize_t len;
2569     PyString_AsStringAndSize(obj, &cstr, &len);
2570     if (cptr)  {
2571       if (alloc) {
2572         /* 
2573            In python the user should not be able to modify the inner
2574            string representation. To warranty that, if you define
2575            SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
2576            buffer is always returned.
2577
2578            The default behavior is just to return the pointer value,
2579            so, be careful.
2580         */ 
2581 #if defined(SWIG_PYTHON_SAFE_CSTRINGS)
2582         if (*alloc != SWIG_OLDOBJ) 
2583 #else
2584         if (*alloc == SWIG_NEWOBJ) 
2585 #endif
2586           {
2587             *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
2588             *alloc = SWIG_NEWOBJ;
2589           }
2590         else {
2591           *cptr = cstr;
2592           *alloc = SWIG_OLDOBJ;
2593         }
2594       } else {
2595         *cptr = PyString_AsString(obj);
2596       }
2597     }
2598     if (psize) *psize = len + 1;
2599     return SWIG_OK;
2600   } else {
2601     swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2602     if (pchar_descriptor) {
2603       void* vptr = 0;
2604       if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
2605         if (cptr) *cptr = (char *) vptr;
2606         if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
2607         if (alloc) *alloc = SWIG_OLDOBJ;
2608         return SWIG_OK;
2609       }
2610     }
2611   }
2612   return SWIG_TypeError;
2613 }
2614
2615
2616
2617
2618 SWIGINTERN ldb_dn *new_ldb_dn(ldb *ldb_ctx,char const *str){
2619             ldb_dn *ret = ldb_dn_new(ldb_ctx, ldb_ctx, str);
2620             /* ldb_dn_new() doesn't accept NULL as memory context, so 
2621                we do it this way... */
2622             talloc_steal(NULL, ret);
2623
2624             if (ret == NULL)
2625                 SWIG_exception(SWIG_ValueError, 
2626                                 "unable to parse dn string");
2627 fail:
2628             return ret;
2629         }
2630 SWIGINTERN void delete_ldb_dn(ldb_dn *self){ talloc_free(self); }
2631
2632 SWIGINTERNINLINE PyObject*
2633   SWIG_From_bool  (bool value)
2634 {
2635   return PyBool_FromLong(value ? 1 : 0);
2636 }
2637
2638
2639 SWIGINTERNINLINE PyObject *
2640 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
2641 {
2642   if (carray) {
2643     if (size > INT_MAX) {
2644       swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2645       return pchar_descriptor ? 
2646         SWIG_NewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void();
2647     } else {
2648       return PyString_FromStringAndSize(carray, (int)(size));
2649     }
2650   } else {
2651     return SWIG_Py_Void();
2652   }
2653 }
2654
2655
2656 SWIGINTERNINLINE PyObject * 
2657 SWIG_FromCharPtr(const char *cptr)
2658
2659   return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
2660 }
2661
2662 SWIGINTERN ldb_dn *ldb_dn_parent(ldb_dn *self){ return ldb_dn_get_parent(NULL, self); }
2663 SWIGINTERN char const *ldb_dn_canonical_str(ldb_dn *self){
2664             return ldb_dn_canonical_string(self, self);
2665         }
2666 SWIGINTERN char const *ldb_dn_canonical_ex_str(ldb_dn *self){
2667             return ldb_dn_canonical_ex_string(self, self);
2668         }
2669 SWIGINTERN ldb_dn *ldb_dn___add__(ldb_dn *self,ldb_dn *other){
2670             ldb_dn *ret = ldb_dn_copy(NULL, self);
2671             ldb_dn_add_child(ret, other);
2672             return ret;
2673         }
2674
2675 int ldb_dn_from_pyobject(TALLOC_CTX *mem_ctx, PyObject *object, 
2676                          struct ldb_context *ldb_ctx, ldb_dn **dn)
2677 {
2678     int ret;
2679     struct ldb_dn *odn;
2680     if (ldb_ctx != NULL && PyString_Check(object)) {
2681         *dn = ldb_dn_new(mem_ctx, ldb_ctx, PyString_AsString(object));
2682         return 0;
2683     }
2684     ret = SWIG_ConvertPtr(object, (void **)&odn, SWIGTYPE_p_ldb_dn, 
2685                            SWIG_POINTER_EXCEPTION);
2686     *dn = ldb_dn_copy(mem_ctx, odn);
2687     return ret;
2688 }
2689
2690 ldb_msg_element *ldb_msg_element_from_pyobject(PyObject *set_obj, int flags,
2691                                                const char *attr_name)
2692 {
2693     struct ldb_message_element *me = talloc(NULL, struct ldb_message_element);
2694     me->name = attr_name;
2695     me->flags = flags;
2696     if (PyString_Check(set_obj)) {
2697         me->num_values = 1;
2698         me->values = talloc_array(me, struct ldb_val, me->num_values);
2699         me->values[0].length = PyString_Size(set_obj);
2700         me->values[0].data = (uint8_t *)talloc_strdup(me->values, 
2701                                            PyString_AsString(set_obj));
2702     } else if (PySequence_Check(set_obj)) {
2703         int i;
2704         me->num_values = PySequence_Size(set_obj);
2705         me->values = talloc_array(me, struct ldb_val, me->num_values);
2706         for (i = 0; i < me->num_values; i++) {
2707             PyObject *obj = PySequence_GetItem(set_obj, i);
2708             me->values[i].length = PyString_Size(obj);
2709             me->values[i].data = (uint8_t *)PyString_AsString(obj);
2710         }
2711     } else {
2712         talloc_free(me);
2713         me = NULL;
2714     }
2715
2716     return me;
2717 }
2718
2719 PyObject *ldb_msg_element_to_set(ldb_msg_element *me)
2720 {
2721     int i;
2722     PyObject *result;
2723
2724     /* Python << 2.5 doesn't have PySet_New and PySet_Add. */
2725     result = PyList_New(me->num_values);
2726
2727     for (i = 0; i < me->num_values; i++) {
2728         PyList_SetItem(result, i,
2729             PyString_FromStringAndSize((const char *)me->values[i].data, 
2730                                        me->values[i].length));
2731     }
2732
2733     return result;
2734 }
2735
2736
2737 SWIGINTERN PyObject *ldb_msg_element___iter__(ldb_msg_element *self){
2738             return PyObject_GetIter(ldb_msg_element_to_set(self));
2739         }
2740 SWIGINTERN PyObject *ldb_msg_element___set__(ldb_msg_element *self){
2741             return ldb_msg_element_to_set(self);
2742         }
2743
2744 #include <limits.h>
2745 #if !defined(SWIG_NO_LLONG_MAX)
2746 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
2747 #   define LLONG_MAX __LONG_LONG_MAX__
2748 #   define LLONG_MIN (-LLONG_MAX - 1LL)
2749 #   define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
2750 # endif
2751 #endif
2752
2753
2754 SWIGINTERN int
2755 SWIG_AsVal_double (PyObject *obj, double *val)
2756 {
2757   int res = SWIG_TypeError;
2758   if (PyFloat_Check(obj)) {
2759     if (val) *val = PyFloat_AsDouble(obj);
2760     return SWIG_OK;
2761   } else if (PyInt_Check(obj)) {
2762     if (val) *val = PyInt_AsLong(obj);
2763     return SWIG_OK;
2764   } else if (PyLong_Check(obj)) {
2765     double v = PyLong_AsDouble(obj);
2766     if (!PyErr_Occurred()) {
2767       if (val) *val = v;
2768       return SWIG_OK;
2769     } else {
2770       PyErr_Clear();
2771     }
2772   }
2773 #ifdef SWIG_PYTHON_CAST_MODE
2774   {
2775     int dispatch = 0;
2776     double d = PyFloat_AsDouble(obj);
2777     if (!PyErr_Occurred()) {
2778       if (val) *val = d;
2779       return SWIG_AddCast(SWIG_OK);
2780     } else {
2781       PyErr_Clear();
2782     }
2783     if (!dispatch) {
2784       long v = PyLong_AsLong(obj);
2785       if (!PyErr_Occurred()) {
2786         if (val) *val = v;
2787         return SWIG_AddCast(SWIG_AddCast(SWIG_OK));
2788       } else {
2789         PyErr_Clear();
2790       }
2791     }
2792   }
2793 #endif
2794   return res;
2795 }
2796
2797
2798 #include <float.h>
2799
2800
2801 #include <math.h>
2802
2803
2804 SWIGINTERNINLINE int
2805 SWIG_CanCastAsInteger(double *d, double min, double max) {
2806   double x = *d;
2807   if ((min <= x && x <= max)) {
2808    double fx = floor(x);
2809    double cx = ceil(x);
2810    double rd =  ((x - fx) < 0.5) ? fx : cx; /* simple rint */
2811    if ((errno == EDOM) || (errno == ERANGE)) {
2812      errno = 0;
2813    } else {
2814      double summ, reps, diff;
2815      if (rd < x) {
2816        diff = x - rd;
2817      } else if (rd > x) {
2818        diff = rd - x;
2819      } else {
2820        return 1;
2821      }
2822      summ = rd + x;
2823      reps = diff/summ;
2824      if (reps < 8*DBL_EPSILON) {
2825        *d = rd;
2826        return 1;
2827      }
2828    }
2829   }
2830   return 0;
2831 }
2832
2833
2834 SWIGINTERN int
2835 SWIG_AsVal_long (PyObject *obj, long* val)
2836 {
2837   if (PyInt_Check(obj)) {
2838     if (val) *val = PyInt_AsLong(obj);
2839     return SWIG_OK;
2840   } else if (PyLong_Check(obj)) {
2841     long v = PyLong_AsLong(obj);
2842     if (!PyErr_Occurred()) {
2843       if (val) *val = v;
2844       return SWIG_OK;
2845     } else {
2846       PyErr_Clear();
2847     }
2848   }
2849 #ifdef SWIG_PYTHON_CAST_MODE
2850   {
2851     int dispatch = 0;
2852     long v = PyInt_AsLong(obj);
2853     if (!PyErr_Occurred()) {
2854       if (val) *val = v;
2855       return SWIG_AddCast(SWIG_OK);
2856     } else {
2857       PyErr_Clear();
2858     }
2859     if (!dispatch) {
2860       double d;
2861       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2862       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
2863         if (val) *val = (long)(d);
2864         return res;
2865       }
2866     }
2867   }
2868 #endif
2869   return SWIG_TypeError;
2870 }
2871
2872
2873 SWIGINTERN int
2874 SWIG_AsVal_int (PyObject * obj, int *val)
2875 {
2876   long v;
2877   int res = SWIG_AsVal_long (obj, &v);
2878   if (SWIG_IsOK(res)) {
2879     if ((v < INT_MIN || v > INT_MAX)) {
2880       return SWIG_OverflowError;
2881     } else {
2882       if (val) *val = (int)(v);
2883     }
2884   }  
2885   return res;
2886 }
2887
2888 SWIGINTERN ldb_msg_element *new_ldb_msg_element(PyObject *set_obj,int flags,char const *name){
2889             return ldb_msg_element_from_pyobject(set_obj, flags, name);
2890         }
2891 SWIGINTERN void delete_ldb_msg_element(ldb_msg_element *self){ talloc_free(self); }
2892
2893     PyObject *ldb_msg_list_elements(ldb_msg *msg)
2894     {
2895         int i;
2896         PyObject *obj = PyList_New(msg->num_elements);
2897         for (i = 0; i < msg->num_elements; i++)
2898             PyList_SetItem(obj, i, PyString_FromString(msg->elements[i].name));
2899         return obj;
2900     }
2901
2902 SWIGINTERN ldb_msg *new_ldb_msg(ldb_dn *dn){ 
2903             ldb_msg *ret = ldb_msg_new(NULL); 
2904             ret->dn = talloc_reference(ret, dn);
2905             return ret;
2906         }
2907 SWIGINTERN void delete_ldb_msg(ldb_msg *self){ talloc_free(self); }
2908 SWIGINTERN void ldb_msg___setitem____SWIG_0(ldb_msg *self,char const *attr_name,ldb_msg_element *val){
2909             struct ldb_message_element *el;
2910             
2911             ldb_msg_remove_attr(self, attr_name);
2912
2913             el = talloc(self, struct ldb_message_element);
2914             el->name = talloc_strdup(el, attr_name);
2915             el->num_values = val->num_values;
2916             el->values = talloc_reference(el, val->values);
2917
2918             ldb_msg_add(self, el, val->flags);
2919         }
2920 SWIGINTERN void ldb_msg___setitem____SWIG_1(ldb_msg *self,char const *attr_name,PyObject *val){
2921             struct ldb_message_element *el = ldb_msg_element_from_pyobject(
2922                                                 val, 0, attr_name);
2923             talloc_steal(self, el);
2924             ldb_msg_remove_attr(self, attr_name);
2925             ldb_msg_add(self, el, el->flags);
2926         }
2927 SWIGINTERN unsigned int ldb_msg___len__(ldb_msg *self){ return self->num_elements; }
2928
2929 SWIGINTERNINLINE PyObject* 
2930 SWIG_From_unsigned_SS_long  (unsigned long value)
2931 {
2932   return (value > LONG_MAX) ?
2933     PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)(value)); 
2934 }
2935
2936
2937 SWIGINTERNINLINE PyObject *
2938 SWIG_From_unsigned_SS_int  (unsigned int value)
2939 {    
2940   return SWIG_From_unsigned_SS_long  (value);
2941 }
2942
2943 SWIGINTERN PyObject *ldb_msg_keys(ldb_msg *self){
2944             return ldb_msg_list_elements(self);
2945         }
2946 SWIGINTERN PyObject *ldb_msg___iter__(ldb_msg *self){
2947             return PyObject_GetIter(ldb_msg_list_elements(self));
2948         }
2949
2950 static void py_ldb_debug(void *context, enum ldb_debug_level level, const char *fmt, va_list ap)
2951 {
2952     char *text;
2953     PyObject *fn = context;
2954
2955     vasprintf(&text, fmt, ap);
2956     PyObject_CallFunction(fn, (char *)"(i,s)", level, text);
2957     free(text);
2958 }
2959
2960
2961     static PyObject *ldb_ldif_to_pyobject(ldb_ldif *ldif)
2962     {
2963         if (ldif == NULL) {
2964             return Py_None;
2965         } else {
2966             return Py_BuildValue((char *)"(iO)", ldif->changetype, 
2967                    SWIG_NewPointerObj(ldif->msg, SWIGTYPE_p_ldb_message, 0));
2968         }
2969     }
2970
2971
2972 PyObject *PyExc_LdbError;
2973
2974
2975 SWIGINTERN int
2976 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) 
2977 {
2978   if (PyInt_Check(obj)) {
2979     long v = PyInt_AsLong(obj);
2980     if (v >= 0) {
2981       if (val) *val = v;
2982       return SWIG_OK;
2983     } else {
2984       return SWIG_OverflowError;
2985     }
2986   } else if (PyLong_Check(obj)) {
2987     unsigned long v = PyLong_AsUnsignedLong(obj);
2988     if (!PyErr_Occurred()) {
2989       if (val) *val = v;
2990       return SWIG_OK;
2991     } else {
2992       PyErr_Clear();
2993     }
2994   }
2995 #ifdef SWIG_PYTHON_CAST_MODE
2996   {
2997     int dispatch = 0;
2998     unsigned long v = PyLong_AsUnsignedLong(obj);
2999     if (!PyErr_Occurred()) {
3000       if (val) *val = v;
3001       return SWIG_AddCast(SWIG_OK);
3002     } else {
3003       PyErr_Clear();
3004     }
3005     if (!dispatch) {
3006       double d;
3007       int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
3008       if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) {
3009         if (val) *val = (unsigned long)(d);
3010         return res;
3011       }
3012     }
3013   }
3014 #endif
3015   return SWIG_TypeError;
3016 }
3017
3018
3019 SWIGINTERN int
3020 SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val)
3021 {
3022   unsigned long v;
3023   int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
3024   if (SWIG_IsOK(res)) {
3025     if ((v > UINT_MAX)) {
3026       return SWIG_OverflowError;
3027     } else {
3028       if (val) *val = (unsigned int)(v);
3029     }
3030   }  
3031   return res;
3032 }
3033
3034 SWIGINTERN ldb *new_ldb(char const *url,unsigned int flags,char const *options[]){
3035             ldb *ldb_ctx = ldb_init(NULL);
3036             
3037             if (url != NULL) {
3038                 int ret;
3039
3040                 ret = ldb_connect(ldb_ctx, url, flags, options);
3041                 if (ret != 0)
3042                     SWIG_exception(SWIG_ValueError, ldb_errstring(ldb_ctx));
3043             }
3044
3045             return ldb_ctx;
3046
3047 fail:
3048             talloc_free(ldb_ctx);
3049             return NULL;
3050         }
3051 SWIGINTERN void delete_ldb(ldb *self){ talloc_free(self); }
3052 SWIGINTERN ldb_error ldb_add__SWIG_1(ldb *self,PyObject *py_msg){
3053             ldb_error ret;
3054             int dict_pos, msg_pos;
3055             PyObject *key, *value;
3056             ldb_msg_element *msgel;
3057             ldb_msg *msg = NULL;
3058             if (PyDict_Check(py_msg)) {
3059                 msg = ldb_msg_new(NULL);
3060                 msg->num_elements = PyDict_Size(py_msg) - 1; /* dn isn't in there */
3061                 msg->elements = talloc_zero_array(msg, struct ldb_message_element, msg->num_elements+1);
3062                 msg_pos = dict_pos = 0;
3063                 while (PyDict_Next(py_msg, &dict_pos, &key, &value)) {
3064                     if (!strcmp(PyString_AsString(key), "dn")) {
3065                         if (ldb_dn_from_pyobject(msg, value, self, &msg->dn) != 0) {
3066                             return 80;
3067                         }
3068                     } else {
3069                         msgel = ldb_msg_element_from_pyobject(value, 0, PyString_AsString(key));
3070                         memcpy(&msg->elements[msg_pos], msgel, sizeof(*msgel));
3071                         msg_pos++;
3072                     }
3073                     dict_pos++;
3074                 }
3075
3076                 if (msg->dn == NULL) {
3077                     SWIG_exception(SWIG_TypeError, "no dn set");
3078                     return 80;
3079                 }
3080             } else {
3081                 if (SWIG_ConvertPtr(py_msg, (void **)&msg, SWIGTYPE_p_ldb_message, 0) != 0)
3082                     return 80;
3083             }
3084
3085             ret = ldb_add(self,msg);
3086
3087             talloc_free(msg);
3088             return ret;
3089
3090             fail:
3091             return 80;
3092         }
3093 SWIGINTERN ldb_error ldb___contains__(ldb *self,ldb_dn *dn,struct ldb_result **result_as_bool){
3094             return ldb_search(self, dn, LDB_SCOPE_BASE, NULL, NULL, 
3095                              result_as_bool);
3096         }
3097 SWIGINTERN PyObject *ldb_parse_ldif(ldb *self,char const *s){
3098             PyObject *list = PyList_New(0);
3099             struct ldb_ldif *ldif;
3100             while ((ldif = ldb_ldif_read_string(self, &s)) != NULL) {
3101                 PyList_Append(list, ldb_ldif_to_pyobject(ldif));
3102             }
3103             return PyObject_GetIter(list);
3104         }
3105
3106 static char *timestring(time_t t)
3107 {
3108     char *tresult = ldb_timestring(NULL, t);
3109     char *result = strdup(tresult);
3110     talloc_free(tresult);
3111     return result; 
3112 }
3113
3114 #ifdef __cplusplus
3115 extern "C" {
3116 #endif
3117 SWIGINTERN PyObject *_wrap_new_Dn(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3118   PyObject *resultobj = 0;
3119   ldb *arg1 = (ldb *) 0 ;
3120   char *arg2 = (char *) 0 ;
3121   ldb_dn *result = 0 ;
3122   void *argp1 = 0 ;
3123   int res1 = 0 ;
3124   int res2 ;
3125   char *buf2 = 0 ;
3126   int alloc2 = 0 ;
3127   PyObject * obj0 = 0 ;
3128   PyObject * obj1 = 0 ;
3129   char *  kwnames[] = {
3130     (char *) "ldb_ctx",(char *) "str", NULL 
3131   };
3132   
3133   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:new_Dn",kwnames,&obj0,&obj1)) SWIG_fail;
3134   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
3135   if (!SWIG_IsOK(res1)) {
3136     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Dn" "', argument " "1"" of type '" "ldb *""'"); 
3137   }
3138   arg1 = (ldb *)(argp1);
3139   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3140   if (!SWIG_IsOK(res2)) {
3141     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "new_Dn" "', argument " "2"" of type '" "char const *""'");
3142   }
3143   arg2 = (char *)(buf2);
3144   if (arg1 == NULL)
3145   SWIG_exception(SWIG_ValueError, 
3146     "ldb context must be non-NULL");
3147   result = (ldb_dn *)new_ldb_dn(arg1,(char const *)arg2);
3148   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, SWIG_POINTER_NEW |  0 );
3149   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3150   return resultobj;
3151 fail:
3152   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3153   return NULL;
3154 }
3155
3156
3157 SWIGINTERN PyObject *_wrap_delete_Dn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3158   PyObject *resultobj = 0;
3159   ldb_dn *arg1 = (ldb_dn *) 0 ;
3160   void *argp1 = 0 ;
3161   int res1 = 0 ;
3162   PyObject *swig_obj[1] ;
3163   
3164   if (!args) SWIG_fail;
3165   swig_obj[0] = args;
3166   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, SWIG_POINTER_DISOWN |  0 );
3167   if (!SWIG_IsOK(res1)) {
3168     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Dn" "', argument " "1"" of type '" "ldb_dn *""'"); 
3169   }
3170   arg1 = (ldb_dn *)(argp1);
3171   delete_ldb_dn(arg1);
3172   
3173   resultobj = SWIG_Py_Void();
3174   return resultobj;
3175 fail:
3176   return NULL;
3177 }
3178
3179
3180 SWIGINTERN PyObject *_wrap_Dn_validate(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3181   PyObject *resultobj = 0;
3182   ldb_dn *arg1 = (ldb_dn *) 0 ;
3183   bool result;
3184   void *argp1 = 0 ;
3185   int res1 = 0 ;
3186   PyObject *swig_obj[1] ;
3187   
3188   if (!args) SWIG_fail;
3189   swig_obj[0] = args;
3190   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3191   if (!SWIG_IsOK(res1)) {
3192     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_validate" "', argument " "1"" of type '" "ldb_dn *""'"); 
3193   }
3194   arg1 = (ldb_dn *)(argp1);
3195   result = (bool)ldb_dn_validate(arg1);
3196   resultobj = SWIG_From_bool((bool)(result));
3197   return resultobj;
3198 fail:
3199   return NULL;
3200 }
3201
3202
3203 SWIGINTERN PyObject *_wrap_Dn_get_casefold(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3204   PyObject *resultobj = 0;
3205   ldb_dn *arg1 = (ldb_dn *) 0 ;
3206   char *result = 0 ;
3207   void *argp1 = 0 ;
3208   int res1 = 0 ;
3209   PyObject *swig_obj[1] ;
3210   
3211   if (!args) SWIG_fail;
3212   swig_obj[0] = args;
3213   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3214   if (!SWIG_IsOK(res1)) {
3215     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_get_casefold" "', argument " "1"" of type '" "ldb_dn *""'"); 
3216   }
3217   arg1 = (ldb_dn *)(argp1);
3218   result = (char *)ldb_dn_get_casefold(arg1);
3219   resultobj = SWIG_FromCharPtr((const char *)result);
3220   return resultobj;
3221 fail:
3222   return NULL;
3223 }
3224
3225
3226 SWIGINTERN PyObject *_wrap_Dn___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3227   PyObject *resultobj = 0;
3228   ldb_dn *arg1 = (ldb_dn *) 0 ;
3229   char *result = 0 ;
3230   void *argp1 = 0 ;
3231   int res1 = 0 ;
3232   PyObject *swig_obj[1] ;
3233   
3234   if (!args) SWIG_fail;
3235   swig_obj[0] = args;
3236   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3237   if (!SWIG_IsOK(res1)) {
3238     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___str__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3239   }
3240   arg1 = (ldb_dn *)(argp1);
3241   result = (char *)ldb_dn_get_linearized(arg1);
3242   resultobj = SWIG_FromCharPtr((const char *)result);
3243   return resultobj;
3244 fail:
3245   return NULL;
3246 }
3247
3248
3249 SWIGINTERN PyObject *_wrap_Dn_parent(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3250   PyObject *resultobj = 0;
3251   ldb_dn *arg1 = (ldb_dn *) 0 ;
3252   ldb_dn *result = 0 ;
3253   void *argp1 = 0 ;
3254   int res1 = 0 ;
3255   PyObject *swig_obj[1] ;
3256   
3257   if (!args) SWIG_fail;
3258   swig_obj[0] = args;
3259   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3260   if (!SWIG_IsOK(res1)) {
3261     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_parent" "', argument " "1"" of type '" "ldb_dn *""'"); 
3262   }
3263   arg1 = (ldb_dn *)(argp1);
3264   result = (ldb_dn *)ldb_dn_parent(arg1);
3265   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3266   return resultobj;
3267 fail:
3268   return NULL;
3269 }
3270
3271
3272 SWIGINTERN PyObject *_wrap_Dn___cmp__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3273   PyObject *resultobj = 0;
3274   ldb_dn *arg1 = (ldb_dn *) 0 ;
3275   ldb_dn *arg2 = (ldb_dn *) 0 ;
3276   int result;
3277   void *argp1 = 0 ;
3278   int res1 = 0 ;
3279   void *argp2 = 0 ;
3280   int res2 = 0 ;
3281   PyObject * obj0 = 0 ;
3282   PyObject * obj1 = 0 ;
3283   char *  kwnames[] = {
3284     (char *) "self",(char *) "other", NULL 
3285   };
3286   
3287   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn___cmp__",kwnames,&obj0,&obj1)) SWIG_fail;
3288   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3289   if (!SWIG_IsOK(res1)) {
3290     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___cmp__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3291   }
3292   arg1 = (ldb_dn *)(argp1);
3293   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3294   if (!SWIG_IsOK(res2)) {
3295     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn___cmp__" "', argument " "2"" of type '" "ldb_dn *""'"); 
3296   }
3297   arg2 = (ldb_dn *)(argp2);
3298   result = (int)ldb_dn_compare(arg1,arg2);
3299   resultobj = SWIG_From_int((int)(result));
3300   return resultobj;
3301 fail:
3302   return NULL;
3303 }
3304
3305
3306 SWIGINTERN PyObject *_wrap_Dn_is_valid(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3307   PyObject *resultobj = 0;
3308   ldb_dn *arg1 = (ldb_dn *) 0 ;
3309   bool result;
3310   void *argp1 = 0 ;
3311   int res1 = 0 ;
3312   PyObject *swig_obj[1] ;
3313   
3314   if (!args) SWIG_fail;
3315   swig_obj[0] = args;
3316   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3317   if (!SWIG_IsOK(res1)) {
3318     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_valid" "', argument " "1"" of type '" "ldb_dn *""'"); 
3319   }
3320   arg1 = (ldb_dn *)(argp1);
3321   result = (bool)ldb_dn_is_valid(arg1);
3322   resultobj = SWIG_From_bool((bool)(result));
3323   return resultobj;
3324 fail:
3325   return NULL;
3326 }
3327
3328
3329 SWIGINTERN PyObject *_wrap_Dn_is_special(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3330   PyObject *resultobj = 0;
3331   ldb_dn *arg1 = (ldb_dn *) 0 ;
3332   bool result;
3333   void *argp1 = 0 ;
3334   int res1 = 0 ;
3335   PyObject *swig_obj[1] ;
3336   
3337   if (!args) SWIG_fail;
3338   swig_obj[0] = args;
3339   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3340   if (!SWIG_IsOK(res1)) {
3341     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_special" "', argument " "1"" of type '" "ldb_dn *""'"); 
3342   }
3343   arg1 = (ldb_dn *)(argp1);
3344   result = (bool)ldb_dn_is_special(arg1);
3345   resultobj = SWIG_From_bool((bool)(result));
3346   return resultobj;
3347 fail:
3348   return NULL;
3349 }
3350
3351
3352 SWIGINTERN PyObject *_wrap_Dn_is_null(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3353   PyObject *resultobj = 0;
3354   ldb_dn *arg1 = (ldb_dn *) 0 ;
3355   bool result;
3356   void *argp1 = 0 ;
3357   int res1 = 0 ;
3358   PyObject *swig_obj[1] ;
3359   
3360   if (!args) SWIG_fail;
3361   swig_obj[0] = args;
3362   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3363   if (!SWIG_IsOK(res1)) {
3364     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_is_null" "', argument " "1"" of type '" "ldb_dn *""'"); 
3365   }
3366   arg1 = (ldb_dn *)(argp1);
3367   result = (bool)ldb_dn_is_null(arg1);
3368   resultobj = SWIG_From_bool((bool)(result));
3369   return resultobj;
3370 fail:
3371   return NULL;
3372 }
3373
3374
3375 SWIGINTERN PyObject *_wrap_Dn_check_special(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3376   PyObject *resultobj = 0;
3377   ldb_dn *arg1 = (ldb_dn *) 0 ;
3378   char *arg2 = (char *) 0 ;
3379   bool result;
3380   void *argp1 = 0 ;
3381   int res1 = 0 ;
3382   int res2 ;
3383   char *buf2 = 0 ;
3384   int alloc2 = 0 ;
3385   PyObject * obj0 = 0 ;
3386   PyObject * obj1 = 0 ;
3387   char *  kwnames[] = {
3388     (char *) "self",(char *) "name", NULL 
3389   };
3390   
3391   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_check_special",kwnames,&obj0,&obj1)) SWIG_fail;
3392   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3393   if (!SWIG_IsOK(res1)) {
3394     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_check_special" "', argument " "1"" of type '" "ldb_dn *""'"); 
3395   }
3396   arg1 = (ldb_dn *)(argp1);
3397   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3398   if (!SWIG_IsOK(res2)) {
3399     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_check_special" "', argument " "2"" of type '" "char const *""'");
3400   }
3401   arg2 = (char *)(buf2);
3402   result = (bool)ldb_dn_check_special(arg1,(char const *)arg2);
3403   resultobj = SWIG_From_bool((bool)(result));
3404   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3405   return resultobj;
3406 fail:
3407   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3408   return NULL;
3409 }
3410
3411
3412 SWIGINTERN PyObject *_wrap_Dn___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3413   PyObject *resultobj = 0;
3414   ldb_dn *arg1 = (ldb_dn *) 0 ;
3415   int result;
3416   void *argp1 = 0 ;
3417   int res1 = 0 ;
3418   PyObject *swig_obj[1] ;
3419   
3420   if (!args) SWIG_fail;
3421   swig_obj[0] = args;
3422   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3423   if (!SWIG_IsOK(res1)) {
3424     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___len__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3425   }
3426   arg1 = (ldb_dn *)(argp1);
3427   result = (int)ldb_dn_get_comp_num(arg1);
3428   resultobj = SWIG_From_int((int)(result));
3429   return resultobj;
3430 fail:
3431   return NULL;
3432 }
3433
3434
3435 SWIGINTERN PyObject *_wrap_Dn_add_child(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3436   PyObject *resultobj = 0;
3437   ldb_dn *arg1 = (ldb_dn *) 0 ;
3438   ldb_dn *arg2 = (ldb_dn *) 0 ;
3439   bool result;
3440   void *argp1 = 0 ;
3441   int res1 = 0 ;
3442   void *argp2 = 0 ;
3443   int res2 = 0 ;
3444   PyObject * obj0 = 0 ;
3445   PyObject * obj1 = 0 ;
3446   char *  kwnames[] = {
3447     (char *) "self",(char *) "child", NULL 
3448   };
3449   
3450   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_add_child",kwnames,&obj0,&obj1)) SWIG_fail;
3451   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3452   if (!SWIG_IsOK(res1)) {
3453     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_add_child" "', argument " "1"" of type '" "ldb_dn *""'"); 
3454   }
3455   arg1 = (ldb_dn *)(argp1);
3456   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3457   if (!SWIG_IsOK(res2)) {
3458     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_add_child" "', argument " "2"" of type '" "ldb_dn *""'"); 
3459   }
3460   arg2 = (ldb_dn *)(argp2);
3461   result = (bool)ldb_dn_add_child(arg1,arg2);
3462   resultobj = SWIG_From_bool((bool)(result));
3463   return resultobj;
3464 fail:
3465   return NULL;
3466 }
3467
3468
3469 SWIGINTERN PyObject *_wrap_Dn_add_base(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3470   PyObject *resultobj = 0;
3471   ldb_dn *arg1 = (ldb_dn *) 0 ;
3472   ldb_dn *arg2 = (ldb_dn *) 0 ;
3473   bool result;
3474   void *argp1 = 0 ;
3475   int res1 = 0 ;
3476   void *argp2 = 0 ;
3477   int res2 = 0 ;
3478   PyObject * obj0 = 0 ;
3479   PyObject * obj1 = 0 ;
3480   char *  kwnames[] = {
3481     (char *) "self",(char *) "base", NULL 
3482   };
3483   
3484   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn_add_base",kwnames,&obj0,&obj1)) SWIG_fail;
3485   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3486   if (!SWIG_IsOK(res1)) {
3487     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_add_base" "', argument " "1"" of type '" "ldb_dn *""'"); 
3488   }
3489   arg1 = (ldb_dn *)(argp1);
3490   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3491   if (!SWIG_IsOK(res2)) {
3492     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn_add_base" "', argument " "2"" of type '" "ldb_dn *""'"); 
3493   }
3494   arg2 = (ldb_dn *)(argp2);
3495   result = (bool)ldb_dn_add_base(arg1,arg2);
3496   resultobj = SWIG_From_bool((bool)(result));
3497   return resultobj;
3498 fail:
3499   return NULL;
3500 }
3501
3502
3503 SWIGINTERN PyObject *_wrap_Dn_canonical_str(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3504   PyObject *resultobj = 0;
3505   ldb_dn *arg1 = (ldb_dn *) 0 ;
3506   char *result = 0 ;
3507   void *argp1 = 0 ;
3508   int res1 = 0 ;
3509   PyObject *swig_obj[1] ;
3510   
3511   if (!args) SWIG_fail;
3512   swig_obj[0] = args;
3513   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3514   if (!SWIG_IsOK(res1)) {
3515     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_canonical_str" "', argument " "1"" of type '" "ldb_dn *""'"); 
3516   }
3517   arg1 = (ldb_dn *)(argp1);
3518   result = (char *)ldb_dn_canonical_str(arg1);
3519   resultobj = SWIG_FromCharPtr((const char *)result);
3520   return resultobj;
3521 fail:
3522   return NULL;
3523 }
3524
3525
3526 SWIGINTERN PyObject *_wrap_Dn_canonical_ex_str(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3527   PyObject *resultobj = 0;
3528   ldb_dn *arg1 = (ldb_dn *) 0 ;
3529   char *result = 0 ;
3530   void *argp1 = 0 ;
3531   int res1 = 0 ;
3532   PyObject *swig_obj[1] ;
3533   
3534   if (!args) SWIG_fail;
3535   swig_obj[0] = args;
3536   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3537   if (!SWIG_IsOK(res1)) {
3538     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn_canonical_ex_str" "', argument " "1"" of type '" "ldb_dn *""'"); 
3539   }
3540   arg1 = (ldb_dn *)(argp1);
3541   result = (char *)ldb_dn_canonical_ex_str(arg1);
3542   resultobj = SWIG_FromCharPtr((const char *)result);
3543   return resultobj;
3544 fail:
3545   return NULL;
3546 }
3547
3548
3549 SWIGINTERN PyObject *_wrap_Dn___add__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3550   PyObject *resultobj = 0;
3551   ldb_dn *arg1 = (ldb_dn *) 0 ;
3552   ldb_dn *arg2 = (ldb_dn *) 0 ;
3553   ldb_dn *result = 0 ;
3554   void *argp1 = 0 ;
3555   int res1 = 0 ;
3556   void *argp2 = 0 ;
3557   int res2 = 0 ;
3558   PyObject * obj0 = 0 ;
3559   PyObject * obj1 = 0 ;
3560   char *  kwnames[] = {
3561     (char *) "self",(char *) "other", NULL 
3562   };
3563   
3564   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Dn___add__",kwnames,&obj0,&obj1)) SWIG_fail;
3565   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3566   if (!SWIG_IsOK(res1)) {
3567     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Dn___add__" "', argument " "1"" of type '" "ldb_dn *""'"); 
3568   }
3569   arg1 = (ldb_dn *)(argp1);
3570   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_dn, 0 |  0 );
3571   if (!SWIG_IsOK(res2)) {
3572     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Dn___add__" "', argument " "2"" of type '" "ldb_dn *""'"); 
3573   }
3574   arg2 = (ldb_dn *)(argp2);
3575   result = (ldb_dn *)ldb_dn___add__(arg1,arg2);
3576   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3577   return resultobj;
3578 fail:
3579   return NULL;
3580 }
3581
3582
3583 SWIGINTERN PyObject *Dn_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3584   PyObject *obj;
3585   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3586   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_dn, SWIG_NewClientData(obj));
3587   return SWIG_Py_Void();
3588 }
3589
3590 SWIGINTERN PyObject *Dn_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3591   return SWIG_Python_InitShadowInstance(args);
3592 }
3593
3594 SWIGINTERN PyObject *_wrap_ldb_msg_element___iter__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3595   PyObject *resultobj = 0;
3596   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3597   PyObject *result = 0 ;
3598   void *argp1 = 0 ;
3599   int res1 = 0 ;
3600   PyObject *swig_obj[1] ;
3601   
3602   if (!args) SWIG_fail;
3603   swig_obj[0] = args;
3604   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3605   if (!SWIG_IsOK(res1)) {
3606     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___iter__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3607   }
3608   arg1 = (ldb_msg_element *)(argp1);
3609   result = (PyObject *)ldb_msg_element___iter__(arg1);
3610   resultobj = result;
3611   return resultobj;
3612 fail:
3613   return NULL;
3614 }
3615
3616
3617 SWIGINTERN PyObject *_wrap_ldb_msg_element___set__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3618   PyObject *resultobj = 0;
3619   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3620   PyObject *result = 0 ;
3621   void *argp1 = 0 ;
3622   int res1 = 0 ;
3623   PyObject *swig_obj[1] ;
3624   
3625   if (!args) SWIG_fail;
3626   swig_obj[0] = args;
3627   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3628   if (!SWIG_IsOK(res1)) {
3629     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___set__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3630   }
3631   arg1 = (ldb_msg_element *)(argp1);
3632   result = (PyObject *)ldb_msg_element___set__(arg1);
3633   resultobj = result;
3634   return resultobj;
3635 fail:
3636   return NULL;
3637 }
3638
3639
3640 SWIGINTERN PyObject *_wrap_new_MessageElement(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3641   PyObject *resultobj = 0;
3642   PyObject *arg1 = (PyObject *) 0 ;
3643   int arg2 = (int) 0 ;
3644   char *arg3 = (char *) NULL ;
3645   ldb_msg_element *result = 0 ;
3646   int val2 ;
3647   int ecode2 = 0 ;
3648   int res3 ;
3649   char *buf3 = 0 ;
3650   int alloc3 = 0 ;
3651   PyObject * obj0 = 0 ;
3652   PyObject * obj1 = 0 ;
3653   PyObject * obj2 = 0 ;
3654   char *  kwnames[] = {
3655     (char *) "set_obj",(char *) "flags",(char *) "name", NULL 
3656   };
3657   
3658   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OO:new_MessageElement",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3659   arg1 = obj0;
3660   if (obj1) {
3661     ecode2 = SWIG_AsVal_int(obj1, &val2);
3662     if (!SWIG_IsOK(ecode2)) {
3663       SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_MessageElement" "', argument " "2"" of type '" "int""'");
3664     } 
3665     arg2 = (int)(val2);
3666   }
3667   if (obj2) {
3668     res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3669     if (!SWIG_IsOK(res3)) {
3670       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_MessageElement" "', argument " "3"" of type '" "char const *""'");
3671     }
3672     arg3 = (char *)(buf3);
3673   }
3674   result = (ldb_msg_element *)new_ldb_msg_element(arg1,arg2,(char const *)arg3);
3675   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_message_element, SWIG_POINTER_OWN |  0 );
3676   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3677   return resultobj;
3678 fail:
3679   if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3680   return NULL;
3681 }
3682
3683
3684 SWIGINTERN PyObject *_wrap_delete_ldb_msg_element(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3685   PyObject *resultobj = 0;
3686   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3687   void *argp1 = 0 ;
3688   int res1 = 0 ;
3689   PyObject *swig_obj[1] ;
3690   
3691   if (!args) SWIG_fail;
3692   swig_obj[0] = args;
3693   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message_element, SWIG_POINTER_DISOWN |  0 );
3694   if (!SWIG_IsOK(res1)) {
3695     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ldb_msg_element" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3696   }
3697   arg1 = (ldb_msg_element *)(argp1);
3698   delete_ldb_msg_element(arg1);
3699   
3700   resultobj = SWIG_Py_Void();
3701   return resultobj;
3702 fail:
3703   return NULL;
3704 }
3705
3706
3707 SWIGINTERN PyObject *_wrap_ldb_msg_element___cmp__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3708   PyObject *resultobj = 0;
3709   ldb_msg_element *arg1 = (ldb_msg_element *) 0 ;
3710   ldb_msg_element *arg2 = (ldb_msg_element *) 0 ;
3711   int result;
3712   void *argp1 = 0 ;
3713   int res1 = 0 ;
3714   void *argp2 = 0 ;
3715   int res2 = 0 ;
3716   PyObject * obj0 = 0 ;
3717   PyObject * obj1 = 0 ;
3718   char *  kwnames[] = {
3719     (char *) "self",(char *)"arg2", NULL 
3720   };
3721   
3722   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ldb_msg_element___cmp__",kwnames,&obj0,&obj1)) SWIG_fail;
3723   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3724   if (!SWIG_IsOK(res1)) {
3725     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_element___cmp__" "', argument " "1"" of type '" "ldb_msg_element *""'"); 
3726   }
3727   arg1 = (ldb_msg_element *)(argp1);
3728   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3729   if (!SWIG_IsOK(res2)) {
3730     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ldb_msg_element___cmp__" "', argument " "2"" of type '" "ldb_msg_element *""'"); 
3731   }
3732   arg2 = (ldb_msg_element *)(argp2);
3733   result = (int)ldb_msg_element_compare(arg1,arg2);
3734   resultobj = SWIG_From_int((int)(result));
3735   return resultobj;
3736 fail:
3737   return NULL;
3738 }
3739
3740
3741 SWIGINTERN PyObject *ldb_msg_element_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3742   PyObject *obj;
3743   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3744   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_message_element, SWIG_NewClientData(obj));
3745   return SWIG_Py_Void();
3746 }
3747
3748 SWIGINTERN PyObject *_wrap_ldb_msg_list_elements(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3749   PyObject *resultobj = 0;
3750   ldb_msg *arg1 = (ldb_msg *) 0 ;
3751   PyObject *result = 0 ;
3752   void *argp1 = 0 ;
3753   int res1 = 0 ;
3754   PyObject * obj0 = 0 ;
3755   char *  kwnames[] = {
3756     (char *) "msg", NULL 
3757   };
3758   
3759   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ldb_msg_list_elements",kwnames,&obj0)) SWIG_fail;
3760   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3761   if (!SWIG_IsOK(res1)) {
3762     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_msg_list_elements" "', argument " "1"" of type '" "ldb_msg *""'"); 
3763   }
3764   arg1 = (ldb_msg *)(argp1);
3765   if (arg1 == NULL)
3766   SWIG_exception(SWIG_ValueError, 
3767     "Message can not be None");
3768   result = (PyObject *)ldb_msg_list_elements(arg1);
3769   resultobj = result;
3770   return resultobj;
3771 fail:
3772   return NULL;
3773 }
3774
3775
3776 SWIGINTERN PyObject *_wrap_Message_dn_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3777   PyObject *resultobj = 0;
3778   ldb_msg *arg1 = (ldb_msg *) 0 ;
3779   ldb_dn *arg2 = (ldb_dn *) 0 ;
3780   void *argp1 = 0 ;
3781   int res1 = 0 ;
3782   void *argp2 = 0 ;
3783   int res2 = 0 ;
3784   PyObject *swig_obj[2] ;
3785   
3786   if (!SWIG_Python_UnpackTuple(args,"Message_dn_set",2,2,swig_obj)) SWIG_fail;
3787   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3788   if (!SWIG_IsOK(res1)) {
3789     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_dn_set" "', argument " "1"" of type '" "ldb_msg *""'"); 
3790   }
3791   arg1 = (ldb_msg *)(argp1);
3792   res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_ldb_dn, SWIG_POINTER_DISOWN |  0 );
3793   if (!SWIG_IsOK(res2)) {
3794     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message_dn_set" "', argument " "2"" of type '" "ldb_dn *""'"); 
3795   }
3796   arg2 = (ldb_dn *)(argp2);
3797   if (arg1 == NULL)
3798   SWIG_exception(SWIG_ValueError, 
3799     "Message can not be None");
3800   if (arg1) (arg1)->dn = arg2;
3801   
3802   resultobj = SWIG_Py_Void();
3803   return resultobj;
3804 fail:
3805   return NULL;
3806 }
3807
3808
3809 SWIGINTERN PyObject *_wrap_Message_dn_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3810   PyObject *resultobj = 0;
3811   ldb_msg *arg1 = (ldb_msg *) 0 ;
3812   ldb_dn *result = 0 ;
3813   void *argp1 = 0 ;
3814   int res1 = 0 ;
3815   PyObject *swig_obj[1] ;
3816   
3817   if (!args) SWIG_fail;
3818   swig_obj[0] = args;
3819   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3820   if (!SWIG_IsOK(res1)) {
3821     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_dn_get" "', argument " "1"" of type '" "ldb_msg *""'"); 
3822   }
3823   arg1 = (ldb_msg *)(argp1);
3824   if (arg1 == NULL)
3825   SWIG_exception(SWIG_ValueError, 
3826     "Message can not be None");
3827   result = (ldb_dn *) ((arg1)->dn);
3828   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
3829   return resultobj;
3830 fail:
3831   return NULL;
3832 }
3833
3834
3835 SWIGINTERN PyObject *_wrap_new_Message(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3836   PyObject *resultobj = 0;
3837   ldb_dn *arg1 = (ldb_dn *) NULL ;
3838   ldb_msg *result = 0 ;
3839   void *argp1 = 0 ;
3840   int res1 = 0 ;
3841   PyObject * obj0 = 0 ;
3842   char *  kwnames[] = {
3843     (char *) "dn", NULL 
3844   };
3845   
3846   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:new_Message",kwnames,&obj0)) SWIG_fail;
3847   if (obj0) {
3848     res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_dn, 0 |  0 );
3849     if (!SWIG_IsOK(res1)) {
3850       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Message" "', argument " "1"" of type '" "ldb_dn *""'"); 
3851     }
3852     arg1 = (ldb_dn *)(argp1);
3853   }
3854   result = (ldb_msg *)new_ldb_msg(arg1);
3855   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_message, SWIG_POINTER_NEW |  0 );
3856   return resultobj;
3857 fail:
3858   return NULL;
3859 }
3860
3861
3862 SWIGINTERN PyObject *_wrap_delete_Message(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3863   PyObject *resultobj = 0;
3864   ldb_msg *arg1 = (ldb_msg *) 0 ;
3865   void *argp1 = 0 ;
3866   int res1 = 0 ;
3867   PyObject *swig_obj[1] ;
3868   
3869   if (!args) SWIG_fail;
3870   swig_obj[0] = args;
3871   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, SWIG_POINTER_DISOWN |  0 );
3872   if (!SWIG_IsOK(res1)) {
3873     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Message" "', argument " "1"" of type '" "ldb_msg *""'"); 
3874   }
3875   arg1 = (ldb_msg *)(argp1);
3876   if (arg1 == NULL)
3877   SWIG_exception(SWIG_ValueError, 
3878     "Message can not be None");
3879   delete_ldb_msg(arg1);
3880   
3881   resultobj = SWIG_Py_Void();
3882   return resultobj;
3883 fail:
3884   return NULL;
3885 }
3886
3887
3888 SWIGINTERN PyObject *_wrap_Message___getitem__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3889   PyObject *resultobj = 0;
3890   ldb_msg *arg1 = (ldb_msg *) 0 ;
3891   char *arg2 = (char *) 0 ;
3892   ldb_msg_element *result = 0 ;
3893   void *argp1 = 0 ;
3894   int res1 = 0 ;
3895   int res2 ;
3896   char *buf2 = 0 ;
3897   int alloc2 = 0 ;
3898   PyObject * obj0 = 0 ;
3899   PyObject * obj1 = 0 ;
3900   char *  kwnames[] = {
3901     (char *) "self",(char *) "name", NULL 
3902   };
3903   
3904   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Message___getitem__",kwnames,&obj0,&obj1)) SWIG_fail;
3905   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3906   if (!SWIG_IsOK(res1)) {
3907     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___getitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
3908   }
3909   arg1 = (ldb_msg *)(argp1);
3910   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3911   if (!SWIG_IsOK(res2)) {
3912     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___getitem__" "', argument " "2"" of type '" "char const *""'");
3913   }
3914   arg2 = (char *)(buf2);
3915   if (arg1 == NULL)
3916   SWIG_exception(SWIG_ValueError, 
3917     "Message can not be None");
3918   result = (ldb_msg_element *)ldb_msg_find_element(arg1,(char const *)arg2);
3919   {
3920     if (result == NULL)
3921     PyErr_SetString(PyExc_KeyError, "no such element");
3922     else
3923     resultobj = SWIG_NewPointerObj(result, SWIGTYPE_p_ldb_message_element, 0);
3924   }
3925   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3926   return resultobj;
3927 fail:
3928   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3929   return NULL;
3930 }
3931
3932
3933 SWIGINTERN PyObject *_wrap_Message___setitem____SWIG_0(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
3934   PyObject *resultobj = 0;
3935   ldb_msg *arg1 = (ldb_msg *) 0 ;
3936   char *arg2 = (char *) 0 ;
3937   ldb_msg_element *arg3 = (ldb_msg_element *) 0 ;
3938   void *argp1 = 0 ;
3939   int res1 = 0 ;
3940   int res2 ;
3941   char *buf2 = 0 ;
3942   int alloc2 = 0 ;
3943   void *argp3 = 0 ;
3944   int res3 = 0 ;
3945   
3946   if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
3947   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3948   if (!SWIG_IsOK(res1)) {
3949     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___setitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
3950   }
3951   arg1 = (ldb_msg *)(argp1);
3952   res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
3953   if (!SWIG_IsOK(res2)) {
3954     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___setitem__" "', argument " "2"" of type '" "char const *""'");
3955   }
3956   arg2 = (char *)(buf2);
3957   res3 = SWIG_ConvertPtr(swig_obj[2], &argp3,SWIGTYPE_p_ldb_message_element, 0 |  0 );
3958   if (!SWIG_IsOK(res3)) {
3959     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Message___setitem__" "', argument " "3"" of type '" "ldb_msg_element *""'"); 
3960   }
3961   arg3 = (ldb_msg_element *)(argp3);
3962   if (arg1 == NULL)
3963   SWIG_exception(SWIG_ValueError, 
3964     "Message can not be None");
3965   ldb_msg___setitem____SWIG_0(arg1,(char const *)arg2,arg3);
3966   resultobj = SWIG_Py_Void();
3967   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3968   return resultobj;
3969 fail:
3970   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3971   return NULL;
3972 }
3973
3974
3975 SWIGINTERN PyObject *_wrap_Message___setitem____SWIG_1(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
3976   PyObject *resultobj = 0;
3977   ldb_msg *arg1 = (ldb_msg *) 0 ;
3978   char *arg2 = (char *) 0 ;
3979   PyObject *arg3 = (PyObject *) 0 ;
3980   void *argp1 = 0 ;
3981   int res1 = 0 ;
3982   int res2 ;
3983   char *buf2 = 0 ;
3984   int alloc2 = 0 ;
3985   
3986   if ((nobjs < 3) || (nobjs > 3)) SWIG_fail;
3987   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
3988   if (!SWIG_IsOK(res1)) {
3989     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___setitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
3990   }
3991   arg1 = (ldb_msg *)(argp1);
3992   res2 = SWIG_AsCharPtrAndSize(swig_obj[1], &buf2, NULL, &alloc2);
3993   if (!SWIG_IsOK(res2)) {
3994     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___setitem__" "', argument " "2"" of type '" "char const *""'");
3995   }
3996   arg2 = (char *)(buf2);
3997   arg3 = swig_obj[2];
3998   if (arg1 == NULL)
3999   SWIG_exception(SWIG_ValueError, 
4000     "Message can not be None");
4001   ldb_msg___setitem____SWIG_1(arg1,(char const *)arg2,arg3);
4002   resultobj = SWIG_Py_Void();
4003   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4004   return resultobj;
4005 fail:
4006   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4007   return NULL;
4008 }
4009
4010
4011 SWIGINTERN PyObject *_wrap_Message___setitem__(PyObject *self, PyObject *args) {
4012   int argc;
4013   PyObject *argv[4];
4014   
4015   if (!(argc = SWIG_Python_UnpackTuple(args,"Message___setitem__",0,3,argv))) SWIG_fail;
4016   --argc;
4017   if (argc == 3) {
4018     int _v = 0;
4019     {
4020       void *vptr = 0;
4021       int res = SWIG_ConvertPtr(argv[2], &vptr, SWIGTYPE_p_ldb_message_element, 0);
4022       _v = SWIG_CheckState(res);
4023     }
4024     if (!_v) goto check_1;
4025     return _wrap_Message___setitem____SWIG_0(self, argc, argv);
4026   }
4027 check_1:
4028   
4029   if (argc == 3) {
4030     return _wrap_Message___setitem____SWIG_1(self, argc, argv);
4031   }
4032   
4033 fail:
4034   SWIG_SetErrorMsg(PyExc_NotImplementedError,"Wrong number of arguments for overloaded function 'Message___setitem__'.\n  Possible C/C++ prototypes are:\n""    __setitem__(ldb_msg *,char const *,ldb_msg_element *)\n""    __setitem__(ldb_msg *,char const *,PyObject *)\n");
4035   return NULL;
4036 }
4037
4038
4039 SWIGINTERN PyObject *_wrap_Message___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4040   PyObject *resultobj = 0;
4041   ldb_msg *arg1 = (ldb_msg *) 0 ;
4042   unsigned int result;
4043   void *argp1 = 0 ;
4044   int res1 = 0 ;
4045   PyObject *swig_obj[1] ;
4046   
4047   if (!args) SWIG_fail;
4048   swig_obj[0] = args;
4049   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4050   if (!SWIG_IsOK(res1)) {
4051     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___len__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4052   }
4053   arg1 = (ldb_msg *)(argp1);
4054   if (arg1 == NULL)
4055   SWIG_exception(SWIG_ValueError, 
4056     "Message can not be None");
4057   result = (unsigned int)ldb_msg___len__(arg1);
4058   resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result));
4059   return resultobj;
4060 fail:
4061   return NULL;
4062 }
4063
4064
4065 SWIGINTERN PyObject *_wrap_Message_keys(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4066   PyObject *resultobj = 0;
4067   ldb_msg *arg1 = (ldb_msg *) 0 ;
4068   PyObject *result = 0 ;
4069   void *argp1 = 0 ;
4070   int res1 = 0 ;
4071   PyObject *swig_obj[1] ;
4072   
4073   if (!args) SWIG_fail;
4074   swig_obj[0] = args;
4075   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4076   if (!SWIG_IsOK(res1)) {
4077     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message_keys" "', argument " "1"" of type '" "ldb_msg *""'"); 
4078   }
4079   arg1 = (ldb_msg *)(argp1);
4080   if (arg1 == NULL)
4081   SWIG_exception(SWIG_ValueError, 
4082     "Message can not be None");
4083   result = (PyObject *)ldb_msg_keys(arg1);
4084   resultobj = result;
4085   return resultobj;
4086 fail:
4087   return NULL;
4088 }
4089
4090
4091 SWIGINTERN PyObject *_wrap_Message___iter__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4092   PyObject *resultobj = 0;
4093   ldb_msg *arg1 = (ldb_msg *) 0 ;
4094   PyObject *result = 0 ;
4095   void *argp1 = 0 ;
4096   int res1 = 0 ;
4097   PyObject *swig_obj[1] ;
4098   
4099   if (!args) SWIG_fail;
4100   swig_obj[0] = args;
4101   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4102   if (!SWIG_IsOK(res1)) {
4103     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___iter__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4104   }
4105   arg1 = (ldb_msg *)(argp1);
4106   if (arg1 == NULL)
4107   SWIG_exception(SWIG_ValueError, 
4108     "Message can not be None");
4109   result = (PyObject *)ldb_msg___iter__(arg1);
4110   resultobj = result;
4111   return resultobj;
4112 fail:
4113   return NULL;
4114 }
4115
4116
4117 SWIGINTERN PyObject *_wrap_Message___delitem__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4118   PyObject *resultobj = 0;
4119   ldb_msg *arg1 = (ldb_msg *) 0 ;
4120   char *arg2 = (char *) 0 ;
4121   void *argp1 = 0 ;
4122   int res1 = 0 ;
4123   int res2 ;
4124   char *buf2 = 0 ;
4125   int alloc2 = 0 ;
4126   PyObject * obj0 = 0 ;
4127   PyObject * obj1 = 0 ;
4128   char *  kwnames[] = {
4129     (char *) "self",(char *) "name", NULL 
4130   };
4131   
4132   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Message___delitem__",kwnames,&obj0,&obj1)) SWIG_fail;
4133   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_message, 0 |  0 );
4134   if (!SWIG_IsOK(res1)) {
4135     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Message___delitem__" "', argument " "1"" of type '" "ldb_msg *""'"); 
4136   }
4137   arg1 = (ldb_msg *)(argp1);
4138   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4139   if (!SWIG_IsOK(res2)) {
4140     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Message___delitem__" "', argument " "2"" of type '" "char const *""'");
4141   }
4142   arg2 = (char *)(buf2);
4143   if (arg1 == NULL)
4144   SWIG_exception(SWIG_ValueError, 
4145     "Message can not be None");
4146   ldb_msg_remove_attr(arg1,(char const *)arg2);
4147   resultobj = SWIG_Py_Void();
4148   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4149   return resultobj;
4150 fail:
4151   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4152   return NULL;
4153 }
4154
4155
4156 SWIGINTERN PyObject *Message_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4157   PyObject *obj;
4158   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
4159   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_message, SWIG_NewClientData(obj));
4160   return SWIG_Py_Void();
4161 }
4162
4163 SWIGINTERN PyObject *Message_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4164   return SWIG_Python_InitShadowInstance(args);
4165 }
4166
4167 SWIGINTERN PyObject *_wrap_ldb_ldif_to_pyobject(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4168   PyObject *resultobj = 0;
4169   ldb_ldif *arg1 = (ldb_ldif *) 0 ;
4170   PyObject *result = 0 ;
4171   void *argp1 = 0 ;
4172   int res1 = 0 ;
4173   PyObject * obj0 = 0 ;
4174   char *  kwnames[] = {
4175     (char *) "ldif", NULL 
4176   };
4177   
4178   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:ldb_ldif_to_pyobject",kwnames,&obj0)) SWIG_fail;
4179   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_ldif, 0 |  0 );
4180   if (!SWIG_IsOK(res1)) {
4181     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ldb_ldif_to_pyobject" "', argument " "1"" of type '" "ldb_ldif *""'"); 
4182   }
4183   arg1 = (ldb_ldif *)(argp1);
4184   result = (PyObject *)ldb_ldif_to_pyobject(arg1);
4185   resultobj = result;
4186   return resultobj;
4187 fail:
4188   return NULL;
4189 }
4190
4191
4192 SWIGINTERN PyObject *_wrap_new_Ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4193   PyObject *resultobj = 0;
4194   char *arg1 = (char *) NULL ;
4195   unsigned int arg2 = (unsigned int) 0 ;
4196   char **arg3 = (char **) (char **)NULL ;
4197   ldb *result = 0 ;
4198   int res1 ;
4199   char *buf1 = 0 ;
4200   int alloc1 = 0 ;
4201   unsigned int val2 ;
4202   int ecode2 = 0 ;
4203   void *argp3 = 0 ;
4204   int res3 = 0 ;
4205   PyObject * obj0 = 0 ;
4206   PyObject * obj1 = 0 ;
4207   PyObject * obj2 = 0 ;
4208   char *  kwnames[] = {
4209     (char *) "url",(char *) "flags",(char *) "options", NULL 
4210   };
4211   
4212   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:new_Ldb",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
4213   if (obj0) {
4214     res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
4215     if (!SWIG_IsOK(res1)) {
4216       SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "new_Ldb" "', argument " "1"" of type '" "char const *""'");
4217     }
4218     arg1 = (char *)(buf1);
4219   }
4220   if (obj1) {
4221     ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
4222     if (!SWIG_IsOK(ecode2)) {
4223       SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "new_Ldb" "', argument " "2"" of type '" "unsigned int""'");
4224     } 
4225     arg2 = (unsigned int)(val2);
4226   }
4227   if (obj2) {
4228     res3 = SWIG_ConvertPtr(obj2, &argp3,SWIGTYPE_p_p_char, 0 |  0 );
4229     if (!SWIG_IsOK(res3)) {
4230       SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "new_Ldb" "', argument " "3"" of type '" "char const *[]""'"); 
4231     } 
4232     arg3 = (char **)(argp3);
4233   }
4234   result = (ldb *)new_ldb((char const *)arg1,arg2,(char const *(*))arg3);
4235   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_context, SWIG_POINTER_NEW |  0 );
4236   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
4237   return resultobj;
4238 fail:
4239   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
4240   return NULL;
4241 }
4242
4243
4244 SWIGINTERN PyObject *_wrap_Ldb_connect(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4245   PyObject *resultobj = 0;
4246   ldb *arg1 = (ldb *) 0 ;
4247   char *arg2 = (char *) 0 ;
4248   unsigned int arg3 = (unsigned int) 0 ;
4249   char **arg4 = (char **) (char **)NULL ;
4250   ldb_error result;
4251   void *argp1 = 0 ;
4252   int res1 = 0 ;
4253   int res2 ;
4254   char *buf2 = 0 ;
4255   int alloc2 = 0 ;
4256   unsigned int val3 ;
4257   int ecode3 = 0 ;
4258   void *argp4 = 0 ;
4259   int res4 = 0 ;
4260   PyObject * obj0 = 0 ;
4261   PyObject * obj1 = 0 ;
4262   PyObject * obj2 = 0 ;
4263   PyObject * obj3 = 0 ;
4264   char *  kwnames[] = {
4265     (char *) "self",(char *) "url",(char *) "flags",(char *) "options", NULL 
4266   };
4267   
4268   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:Ldb_connect",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
4269   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4270   if (!SWIG_IsOK(res1)) {
4271     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_connect" "', argument " "1"" of type '" "ldb *""'"); 
4272   }
4273   arg1 = (ldb *)(argp1);
4274   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4275   if (!SWIG_IsOK(res2)) {
4276     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_connect" "', argument " "2"" of type '" "char const *""'");
4277   }
4278   arg2 = (char *)(buf2);
4279   if (obj2) {
4280     ecode3 = SWIG_AsVal_unsigned_SS_int(obj2, &val3);
4281     if (!SWIG_IsOK(ecode3)) {
4282       SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "Ldb_connect" "', argument " "3"" of type '" "unsigned int""'");
4283     } 
4284     arg3 = (unsigned int)(val3);
4285   }
4286   if (obj3) {
4287     res4 = SWIG_ConvertPtr(obj3, &argp4,SWIGTYPE_p_p_char, 0 |  0 );
4288     if (!SWIG_IsOK(res4)) {
4289       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "Ldb_connect" "', argument " "4"" of type '" "char const *[]""'"); 
4290     } 
4291     arg4 = (char **)(argp4);
4292   }
4293   if (arg1 == NULL)
4294   SWIG_exception(SWIG_ValueError, 
4295     "ldb context must be non-NULL");
4296   result = ldb_connect(arg1,(char const *)arg2,arg3,(char const *(*))arg4);
4297   if (result != 0) {
4298     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4299     SWIG_fail;
4300   }
4301   resultobj = Py_None;
4302   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4303   return resultobj;
4304 fail:
4305   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4306   return NULL;
4307 }
4308
4309
4310 SWIGINTERN PyObject *_wrap_delete_Ldb(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4311   PyObject *resultobj = 0;
4312   ldb *arg1 = (ldb *) 0 ;
4313   void *argp1 = 0 ;
4314   int res1 = 0 ;
4315   PyObject *swig_obj[1] ;
4316   
4317   if (!args) SWIG_fail;
4318   swig_obj[0] = args;
4319   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, SWIG_POINTER_DISOWN |  0 );
4320   if (!SWIG_IsOK(res1)) {
4321     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_Ldb" "', argument " "1"" of type '" "ldb *""'"); 
4322   }
4323   arg1 = (ldb *)(argp1);
4324   if (arg1 == NULL)
4325   SWIG_exception(SWIG_ValueError, 
4326     "ldb context must be non-NULL");
4327   delete_ldb(arg1);
4328   
4329   resultobj = SWIG_Py_Void();
4330   return resultobj;
4331 fail:
4332   return NULL;
4333 }
4334
4335
4336 SWIGINTERN PyObject *_wrap_Ldb_search(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4337   PyObject *resultobj = 0;
4338   ldb *arg1 = (ldb *) 0 ;
4339   ldb_dn *arg2 = (ldb_dn *) NULL ;
4340   enum ldb_scope arg3 = (enum ldb_scope) LDB_SCOPE_DEFAULT ;
4341   char *arg4 = (char *) NULL ;
4342   char **arg5 = (char **) NULL ;
4343   struct ldb_result **arg6 = (struct ldb_result **) 0 ;
4344   ldb_error result;
4345   void *argp1 = 0 ;
4346   int res1 = 0 ;
4347   int val3 ;
4348   int ecode3 = 0 ;
4349   int res4 ;
4350   char *buf4 = 0 ;
4351   int alloc4 = 0 ;
4352   struct ldb_result *temp_ldb_result6 ;
4353   int i6 ;
4354   PyObject * obj0 = 0 ;
4355   PyObject * obj1 = 0 ;
4356   PyObject * obj2 = 0 ;
4357   PyObject * obj3 = 0 ;
4358   PyObject * obj4 = 0 ;
4359   char *  kwnames[] = {
4360     (char *) "self",(char *) "base",(char *) "scope",(char *) "expression",(char *) "attrs", NULL 
4361   };
4362   
4363   arg6 = &temp_ldb_result6;
4364   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:Ldb_search",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
4365   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4366   if (!SWIG_IsOK(res1)) {
4367     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_search" "', argument " "1"" of type '" "ldb *""'"); 
4368   }
4369   arg1 = (ldb *)(argp1);
4370   if (obj1) {
4371     if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
4372       SWIG_fail;
4373     }
4374   }
4375   if (obj2) {
4376     ecode3 = SWIG_AsVal_int(obj2, &val3);
4377     if (!SWIG_IsOK(ecode3)) {
4378       SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "Ldb_search" "', argument " "3"" of type '" "enum ldb_scope""'");
4379     } 
4380     arg3 = (enum ldb_scope)(val3);
4381   }
4382   if (obj3) {
4383     res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL, &alloc4);
4384     if (!SWIG_IsOK(res4)) {
4385       SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "Ldb_search" "', argument " "4"" of type '" "char const *""'");
4386     }
4387     arg4 = (char *)(buf4);
4388   }
4389   if (obj4) {
4390     if (obj4 == Py_None) {
4391       arg5 = NULL;
4392     } else if (PySequence_Check(obj4)) {
4393       int i;
4394       arg5 = talloc_array(NULL, char *, PySequence_Size(obj4)+1);
4395       for(i = 0; i < PySequence_Size(obj4); i++)
4396       arg5[i] = PyString_AsString(PySequence_GetItem(obj4, i));
4397       arg5[i] = NULL;
4398     } else {
4399       SWIG_exception(SWIG_TypeError, "expected sequence");
4400     }
4401   }
4402   if (arg1 == NULL)
4403   SWIG_exception(SWIG_ValueError, 
4404     "ldb context must be non-NULL");
4405   result = ldb_search(arg1,arg2,arg3,(char const *)arg4,(char const *const *)arg5,arg6);
4406   if (result != 0) {
4407     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4408     SWIG_fail;
4409   }
4410   resultobj = Py_None;
4411   {
4412     resultobj = PyList_New((*arg6)->count);
4413     for (i6 = 0; i6 < (*arg6)->count; i6++) {
4414       PyList_SetItem(resultobj, i6, 
4415         SWIG_NewPointerObj((*arg6)->msgs[i6], SWIGTYPE_p_ldb_message, 0)
4416         );
4417     }
4418   }
4419   talloc_free(arg2);
4420   if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
4421   {
4422     talloc_free(arg5);
4423   }
4424   return resultobj;
4425 fail:
4426   talloc_free(arg2);
4427   if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
4428   {
4429     talloc_free(arg5);
4430   }
4431   return NULL;
4432 }
4433
4434
4435 SWIGINTERN PyObject *_wrap_Ldb_delete(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4436   PyObject *resultobj = 0;
4437   ldb *arg1 = (ldb *) 0 ;
4438   ldb_dn *arg2 = (ldb_dn *) 0 ;
4439   ldb_error result;
4440   void *argp1 = 0 ;
4441   int res1 = 0 ;
4442   PyObject * obj0 = 0 ;
4443   PyObject * obj1 = 0 ;
4444   char *  kwnames[] = {
4445     (char *) "self",(char *) "dn", NULL 
4446   };
4447   
4448   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_delete",kwnames,&obj0,&obj1)) SWIG_fail;
4449   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4450   if (!SWIG_IsOK(res1)) {
4451     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_delete" "', argument " "1"" of type '" "ldb *""'"); 
4452   }
4453   arg1 = (ldb *)(argp1);
4454   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
4455     SWIG_fail;
4456   }
4457   if (arg1 == NULL)
4458   SWIG_exception(SWIG_ValueError, 
4459     "ldb context must be non-NULL");
4460   result = ldb_delete(arg1,arg2);
4461   if (result != 0) {
4462     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4463     SWIG_fail;
4464   }
4465   resultobj = Py_None;
4466   talloc_free(arg2);
4467   return resultobj;
4468 fail:
4469   talloc_free(arg2);
4470   return NULL;
4471 }
4472
4473
4474 SWIGINTERN PyObject *_wrap_Ldb_rename(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4475   PyObject *resultobj = 0;
4476   ldb *arg1 = (ldb *) 0 ;
4477   ldb_dn *arg2 = (ldb_dn *) 0 ;
4478   ldb_dn *arg3 = (ldb_dn *) 0 ;
4479   ldb_error result;
4480   void *argp1 = 0 ;
4481   int res1 = 0 ;
4482   PyObject * obj0 = 0 ;
4483   PyObject * obj1 = 0 ;
4484   PyObject * obj2 = 0 ;
4485   char *  kwnames[] = {
4486     (char *) "self",(char *) "olddn",(char *) "newdn", NULL 
4487   };
4488   
4489   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Ldb_rename",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
4490   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4491   if (!SWIG_IsOK(res1)) {
4492     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_rename" "', argument " "1"" of type '" "ldb *""'"); 
4493   }
4494   arg1 = (ldb *)(argp1);
4495   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
4496     SWIG_fail;
4497   }
4498   if (ldb_dn_from_pyobject(NULL, obj2, arg1, &arg3) != 0) {
4499     SWIG_fail;
4500   }
4501   if (arg1 == NULL)
4502   SWIG_exception(SWIG_ValueError, 
4503     "ldb context must be non-NULL");
4504   result = ldb_rename(arg1,arg2,arg3);
4505   if (result != 0) {
4506     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4507     SWIG_fail;
4508   }
4509   resultobj = Py_None;
4510   talloc_free(arg2);
4511   talloc_free(arg3);
4512   return resultobj;
4513 fail:
4514   talloc_free(arg2);
4515   talloc_free(arg3);
4516   return NULL;
4517 }
4518
4519
4520 SWIGINTERN PyObject *_wrap_Ldb_add__SWIG_0(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
4521   PyObject *resultobj = 0;
4522   ldb *arg1 = (ldb *) 0 ;
4523   ldb_msg *arg2 = (ldb_msg *) 0 ;
4524   ldb_error result;
4525   void *argp1 = 0 ;
4526   int res1 = 0 ;
4527   void *argp2 = 0 ;
4528   int res2 = 0 ;
4529   
4530   if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
4531   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4532   if (!SWIG_IsOK(res1)) {
4533     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_add" "', argument " "1"" of type '" "ldb *""'"); 
4534   }
4535   arg1 = (ldb *)(argp1);
4536   res2 = SWIG_ConvertPtr(swig_obj[1], &argp2,SWIGTYPE_p_ldb_message, 0 |  0 );
4537   if (!SWIG_IsOK(res2)) {
4538     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_add" "', argument " "2"" of type '" "ldb_msg *""'"); 
4539   }
4540   arg2 = (ldb_msg *)(argp2);
4541   if (arg1 == NULL)
4542   SWIG_exception(SWIG_ValueError, 
4543     "ldb context must be non-NULL");
4544   if (arg2 == NULL)
4545   SWIG_exception(SWIG_ValueError, 
4546     "Message can not be None");
4547   result = ldb_add(arg1,arg2);
4548   if (result != 0) {
4549     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4550     SWIG_fail;
4551   }
4552   resultobj = Py_None;
4553   return resultobj;
4554 fail:
4555   return NULL;
4556 }
4557
4558
4559 SWIGINTERN PyObject *_wrap_Ldb_add__SWIG_1(PyObject *SWIGUNUSEDPARM(self), int nobjs, PyObject **swig_obj) {
4560   PyObject *resultobj = 0;
4561   ldb *arg1 = (ldb *) 0 ;
4562   PyObject *arg2 = (PyObject *) 0 ;
4563   ldb_error result;
4564   void *argp1 = 0 ;
4565   int res1 = 0 ;
4566   
4567   if ((nobjs < 2) || (nobjs > 2)) SWIG_fail;
4568   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4569   if (!SWIG_IsOK(res1)) {
4570     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_add" "', argument " "1"" of type '" "ldb *""'"); 
4571   }
4572   arg1 = (ldb *)(argp1);
4573   arg2 = swig_obj[1];
4574   if (arg1 == NULL)
4575   SWIG_exception(SWIG_ValueError, 
4576     "ldb context must be non-NULL");
4577   result = ldb_add__SWIG_1(arg1,arg2);
4578   if (result != 0) {
4579     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4580     SWIG_fail;
4581   }
4582   resultobj = Py_None;
4583   return resultobj;
4584 fail:
4585   return NULL;
4586 }
4587
4588
4589 SWIGINTERN PyObject *_wrap_Ldb_add(PyObject *self, PyObject *args) {
4590   int argc;
4591   PyObject *argv[3];
4592   
4593   if (!(argc = SWIG_Python_UnpackTuple(args,"Ldb_add",0,2,argv))) SWIG_fail;
4594   --argc;
4595   if (argc == 2) {
4596     int _v = 0;
4597     {
4598       void *vptr = 0;
4599       int res = SWIG_ConvertPtr(argv[1], &vptr, SWIGTYPE_p_ldb_message, 0);
4600       _v = SWIG_CheckState(res);
4601     }
4602     if (!_v) goto check_1;
4603     return _wrap_Ldb_add__SWIG_0(self, argc, argv);
4604   }
4605 check_1:
4606   
4607   if (argc == 2) {
4608     return _wrap_Ldb_add__SWIG_1(self, argc, argv);
4609   }
4610   
4611 fail:
4612   SWIG_SetErrorMsg(PyExc_NotImplementedError,"Wrong number of arguments for overloaded function 'Ldb_add'.\n  Possible C/C++ prototypes are:\n""    add(ldb *,ldb_msg *)\n""    add(ldb *,PyObject *)\n");
4613   return NULL;
4614 }
4615
4616
4617 SWIGINTERN PyObject *_wrap_Ldb_modify(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4618   PyObject *resultobj = 0;
4619   ldb *arg1 = (ldb *) 0 ;
4620   ldb_msg *arg2 = (ldb_msg *) 0 ;
4621   ldb_error result;
4622   void *argp1 = 0 ;
4623   int res1 = 0 ;
4624   void *argp2 = 0 ;
4625   int res2 = 0 ;
4626   PyObject * obj0 = 0 ;
4627   PyObject * obj1 = 0 ;
4628   char *  kwnames[] = {
4629     (char *) "self",(char *) "message", NULL 
4630   };
4631   
4632   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_modify",kwnames,&obj0,&obj1)) SWIG_fail;
4633   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4634   if (!SWIG_IsOK(res1)) {
4635     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_modify" "', argument " "1"" of type '" "ldb *""'"); 
4636   }
4637   arg1 = (ldb *)(argp1);
4638   res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_ldb_message, 0 |  0 );
4639   if (!SWIG_IsOK(res2)) {
4640     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_modify" "', argument " "2"" of type '" "ldb_msg *""'"); 
4641   }
4642   arg2 = (ldb_msg *)(argp2);
4643   if (arg1 == NULL)
4644   SWIG_exception(SWIG_ValueError, 
4645     "ldb context must be non-NULL");
4646   if (arg2 == NULL)
4647   SWIG_exception(SWIG_ValueError, 
4648     "Message can not be None");
4649   result = ldb_modify(arg1,arg2);
4650   if (result != 0) {
4651     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4652     SWIG_fail;
4653   }
4654   resultobj = Py_None;
4655   return resultobj;
4656 fail:
4657   return NULL;
4658 }
4659
4660
4661 SWIGINTERN PyObject *_wrap_Ldb_get_config_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4662   PyObject *resultobj = 0;
4663   ldb *arg1 = (ldb *) 0 ;
4664   ldb_dn *result = 0 ;
4665   void *argp1 = 0 ;
4666   int res1 = 0 ;
4667   PyObject *swig_obj[1] ;
4668   
4669   if (!args) SWIG_fail;
4670   swig_obj[0] = args;
4671   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4672   if (!SWIG_IsOK(res1)) {
4673     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_config_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4674   }
4675   arg1 = (ldb *)(argp1);
4676   if (arg1 == NULL)
4677   SWIG_exception(SWIG_ValueError, 
4678     "ldb context must be non-NULL");
4679   result = (ldb_dn *)ldb_get_config_basedn(arg1);
4680   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4681   return resultobj;
4682 fail:
4683   return NULL;
4684 }
4685
4686
4687 SWIGINTERN PyObject *_wrap_Ldb_get_root_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4688   PyObject *resultobj = 0;
4689   ldb *arg1 = (ldb *) 0 ;
4690   ldb_dn *result = 0 ;
4691   void *argp1 = 0 ;
4692   int res1 = 0 ;
4693   PyObject *swig_obj[1] ;
4694   
4695   if (!args) SWIG_fail;
4696   swig_obj[0] = args;
4697   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4698   if (!SWIG_IsOK(res1)) {
4699     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_root_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4700   }
4701   arg1 = (ldb *)(argp1);
4702   if (arg1 == NULL)
4703   SWIG_exception(SWIG_ValueError, 
4704     "ldb context must be non-NULL");
4705   result = (ldb_dn *)ldb_get_root_basedn(arg1);
4706   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4707   return resultobj;
4708 fail:
4709   return NULL;
4710 }
4711
4712
4713 SWIGINTERN PyObject *_wrap_Ldb_get_schema_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4714   PyObject *resultobj = 0;
4715   ldb *arg1 = (ldb *) 0 ;
4716   ldb_dn *result = 0 ;
4717   void *argp1 = 0 ;
4718   int res1 = 0 ;
4719   PyObject *swig_obj[1] ;
4720   
4721   if (!args) SWIG_fail;
4722   swig_obj[0] = args;
4723   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4724   if (!SWIG_IsOK(res1)) {
4725     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_schema_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4726   }
4727   arg1 = (ldb *)(argp1);
4728   if (arg1 == NULL)
4729   SWIG_exception(SWIG_ValueError, 
4730     "ldb context must be non-NULL");
4731   result = (ldb_dn *)ldb_get_schema_basedn(arg1);
4732   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4733   return resultobj;
4734 fail:
4735   return NULL;
4736 }
4737
4738
4739 SWIGINTERN PyObject *_wrap_Ldb_get_default_basedn(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4740   PyObject *resultobj = 0;
4741   ldb *arg1 = (ldb *) 0 ;
4742   ldb_dn *result = 0 ;
4743   void *argp1 = 0 ;
4744   int res1 = 0 ;
4745   PyObject *swig_obj[1] ;
4746   
4747   if (!args) SWIG_fail;
4748   swig_obj[0] = args;
4749   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4750   if (!SWIG_IsOK(res1)) {
4751     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_default_basedn" "', argument " "1"" of type '" "ldb *""'"); 
4752   }
4753   arg1 = (ldb *)(argp1);
4754   if (arg1 == NULL)
4755   SWIG_exception(SWIG_ValueError, 
4756     "ldb context must be non-NULL");
4757   result = (ldb_dn *)ldb_get_default_basedn(arg1);
4758   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_ldb_dn, 0 |  0 );
4759   return resultobj;
4760 fail:
4761   return NULL;
4762 }
4763
4764
4765 SWIGINTERN PyObject *_wrap_Ldb_errstring(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4766   PyObject *resultobj = 0;
4767   ldb *arg1 = (ldb *) 0 ;
4768   char *result = 0 ;
4769   void *argp1 = 0 ;
4770   int res1 = 0 ;
4771   PyObject *swig_obj[1] ;
4772   
4773   if (!args) SWIG_fail;
4774   swig_obj[0] = args;
4775   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4776   if (!SWIG_IsOK(res1)) {
4777     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_errstring" "', argument " "1"" of type '" "ldb *""'"); 
4778   }
4779   arg1 = (ldb *)(argp1);
4780   if (arg1 == NULL)
4781   SWIG_exception(SWIG_ValueError, 
4782     "ldb context must be non-NULL");
4783   result = (char *)ldb_errstring(arg1);
4784   resultobj = SWIG_FromCharPtr((const char *)result);
4785   return resultobj;
4786 fail:
4787   return NULL;
4788 }
4789
4790
4791 SWIGINTERN PyObject *_wrap_Ldb_set_create_perms(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4792   PyObject *resultobj = 0;
4793   ldb *arg1 = (ldb *) 0 ;
4794   unsigned int arg2 ;
4795   void *argp1 = 0 ;
4796   int res1 = 0 ;
4797   unsigned int val2 ;
4798   int ecode2 = 0 ;
4799   PyObject * obj0 = 0 ;
4800   PyObject * obj1 = 0 ;
4801   char *  kwnames[] = {
4802     (char *) "self",(char *) "perms", NULL 
4803   };
4804   
4805   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_create_perms",kwnames,&obj0,&obj1)) SWIG_fail;
4806   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4807   if (!SWIG_IsOK(res1)) {
4808     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_create_perms" "', argument " "1"" of type '" "ldb *""'"); 
4809   }
4810   arg1 = (ldb *)(argp1);
4811   ecode2 = SWIG_AsVal_unsigned_SS_int(obj1, &val2);
4812   if (!SWIG_IsOK(ecode2)) {
4813     SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "Ldb_set_create_perms" "', argument " "2"" of type '" "unsigned int""'");
4814   } 
4815   arg2 = (unsigned int)(val2);
4816   if (arg1 == NULL)
4817   SWIG_exception(SWIG_ValueError, 
4818     "ldb context must be non-NULL");
4819   ldb_set_create_perms(arg1,arg2);
4820   resultobj = SWIG_Py_Void();
4821   return resultobj;
4822 fail:
4823   return NULL;
4824 }
4825
4826
4827 SWIGINTERN PyObject *_wrap_Ldb_set_modules_dir(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4828   PyObject *resultobj = 0;
4829   ldb *arg1 = (ldb *) 0 ;
4830   char *arg2 = (char *) 0 ;
4831   void *argp1 = 0 ;
4832   int res1 = 0 ;
4833   int res2 ;
4834   char *buf2 = 0 ;
4835   int alloc2 = 0 ;
4836   PyObject * obj0 = 0 ;
4837   PyObject * obj1 = 0 ;
4838   char *  kwnames[] = {
4839     (char *) "self",(char *) "path", NULL 
4840   };
4841   
4842   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_modules_dir",kwnames,&obj0,&obj1)) SWIG_fail;
4843   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4844   if (!SWIG_IsOK(res1)) {
4845     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_modules_dir" "', argument " "1"" of type '" "ldb *""'"); 
4846   }
4847   arg1 = (ldb *)(argp1);
4848   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4849   if (!SWIG_IsOK(res2)) {
4850     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_set_modules_dir" "', argument " "2"" of type '" "char const *""'");
4851   }
4852   arg2 = (char *)(buf2);
4853   if (arg1 == NULL)
4854   SWIG_exception(SWIG_ValueError, 
4855     "ldb context must be non-NULL");
4856   ldb_set_modules_dir(arg1,(char const *)arg2);
4857   resultobj = SWIG_Py_Void();
4858   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4859   return resultobj;
4860 fail:
4861   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4862   return NULL;
4863 }
4864
4865
4866 SWIGINTERN PyObject *_wrap_Ldb_set_debug(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4867   PyObject *resultobj = 0;
4868   ldb *arg1 = (ldb *) 0 ;
4869   void (*arg2)(void *,enum ldb_debug_level,char const *,va_list) = (void (*)(void *,enum ldb_debug_level,char const *,va_list)) 0 ;
4870   void *arg3 = (void *) 0 ;
4871   ldb_error result;
4872   void *argp1 = 0 ;
4873   int res1 = 0 ;
4874   PyObject * obj0 = 0 ;
4875   PyObject * obj1 = 0 ;
4876   char *  kwnames[] = {
4877     (char *) "self",(char *) "debug", NULL 
4878   };
4879   
4880   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_set_debug",kwnames,&obj0,&obj1)) SWIG_fail;
4881   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4882   if (!SWIG_IsOK(res1)) {
4883     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_debug" "', argument " "1"" of type '" "ldb *""'"); 
4884   }
4885   arg1 = (ldb *)(argp1);
4886   {
4887     arg2 = py_ldb_debug;
4888     /* FIXME: Should be decreased somewhere as well. Perhaps register a 
4889            destructor and tie it to the ldb context ? */
4890     Py_INCREF(obj1);
4891     arg3 = obj1;
4892   }
4893   if (arg1 == NULL)
4894   SWIG_exception(SWIG_ValueError, 
4895     "ldb context must be non-NULL");
4896   result = ldb_set_debug(arg1,arg2,arg3);
4897   if (result != 0) {
4898     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4899     SWIG_fail;
4900   }
4901   resultobj = Py_None;
4902   return resultobj;
4903 fail:
4904   return NULL;
4905 }
4906
4907
4908 SWIGINTERN PyObject *_wrap_Ldb_set_opaque(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4909   PyObject *resultobj = 0;
4910   ldb *arg1 = (ldb *) 0 ;
4911   char *arg2 = (char *) 0 ;
4912   void *arg3 = (void *) 0 ;
4913   ldb_error result;
4914   void *argp1 = 0 ;
4915   int res1 = 0 ;
4916   int res2 ;
4917   char *buf2 = 0 ;
4918   int alloc2 = 0 ;
4919   int res3 ;
4920   PyObject * obj0 = 0 ;
4921   PyObject * obj1 = 0 ;
4922   PyObject * obj2 = 0 ;
4923   char *  kwnames[] = {
4924     (char *) "self",(char *) "name",(char *) "value", NULL 
4925   };
4926   
4927   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:Ldb_set_opaque",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
4928   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4929   if (!SWIG_IsOK(res1)) {
4930     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_set_opaque" "', argument " "1"" of type '" "ldb *""'"); 
4931   }
4932   arg1 = (ldb *)(argp1);
4933   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4934   if (!SWIG_IsOK(res2)) {
4935     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_set_opaque" "', argument " "2"" of type '" "char const *""'");
4936   }
4937   arg2 = (char *)(buf2);
4938   res3 = SWIG_ConvertPtr(obj2,SWIG_as_voidptrptr(&arg3), 0, 0);
4939   if (!SWIG_IsOK(res3)) {
4940     SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "Ldb_set_opaque" "', argument " "3"" of type '" "void *""'"); 
4941   }
4942   if (arg1 == NULL)
4943   SWIG_exception(SWIG_ValueError, 
4944     "ldb context must be non-NULL");
4945   result = ldb_set_opaque(arg1,(char const *)arg2,arg3);
4946   if (result != 0) {
4947     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
4948     SWIG_fail;
4949   }
4950   resultobj = Py_None;
4951   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4952   return resultobj;
4953 fail:
4954   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4955   return NULL;
4956 }
4957
4958
4959 SWIGINTERN PyObject *_wrap_Ldb_get_opaque(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4960   PyObject *resultobj = 0;
4961   ldb *arg1 = (ldb *) 0 ;
4962   char *arg2 = (char *) 0 ;
4963   void *result = 0 ;
4964   void *argp1 = 0 ;
4965   int res1 = 0 ;
4966   int res2 ;
4967   char *buf2 = 0 ;
4968   int alloc2 = 0 ;
4969   PyObject * obj0 = 0 ;
4970   PyObject * obj1 = 0 ;
4971   char *  kwnames[] = {
4972     (char *) "self",(char *) "name", NULL 
4973   };
4974   
4975   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_get_opaque",kwnames,&obj0,&obj1)) SWIG_fail;
4976   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
4977   if (!SWIG_IsOK(res1)) {
4978     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_get_opaque" "', argument " "1"" of type '" "ldb *""'"); 
4979   }
4980   arg1 = (ldb *)(argp1);
4981   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4982   if (!SWIG_IsOK(res2)) {
4983     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_get_opaque" "', argument " "2"" of type '" "char const *""'");
4984   }
4985   arg2 = (char *)(buf2);
4986   if (arg1 == NULL)
4987   SWIG_exception(SWIG_ValueError, 
4988     "ldb context must be non-NULL");
4989   result = (void *)ldb_get_opaque(arg1,(char const *)arg2);
4990   resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_void, 0 |  0 );
4991   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4992   return resultobj;
4993 fail:
4994   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4995   return NULL;
4996 }
4997
4998
4999 SWIGINTERN PyObject *_wrap_Ldb_transaction_start(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5000   PyObject *resultobj = 0;
5001   ldb *arg1 = (ldb *) 0 ;
5002   ldb_error result;
5003   void *argp1 = 0 ;
5004   int res1 = 0 ;
5005   PyObject *swig_obj[1] ;
5006   
5007   if (!args) SWIG_fail;
5008   swig_obj[0] = args;
5009   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5010   if (!SWIG_IsOK(res1)) {
5011     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_start" "', argument " "1"" of type '" "ldb *""'"); 
5012   }
5013   arg1 = (ldb *)(argp1);
5014   if (arg1 == NULL)
5015   SWIG_exception(SWIG_ValueError, 
5016     "ldb context must be non-NULL");
5017   result = ldb_transaction_start(arg1);
5018   if (result != 0) {
5019     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5020     SWIG_fail;
5021   }
5022   resultobj = Py_None;
5023   return resultobj;
5024 fail:
5025   return NULL;
5026 }
5027
5028
5029 SWIGINTERN PyObject *_wrap_Ldb_transaction_commit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5030   PyObject *resultobj = 0;
5031   ldb *arg1 = (ldb *) 0 ;
5032   ldb_error result;
5033   void *argp1 = 0 ;
5034   int res1 = 0 ;
5035   PyObject *swig_obj[1] ;
5036   
5037   if (!args) SWIG_fail;
5038   swig_obj[0] = args;
5039   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5040   if (!SWIG_IsOK(res1)) {
5041     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_commit" "', argument " "1"" of type '" "ldb *""'"); 
5042   }
5043   arg1 = (ldb *)(argp1);
5044   if (arg1 == NULL)
5045   SWIG_exception(SWIG_ValueError, 
5046     "ldb context must be non-NULL");
5047   result = ldb_transaction_commit(arg1);
5048   if (result != 0) {
5049     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5050     SWIG_fail;
5051   }
5052   resultobj = Py_None;
5053   return resultobj;
5054 fail:
5055   return NULL;
5056 }
5057
5058
5059 SWIGINTERN PyObject *_wrap_Ldb_transaction_cancel(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5060   PyObject *resultobj = 0;
5061   ldb *arg1 = (ldb *) 0 ;
5062   ldb_error result;
5063   void *argp1 = 0 ;
5064   int res1 = 0 ;
5065   PyObject *swig_obj[1] ;
5066   
5067   if (!args) SWIG_fail;
5068   swig_obj[0] = args;
5069   res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5070   if (!SWIG_IsOK(res1)) {
5071     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_transaction_cancel" "', argument " "1"" of type '" "ldb *""'"); 
5072   }
5073   arg1 = (ldb *)(argp1);
5074   if (arg1 == NULL)
5075   SWIG_exception(SWIG_ValueError, 
5076     "ldb context must be non-NULL");
5077   result = ldb_transaction_cancel(arg1);
5078   if (result != 0) {
5079     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5080     SWIG_fail;
5081   }
5082   resultobj = Py_None;
5083   return resultobj;
5084 fail:
5085   return NULL;
5086 }
5087
5088
5089 SWIGINTERN PyObject *_wrap_Ldb___contains__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5090   PyObject *resultobj = 0;
5091   ldb *arg1 = (ldb *) 0 ;
5092   ldb_dn *arg2 = (ldb_dn *) 0 ;
5093   struct ldb_result **arg3 = (struct ldb_result **) 0 ;
5094   ldb_error result;
5095   void *argp1 = 0 ;
5096   int res1 = 0 ;
5097   struct ldb_result *tmp3 ;
5098   PyObject * obj0 = 0 ;
5099   PyObject * obj1 = 0 ;
5100   char *  kwnames[] = {
5101     (char *) "self",(char *) "dn", NULL 
5102   };
5103   
5104   {
5105     arg3 = &tmp3; 
5106   }
5107   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb___contains__",kwnames,&obj0,&obj1)) SWIG_fail;
5108   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5109   if (!SWIG_IsOK(res1)) {
5110     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb___contains__" "', argument " "1"" of type '" "ldb *""'"); 
5111   }
5112   arg1 = (ldb *)(argp1);
5113   if (ldb_dn_from_pyobject(NULL, obj1, arg1, &arg2) != 0) {
5114     SWIG_fail;
5115   }
5116   if (arg1 == NULL)
5117   SWIG_exception(SWIG_ValueError, 
5118     "ldb context must be non-NULL");
5119   result = ldb___contains__(arg1,arg2,arg3);
5120   if (result != 0) {
5121     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5122     SWIG_fail;
5123   }
5124   resultobj = Py_None;
5125   {
5126     resultobj = ((*arg3)->count > 0)?Py_True:Py_False; 
5127   }
5128   talloc_free(arg2);
5129   {
5130     talloc_free(*arg3); 
5131   }
5132   return resultobj;
5133 fail:
5134   talloc_free(arg2);
5135   {
5136     talloc_free(*arg3); 
5137   }
5138   return NULL;
5139 }
5140
5141
5142 SWIGINTERN PyObject *_wrap_Ldb_parse_ldif(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5143   PyObject *resultobj = 0;
5144   ldb *arg1 = (ldb *) 0 ;
5145   char *arg2 = (char *) 0 ;
5146   PyObject *result = 0 ;
5147   void *argp1 = 0 ;
5148   int res1 = 0 ;
5149   int res2 ;
5150   char *buf2 = 0 ;
5151   int alloc2 = 0 ;
5152   PyObject * obj0 = 0 ;
5153   PyObject * obj1 = 0 ;
5154   char *  kwnames[] = {
5155     (char *) "self",(char *) "s", NULL 
5156   };
5157   
5158   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Ldb_parse_ldif",kwnames,&obj0,&obj1)) SWIG_fail;
5159   res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_ldb_context, 0 |  0 );
5160   if (!SWIG_IsOK(res1)) {
5161     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Ldb_parse_ldif" "', argument " "1"" of type '" "ldb *""'"); 
5162   }
5163   arg1 = (ldb *)(argp1);
5164   res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
5165   if (!SWIG_IsOK(res2)) {
5166     SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "Ldb_parse_ldif" "', argument " "2"" of type '" "char const *""'");
5167   }
5168   arg2 = (char *)(buf2);
5169   if (arg1 == NULL)
5170   SWIG_exception(SWIG_ValueError, 
5171     "ldb context must be non-NULL");
5172   result = (PyObject *)ldb_parse_ldif(arg1,(char const *)arg2);
5173   resultobj = result;
5174   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5175   return resultobj;
5176 fail:
5177   if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
5178   return NULL;
5179 }
5180
5181
5182 SWIGINTERN PyObject *Ldb_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5183   PyObject *obj;
5184   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
5185   SWIG_TypeNewClientData(SWIGTYPE_p_ldb_context, SWIG_NewClientData(obj));
5186   return SWIG_Py_Void();
5187 }
5188
5189 SWIGINTERN PyObject *Ldb_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5190   return SWIG_Python_InitShadowInstance(args);
5191 }
5192
5193 SWIGINTERN PyObject *_wrap_valid_attr_name(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5194   PyObject *resultobj = 0;
5195   char *arg1 = (char *) 0 ;
5196   int result;
5197   int res1 ;
5198   char *buf1 = 0 ;
5199   int alloc1 = 0 ;
5200   PyObject * obj0 = 0 ;
5201   char *  kwnames[] = {
5202     (char *) "s", NULL 
5203   };
5204   
5205   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:valid_attr_name",kwnames,&obj0)) SWIG_fail;
5206   res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
5207   if (!SWIG_IsOK(res1)) {
5208     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "valid_attr_name" "', argument " "1"" of type '" "char const *""'");
5209   }
5210   arg1 = (char *)(buf1);
5211   result = (int)ldb_valid_attr_name((char const *)arg1);
5212   resultobj = SWIG_From_int((int)(result));
5213   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5214   return resultobj;
5215 fail:
5216   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5217   return NULL;
5218 }
5219
5220
5221 SWIGINTERN PyObject *_wrap_timestring(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5222   PyObject *resultobj = 0;
5223   time_t arg1 ;
5224   char *result = 0 ;
5225   unsigned long val1 ;
5226   int ecode1 = 0 ;
5227   PyObject * obj0 = 0 ;
5228   char *  kwnames[] = {
5229     (char *) "t", NULL 
5230   };
5231   
5232   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:timestring",kwnames,&obj0)) SWIG_fail;
5233   ecode1 = SWIG_AsVal_unsigned_SS_long(obj0, &val1);
5234   if (!SWIG_IsOK(ecode1)) {
5235     SWIG_exception_fail(SWIG_ArgError(ecode1), "in method '" "timestring" "', argument " "1"" of type '" "time_t""'");
5236   } 
5237   arg1 = (time_t)(val1);
5238   result = (char *)timestring(arg1);
5239   resultobj = SWIG_FromCharPtr((const char *)result);
5240   return resultobj;
5241 fail:
5242   return NULL;
5243 }
5244
5245
5246 SWIGINTERN PyObject *_wrap_string_to_time(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5247   PyObject *resultobj = 0;
5248   char *arg1 = (char *) 0 ;
5249   time_t result;
5250   int res1 ;
5251   char *buf1 = 0 ;
5252   int alloc1 = 0 ;
5253   PyObject * obj0 = 0 ;
5254   char *  kwnames[] = {
5255     (char *) "s", NULL 
5256   };
5257   
5258   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:string_to_time",kwnames,&obj0)) SWIG_fail;
5259   res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, NULL, &alloc1);
5260   if (!SWIG_IsOK(res1)) {
5261     SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "string_to_time" "', argument " "1"" of type '" "char const *""'");
5262   }
5263   arg1 = (char *)(buf1);
5264   result = (time_t)ldb_string_to_time((char const *)arg1);
5265   resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result));
5266   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5267   return resultobj;
5268 fail:
5269   if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
5270   return NULL;
5271 }
5272
5273
5274 SWIGINTERN PyObject *_wrap_register_module(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
5275   PyObject *resultobj = 0;
5276   struct ldb_module_ops *arg1 = (struct ldb_module_ops *) 0 ;
5277   ldb_error result;
5278   PyObject * obj0 = 0 ;
5279   char *  kwnames[] = {
5280     (char *)"arg1", NULL 
5281   };
5282   
5283   if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:register_module",kwnames,&obj0)) SWIG_fail;
5284   {
5285     arg1 = talloc_zero(talloc_autofree_context(), struct ldb_module_ops);
5286     
5287     arg1->name = (char *)PyObject_GetAttrString(obj0, (char *)"name");
5288   }
5289   result = ldb_register_module((struct ldb_module_ops const *)arg1);
5290   if (result != 0) {
5291     PyErr_SetObject(PyExc_LdbError, Py_BuildValue((char *)"(i,s)", result, ldb_strerror(result)));
5292     SWIG_fail;
5293   }
5294   resultobj = Py_None;
5295   return resultobj;
5296 fail:
5297   return NULL;
5298 }
5299
5300
5301 static PyMethodDef SwigMethods[] = {
5302          { (char *)"new_Dn", (PyCFunction) _wrap_new_Dn, METH_VARARGS | METH_KEYWORDS, NULL},
5303          { (char *)"delete_Dn", (PyCFunction)_wrap_delete_Dn, METH_O, NULL},
5304          { (char *)"Dn_validate", (PyCFunction)_wrap_Dn_validate, METH_O, NULL},
5305          { (char *)"Dn_get_casefold", (PyCFunction)_wrap_Dn_get_casefold, METH_O, NULL},
5306          { (char *)"Dn___str__", (PyCFunction)_wrap_Dn___str__, METH_O, NULL},
5307          { (char *)"Dn_parent", (PyCFunction)_wrap_Dn_parent, METH_O, NULL},
5308          { (char *)"Dn___cmp__", (PyCFunction) _wrap_Dn___cmp__, METH_VARARGS | METH_KEYWORDS, NULL},
5309          { (char *)"Dn_is_valid", (PyCFunction)_wrap_Dn_is_valid, METH_O, NULL},
5310          { (char *)"Dn_is_special", (PyCFunction)_wrap_Dn_is_special, METH_O, NULL},
5311          { (char *)"Dn_is_null", (PyCFunction)_wrap_Dn_is_null, METH_O, NULL},
5312          { (char *)"Dn_check_special", (PyCFunction) _wrap_Dn_check_special, METH_VARARGS | METH_KEYWORDS, NULL},
5313          { (char *)"Dn___len__", (PyCFunction)_wrap_Dn___len__, METH_O, NULL},
5314          { (char *)"Dn_add_child", (PyCFunction) _wrap_Dn_add_child, METH_VARARGS | METH_KEYWORDS, NULL},
5315          { (char *)"Dn_add_base", (PyCFunction) _wrap_Dn_add_base, METH_VARARGS | METH_KEYWORDS, NULL},
5316          { (char *)"Dn_canonical_str", (PyCFunction)_wrap_Dn_canonical_str, METH_O, NULL},
5317          { (char *)"Dn_canonical_ex_str", (PyCFunction)_wrap_Dn_canonical_ex_str, METH_O, NULL},
5318          { (char *)"Dn___add__", (PyCFunction) _wrap_Dn___add__, METH_VARARGS | METH_KEYWORDS, NULL},
5319          { (char *)"Dn_swigregister", Dn_swigregister, METH_VARARGS, NULL},
5320          { (char *)"Dn_swiginit", Dn_swiginit, METH_VARARGS, NULL},
5321          { (char *)"ldb_msg_element___iter__", (PyCFunction)_wrap_ldb_msg_element___iter__, METH_O, NULL},
5322          { (char *)"ldb_msg_element___set__", (PyCFunction)_wrap_ldb_msg_element___set__, METH_O, NULL},
5323          { (char *)"new_MessageElement", (PyCFunction) _wrap_new_MessageElement, METH_VARARGS | METH_KEYWORDS, NULL},
5324          { (char *)"delete_ldb_msg_element", (PyCFunction)_wrap_delete_ldb_msg_element, METH_O, NULL},
5325          { (char *)"ldb_msg_element___cmp__", (PyCFunction) _wrap_ldb_msg_element___cmp__, METH_VARARGS | METH_KEYWORDS, NULL},
5326          { (char *)"ldb_msg_element_swigregister", ldb_msg_element_swigregister, METH_VARARGS, NULL},
5327          { (char *)"ldb_msg_list_elements", (PyCFunction) _wrap_ldb_msg_list_elements, METH_VARARGS | METH_KEYWORDS, NULL},
5328          { (char *)"Message_dn_set", _wrap_Message_dn_set, METH_VARARGS, NULL},
5329          { (char *)"Message_dn_get", (PyCFunction)_wrap_Message_dn_get, METH_O, NULL},
5330          { (char *)"new_Message", (PyCFunction) _wrap_new_Message, METH_VARARGS | METH_KEYWORDS, NULL},
5331          { (char *)"delete_Message", (PyCFunction)_wrap_delete_Message, METH_O, NULL},
5332          { (char *)"Message___getitem__", (PyCFunction) _wrap_Message___getitem__, METH_VARARGS | METH_KEYWORDS, NULL},
5333          { (char *)"Message___setitem__", _wrap_Message___setitem__, METH_VARARGS, NULL},
5334          { (char *)"Message___len__", (PyCFunction)_wrap_Message___len__, METH_O, NULL},
5335          { (char *)"Message_keys", (PyCFunction)_wrap_Message_keys, METH_O, NULL},
5336          { (char *)"Message___iter__", (PyCFunction)_wrap_Message___iter__, METH_O, NULL},
5337          { (char *)"Message___delitem__", (PyCFunction) _wrap_Message___delitem__, METH_VARARGS | METH_KEYWORDS, NULL},
5338          { (char *)"Message_swigregister", Message_swigregister, METH_VARARGS, NULL},
5339          { (char *)"Message_swiginit", Message_swiginit, METH_VARARGS, NULL},
5340          { (char *)"ldb_ldif_to_pyobject", (PyCFunction) _wrap_ldb_ldif_to_pyobject, METH_VARARGS | METH_KEYWORDS, NULL},
5341          { (char *)"new_Ldb", (PyCFunction) _wrap_new_Ldb, METH_VARARGS | METH_KEYWORDS, NULL},
5342          { (char *)"Ldb_connect", (PyCFunction) _wrap_Ldb_connect, METH_VARARGS | METH_KEYWORDS, NULL},
5343          { (char *)"delete_Ldb", (PyCFunction)_wrap_delete_Ldb, METH_O, NULL},
5344          { (char *)"Ldb_search", (PyCFunction) _wrap_Ldb_search, METH_VARARGS | METH_KEYWORDS, NULL},
5345          { (char *)"Ldb_delete", (PyCFunction) _wrap_Ldb_delete, METH_VARARGS | METH_KEYWORDS, NULL},
5346          { (char *)"Ldb_rename", (PyCFunction) _wrap_Ldb_rename, METH_VARARGS | METH_KEYWORDS, NULL},
5347          { (char *)"Ldb_add", _wrap_Ldb_add, METH_VARARGS, NULL},
5348          { (char *)"Ldb_modify", (PyCFunction) _wrap_Ldb_modify, METH_VARARGS | METH_KEYWORDS, NULL},
5349          { (char *)"Ldb_get_config_basedn", (PyCFunction)_wrap_Ldb_get_config_basedn, METH_O, NULL},
5350          { (char *)"Ldb_get_root_basedn", (PyCFunction)_wrap_Ldb_get_root_basedn, METH_O, NULL},
5351          { (char *)"Ldb_get_schema_basedn", (PyCFunction)_wrap_Ldb_get_schema_basedn, METH_O, NULL},
5352          { (char *)"Ldb_get_default_basedn", (PyCFunction)_wrap_Ldb_get_default_basedn, METH_O, NULL},
5353          { (char *)"Ldb_errstring", (PyCFunction)_wrap_Ldb_errstring, METH_O, NULL},
5354          { (char *)"Ldb_set_create_perms", (PyCFunction) _wrap_Ldb_set_create_perms, METH_VARARGS | METH_KEYWORDS, NULL},
5355          { (char *)"Ldb_set_modules_dir", (PyCFunction) _wrap_Ldb_set_modules_dir, METH_VARARGS | METH_KEYWORDS, NULL},
5356          { (char *)"Ldb_set_debug", (PyCFunction) _wrap_Ldb_set_debug, METH_VARARGS | METH_KEYWORDS, NULL},
5357          { (char *)"Ldb_set_opaque", (PyCFunction) _wrap_Ldb_set_opaque, METH_VARARGS | METH_KEYWORDS, NULL},
5358          { (char *)"Ldb_get_opaque", (PyCFunction) _wrap_Ldb_get_opaque, METH_VARARGS | METH_KEYWORDS, NULL},
5359          { (char *)"Ldb_transaction_start", (PyCFunction)_wrap_Ldb_transaction_start, METH_O, NULL},
5360          { (char *)"Ldb_transaction_commit", (PyCFunction)_wrap_Ldb_transaction_commit, METH_O, NULL},
5361          { (char *)"Ldb_transaction_cancel", (PyCFunction)_wrap_Ldb_transaction_cancel, METH_O, NULL},
5362          { (char *)"Ldb___contains__", (PyCFunction) _wrap_Ldb___contains__, METH_VARARGS | METH_KEYWORDS, NULL},
5363          { (char *)"Ldb_parse_ldif", (PyCFunction) _wrap_Ldb_parse_ldif, METH_VARARGS | METH_KEYWORDS, NULL},
5364          { (char *)"Ldb_swigregister", Ldb_swigregister, METH_VARARGS, NULL},
5365          { (char *)"Ldb_swiginit", Ldb_swiginit, METH_VARARGS, NULL},
5366          { (char *)"valid_attr_name", (PyCFunction) _wrap_valid_attr_name, METH_VARARGS | METH_KEYWORDS, NULL},
5367          { (char *)"timestring", (PyCFunction) _wrap_timestring, METH_VARARGS | METH_KEYWORDS, NULL},
5368          { (char *)"string_to_time", (PyCFunction) _wrap_string_to_time, METH_VARARGS | METH_KEYWORDS, NULL},
5369          { (char *)"register_module", (PyCFunction) _wrap_register_module, METH_VARARGS | METH_KEYWORDS, NULL},
5370          { NULL, NULL, 0, NULL }
5371 };
5372
5373
5374 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
5375
5376 static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
5377 static swig_type_info _swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void = {"_p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void", "void (*)(void *,enum ldb_debug_level,char const *,va_list)", 0, 0, (void*)0, 0};
5378 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};
5379 static swig_type_info _swigt__p_ldb_context = {"_p_ldb_context", "struct ldb_context *|ldb *", 0, 0, (void*)0, 0};
5380 static swig_type_info _swigt__p_ldb_dn = {"_p_ldb_dn", "struct ldb_dn *|ldb_dn *", 0, 0, (void*)0, 0};
5381 static swig_type_info _swigt__p_ldb_ldif = {"_p_ldb_ldif", "struct ldb_ldif *|ldb_ldif *", 0, 0, (void*)0, 0};
5382 static swig_type_info _swigt__p_ldb_message = {"_p_ldb_message", "ldb_msg *|struct ldb_message *", 0, 0, (void*)0, 0};
5383 static swig_type_info _swigt__p_ldb_message_element = {"_p_ldb_message_element", "struct ldb_message_element *|ldb_msg_element *", 0, 0, (void*)0, 0};
5384 static swig_type_info _swigt__p_ldb_module_ops = {"_p_ldb_module_ops", "struct ldb_module_ops *", 0, 0, (void*)0, 0};
5385 static swig_type_info _swigt__p_ldb_result = {"_p_ldb_result", "struct ldb_result *", 0, 0, (void*)0, 0};
5386 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};
5387 static swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, (void*)0, 0};
5388 static swig_type_info _swigt__p_p_ldb_result = {"_p_p_ldb_result", "struct ldb_result **", 0, 0, (void*)0, 0};
5389 static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
5390 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};
5391 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};
5392 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};
5393 static swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *|time_t *", 0, 0, (void*)0, 0};
5394 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};
5395 static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
5396 static swig_type_info _swigt__p_void = {"_p_void", "void *", 0, 0, (void*)0, 0};
5397
5398 static swig_type_info *swig_type_initial[] = {
5399   &_swigt__p_char,
5400   &_swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void,
5401   &_swigt__p_int,
5402   &_swigt__p_ldb_context,
5403   &_swigt__p_ldb_dn,
5404   &_swigt__p_ldb_ldif,
5405   &_swigt__p_ldb_message,
5406   &_swigt__p_ldb_message_element,
5407   &_swigt__p_ldb_module_ops,
5408   &_swigt__p_ldb_result,
5409   &_swigt__p_long_long,
5410   &_swigt__p_p_char,
5411   &_swigt__p_p_ldb_result,
5412   &_swigt__p_short,
5413   &_swigt__p_signed_char,
5414   &_swigt__p_unsigned_char,
5415   &_swigt__p_unsigned_int,
5416   &_swigt__p_unsigned_long,
5417   &_swigt__p_unsigned_long_long,
5418   &_swigt__p_unsigned_short,
5419   &_swigt__p_void,
5420 };
5421
5422 static swig_cast_info _swigc__p_char[] = {  {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
5423 static swig_cast_info _swigc__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void[] = {  {&_swigt__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void, 0, 0, 0},{0, 0, 0, 0}};
5424 static swig_cast_info _swigc__p_int[] = {  {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
5425 static swig_cast_info _swigc__p_ldb_context[] = {  {&_swigt__p_ldb_context, 0, 0, 0},{0, 0, 0, 0}};
5426 static swig_cast_info _swigc__p_ldb_dn[] = {  {&_swigt__p_ldb_dn, 0, 0, 0},{0, 0, 0, 0}};
5427 static swig_cast_info _swigc__p_ldb_ldif[] = {  {&_swigt__p_ldb_ldif, 0, 0, 0},{0, 0, 0, 0}};
5428 static swig_cast_info _swigc__p_ldb_message[] = {  {&_swigt__p_ldb_message, 0, 0, 0},{0, 0, 0, 0}};
5429 static swig_cast_info _swigc__p_ldb_message_element[] = {  {&_swigt__p_ldb_message_element, 0, 0, 0},{0, 0, 0, 0}};
5430 static swig_cast_info _swigc__p_ldb_module_ops[] = {  {&_swigt__p_ldb_module_ops, 0, 0, 0},{0, 0, 0, 0}};
5431 static swig_cast_info _swigc__p_ldb_result[] = {  {&_swigt__p_ldb_result, 0, 0, 0},{0, 0, 0, 0}};
5432 static swig_cast_info _swigc__p_long_long[] = {  {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
5433 static swig_cast_info _swigc__p_p_char[] = {  {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}};
5434 static swig_cast_info _swigc__p_p_ldb_result[] = {  {&_swigt__p_p_ldb_result, 0, 0, 0},{0, 0, 0, 0}};
5435 static swig_cast_info _swigc__p_short[] = {  {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
5436 static swig_cast_info _swigc__p_signed_char[] = {  {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
5437 static swig_cast_info _swigc__p_unsigned_char[] = {  {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
5438 static swig_cast_info _swigc__p_unsigned_int[] = {  {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
5439 static swig_cast_info _swigc__p_unsigned_long[] = {  {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}};
5440 static swig_cast_info _swigc__p_unsigned_long_long[] = {  {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
5441 static swig_cast_info _swigc__p_unsigned_short[] = {  {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
5442 static swig_cast_info _swigc__p_void[] = {  {&_swigt__p_void, 0, 0, 0},{0, 0, 0, 0}};
5443
5444 static swig_cast_info *swig_cast_initial[] = {
5445   _swigc__p_char,
5446   _swigc__p_f_p_void_enum_ldb_debug_level_p_q_const__char_va_list__void,
5447   _swigc__p_int,
5448   _swigc__p_ldb_context,
5449   _swigc__p_ldb_dn,
5450   _swigc__p_ldb_ldif,
5451   _swigc__p_ldb_message,
5452   _swigc__p_ldb_message_element,
5453   _swigc__p_ldb_module_ops,
5454   _swigc__p_ldb_result,
5455   _swigc__p_long_long,
5456   _swigc__p_p_char,
5457   _swigc__p_p_ldb_result,
5458   _swigc__p_short,
5459   _swigc__p_signed_char,
5460   _swigc__p_unsigned_char,
5461   _swigc__p_unsigned_int,
5462   _swigc__p_unsigned_long,
5463   _swigc__p_unsigned_long_long,
5464   _swigc__p_unsigned_short,
5465   _swigc__p_void,
5466 };
5467
5468
5469 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
5470
5471 static swig_const_info swig_const_table[] = {
5472 {0, 0, 0, 0.0, 0, 0}};
5473
5474 #ifdef __cplusplus
5475 }
5476 #endif
5477 /* -----------------------------------------------------------------------------
5478  * Type initialization:
5479  * This problem is tough by the requirement that no dynamic 
5480  * memory is used. Also, since swig_type_info structures store pointers to 
5481  * swig_cast_info structures and swig_cast_info structures store pointers back
5482  * to swig_type_info structures, we need some lookup code at initialization. 
5483  * The idea is that swig generates all the structures that are needed. 
5484  * The runtime then collects these partially filled structures. 
5485  * The SWIG_InitializeModule function takes these initial arrays out of 
5486  * swig_module, and does all the lookup, filling in the swig_module.types
5487  * array with the correct data and linking the correct swig_cast_info
5488  * structures together.
5489  *
5490  * The generated swig_type_info structures are assigned staticly to an initial 
5491  * array. We just loop through that array, and handle each type individually.
5492  * First we lookup if this type has been already loaded, and if so, use the
5493  * loaded structure instead of the generated one. Then we have to fill in the
5494  * cast linked list. The cast data is initially stored in something like a
5495  * two-dimensional array. Each row corresponds to a type (there are the same
5496  * number of rows as there are in the swig_type_initial array). Each entry in
5497  * a column is one of the swig_cast_info structures for that type.
5498  * The cast_initial array is actually an array of arrays, because each row has
5499  * a variable number of columns. So to actually build the cast linked list,
5500  * we find the array of casts associated with the type, and loop through it 
5501  * adding the casts to the list. The one last trick we need to do is making
5502  * sure the type pointer in the swig_cast_info struct is correct.
5503  *
5504  * First off, we lookup the cast->type name to see if it is already loaded. 
5505  * There are three cases to handle:
5506  *  1) If the cast->type has already been loaded AND the type we are adding
5507  *     casting info to has not been loaded (it is in this module), THEN we
5508  *     replace the cast->type pointer with the type pointer that has already
5509  *     been loaded.
5510  *  2) If BOTH types (the one we are adding casting info to, and the 
5511  *     cast->type) are loaded, THEN the cast info has already been loaded by
5512  *     the previous module so we just ignore it.
5513  *  3) Finally, if cast->type has not already been loaded, then we add that
5514  *     swig_cast_info to the linked list (because the cast->type) pointer will
5515  *     be correct.
5516  * ----------------------------------------------------------------------------- */
5517
5518 #ifdef __cplusplus
5519 extern "C" {
5520 #if 0
5521 } /* c-mode */
5522 #endif
5523 #endif
5524
5525 #if 0
5526 #define SWIGRUNTIME_DEBUG
5527 #endif
5528
5529
5530 SWIGRUNTIME void
5531 SWIG_InitializeModule(void *clientdata) {
5532   size_t i;
5533   swig_module_info *module_head, *iter;
5534   int found;
5535   
5536   clientdata = clientdata;
5537   
5538   /* check to see if the circular list has been setup, if not, set it up */
5539   if (swig_module.next==0) {
5540     /* Initialize the swig_module */
5541     swig_module.type_initial = swig_type_initial;
5542     swig_module.cast_initial = swig_cast_initial;
5543     swig_module.next = &swig_module;
5544   }
5545   
5546   /* Try and load any already created modules */
5547   module_head = SWIG_GetModule(clientdata);
5548   if (!module_head) {
5549     /* This is the first module loaded for this interpreter */
5550     /* so set the swig module into the interpreter */
5551     SWIG_SetModule(clientdata, &swig_module);
5552     module_head = &swig_module;
5553   } else {
5554     /* the interpreter has loaded a SWIG module, but has it loaded this one? */
5555     found=0;
5556     iter=module_head;
5557     do {
5558       if (iter==&swig_module) {
5559         found=1;
5560         break;
5561       }
5562       iter=iter->next;
5563     } while (iter!= module_head);
5564     
5565     /* if the is found in the list, then all is done and we may leave */
5566     if (found) return;
5567     /* otherwise we must add out module into the list */
5568     swig_module.next = module_head->next;
5569     module_head->next = &swig_module;
5570   }
5571   
5572   /* Now work on filling in swig_module.types */
5573 #ifdef SWIGRUNTIME_DEBUG
5574   printf("SWIG_InitializeModule: size %d\n", swig_module.size);
5575 #endif
5576   for (i = 0; i < swig_module.size; ++i) {
5577     swig_type_info *type = 0;
5578     swig_type_info *ret;
5579     swig_cast_info *cast;
5580     
5581 #ifdef SWIGRUNTIME_DEBUG
5582     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
5583 #endif
5584     
5585     /* if there is another module already loaded */
5586     if (swig_module.next != &swig_module) {
5587       type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
5588     }
5589     if (type) {
5590       /* Overwrite clientdata field */
5591 #ifdef SWIGRUNTIME_DEBUG
5592       printf("SWIG_InitializeModule: found type %s\n", type->name);
5593 #endif
5594       if (swig_module.type_initial[i]->clientdata) {
5595         type->clientdata = swig_module.type_initial[i]->clientdata;
5596 #ifdef SWIGRUNTIME_DEBUG
5597         printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
5598 #endif
5599       }
5600     } else {
5601       type = swig_module.type_initial[i];
5602     }
5603     
5604     /* Insert casting types */
5605     cast = swig_module.cast_initial[i];
5606     while (cast->type) {
5607       /* Don't need to add information already in the list */
5608       ret = 0;
5609 #ifdef SWIGRUNTIME_DEBUG
5610       printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
5611 #endif
5612       if (swig_module.next != &swig_module) {
5613         ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
5614 #ifdef SWIGRUNTIME_DEBUG
5615         if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
5616 #endif
5617       }
5618       if (ret) {
5619         if (type == swig_module.type_initial[i]) {
5620 #ifdef SWIGRUNTIME_DEBUG
5621           printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
5622 #endif
5623           cast->type = ret;
5624           ret = 0;
5625         } else {
5626           /* Check for casting already in the list */
5627           swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
5628 #ifdef SWIGRUNTIME_DEBUG
5629           if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
5630 #endif
5631           if (!ocast) ret = 0;
5632         }
5633       }
5634       
5635       if (!ret) {
5636 #ifdef SWIGRUNTIME_DEBUG
5637         printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
5638 #endif
5639         if (type->cast) {
5640           type->cast->prev = cast;
5641           cast->next = type->cast;
5642         }
5643         type->cast = cast;
5644       }
5645       cast++;
5646     }
5647     /* Set entry in modules->types array equal to the type */
5648     swig_module.types[i] = type;
5649   }
5650   swig_module.types[i] = 0;
5651   
5652 #ifdef SWIGRUNTIME_DEBUG
5653   printf("**** SWIG_InitializeModule: Cast List ******\n");
5654   for (i = 0; i < swig_module.size; ++i) {
5655     int j = 0;
5656     swig_cast_info *cast = swig_module.cast_initial[i];
5657     printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
5658     while (cast->type) {
5659       printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
5660       cast++;
5661       ++j;
5662     }
5663     printf("---- Total casts: %d\n",j);
5664   }
5665   printf("**** SWIG_InitializeModule: Cast List ******\n");
5666 #endif
5667 }
5668
5669 /* This function will propagate the clientdata field of type to
5670 * any new swig_type_info structures that have been added into the list
5671 * of equivalent types.  It is like calling
5672 * SWIG_TypeClientData(type, clientdata) a second time.
5673 */
5674 SWIGRUNTIME void
5675 SWIG_PropagateClientData(void) {
5676   size_t i;
5677   swig_cast_info *equiv;
5678   static int init_run = 0;
5679   
5680   if (init_run) return;
5681   init_run = 1;
5682   
5683   for (i = 0; i < swig_module.size; i++) {
5684     if (swig_module.types[i]->clientdata) {
5685       equiv = swig_module.types[i]->cast;
5686       while (equiv) {
5687         if (!equiv->converter) {
5688           if (equiv->type && !equiv->type->clientdata)
5689           SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
5690         }
5691         equiv = equiv->next;
5692       }
5693     }
5694   }
5695 }
5696
5697 #ifdef __cplusplus
5698 #if 0
5699 {
5700   /* c-mode */
5701 #endif
5702 }
5703 #endif
5704
5705
5706
5707 #ifdef __cplusplus
5708 extern "C" {
5709 #endif
5710   
5711   /* Python-specific SWIG API */
5712 #define SWIG_newvarlink()                             SWIG_Python_newvarlink()
5713 #define SWIG_addvarlink(p, name, get_attr, set_attr)  SWIG_Python_addvarlink(p, name, get_attr, set_attr)
5714 #define SWIG_InstallConstants(d, constants)           SWIG_Python_InstallConstants(d, constants)
5715   
5716   /* -----------------------------------------------------------------------------
5717    * global variable support code.
5718    * ----------------------------------------------------------------------------- */
5719   
5720   typedef struct swig_globalvar {
5721     char       *name;                  /* Name of global variable */
5722     PyObject *(*get_attr)(void);       /* Return the current value */
5723     int       (*set_attr)(PyObject *); /* Set the value */
5724     struct swig_globalvar *next;
5725   } swig_globalvar;
5726   
5727   typedef struct swig_varlinkobject {
5728     PyObject_HEAD
5729     swig_globalvar *vars;
5730   } swig_varlinkobject;
5731   
5732   SWIGINTERN PyObject *
5733   swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
5734     return PyString_FromString("<Swig global variables>");
5735   }
5736   
5737   SWIGINTERN PyObject *
5738   swig_varlink_str(swig_varlinkobject *v) {
5739     PyObject *str = PyString_FromString("(");
5740     swig_globalvar  *var;
5741     for (var = v->vars; var; var=var->next) {
5742       PyString_ConcatAndDel(&str,PyString_FromString(var->name));
5743       if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
5744     }
5745     PyString_ConcatAndDel(&str,PyString_FromString(")"));
5746     return str;
5747   }
5748   
5749   SWIGINTERN int
5750   swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
5751     PyObject *str = swig_varlink_str(v);
5752     fprintf(fp,"Swig global variables ");
5753     fprintf(fp,"%s\n", PyString_AsString(str));
5754     Py_DECREF(str);
5755     return 0;
5756   }
5757   
5758   SWIGINTERN void
5759   swig_varlink_dealloc(swig_varlinkobject *v) {
5760     swig_globalvar *var = v->vars;
5761     while (var) {
5762       swig_globalvar *n = var->next;
5763       free(var->name);
5764       free(var);
5765       var = n;
5766     }
5767   }
5768   
5769   SWIGINTERN PyObject *
5770   swig_varlink_getattr(swig_varlinkobject *v, char *n) {
5771     PyObject *res = NULL;
5772     swig_globalvar *var = v->vars;
5773     while (var) {
5774       if (strcmp(var->name,n) == 0) {
5775         res = (*var->get_attr)();
5776         break;
5777       }
5778       var = var->next;
5779     }
5780     if (res == NULL && !PyErr_Occurred()) {
5781       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
5782     }
5783     return res;
5784   }
5785   
5786   SWIGINTERN int
5787   swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
5788     int res = 1;
5789     swig_globalvar *var = v->vars;
5790     while (var) {
5791       if (strcmp(var->name,n) == 0) {
5792         res = (*var->set_attr)(p);
5793         break;
5794       }
5795       var = var->next;
5796     }
5797     if (res == 1 && !PyErr_Occurred()) {
5798       PyErr_SetString(PyExc_NameError,"Unknown C global variable");
5799     }
5800     return res;
5801   }
5802   
5803   SWIGINTERN PyTypeObject*
5804   swig_varlink_type(void) {
5805     static char varlink__doc__[] = "Swig var link object";
5806     static PyTypeObject varlink_type;
5807     static int type_init = 0;  
5808     if (!type_init) {
5809       const PyTypeObject tmp
5810       = {
5811         PyObject_HEAD_INIT(NULL)
5812         0,                                  /* Number of items in variable part (ob_size) */
5813         (char *)"swigvarlink",              /* Type name (tp_name) */
5814         sizeof(swig_varlinkobject),         /* Basic size (tp_basicsize) */
5815         0,                                  /* Itemsize (tp_itemsize) */
5816         (destructor) swig_varlink_dealloc,   /* Deallocator (tp_dealloc) */ 
5817         (printfunc) swig_varlink_print,     /* Print (tp_print) */
5818         (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */
5819         (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */
5820         0,                                  /* tp_compare */
5821         (reprfunc) swig_varlink_repr,       /* tp_repr */
5822         0,                                  /* tp_as_number */
5823         0,                                  /* tp_as_sequence */
5824         0,                                  /* tp_as_mapping */
5825         0,                                  /* tp_hash */
5826         0,                                  /* tp_call */
5827         (reprfunc)swig_varlink_str,        /* tp_str */
5828         0,                                  /* tp_getattro */
5829         0,                                  /* tp_setattro */
5830         0,                                  /* tp_as_buffer */
5831         0,                                  /* tp_flags */
5832         varlink__doc__,                     /* tp_doc */
5833         0,                                  /* tp_traverse */
5834         0,                                  /* tp_clear */
5835         0,                                  /* tp_richcompare */
5836         0,                                  /* tp_weaklistoffset */
5837 #if PY_VERSION_HEX >= 0x02020000
5838         0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
5839 #endif
5840 #if PY_VERSION_HEX >= 0x02030000
5841         0,                                  /* tp_del */
5842 #endif
5843 #ifdef COUNT_ALLOCS
5844         0,0,0,0                             /* tp_alloc -> tp_next */
5845 #endif
5846       };
5847       varlink_type = tmp;
5848       varlink_type.ob_type = &PyType_Type;
5849       type_init = 1;
5850     }
5851     return &varlink_type;
5852   }
5853   
5854   /* Create a variable linking object for use later */
5855   SWIGINTERN PyObject *
5856   SWIG_Python_newvarlink(void) {
5857     swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
5858     if (result) {
5859       result->vars = 0;
5860     }
5861     return ((PyObject*) result);
5862   }
5863   
5864   SWIGINTERN void 
5865   SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
5866     swig_varlinkobject *v = (swig_varlinkobject *) p;
5867     swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
5868     if (gv) {
5869       size_t size = strlen(name)+1;
5870       gv->name = (char *)malloc(size);
5871       if (gv->name) {
5872         strncpy(gv->name,name,size);
5873         gv->get_attr = get_attr;
5874         gv->set_attr = set_attr;
5875         gv->next = v->vars;
5876       }
5877     }
5878     v->vars = gv;
5879   }
5880   
5881   SWIGINTERN PyObject *
5882   SWIG_globals(void) {
5883     static PyObject *_SWIG_globals = 0; 
5884     if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink();  
5885     return _SWIG_globals;
5886   }
5887   
5888   /* -----------------------------------------------------------------------------
5889    * constants/methods manipulation
5890    * ----------------------------------------------------------------------------- */
5891   
5892   /* Install Constants */
5893   SWIGINTERN void
5894   SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
5895     PyObject *obj = 0;
5896     size_t i;
5897     for (i = 0; constants[i].type; ++i) {
5898       switch(constants[i].type) {
5899       case SWIG_PY_POINTER:
5900         obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
5901         break;
5902       case SWIG_PY_BINARY:
5903         obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
5904         break;
5905       default:
5906         obj = 0;
5907         break;
5908       }
5909       if (obj) {
5910         PyDict_SetItemString(d, constants[i].name, obj);
5911         Py_DECREF(obj);
5912       }
5913     }
5914   }
5915   
5916   /* -----------------------------------------------------------------------------*/
5917   /* Fix SwigMethods to carry the callback ptrs when needed */
5918   /* -----------------------------------------------------------------------------*/
5919   
5920   SWIGINTERN void
5921   SWIG_Python_FixMethods(PyMethodDef *methods,
5922     swig_const_info *const_table,
5923     swig_type_info **types,
5924     swig_type_info **types_initial) {
5925     size_t i;
5926     for (i = 0; methods[i].ml_name; ++i) {
5927       const char *c = methods[i].ml_doc;
5928       if (c && (c = strstr(c, "swig_ptr: "))) {
5929         int j;
5930         swig_const_info *ci = 0;
5931         const char *name = c + 10;
5932         for (j = 0; const_table[j].type; ++j) {
5933           if (strncmp(const_table[j].name, name, 
5934               strlen(const_table[j].name)) == 0) {
5935             ci = &(const_table[j]);
5936             break;
5937           }
5938         }
5939         if (ci) {
5940           size_t shift = (ci->ptype) - types;
5941           swig_type_info *ty = types_initial[shift];
5942           size_t ldoc = (c - methods[i].ml_doc);
5943           size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
5944           char *ndoc = (char*)malloc(ldoc + lptr + 10);
5945           if (ndoc) {
5946             char *buff = ndoc;
5947             void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
5948             if (ptr) {
5949               strncpy(buff, methods[i].ml_doc, ldoc);
5950               buff += ldoc;
5951               strncpy(buff, "swig_ptr: ", 10);
5952               buff += 10;
5953               SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
5954               methods[i].ml_doc = ndoc;
5955             }
5956           }
5957         }
5958       }
5959     }
5960   } 
5961   
5962 #ifdef __cplusplus
5963 }
5964 #endif
5965
5966 /* -----------------------------------------------------------------------------*
5967  *  Partial Init method
5968  * -----------------------------------------------------------------------------*/
5969
5970 #ifdef __cplusplus
5971 extern "C"
5972 #endif
5973 SWIGEXPORT void SWIG_init(void) {
5974   PyObject *m, *d;
5975   
5976   /* Fix SwigMethods to carry the callback ptrs when needed */
5977   SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
5978   
5979   m = Py_InitModule((char *) SWIG_name, SwigMethods);
5980   d = PyModule_GetDict(m);
5981   
5982   SWIG_InitializeModule(0);
5983   SWIG_InstallConstants(d,swig_const_table);
5984   
5985   
5986   SWIG_Python_SetConstant(d, "SCOPE_DEFAULT",SWIG_From_int((int)(LDB_SCOPE_DEFAULT)));
5987   SWIG_Python_SetConstant(d, "SCOPE_BASE",SWIG_From_int((int)(LDB_SCOPE_BASE)));
5988   SWIG_Python_SetConstant(d, "SCOPE_ONELEVEL",SWIG_From_int((int)(LDB_SCOPE_ONELEVEL)));
5989   SWIG_Python_SetConstant(d, "SCOPE_SUBTREE",SWIG_From_int((int)(LDB_SCOPE_SUBTREE)));
5990   SWIG_Python_SetConstant(d, "CHANGETYPE_NONE",SWIG_From_int((int)(LDB_CHANGETYPE_NONE)));
5991   SWIG_Python_SetConstant(d, "CHANGETYPE_ADD",SWIG_From_int((int)(LDB_CHANGETYPE_ADD)));
5992   SWIG_Python_SetConstant(d, "CHANGETYPE_DELETE",SWIG_From_int((int)(LDB_CHANGETYPE_DELETE)));
5993   SWIG_Python_SetConstant(d, "CHANGETYPE_MODIFY",SWIG_From_int((int)(LDB_CHANGETYPE_MODIFY)));
5994   
5995   PyExc_LdbError = PyErr_NewException((char *)"_ldb.LdbError", NULL, NULL);
5996   PyDict_SetItemString(d, "LdbError", PyExc_LdbError);
5997   
5998   SWIG_Python_SetConstant(d, "LDB_ERR_OPERATIONS_ERROR",SWIG_From_int((int)(1)));
5999   SWIG_Python_SetConstant(d, "LDB_ERR_PROTOCOL_ERROR",SWIG_From_int((int)(2)));
6000   SWIG_Python_SetConstant(d, "LDB_ERR_TIME_LIMIT_EXCEEDED",SWIG_From_int((int)(3)));
6001   SWIG_Python_SetConstant(d, "LDB_ERR_SIZE_LIMIT_EXCEEDED",SWIG_From_int((int)(4)));
6002   SWIG_Python_SetConstant(d, "LDB_ERR_COMPARE_FALSE",SWIG_From_int((int)(5)));
6003   SWIG_Python_SetConstant(d, "LDB_ERR_COMPARE_TRUE",SWIG_From_int((int)(6)));
6004   SWIG_Python_SetConstant(d, "LDB_ERR_AUTH_METHOD_NOT_SUPPORTED",SWIG_From_int((int)(7)));
6005   SWIG_Python_SetConstant(d, "LDB_ERR_STRONG_AUTH_REQUIRED",SWIG_From_int((int)(8)));
6006   SWIG_Python_SetConstant(d, "LDB_ERR_REFERRAL",SWIG_From_int((int)(10)));
6007   SWIG_Python_SetConstant(d, "LDB_ERR_ADMIN_LIMIT_EXCEEDED",SWIG_From_int((int)(11)));
6008   SWIG_Python_SetConstant(d, "LDB_ERR_UNSUPPORTED_CRITICAL_EXTENSION",SWIG_From_int((int)(12)));
6009   SWIG_Python_SetConstant(d, "LDB_ERR_CONFIDENTIALITY_REQUIRED",SWIG_From_int((int)(13)));
6010   SWIG_Python_SetConstant(d, "LDB_ERR_SASL_BIND_IN_PROGRESS",SWIG_From_int((int)(14)));
6011   SWIG_Python_SetConstant(d, "LDB_ERR_NO_SUCH_ATTRIBUTE",SWIG_From_int((int)(16)));
6012   SWIG_Python_SetConstant(d, "LDB_ERR_UNDEFINED_ATTRIBUTE_TYPE",SWIG_From_int((int)(17)));
6013   SWIG_Python_SetConstant(d, "LDB_ERR_INAPPROPRIATE_MATCHING",SWIG_From_int((int)(18)));
6014   SWIG_Python_SetConstant(d, "LDB_ERR_CONSTRAINT_VIOLATION",SWIG_From_int((int)(19)));
6015   SWIG_Python_SetConstant(d, "LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS",SWIG_From_int((int)(20)));
6016   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_ATTRIBUTE_SYNTAX",SWIG_From_int((int)(21)));
6017   SWIG_Python_SetConstant(d, "LDB_ERR_NO_SUCH_OBJECT",SWIG_From_int((int)(32)));
6018   SWIG_Python_SetConstant(d, "LDB_ERR_ALIAS_PROBLEM",SWIG_From_int((int)(33)));
6019   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_DN_SYNTAX",SWIG_From_int((int)(34)));
6020   SWIG_Python_SetConstant(d, "LDB_ERR_ALIAS_DEREFERENCING_PROBLEM",SWIG_From_int((int)(36)));
6021   SWIG_Python_SetConstant(d, "LDB_ERR_INAPPROPRIATE_AUTHENTICATION",SWIG_From_int((int)(48)));
6022   SWIG_Python_SetConstant(d, "LDB_ERR_INVALID_CREDENTIALS",SWIG_From_int((int)(49)));
6023   SWIG_Python_SetConstant(d, "LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS",SWIG_From_int((int)(50)));
6024   SWIG_Python_SetConstant(d, "LDB_ERR_BUSY",SWIG_From_int((int)(51)));
6025   SWIG_Python_SetConstant(d, "LDB_ERR_UNAVAILABLE",SWIG_From_int((int)(52)));
6026   SWIG_Python_SetConstant(d, "LDB_ERR_UNWILLING_TO_PERFORM",SWIG_From_int((int)(53)));
6027   SWIG_Python_SetConstant(d, "LDB_ERR_LOOP_DETECT",SWIG_From_int((int)(54)));
6028   SWIG_Python_SetConstant(d, "LDB_ERR_NAMING_VIOLATION",SWIG_From_int((int)(64)));
6029   SWIG_Python_SetConstant(d, "LDB_ERR_OBJECT_CLASS_VIOLATION",SWIG_From_int((int)(65)));
6030   SWIG_Python_SetConstant(d, "LDB_ERR_NOT_ALLOWED_ON_NON_LEAF",SWIG_From_int((int)(66)));
6031   SWIG_Python_SetConstant(d, "LDB_ERR_NOT_ALLOWED_ON_RDN",SWIG_From_int((int)(67)));
6032   SWIG_Python_SetConstant(d, "LDB_ERR_ENTRY_ALREADY_EXISTS",SWIG_From_int((int)(68)));
6033   SWIG_Python_SetConstant(d, "LDB_ERR_OBJECT_CLASS_MODS_PROHIBITED",SWIG_From_int((int)(69)));
6034   SWIG_Python_SetConstant(d, "LDB_ERR_AFFECTS_MULTIPLE_DSAS",SWIG_From_int((int)(71)));
6035   SWIG_Python_SetConstant(d, "LDB_ERR_OTHER",SWIG_From_int((int)(80)));
6036 }
6037