Add smbcli_transport_dead callback
[Samba/vfs_proxy.git] / source4 / param / param_wrap.c
blob8f4f529532bcb1a1032a7d2c10eee1d70ac0335d
1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 1.3.36
4 *
5 * This file is not intended to be easily readable and contains a number of
6 * coding conventions designed to improve portability and efficiency. Do not make
7 * changes to this file unless you know what you are doing--modify the SWIG
8 * interface file instead.
9 * ----------------------------------------------------------------------------- */
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 * ----------------------------------------------------------------------------- */
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
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
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
55 #ifndef SWIG_MSC_UNSUPPRESS_4505
56 # if defined(_MSC_VER)
57 # pragma warning(disable : 4505) /* unreferenced local function has been removed */
58 # endif
59 #endif
61 #ifndef SWIGUNUSEDPARM
62 # ifdef __cplusplus
63 # define SWIGUNUSEDPARM(p)
64 # else
65 # define SWIGUNUSEDPARM(p) p SWIGUNUSED
66 # endif
67 #endif
69 /* internal SWIG method */
70 #ifndef SWIGINTERN
71 # define SWIGINTERN static SWIGUNUSED
72 #endif
74 /* internal inline SWIG method */
75 #ifndef SWIGINTERNINLINE
76 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
77 #endif
79 /* exporting methods */
80 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
81 # ifndef GCC_HASCLASSVISIBILITY
82 # define GCC_HASCLASSVISIBILITY
83 # endif
84 #endif
86 #ifndef SWIGEXPORT
87 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
88 # if defined(STATIC_LINKED)
89 # define SWIGEXPORT
90 # else
91 # define SWIGEXPORT __declspec(dllexport)
92 # endif
93 # else
94 # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
95 # define SWIGEXPORT __attribute__ ((visibility("default")))
96 # else
97 # define SWIGEXPORT
98 # endif
99 # endif
100 #endif
102 /* calling conventions for Windows */
103 #ifndef SWIGSTDCALL
104 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
105 # define SWIGSTDCALL __stdcall
106 # else
107 # define SWIGSTDCALL
108 # endif
109 #endif
111 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
112 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
113 # define _CRT_SECURE_NO_DEPRECATE
114 #endif
116 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
117 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
118 # define _SCL_SECURE_NO_DEPRECATE
119 #endif
123 /* Python.h has to appear first */
124 #include <Python.h>
126 /* -----------------------------------------------------------------------------
127 * swigrun.swg
129 * This file contains generic CAPI SWIG runtime support for pointer
130 * type checking.
131 * ----------------------------------------------------------------------------- */
133 /* This should only be incremented when either the layout of swig_type_info changes,
134 or for whatever reason, the runtime changes incompatibly */
135 #define SWIG_RUNTIME_VERSION "4"
137 /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
138 #ifdef SWIG_TYPE_TABLE
139 # define SWIG_QUOTE_STRING(x) #x
140 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
141 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
142 #else
143 # define SWIG_TYPE_TABLE_NAME
144 #endif
147 You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
148 creating a static or dynamic library from the swig runtime code.
149 In 99.9% of the cases, swig just needs to declare them as 'static'.
151 But only do this if is strictly necessary, ie, if you have problems
152 with your compiler or so.
155 #ifndef SWIGRUNTIME
156 # define SWIGRUNTIME SWIGINTERN
157 #endif
159 #ifndef SWIGRUNTIMEINLINE
160 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
161 #endif
163 /* Generic buffer size */
164 #ifndef SWIG_BUFFER_SIZE
165 # define SWIG_BUFFER_SIZE 1024
166 #endif
168 /* Flags for pointer conversions */
169 #define SWIG_POINTER_DISOWN 0x1
170 #define SWIG_CAST_NEW_MEMORY 0x2
172 /* Flags for new pointer objects */
173 #define SWIG_POINTER_OWN 0x1
177 Flags/methods for returning states.
179 The swig conversion methods, as ConvertPtr, return and integer
180 that tells if the conversion was successful or not. And if not,
181 an error code can be returned (see swigerrors.swg for the codes).
183 Use the following macros/flags to set or process the returning
184 states.
186 In old swig versions, you usually write code as:
188 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
189 // success code
190 } else {
191 //fail code
194 Now you can be more explicit as:
196 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
197 if (SWIG_IsOK(res)) {
198 // success code
199 } else {
200 // fail code
203 that seems to be the same, but now you can also do
205 Type *ptr;
206 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
207 if (SWIG_IsOK(res)) {
208 // success code
209 if (SWIG_IsNewObj(res) {
211 delete *ptr;
212 } else {
215 } else {
216 // fail code
219 I.e., now SWIG_ConvertPtr can return new objects and you can
220 identify the case and take care of the deallocation. Of course that
221 requires also to SWIG_ConvertPtr to return new result values, as
223 int SWIG_ConvertPtr(obj, ptr,...) {
224 if (<obj is ok>) {
225 if (<need new object>) {
226 *ptr = <ptr to new allocated object>;
227 return SWIG_NEWOBJ;
228 } else {
229 *ptr = <ptr to old object>;
230 return SWIG_OLDOBJ;
232 } else {
233 return SWIG_BADOBJ;
237 Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
238 more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
239 swig errors code.
241 Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
242 allows to return the 'cast rank', for example, if you have this
244 int food(double)
245 int fooi(int);
247 and you call
249 food(1) // cast rank '1' (1 -> 1.0)
250 fooi(1) // cast rank '0'
252 just use the SWIG_AddCast()/SWIG_CheckState()
256 #define SWIG_OK (0)
257 #define SWIG_ERROR (-1)
258 #define SWIG_IsOK(r) (r >= 0)
259 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
261 /* The CastRankLimit says how many bits are used for the cast rank */
262 #define SWIG_CASTRANKLIMIT (1 << 8)
263 /* The NewMask denotes the object was created (using new/malloc) */
264 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
265 /* The TmpMask is for in/out typemaps that use temporal objects */
266 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
267 /* Simple returning values */
268 #define SWIG_BADOBJ (SWIG_ERROR)
269 #define SWIG_OLDOBJ (SWIG_OK)
270 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
271 #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
272 /* Check, add and del mask methods */
273 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
274 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
275 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
276 #define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
277 #define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
278 #define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
281 /* Cast-Rank Mode */
282 #if defined(SWIG_CASTRANK_MODE)
283 # ifndef SWIG_TypeRank
284 # define SWIG_TypeRank unsigned long
285 # endif
286 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
287 # define SWIG_MAXCASTRANK (2)
288 # endif
289 # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1)
290 # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
291 SWIGINTERNINLINE int SWIG_AddCast(int r) {
292 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
294 SWIGINTERNINLINE int SWIG_CheckState(int r) {
295 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
297 #else /* no cast-rank mode */
298 # define SWIG_AddCast
299 # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
300 #endif
305 #include <string.h>
307 #ifdef __cplusplus
308 extern "C" {
309 #endif
311 typedef void *(*swig_converter_func)(void *, int *);
312 typedef struct swig_type_info *(*swig_dycast_func)(void **);
314 /* Structure to store information on one type */
315 typedef struct swig_type_info {
316 const char *name; /* mangled name of this type */
317 const char *str; /* human readable name of this type */
318 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */
319 struct swig_cast_info *cast; /* linked list of types that can cast into this type */
320 void *clientdata; /* language specific type data */
321 int owndata; /* flag if the structure owns the clientdata */
322 } swig_type_info;
324 /* Structure to store a type and conversion function used for casting */
325 typedef struct swig_cast_info {
326 swig_type_info *type; /* pointer to type that is equivalent to this type */
327 swig_converter_func converter; /* function to cast the void pointers */
328 struct swig_cast_info *next; /* pointer to next cast in linked list */
329 struct swig_cast_info *prev; /* pointer to the previous cast */
330 } swig_cast_info;
332 /* Structure used to store module information
333 * Each module generates one structure like this, and the runtime collects
334 * all of these structures and stores them in a circularly linked list.*/
335 typedef struct swig_module_info {
336 swig_type_info **types; /* Array of pointers to swig_type_info structures that are in this module */
337 size_t size; /* Number of types in this module */
338 struct swig_module_info *next; /* Pointer to next element in circularly linked list */
339 swig_type_info **type_initial; /* Array of initially generated type structures */
340 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
341 void *clientdata; /* Language specific module data */
342 } swig_module_info;
345 Compare two type names skipping the space characters, therefore
346 "char*" == "char *" and "Class<int>" == "Class<int >", etc.
348 Return 0 when the two name types are equivalent, as in
349 strncmp, but skipping ' '.
351 SWIGRUNTIME int
352 SWIG_TypeNameComp(const char *f1, const char *l1,
353 const char *f2, const char *l2) {
354 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
355 while ((*f1 == ' ') && (f1 != l1)) ++f1;
356 while ((*f2 == ' ') && (f2 != l2)) ++f2;
357 if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
359 return (int)((l1 - f1) - (l2 - f2));
363 Check type equivalence in a name list like <name1>|<name2>|...
364 Return 0 if not equal, 1 if equal
366 SWIGRUNTIME int
367 SWIG_TypeEquiv(const char *nb, const char *tb) {
368 int equiv = 0;
369 const char* te = tb + strlen(tb);
370 const char* ne = nb;
371 while (!equiv && *ne) {
372 for (nb = ne; *ne; ++ne) {
373 if (*ne == '|') break;
375 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
376 if (*ne) ++ne;
378 return equiv;
382 Check type equivalence in a name list like <name1>|<name2>|...
383 Return 0 if equal, -1 if nb < tb, 1 if nb > tb
385 SWIGRUNTIME int
386 SWIG_TypeCompare(const char *nb, const char *tb) {
387 int equiv = 0;
388 const char* te = tb + strlen(tb);
389 const char* ne = nb;
390 while (!equiv && *ne) {
391 for (nb = ne; *ne; ++ne) {
392 if (*ne == '|') break;
394 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
395 if (*ne) ++ne;
397 return equiv;
401 /* think of this as a c++ template<> or a scheme macro */
402 #define SWIG_TypeCheck_Template(comparison, ty) \
403 if (ty) { \
404 swig_cast_info *iter = ty->cast; \
405 while (iter) { \
406 if (comparison) { \
407 if (iter == ty->cast) return iter; \
408 /* Move iter to the top of the linked list */ \
409 iter->prev->next = iter->next; \
410 if (iter->next) \
411 iter->next->prev = iter->prev; \
412 iter->next = ty->cast; \
413 iter->prev = 0; \
414 if (ty->cast) ty->cast->prev = iter; \
415 ty->cast = iter; \
416 return iter; \
418 iter = iter->next; \
421 return 0
424 Check the typename
426 SWIGRUNTIME swig_cast_info *
427 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
428 SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty);
431 /* Same as previous function, except strcmp is replaced with a pointer comparison */
432 SWIGRUNTIME swig_cast_info *
433 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *into) {
434 SWIG_TypeCheck_Template(iter->type == from, into);
438 Cast a pointer up an inheritance hierarchy
440 SWIGRUNTIMEINLINE void *
441 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) {
442 return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
446 Dynamic pointer casting. Down an inheritance hierarchy
448 SWIGRUNTIME swig_type_info *
449 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
450 swig_type_info *lastty = ty;
451 if (!ty || !ty->dcast) return ty;
452 while (ty && (ty->dcast)) {
453 ty = (*ty->dcast)(ptr);
454 if (ty) lastty = ty;
456 return lastty;
460 Return the name associated with this type
462 SWIGRUNTIMEINLINE const char *
463 SWIG_TypeName(const swig_type_info *ty) {
464 return ty->name;
468 Return the pretty name associated with this type,
469 that is an unmangled type name in a form presentable to the user.
471 SWIGRUNTIME const char *
472 SWIG_TypePrettyName(const swig_type_info *type) {
473 /* The "str" field contains the equivalent pretty names of the
474 type, separated by vertical-bar characters. We choose
475 to print the last name, as it is often (?) the most
476 specific. */
477 if (!type) return NULL;
478 if (type->str != NULL) {
479 const char *last_name = type->str;
480 const char *s;
481 for (s = type->str; *s; s++)
482 if (*s == '|') last_name = s+1;
483 return last_name;
485 else
486 return type->name;
490 Set the clientdata field for a type
492 SWIGRUNTIME void
493 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
494 swig_cast_info *cast = ti->cast;
495 /* if (ti->clientdata == clientdata) return; */
496 ti->clientdata = clientdata;
498 while (cast) {
499 if (!cast->converter) {
500 swig_type_info *tc = cast->type;
501 if (!tc->clientdata) {
502 SWIG_TypeClientData(tc, clientdata);
505 cast = cast->next;
508 SWIGRUNTIME void
509 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
510 SWIG_TypeClientData(ti, clientdata);
511 ti->owndata = 1;
515 Search for a swig_type_info structure only by mangled name
516 Search is a O(log #types)
518 We start searching at module start, and finish searching when start == end.
519 Note: if start == end at the beginning of the function, we go all the way around
520 the circular list.
522 SWIGRUNTIME swig_type_info *
523 SWIG_MangledTypeQueryModule(swig_module_info *start,
524 swig_module_info *end,
525 const char *name) {
526 swig_module_info *iter = start;
527 do {
528 if (iter->size) {
529 register size_t l = 0;
530 register size_t r = iter->size - 1;
531 do {
532 /* since l+r >= 0, we can (>> 1) instead (/ 2) */
533 register size_t i = (l + r) >> 1;
534 const char *iname = iter->types[i]->name;
535 if (iname) {
536 register int compare = strcmp(name, iname);
537 if (compare == 0) {
538 return iter->types[i];
539 } else if (compare < 0) {
540 if (i) {
541 r = i - 1;
542 } else {
543 break;
545 } else if (compare > 0) {
546 l = i + 1;
548 } else {
549 break; /* should never happen */
551 } while (l <= r);
553 iter = iter->next;
554 } while (iter != end);
555 return 0;
559 Search for a swig_type_info structure for either a mangled name or a human readable name.
560 It first searches the mangled names of the types, which is a O(log #types)
561 If a type is not found it then searches the human readable names, which is O(#types).
563 We start searching at module start, and finish searching when start == end.
564 Note: if start == end at the beginning of the function, we go all the way around
565 the circular list.
567 SWIGRUNTIME swig_type_info *
568 SWIG_TypeQueryModule(swig_module_info *start,
569 swig_module_info *end,
570 const char *name) {
571 /* STEP 1: Search the name field using binary search */
572 swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
573 if (ret) {
574 return ret;
575 } else {
576 /* STEP 2: If the type hasn't been found, do a complete search
577 of the str field (the human readable name) */
578 swig_module_info *iter = start;
579 do {
580 register size_t i = 0;
581 for (; i < iter->size; ++i) {
582 if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
583 return iter->types[i];
585 iter = iter->next;
586 } while (iter != end);
589 /* neither found a match */
590 return 0;
594 Pack binary data into a string
596 SWIGRUNTIME char *
597 SWIG_PackData(char *c, void *ptr, size_t sz) {
598 static const char hex[17] = "0123456789abcdef";
599 register const unsigned char *u = (unsigned char *) ptr;
600 register const unsigned char *eu = u + sz;
601 for (; u != eu; ++u) {
602 register unsigned char uu = *u;
603 *(c++) = hex[(uu & 0xf0) >> 4];
604 *(c++) = hex[uu & 0xf];
606 return c;
610 Unpack binary data from a string
612 SWIGRUNTIME const char *
613 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
614 register unsigned char *u = (unsigned char *) ptr;
615 register const unsigned char *eu = u + sz;
616 for (; u != eu; ++u) {
617 register char d = *(c++);
618 register unsigned char uu;
619 if ((d >= '0') && (d <= '9'))
620 uu = ((d - '0') << 4);
621 else if ((d >= 'a') && (d <= 'f'))
622 uu = ((d - ('a'-10)) << 4);
623 else
624 return (char *) 0;
625 d = *(c++);
626 if ((d >= '0') && (d <= '9'))
627 uu |= (d - '0');
628 else if ((d >= 'a') && (d <= 'f'))
629 uu |= (d - ('a'-10));
630 else
631 return (char *) 0;
632 *u = uu;
634 return c;
638 Pack 'void *' into a string buffer.
640 SWIGRUNTIME char *
641 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
642 char *r = buff;
643 if ((2*sizeof(void *) + 2) > bsz) return 0;
644 *(r++) = '_';
645 r = SWIG_PackData(r,&ptr,sizeof(void *));
646 if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
647 strcpy(r,name);
648 return buff;
651 SWIGRUNTIME const char *
652 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
653 if (*c != '_') {
654 if (strcmp(c,"NULL") == 0) {
655 *ptr = (void *) 0;
656 return name;
657 } else {
658 return 0;
661 return SWIG_UnpackData(++c,ptr,sizeof(void *));
664 SWIGRUNTIME char *
665 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
666 char *r = buff;
667 size_t lname = (name ? strlen(name) : 0);
668 if ((2*sz + 2 + lname) > bsz) return 0;
669 *(r++) = '_';
670 r = SWIG_PackData(r,ptr,sz);
671 if (lname) {
672 strncpy(r,name,lname+1);
673 } else {
674 *r = 0;
676 return buff;
679 SWIGRUNTIME const char *
680 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
681 if (*c != '_') {
682 if (strcmp(c,"NULL") == 0) {
683 memset(ptr,0,sz);
684 return name;
685 } else {
686 return 0;
689 return SWIG_UnpackData(++c,ptr,sz);
692 #ifdef __cplusplus
694 #endif
696 /* Errors in SWIG */
697 #define SWIG_UnknownError -1
698 #define SWIG_IOError -2
699 #define SWIG_RuntimeError -3
700 #define SWIG_IndexError -4
701 #define SWIG_TypeError -5
702 #define SWIG_DivisionByZero -6
703 #define SWIG_OverflowError -7
704 #define SWIG_SyntaxError -8
705 #define SWIG_ValueError -9
706 #define SWIG_SystemError -10
707 #define SWIG_AttributeError -11
708 #define SWIG_MemoryError -12
709 #define SWIG_NullReferenceError -13
714 /* Add PyOS_snprintf for old Pythons */
715 #if PY_VERSION_HEX < 0x02020000
716 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(_WATCOM)
717 # define PyOS_snprintf _snprintf
718 # else
719 # define PyOS_snprintf snprintf
720 # endif
721 #endif
723 /* A crude PyString_FromFormat implementation for old Pythons */
724 #if PY_VERSION_HEX < 0x02020000
726 #ifndef SWIG_PYBUFFER_SIZE
727 # define SWIG_PYBUFFER_SIZE 1024
728 #endif
730 static PyObject *
731 PyString_FromFormat(const char *fmt, ...) {
732 va_list ap;
733 char buf[SWIG_PYBUFFER_SIZE * 2];
734 int res;
735 va_start(ap, fmt);
736 res = vsnprintf(buf, sizeof(buf), fmt, ap);
737 va_end(ap);
738 return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
740 #endif
742 /* Add PyObject_Del for old Pythons */
743 #if PY_VERSION_HEX < 0x01060000
744 # define PyObject_Del(op) PyMem_DEL((op))
745 #endif
746 #ifndef PyObject_DEL
747 # define PyObject_DEL PyObject_Del
748 #endif
750 /* A crude PyExc_StopIteration exception for old Pythons */
751 #if PY_VERSION_HEX < 0x02020000
752 # ifndef PyExc_StopIteration
753 # define PyExc_StopIteration PyExc_RuntimeError
754 # endif
755 # ifndef PyObject_GenericGetAttr
756 # define PyObject_GenericGetAttr 0
757 # endif
758 #endif
759 /* Py_NotImplemented is defined in 2.1 and up. */
760 #if PY_VERSION_HEX < 0x02010000
761 # ifndef Py_NotImplemented
762 # define Py_NotImplemented PyExc_RuntimeError
763 # endif
764 #endif
767 /* A crude PyString_AsStringAndSize implementation for old Pythons */
768 #if PY_VERSION_HEX < 0x02010000
769 # ifndef PyString_AsStringAndSize
770 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
771 # endif
772 #endif
774 /* PySequence_Size for old Pythons */
775 #if PY_VERSION_HEX < 0x02000000
776 # ifndef PySequence_Size
777 # define PySequence_Size PySequence_Length
778 # endif
779 #endif
782 /* PyBool_FromLong for old Pythons */
783 #if PY_VERSION_HEX < 0x02030000
784 static
785 PyObject *PyBool_FromLong(long ok)
787 PyObject *result = ok ? Py_True : Py_False;
788 Py_INCREF(result);
789 return result;
791 #endif
793 /* Py_ssize_t for old Pythons */
794 /* This code is as recommended by: */
795 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
796 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
797 typedef int Py_ssize_t;
798 # define PY_SSIZE_T_MAX INT_MAX
799 # define PY_SSIZE_T_MIN INT_MIN
800 #endif
802 /* -----------------------------------------------------------------------------
803 * error manipulation
804 * ----------------------------------------------------------------------------- */
806 SWIGRUNTIME PyObject*
807 SWIG_Python_ErrorType(int code) {
808 PyObject* type = 0;
809 switch(code) {
810 case SWIG_MemoryError:
811 type = PyExc_MemoryError;
812 break;
813 case SWIG_IOError:
814 type = PyExc_IOError;
815 break;
816 case SWIG_RuntimeError:
817 type = PyExc_RuntimeError;
818 break;
819 case SWIG_IndexError:
820 type = PyExc_IndexError;
821 break;
822 case SWIG_TypeError:
823 type = PyExc_TypeError;
824 break;
825 case SWIG_DivisionByZero:
826 type = PyExc_ZeroDivisionError;
827 break;
828 case SWIG_OverflowError:
829 type = PyExc_OverflowError;
830 break;
831 case SWIG_SyntaxError:
832 type = PyExc_SyntaxError;
833 break;
834 case SWIG_ValueError:
835 type = PyExc_ValueError;
836 break;
837 case SWIG_SystemError:
838 type = PyExc_SystemError;
839 break;
840 case SWIG_AttributeError:
841 type = PyExc_AttributeError;
842 break;
843 default:
844 type = PyExc_RuntimeError;
846 return type;
850 SWIGRUNTIME void
851 SWIG_Python_AddErrorMsg(const char* mesg)
853 PyObject *type = 0;
854 PyObject *value = 0;
855 PyObject *traceback = 0;
857 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
858 if (value) {
859 PyObject *old_str = PyObject_Str(value);
860 PyErr_Clear();
861 Py_XINCREF(type);
862 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
863 Py_DECREF(old_str);
864 Py_DECREF(value);
865 } else {
866 PyErr_SetString(PyExc_RuntimeError, mesg);
872 #if defined(SWIG_PYTHON_NO_THREADS)
873 # if defined(SWIG_PYTHON_THREADS)
874 # undef SWIG_PYTHON_THREADS
875 # endif
876 #endif
877 #if defined(SWIG_PYTHON_THREADS) /* Threading support is enabled */
878 # if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
879 # if (PY_VERSION_HEX >= 0x02030000) /* For 2.3 or later, use the PyGILState calls */
880 # define SWIG_PYTHON_USE_GIL
881 # endif
882 # endif
883 # if defined(SWIG_PYTHON_USE_GIL) /* Use PyGILState threads calls */
884 # ifndef SWIG_PYTHON_INITIALIZE_THREADS
885 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
886 # endif
887 # ifdef __cplusplus /* C++ code */
888 class SWIG_Python_Thread_Block {
889 bool status;
890 PyGILState_STATE state;
891 public:
892 void end() { if (status) { PyGILState_Release(state); status = false;} }
893 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
894 ~SWIG_Python_Thread_Block() { end(); }
896 class SWIG_Python_Thread_Allow {
897 bool status;
898 PyThreadState *save;
899 public:
900 void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
901 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
902 ~SWIG_Python_Thread_Allow() { end(); }
904 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK SWIG_Python_Thread_Block _swig_thread_block
905 # define SWIG_PYTHON_THREAD_END_BLOCK _swig_thread_block.end()
906 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW SWIG_Python_Thread_Allow _swig_thread_allow
907 # define SWIG_PYTHON_THREAD_END_ALLOW _swig_thread_allow.end()
908 # else /* C code */
909 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
910 # define SWIG_PYTHON_THREAD_END_BLOCK PyGILState_Release(_swig_thread_block)
911 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW PyThreadState *_swig_thread_allow = PyEval_SaveThread()
912 # define SWIG_PYTHON_THREAD_END_ALLOW PyEval_RestoreThread(_swig_thread_allow)
913 # endif
914 # else /* Old thread way, not implemented, user must provide it */
915 # if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
916 # define SWIG_PYTHON_INITIALIZE_THREADS
917 # endif
918 # if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
919 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
920 # endif
921 # if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
922 # define SWIG_PYTHON_THREAD_END_BLOCK
923 # endif
924 # if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
925 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
926 # endif
927 # if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
928 # define SWIG_PYTHON_THREAD_END_ALLOW
929 # endif
930 # endif
931 #else /* No thread support */
932 # define SWIG_PYTHON_INITIALIZE_THREADS
933 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
934 # define SWIG_PYTHON_THREAD_END_BLOCK
935 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
936 # define SWIG_PYTHON_THREAD_END_ALLOW
937 #endif
939 /* -----------------------------------------------------------------------------
940 * Python API portion that goes into the runtime
941 * ----------------------------------------------------------------------------- */
943 #ifdef __cplusplus
944 extern "C" {
945 #if 0
946 } /* cc-mode */
947 #endif
948 #endif
950 /* -----------------------------------------------------------------------------
951 * Constant declarations
952 * ----------------------------------------------------------------------------- */
954 /* Constant Types */
955 #define SWIG_PY_POINTER 4
956 #define SWIG_PY_BINARY 5
958 /* Constant information structure */
959 typedef struct swig_const_info {
960 int type;
961 char *name;
962 long lvalue;
963 double dvalue;
964 void *pvalue;
965 swig_type_info **ptype;
966 } swig_const_info;
968 #ifdef __cplusplus
969 #if 0
970 { /* cc-mode */
971 #endif
973 #endif
976 /* -----------------------------------------------------------------------------
977 * See the LICENSE file for information on copyright, usage and redistribution
978 * of SWIG, and the README file for authors - http://www.swig.org/release.html.
980 * pyrun.swg
982 * This file contains the runtime support for Python modules
983 * and includes code for managing global variables and pointer
984 * type checking.
986 * ----------------------------------------------------------------------------- */
988 /* Common SWIG API */
990 /* for raw pointers */
991 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
992 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
993 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
994 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags)
995 #define SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty)
996 #define SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src)
997 #define swig_owntype int
999 /* for raw packed data */
1000 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1001 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1003 /* for class or struct pointers */
1004 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags)
1005 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
1007 /* for C or C++ function pointers */
1008 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1009 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0)
1011 /* for C++ member pointers, ie, member methods */
1012 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1013 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1016 /* Runtime API */
1018 #define SWIG_GetModule(clientdata) SWIG_Python_GetModule()
1019 #define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer)
1020 #define SWIG_NewClientData(obj) PySwigClientData_New(obj)
1022 #define SWIG_SetErrorObj SWIG_Python_SetErrorObj
1023 #define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg
1024 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code)
1025 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
1026 #define SWIG_fail goto fail
1029 /* Runtime API implementation */
1031 /* Error manipulation */
1033 SWIGINTERN void
1034 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
1035 SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1036 PyErr_SetObject(errtype, obj);
1037 Py_DECREF(obj);
1038 SWIG_PYTHON_THREAD_END_BLOCK;
1041 SWIGINTERN void
1042 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
1043 SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1044 PyErr_SetString(errtype, (char *) msg);
1045 SWIG_PYTHON_THREAD_END_BLOCK;
1048 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1050 /* Set a constant value */
1052 SWIGINTERN void
1053 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) {
1054 PyDict_SetItemString(d, (char*) name, obj);
1055 Py_DECREF(obj);
1058 /* Append a value to the result obj */
1060 SWIGINTERN PyObject*
1061 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) {
1062 #if !defined(SWIG_PYTHON_OUTPUT_TUPLE)
1063 if (!result) {
1064 result = obj;
1065 } else if (result == Py_None) {
1066 Py_DECREF(result);
1067 result = obj;
1068 } else {
1069 if (!PyList_Check(result)) {
1070 PyObject *o2 = result;
1071 result = PyList_New(1);
1072 PyList_SetItem(result, 0, o2);
1074 PyList_Append(result,obj);
1075 Py_DECREF(obj);
1077 return result;
1078 #else
1079 PyObject* o2;
1080 PyObject* o3;
1081 if (!result) {
1082 result = obj;
1083 } else if (result == Py_None) {
1084 Py_DECREF(result);
1085 result = obj;
1086 } else {
1087 if (!PyTuple_Check(result)) {
1088 o2 = result;
1089 result = PyTuple_New(1);
1090 PyTuple_SET_ITEM(result, 0, o2);
1092 o3 = PyTuple_New(1);
1093 PyTuple_SET_ITEM(o3, 0, obj);
1094 o2 = result;
1095 result = PySequence_Concat(o2, o3);
1096 Py_DECREF(o2);
1097 Py_DECREF(o3);
1099 return result;
1100 #endif
1103 /* Unpack the argument tuple */
1105 SWIGINTERN int
1106 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
1108 if (!args) {
1109 if (!min && !max) {
1110 return 1;
1111 } else {
1112 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got none",
1113 name, (min == max ? "" : "at least "), (int)min);
1114 return 0;
1117 if (!PyTuple_Check(args)) {
1118 PyErr_SetString(PyExc_SystemError, "UnpackTuple() argument list is not a tuple");
1119 return 0;
1120 } else {
1121 register Py_ssize_t l = PyTuple_GET_SIZE(args);
1122 if (l < min) {
1123 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1124 name, (min == max ? "" : "at least "), (int)min, (int)l);
1125 return 0;
1126 } else if (l > max) {
1127 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1128 name, (min == max ? "" : "at most "), (int)max, (int)l);
1129 return 0;
1130 } else {
1131 register int i;
1132 for (i = 0; i < l; ++i) {
1133 objs[i] = PyTuple_GET_ITEM(args, i);
1135 for (; l < max; ++l) {
1136 objs[l] = 0;
1138 return i + 1;
1143 /* A functor is a function object with one single object argument */
1144 #if PY_VERSION_HEX >= 0x02020000
1145 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
1146 #else
1147 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj);
1148 #endif
1151 Helper for static pointer initialization for both C and C++ code, for example
1152 static PyObject *SWIG_STATIC_POINTER(MyVar) = NewSomething(...);
1154 #ifdef __cplusplus
1155 #define SWIG_STATIC_POINTER(var) var
1156 #else
1157 #define SWIG_STATIC_POINTER(var) var = 0; if (!var) var
1158 #endif
1160 /* -----------------------------------------------------------------------------
1161 * Pointer declarations
1162 * ----------------------------------------------------------------------------- */
1164 /* Flags for new pointer objects */
1165 #define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1)
1166 #define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1168 #define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1)
1170 #ifdef __cplusplus
1171 extern "C" {
1172 #if 0
1173 } /* cc-mode */
1174 #endif
1175 #endif
1177 /* How to access Py_None */
1178 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
1179 # ifndef SWIG_PYTHON_NO_BUILD_NONE
1180 # ifndef SWIG_PYTHON_BUILD_NONE
1181 # define SWIG_PYTHON_BUILD_NONE
1182 # endif
1183 # endif
1184 #endif
1186 #ifdef SWIG_PYTHON_BUILD_NONE
1187 # ifdef Py_None
1188 # undef Py_None
1189 # define Py_None SWIG_Py_None()
1190 # endif
1191 SWIGRUNTIMEINLINE PyObject *
1192 _SWIG_Py_None(void)
1194 PyObject *none = Py_BuildValue((char*)"");
1195 Py_DECREF(none);
1196 return none;
1198 SWIGRUNTIME PyObject *
1199 SWIG_Py_None(void)
1201 static PyObject *SWIG_STATIC_POINTER(none) = _SWIG_Py_None();
1202 return none;
1204 #endif
1206 /* The python void return value */
1208 SWIGRUNTIMEINLINE PyObject *
1209 SWIG_Py_Void(void)
1211 PyObject *none = Py_None;
1212 Py_INCREF(none);
1213 return none;
1216 /* PySwigClientData */
1218 typedef struct {
1219 PyObject *klass;
1220 PyObject *newraw;
1221 PyObject *newargs;
1222 PyObject *destroy;
1223 int delargs;
1224 int implicitconv;
1225 } PySwigClientData;
1227 SWIGRUNTIMEINLINE int
1228 SWIG_Python_CheckImplicit(swig_type_info *ty)
1230 PySwigClientData *data = (PySwigClientData *)ty->clientdata;
1231 return data ? data->implicitconv : 0;
1234 SWIGRUNTIMEINLINE PyObject *
1235 SWIG_Python_ExceptionType(swig_type_info *desc) {
1236 PySwigClientData *data = desc ? (PySwigClientData *) desc->clientdata : 0;
1237 PyObject *klass = data ? data->klass : 0;
1238 return (klass ? klass : PyExc_RuntimeError);
1242 SWIGRUNTIME PySwigClientData *
1243 PySwigClientData_New(PyObject* obj)
1245 if (!obj) {
1246 return 0;
1247 } else {
1248 PySwigClientData *data = (PySwigClientData *)malloc(sizeof(PySwigClientData));
1249 /* the klass element */
1250 data->klass = obj;
1251 Py_INCREF(data->klass);
1252 /* the newraw method and newargs arguments used to create a new raw instance */
1253 if (PyClass_Check(obj)) {
1254 data->newraw = 0;
1255 data->newargs = obj;
1256 Py_INCREF(obj);
1257 } else {
1258 #if (PY_VERSION_HEX < 0x02020000)
1259 data->newraw = 0;
1260 #else
1261 data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
1262 #endif
1263 if (data->newraw) {
1264 Py_INCREF(data->newraw);
1265 data->newargs = PyTuple_New(1);
1266 PyTuple_SetItem(data->newargs, 0, obj);
1267 } else {
1268 data->newargs = obj;
1270 Py_INCREF(data->newargs);
1272 /* the destroy method, aka as the C++ delete method */
1273 data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
1274 if (PyErr_Occurred()) {
1275 PyErr_Clear();
1276 data->destroy = 0;
1278 if (data->destroy) {
1279 int flags;
1280 Py_INCREF(data->destroy);
1281 flags = PyCFunction_GET_FLAGS(data->destroy);
1282 #ifdef METH_O
1283 data->delargs = !(flags & (METH_O));
1284 #else
1285 data->delargs = 0;
1286 #endif
1287 } else {
1288 data->delargs = 0;
1290 data->implicitconv = 0;
1291 return data;
1295 SWIGRUNTIME void
1296 PySwigClientData_Del(PySwigClientData* data)
1298 Py_XDECREF(data->newraw);
1299 Py_XDECREF(data->newargs);
1300 Py_XDECREF(data->destroy);
1303 /* =============== PySwigObject =====================*/
1305 typedef struct {
1306 PyObject_HEAD
1307 void *ptr;
1308 swig_type_info *ty;
1309 int own;
1310 PyObject *next;
1311 } PySwigObject;
1313 SWIGRUNTIME PyObject *
1314 PySwigObject_long(PySwigObject *v)
1316 return PyLong_FromVoidPtr(v->ptr);
1319 SWIGRUNTIME PyObject *
1320 PySwigObject_format(const char* fmt, PySwigObject *v)
1322 PyObject *res = NULL;
1323 PyObject *args = PyTuple_New(1);
1324 if (args) {
1325 if (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0) {
1326 PyObject *ofmt = PyString_FromString(fmt);
1327 if (ofmt) {
1328 res = PyString_Format(ofmt,args);
1329 Py_DECREF(ofmt);
1331 Py_DECREF(args);
1334 return res;
1337 SWIGRUNTIME PyObject *
1338 PySwigObject_oct(PySwigObject *v)
1340 return PySwigObject_format("%o",v);
1343 SWIGRUNTIME PyObject *
1344 PySwigObject_hex(PySwigObject *v)
1346 return PySwigObject_format("%x",v);
1349 SWIGRUNTIME PyObject *
1350 #ifdef METH_NOARGS
1351 PySwigObject_repr(PySwigObject *v)
1352 #else
1353 PySwigObject_repr(PySwigObject *v, PyObject *args)
1354 #endif
1356 const char *name = SWIG_TypePrettyName(v->ty);
1357 PyObject *hex = PySwigObject_hex(v);
1358 PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex));
1359 Py_DECREF(hex);
1360 if (v->next) {
1361 #ifdef METH_NOARGS
1362 PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next);
1363 #else
1364 PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next, args);
1365 #endif
1366 PyString_ConcatAndDel(&repr,nrep);
1368 return repr;
1371 SWIGRUNTIME int
1372 PySwigObject_print(PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1374 #ifdef METH_NOARGS
1375 PyObject *repr = PySwigObject_repr(v);
1376 #else
1377 PyObject *repr = PySwigObject_repr(v, NULL);
1378 #endif
1379 if (repr) {
1380 fputs(PyString_AsString(repr), fp);
1381 Py_DECREF(repr);
1382 return 0;
1383 } else {
1384 return 1;
1388 SWIGRUNTIME PyObject *
1389 PySwigObject_str(PySwigObject *v)
1391 char result[SWIG_BUFFER_SIZE];
1392 return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ?
1393 PyString_FromString(result) : 0;
1396 SWIGRUNTIME int
1397 PySwigObject_compare(PySwigObject *v, PySwigObject *w)
1399 void *i = v->ptr;
1400 void *j = w->ptr;
1401 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1404 SWIGRUNTIME PyTypeObject* _PySwigObject_type(void);
1406 SWIGRUNTIME PyTypeObject*
1407 PySwigObject_type(void) {
1408 static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigObject_type();
1409 return type;
1412 SWIGRUNTIMEINLINE int
1413 PySwigObject_Check(PyObject *op) {
1414 return ((op)->ob_type == PySwigObject_type())
1415 || (strcmp((op)->ob_type->tp_name,"PySwigObject") == 0);
1418 SWIGRUNTIME PyObject *
1419 PySwigObject_New(void *ptr, swig_type_info *ty, int own);
1421 SWIGRUNTIME void
1422 PySwigObject_dealloc(PyObject *v)
1424 PySwigObject *sobj = (PySwigObject *) v;
1425 PyObject *next = sobj->next;
1426 if (sobj->own == SWIG_POINTER_OWN) {
1427 swig_type_info *ty = sobj->ty;
1428 PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
1429 PyObject *destroy = data ? data->destroy : 0;
1430 if (destroy) {
1431 /* destroy is always a VARARGS method */
1432 PyObject *res;
1433 if (data->delargs) {
1434 /* we need to create a temporal object to carry the destroy operation */
1435 PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0);
1436 res = SWIG_Python_CallFunctor(destroy, tmp);
1437 Py_DECREF(tmp);
1438 } else {
1439 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1440 PyObject *mself = PyCFunction_GET_SELF(destroy);
1441 res = ((*meth)(mself, v));
1443 Py_XDECREF(res);
1445 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1446 else {
1447 const char *name = SWIG_TypePrettyName(ty);
1448 printf("swig/python detected a memory leak of type '%s', no destructor found.\n", (name ? name : "unknown"));
1450 #endif
1452 Py_XDECREF(next);
1453 PyObject_DEL(v);
1456 SWIGRUNTIME PyObject*
1457 PySwigObject_append(PyObject* v, PyObject* next)
1459 PySwigObject *sobj = (PySwigObject *) v;
1460 #ifndef METH_O
1461 PyObject *tmp = 0;
1462 if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL;
1463 next = tmp;
1464 #endif
1465 if (!PySwigObject_Check(next)) {
1466 return NULL;
1468 sobj->next = next;
1469 Py_INCREF(next);
1470 return SWIG_Py_Void();
1473 SWIGRUNTIME PyObject*
1474 #ifdef METH_NOARGS
1475 PySwigObject_next(PyObject* v)
1476 #else
1477 PySwigObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1478 #endif
1480 PySwigObject *sobj = (PySwigObject *) v;
1481 if (sobj->next) {
1482 Py_INCREF(sobj->next);
1483 return sobj->next;
1484 } else {
1485 return SWIG_Py_Void();
1489 SWIGINTERN PyObject*
1490 #ifdef METH_NOARGS
1491 PySwigObject_disown(PyObject *v)
1492 #else
1493 PySwigObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1494 #endif
1496 PySwigObject *sobj = (PySwigObject *)v;
1497 sobj->own = 0;
1498 return SWIG_Py_Void();
1501 SWIGINTERN PyObject*
1502 #ifdef METH_NOARGS
1503 PySwigObject_acquire(PyObject *v)
1504 #else
1505 PySwigObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1506 #endif
1508 PySwigObject *sobj = (PySwigObject *)v;
1509 sobj->own = SWIG_POINTER_OWN;
1510 return SWIG_Py_Void();
1513 SWIGINTERN PyObject*
1514 PySwigObject_own(PyObject *v, PyObject *args)
1516 PyObject *val = 0;
1517 #if (PY_VERSION_HEX < 0x02020000)
1518 if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
1519 #else
1520 if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val))
1521 #endif
1523 return NULL;
1525 else
1527 PySwigObject *sobj = (PySwigObject *)v;
1528 PyObject *obj = PyBool_FromLong(sobj->own);
1529 if (val) {
1530 #ifdef METH_NOARGS
1531 if (PyObject_IsTrue(val)) {
1532 PySwigObject_acquire(v);
1533 } else {
1534 PySwigObject_disown(v);
1536 #else
1537 if (PyObject_IsTrue(val)) {
1538 PySwigObject_acquire(v,args);
1539 } else {
1540 PySwigObject_disown(v,args);
1542 #endif
1544 return obj;
1548 #ifdef METH_O
1549 static PyMethodDef
1550 swigobject_methods[] = {
1551 {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_NOARGS, (char *)"releases ownership of the pointer"},
1552 {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS, (char *)"aquires ownership of the pointer"},
1553 {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1554 {(char *)"append", (PyCFunction)PySwigObject_append, METH_O, (char *)"appends another 'this' object"},
1555 {(char *)"next", (PyCFunction)PySwigObject_next, METH_NOARGS, (char *)"returns the next 'this' object"},
1556 {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_NOARGS, (char *)"returns object representation"},
1557 {0, 0, 0, 0}
1559 #else
1560 static PyMethodDef
1561 swigobject_methods[] = {
1562 {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_VARARGS, (char *)"releases ownership of the pointer"},
1563 {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"},
1564 {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1565 {(char *)"append", (PyCFunction)PySwigObject_append, METH_VARARGS, (char *)"appends another 'this' object"},
1566 {(char *)"next", (PyCFunction)PySwigObject_next, METH_VARARGS, (char *)"returns the next 'this' object"},
1567 {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_VARARGS, (char *)"returns object representation"},
1568 {0, 0, 0, 0}
1570 #endif
1572 #if PY_VERSION_HEX < 0x02020000
1573 SWIGINTERN PyObject *
1574 PySwigObject_getattr(PySwigObject *sobj,char *name)
1576 return Py_FindMethod(swigobject_methods, (PyObject *)sobj, name);
1578 #endif
1580 SWIGRUNTIME PyTypeObject*
1581 _PySwigObject_type(void) {
1582 static char swigobject_doc[] = "Swig object carries a C/C++ instance pointer";
1584 static PyNumberMethods PySwigObject_as_number = {
1585 (binaryfunc)0, /*nb_add*/
1586 (binaryfunc)0, /*nb_subtract*/
1587 (binaryfunc)0, /*nb_multiply*/
1588 (binaryfunc)0, /*nb_divide*/
1589 (binaryfunc)0, /*nb_remainder*/
1590 (binaryfunc)0, /*nb_divmod*/
1591 (ternaryfunc)0,/*nb_power*/
1592 (unaryfunc)0, /*nb_negative*/
1593 (unaryfunc)0, /*nb_positive*/
1594 (unaryfunc)0, /*nb_absolute*/
1595 (inquiry)0, /*nb_nonzero*/
1596 0, /*nb_invert*/
1597 0, /*nb_lshift*/
1598 0, /*nb_rshift*/
1599 0, /*nb_and*/
1600 0, /*nb_xor*/
1601 0, /*nb_or*/
1602 (coercion)0, /*nb_coerce*/
1603 (unaryfunc)PySwigObject_long, /*nb_int*/
1604 (unaryfunc)PySwigObject_long, /*nb_long*/
1605 (unaryfunc)0, /*nb_float*/
1606 (unaryfunc)PySwigObject_oct, /*nb_oct*/
1607 (unaryfunc)PySwigObject_hex, /*nb_hex*/
1608 #if PY_VERSION_HEX >= 0x02050000 /* 2.5.0 */
1609 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index */
1610 #elif PY_VERSION_HEX >= 0x02020000 /* 2.2.0 */
1611 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */
1612 #elif PY_VERSION_HEX >= 0x02000000 /* 2.0.0 */
1613 0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */
1614 #endif
1617 static PyTypeObject pyswigobject_type;
1618 static int type_init = 0;
1619 if (!type_init) {
1620 const PyTypeObject tmp
1622 PyObject_HEAD_INIT(NULL)
1623 0, /* ob_size */
1624 (char *)"PySwigObject", /* tp_name */
1625 sizeof(PySwigObject), /* tp_basicsize */
1626 0, /* tp_itemsize */
1627 (destructor)PySwigObject_dealloc, /* tp_dealloc */
1628 (printfunc)PySwigObject_print, /* tp_print */
1629 #if PY_VERSION_HEX < 0x02020000
1630 (getattrfunc)PySwigObject_getattr, /* tp_getattr */
1631 #else
1632 (getattrfunc)0, /* tp_getattr */
1633 #endif
1634 (setattrfunc)0, /* tp_setattr */
1635 (cmpfunc)PySwigObject_compare, /* tp_compare */
1636 (reprfunc)PySwigObject_repr, /* tp_repr */
1637 &PySwigObject_as_number, /* tp_as_number */
1638 0, /* tp_as_sequence */
1639 0, /* tp_as_mapping */
1640 (hashfunc)0, /* tp_hash */
1641 (ternaryfunc)0, /* tp_call */
1642 (reprfunc)PySwigObject_str, /* tp_str */
1643 PyObject_GenericGetAttr, /* tp_getattro */
1644 0, /* tp_setattro */
1645 0, /* tp_as_buffer */
1646 Py_TPFLAGS_DEFAULT, /* tp_flags */
1647 swigobject_doc, /* tp_doc */
1648 0, /* tp_traverse */
1649 0, /* tp_clear */
1650 0, /* tp_richcompare */
1651 0, /* tp_weaklistoffset */
1652 #if PY_VERSION_HEX >= 0x02020000
1653 0, /* tp_iter */
1654 0, /* tp_iternext */
1655 swigobject_methods, /* tp_methods */
1656 0, /* tp_members */
1657 0, /* tp_getset */
1658 0, /* tp_base */
1659 0, /* tp_dict */
1660 0, /* tp_descr_get */
1661 0, /* tp_descr_set */
1662 0, /* tp_dictoffset */
1663 0, /* tp_init */
1664 0, /* tp_alloc */
1665 0, /* tp_new */
1666 0, /* tp_free */
1667 0, /* tp_is_gc */
1668 0, /* tp_bases */
1669 0, /* tp_mro */
1670 0, /* tp_cache */
1671 0, /* tp_subclasses */
1672 0, /* tp_weaklist */
1673 #endif
1674 #if PY_VERSION_HEX >= 0x02030000
1675 0, /* tp_del */
1676 #endif
1677 #ifdef COUNT_ALLOCS
1678 0,0,0,0 /* tp_alloc -> tp_next */
1679 #endif
1681 pyswigobject_type = tmp;
1682 pyswigobject_type.ob_type = &PyType_Type;
1683 type_init = 1;
1685 return &pyswigobject_type;
1688 SWIGRUNTIME PyObject *
1689 PySwigObject_New(void *ptr, swig_type_info *ty, int own)
1691 PySwigObject *sobj = PyObject_NEW(PySwigObject, PySwigObject_type());
1692 if (sobj) {
1693 sobj->ptr = ptr;
1694 sobj->ty = ty;
1695 sobj->own = own;
1696 sobj->next = 0;
1698 return (PyObject *)sobj;
1701 /* -----------------------------------------------------------------------------
1702 * Implements a simple Swig Packed type, and use it instead of string
1703 * ----------------------------------------------------------------------------- */
1705 typedef struct {
1706 PyObject_HEAD
1707 void *pack;
1708 swig_type_info *ty;
1709 size_t size;
1710 } PySwigPacked;
1712 SWIGRUNTIME int
1713 PySwigPacked_print(PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1715 char result[SWIG_BUFFER_SIZE];
1716 fputs("<Swig Packed ", fp);
1717 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1718 fputs("at ", fp);
1719 fputs(result, fp);
1721 fputs(v->ty->name,fp);
1722 fputs(">", fp);
1723 return 0;
1726 SWIGRUNTIME PyObject *
1727 PySwigPacked_repr(PySwigPacked *v)
1729 char result[SWIG_BUFFER_SIZE];
1730 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1731 return PyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
1732 } else {
1733 return PyString_FromFormat("<Swig Packed %s>", v->ty->name);
1737 SWIGRUNTIME PyObject *
1738 PySwigPacked_str(PySwigPacked *v)
1740 char result[SWIG_BUFFER_SIZE];
1741 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){
1742 return PyString_FromFormat("%s%s", result, v->ty->name);
1743 } else {
1744 return PyString_FromString(v->ty->name);
1748 SWIGRUNTIME int
1749 PySwigPacked_compare(PySwigPacked *v, PySwigPacked *w)
1751 size_t i = v->size;
1752 size_t j = w->size;
1753 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1754 return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
1757 SWIGRUNTIME PyTypeObject* _PySwigPacked_type(void);
1759 SWIGRUNTIME PyTypeObject*
1760 PySwigPacked_type(void) {
1761 static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigPacked_type();
1762 return type;
1765 SWIGRUNTIMEINLINE int
1766 PySwigPacked_Check(PyObject *op) {
1767 return ((op)->ob_type == _PySwigPacked_type())
1768 || (strcmp((op)->ob_type->tp_name,"PySwigPacked") == 0);
1771 SWIGRUNTIME void
1772 PySwigPacked_dealloc(PyObject *v)
1774 if (PySwigPacked_Check(v)) {
1775 PySwigPacked *sobj = (PySwigPacked *) v;
1776 free(sobj->pack);
1778 PyObject_DEL(v);
1781 SWIGRUNTIME PyTypeObject*
1782 _PySwigPacked_type(void) {
1783 static char swigpacked_doc[] = "Swig object carries a C/C++ instance pointer";
1784 static PyTypeObject pyswigpacked_type;
1785 static int type_init = 0;
1786 if (!type_init) {
1787 const PyTypeObject tmp
1789 PyObject_HEAD_INIT(NULL)
1790 0, /* ob_size */
1791 (char *)"PySwigPacked", /* tp_name */
1792 sizeof(PySwigPacked), /* tp_basicsize */
1793 0, /* tp_itemsize */
1794 (destructor)PySwigPacked_dealloc, /* tp_dealloc */
1795 (printfunc)PySwigPacked_print, /* tp_print */
1796 (getattrfunc)0, /* tp_getattr */
1797 (setattrfunc)0, /* tp_setattr */
1798 (cmpfunc)PySwigPacked_compare, /* tp_compare */
1799 (reprfunc)PySwigPacked_repr, /* tp_repr */
1800 0, /* tp_as_number */
1801 0, /* tp_as_sequence */
1802 0, /* tp_as_mapping */
1803 (hashfunc)0, /* tp_hash */
1804 (ternaryfunc)0, /* tp_call */
1805 (reprfunc)PySwigPacked_str, /* tp_str */
1806 PyObject_GenericGetAttr, /* tp_getattro */
1807 0, /* tp_setattro */
1808 0, /* tp_as_buffer */
1809 Py_TPFLAGS_DEFAULT, /* tp_flags */
1810 swigpacked_doc, /* tp_doc */
1811 0, /* tp_traverse */
1812 0, /* tp_clear */
1813 0, /* tp_richcompare */
1814 0, /* tp_weaklistoffset */
1815 #if PY_VERSION_HEX >= 0x02020000
1816 0, /* tp_iter */
1817 0, /* tp_iternext */
1818 0, /* tp_methods */
1819 0, /* tp_members */
1820 0, /* tp_getset */
1821 0, /* tp_base */
1822 0, /* tp_dict */
1823 0, /* tp_descr_get */
1824 0, /* tp_descr_set */
1825 0, /* tp_dictoffset */
1826 0, /* tp_init */
1827 0, /* tp_alloc */
1828 0, /* tp_new */
1829 0, /* tp_free */
1830 0, /* tp_is_gc */
1831 0, /* tp_bases */
1832 0, /* tp_mro */
1833 0, /* tp_cache */
1834 0, /* tp_subclasses */
1835 0, /* tp_weaklist */
1836 #endif
1837 #if PY_VERSION_HEX >= 0x02030000
1838 0, /* tp_del */
1839 #endif
1840 #ifdef COUNT_ALLOCS
1841 0,0,0,0 /* tp_alloc -> tp_next */
1842 #endif
1844 pyswigpacked_type = tmp;
1845 pyswigpacked_type.ob_type = &PyType_Type;
1846 type_init = 1;
1848 return &pyswigpacked_type;
1851 SWIGRUNTIME PyObject *
1852 PySwigPacked_New(void *ptr, size_t size, swig_type_info *ty)
1854 PySwigPacked *sobj = PyObject_NEW(PySwigPacked, PySwigPacked_type());
1855 if (sobj) {
1856 void *pack = malloc(size);
1857 if (pack) {
1858 memcpy(pack, ptr, size);
1859 sobj->pack = pack;
1860 sobj->ty = ty;
1861 sobj->size = size;
1862 } else {
1863 PyObject_DEL((PyObject *) sobj);
1864 sobj = 0;
1867 return (PyObject *) sobj;
1870 SWIGRUNTIME swig_type_info *
1871 PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
1873 if (PySwigPacked_Check(obj)) {
1874 PySwigPacked *sobj = (PySwigPacked *)obj;
1875 if (sobj->size != size) return 0;
1876 memcpy(ptr, sobj->pack, size);
1877 return sobj->ty;
1878 } else {
1879 return 0;
1883 /* -----------------------------------------------------------------------------
1884 * pointers/data manipulation
1885 * ----------------------------------------------------------------------------- */
1887 SWIGRUNTIMEINLINE PyObject *
1888 _SWIG_This(void)
1890 return PyString_FromString("this");
1893 SWIGRUNTIME PyObject *
1894 SWIG_This(void)
1896 static PyObject *SWIG_STATIC_POINTER(swig_this) = _SWIG_This();
1897 return swig_this;
1900 /* #define SWIG_PYTHON_SLOW_GETSET_THIS */
1902 SWIGRUNTIME PySwigObject *
1903 SWIG_Python_GetSwigThis(PyObject *pyobj)
1905 if (PySwigObject_Check(pyobj)) {
1906 return (PySwigObject *) pyobj;
1907 } else {
1908 PyObject *obj = 0;
1909 #if (!defined(SWIG_PYTHON_SLOW_GETSET_THIS) && (PY_VERSION_HEX >= 0x02030000))
1910 if (PyInstance_Check(pyobj)) {
1911 obj = _PyInstance_Lookup(pyobj, SWIG_This());
1912 } else {
1913 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
1914 if (dictptr != NULL) {
1915 PyObject *dict = *dictptr;
1916 obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0;
1917 } else {
1918 #ifdef PyWeakref_CheckProxy
1919 if (PyWeakref_CheckProxy(pyobj)) {
1920 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
1921 return wobj ? SWIG_Python_GetSwigThis(wobj) : 0;
1923 #endif
1924 obj = PyObject_GetAttr(pyobj,SWIG_This());
1925 if (obj) {
1926 Py_DECREF(obj);
1927 } else {
1928 if (PyErr_Occurred()) PyErr_Clear();
1929 return 0;
1933 #else
1934 obj = PyObject_GetAttr(pyobj,SWIG_This());
1935 if (obj) {
1936 Py_DECREF(obj);
1937 } else {
1938 if (PyErr_Occurred()) PyErr_Clear();
1939 return 0;
1941 #endif
1942 if (obj && !PySwigObject_Check(obj)) {
1943 /* a PyObject is called 'this', try to get the 'real this'
1944 PySwigObject from it */
1945 return SWIG_Python_GetSwigThis(obj);
1947 return (PySwigObject *)obj;
1951 /* Acquire a pointer value */
1953 SWIGRUNTIME int
1954 SWIG_Python_AcquirePtr(PyObject *obj, int own) {
1955 if (own == SWIG_POINTER_OWN) {
1956 PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1957 if (sobj) {
1958 int oldown = sobj->own;
1959 sobj->own = own;
1960 return oldown;
1963 return 0;
1966 /* Convert a pointer value */
1968 SWIGRUNTIME int
1969 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) {
1970 if (!obj) return SWIG_ERROR;
1971 if (obj == Py_None) {
1972 if (ptr) *ptr = 0;
1973 return SWIG_OK;
1974 } else {
1975 PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1976 if (own)
1977 *own = 0;
1978 while (sobj) {
1979 void *vptr = sobj->ptr;
1980 if (ty) {
1981 swig_type_info *to = sobj->ty;
1982 if (to == ty) {
1983 /* no type cast needed */
1984 if (ptr) *ptr = vptr;
1985 break;
1986 } else {
1987 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
1988 if (!tc) {
1989 sobj = (PySwigObject *)sobj->next;
1990 } else {
1991 if (ptr) {
1992 int newmemory = 0;
1993 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
1994 if (newmemory == SWIG_CAST_NEW_MEMORY) {
1995 assert(own);
1996 if (own)
1997 *own = *own | SWIG_CAST_NEW_MEMORY;
2000 break;
2003 } else {
2004 if (ptr) *ptr = vptr;
2005 break;
2008 if (sobj) {
2009 if (own)
2010 *own = *own | sobj->own;
2011 if (flags & SWIG_POINTER_DISOWN) {
2012 sobj->own = 0;
2014 return SWIG_OK;
2015 } else {
2016 int res = SWIG_ERROR;
2017 if (flags & SWIG_POINTER_IMPLICIT_CONV) {
2018 PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
2019 if (data && !data->implicitconv) {
2020 PyObject *klass = data->klass;
2021 if (klass) {
2022 PyObject *impconv;
2023 data->implicitconv = 1; /* avoid recursion and call 'explicit' constructors*/
2024 impconv = SWIG_Python_CallFunctor(klass, obj);
2025 data->implicitconv = 0;
2026 if (PyErr_Occurred()) {
2027 PyErr_Clear();
2028 impconv = 0;
2030 if (impconv) {
2031 PySwigObject *iobj = SWIG_Python_GetSwigThis(impconv);
2032 if (iobj) {
2033 void *vptr;
2034 res = SWIG_Python_ConvertPtrAndOwn((PyObject*)iobj, &vptr, ty, 0, 0);
2035 if (SWIG_IsOK(res)) {
2036 if (ptr) {
2037 *ptr = vptr;
2038 /* transfer the ownership to 'ptr' */
2039 iobj->own = 0;
2040 res = SWIG_AddCast(res);
2041 res = SWIG_AddNewMask(res);
2042 } else {
2043 res = SWIG_AddCast(res);
2047 Py_DECREF(impconv);
2052 return res;
2057 /* Convert a function ptr value */
2059 SWIGRUNTIME int
2060 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) {
2061 if (!PyCFunction_Check(obj)) {
2062 return SWIG_ConvertPtr(obj, ptr, ty, 0);
2063 } else {
2064 void *vptr = 0;
2066 /* here we get the method pointer for callbacks */
2067 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2068 const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0;
2069 if (desc) {
2070 desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0;
2071 if (!desc) return SWIG_ERROR;
2073 if (ty) {
2074 swig_cast_info *tc = SWIG_TypeCheck(desc,ty);
2075 if (tc) {
2076 int newmemory = 0;
2077 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
2078 assert(!newmemory); /* newmemory handling not yet implemented */
2079 } else {
2080 return SWIG_ERROR;
2082 } else {
2083 *ptr = vptr;
2085 return SWIG_OK;
2089 /* Convert a packed value value */
2091 SWIGRUNTIME int
2092 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) {
2093 swig_type_info *to = PySwigPacked_UnpackData(obj, ptr, sz);
2094 if (!to) return SWIG_ERROR;
2095 if (ty) {
2096 if (to != ty) {
2097 /* check type cast? */
2098 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2099 if (!tc) return SWIG_ERROR;
2102 return SWIG_OK;
2105 /* -----------------------------------------------------------------------------
2106 * Create a new pointer object
2107 * ----------------------------------------------------------------------------- */
2110 Create a new instance object, whitout calling __init__, and set the
2111 'this' attribute.
2114 SWIGRUNTIME PyObject*
2115 SWIG_Python_NewShadowInstance(PySwigClientData *data, PyObject *swig_this)
2117 #if (PY_VERSION_HEX >= 0x02020000)
2118 PyObject *inst = 0;
2119 PyObject *newraw = data->newraw;
2120 if (newraw) {
2121 inst = PyObject_Call(newraw, data->newargs, NULL);
2122 if (inst) {
2123 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2124 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2125 if (dictptr != NULL) {
2126 PyObject *dict = *dictptr;
2127 if (dict == NULL) {
2128 dict = PyDict_New();
2129 *dictptr = dict;
2130 PyDict_SetItem(dict, SWIG_This(), swig_this);
2133 #else
2134 PyObject *key = SWIG_This();
2135 PyObject_SetAttr(inst, key, swig_this);
2136 #endif
2138 } else {
2139 PyObject *dict = PyDict_New();
2140 PyDict_SetItem(dict, SWIG_This(), swig_this);
2141 inst = PyInstance_NewRaw(data->newargs, dict);
2142 Py_DECREF(dict);
2144 return inst;
2145 #else
2146 #if (PY_VERSION_HEX >= 0x02010000)
2147 PyObject *inst;
2148 PyObject *dict = PyDict_New();
2149 PyDict_SetItem(dict, SWIG_This(), swig_this);
2150 inst = PyInstance_NewRaw(data->newargs, dict);
2151 Py_DECREF(dict);
2152 return (PyObject *) inst;
2153 #else
2154 PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type);
2155 if (inst == NULL) {
2156 return NULL;
2158 inst->in_class = (PyClassObject *)data->newargs;
2159 Py_INCREF(inst->in_class);
2160 inst->in_dict = PyDict_New();
2161 if (inst->in_dict == NULL) {
2162 Py_DECREF(inst);
2163 return NULL;
2165 #ifdef Py_TPFLAGS_HAVE_WEAKREFS
2166 inst->in_weakreflist = NULL;
2167 #endif
2168 #ifdef Py_TPFLAGS_GC
2169 PyObject_GC_Init(inst);
2170 #endif
2171 PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);
2172 return (PyObject *) inst;
2173 #endif
2174 #endif
2177 SWIGRUNTIME void
2178 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
2180 PyObject *dict;
2181 #if (PY_VERSION_HEX >= 0x02020000) && !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2182 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2183 if (dictptr != NULL) {
2184 dict = *dictptr;
2185 if (dict == NULL) {
2186 dict = PyDict_New();
2187 *dictptr = dict;
2189 PyDict_SetItem(dict, SWIG_This(), swig_this);
2190 return;
2192 #endif
2193 dict = PyObject_GetAttrString(inst, (char*)"__dict__");
2194 PyDict_SetItem(dict, SWIG_This(), swig_this);
2195 Py_DECREF(dict);
2199 SWIGINTERN PyObject *
2200 SWIG_Python_InitShadowInstance(PyObject *args) {
2201 PyObject *obj[2];
2202 if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) {
2203 return NULL;
2204 } else {
2205 PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]);
2206 if (sthis) {
2207 PySwigObject_append((PyObject*) sthis, obj[1]);
2208 } else {
2209 SWIG_Python_SetSwigThis(obj[0], obj[1]);
2211 return SWIG_Py_Void();
2215 /* Create a new pointer object */
2217 SWIGRUNTIME PyObject *
2218 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) {
2219 if (!ptr) {
2220 return SWIG_Py_Void();
2221 } else {
2222 int own = (flags & SWIG_POINTER_OWN) ? SWIG_POINTER_OWN : 0;
2223 PyObject *robj = PySwigObject_New(ptr, type, own);
2224 PySwigClientData *clientdata = type ? (PySwigClientData *)(type->clientdata) : 0;
2225 if (clientdata && !(flags & SWIG_POINTER_NOSHADOW)) {
2226 PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj);
2227 if (inst) {
2228 Py_DECREF(robj);
2229 robj = inst;
2232 return robj;
2236 /* Create a new packed object */
2238 SWIGRUNTIMEINLINE PyObject *
2239 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
2240 return ptr ? PySwigPacked_New((void *) ptr, sz, type) : SWIG_Py_Void();
2243 /* -----------------------------------------------------------------------------*
2244 * Get type list
2245 * -----------------------------------------------------------------------------*/
2247 #ifdef SWIG_LINK_RUNTIME
2248 void *SWIG_ReturnGlobalTypeList(void *);
2249 #endif
2251 SWIGRUNTIME swig_module_info *
2252 SWIG_Python_GetModule(void) {
2253 static void *type_pointer = (void *)0;
2254 /* first check if module already created */
2255 if (!type_pointer) {
2256 #ifdef SWIG_LINK_RUNTIME
2257 type_pointer = SWIG_ReturnGlobalTypeList((void *)0);
2258 #else
2259 type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2260 (char*)"type_pointer" SWIG_TYPE_TABLE_NAME);
2261 if (PyErr_Occurred()) {
2262 PyErr_Clear();
2263 type_pointer = (void *)0;
2265 #endif
2267 return (swig_module_info *) type_pointer;
2270 #if PY_MAJOR_VERSION < 2
2271 /* PyModule_AddObject function was introduced in Python 2.0. The following function
2272 is copied out of Python/modsupport.c in python version 2.3.4 */
2273 SWIGINTERN int
2274 PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2276 PyObject *dict;
2277 if (!PyModule_Check(m)) {
2278 PyErr_SetString(PyExc_TypeError,
2279 "PyModule_AddObject() needs module as first arg");
2280 return SWIG_ERROR;
2282 if (!o) {
2283 PyErr_SetString(PyExc_TypeError,
2284 "PyModule_AddObject() needs non-NULL value");
2285 return SWIG_ERROR;
2288 dict = PyModule_GetDict(m);
2289 if (dict == NULL) {
2290 /* Internal error -- modules must have a dict! */
2291 PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
2292 PyModule_GetName(m));
2293 return SWIG_ERROR;
2295 if (PyDict_SetItemString(dict, name, o))
2296 return SWIG_ERROR;
2297 Py_DECREF(o);
2298 return SWIG_OK;
2300 #endif
2302 SWIGRUNTIME void
2303 SWIG_Python_DestroyModule(void *vptr)
2305 swig_module_info *swig_module = (swig_module_info *) vptr;
2306 swig_type_info **types = swig_module->types;
2307 size_t i;
2308 for (i =0; i < swig_module->size; ++i) {
2309 swig_type_info *ty = types[i];
2310 if (ty->owndata) {
2311 PySwigClientData *data = (PySwigClientData *) ty->clientdata;
2312 if (data) PySwigClientData_Del(data);
2315 Py_DECREF(SWIG_This());
2318 SWIGRUNTIME void
2319 SWIG_Python_SetModule(swig_module_info *swig_module) {
2320 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */
2322 PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2323 swig_empty_runtime_method_table);
2324 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2325 if (pointer && module) {
2326 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);
2327 } else {
2328 Py_XDECREF(pointer);
2332 /* The python cached type query */
2333 SWIGRUNTIME PyObject *
2334 SWIG_Python_TypeCache(void) {
2335 static PyObject *SWIG_STATIC_POINTER(cache) = PyDict_New();
2336 return cache;
2339 SWIGRUNTIME swig_type_info *
2340 SWIG_Python_TypeQuery(const char *type)
2342 PyObject *cache = SWIG_Python_TypeCache();
2343 PyObject *key = PyString_FromString(type);
2344 PyObject *obj = PyDict_GetItem(cache, key);
2345 swig_type_info *descriptor;
2346 if (obj) {
2347 descriptor = (swig_type_info *) PyCObject_AsVoidPtr(obj);
2348 } else {
2349 swig_module_info *swig_module = SWIG_Python_GetModule();
2350 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
2351 if (descriptor) {
2352 obj = PyCObject_FromVoidPtr(descriptor, NULL);
2353 PyDict_SetItem(cache, key, obj);
2354 Py_DECREF(obj);
2357 Py_DECREF(key);
2358 return descriptor;
2362 For backward compatibility only
2364 #define SWIG_POINTER_EXCEPTION 0
2365 #define SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg)
2366 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
2368 SWIGRUNTIME int
2369 SWIG_Python_AddErrMesg(const char* mesg, int infront)
2371 if (PyErr_Occurred()) {
2372 PyObject *type = 0;
2373 PyObject *value = 0;
2374 PyObject *traceback = 0;
2375 PyErr_Fetch(&type, &value, &traceback);
2376 if (value) {
2377 PyObject *old_str = PyObject_Str(value);
2378 Py_XINCREF(type);
2379 PyErr_Clear();
2380 if (infront) {
2381 PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
2382 } else {
2383 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
2385 Py_DECREF(old_str);
2387 return 1;
2388 } else {
2389 return 0;
2393 SWIGRUNTIME int
2394 SWIG_Python_ArgFail(int argnum)
2396 if (PyErr_Occurred()) {
2397 /* add information about failing argument */
2398 char mesg[256];
2399 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
2400 return SWIG_Python_AddErrMesg(mesg, 1);
2401 } else {
2402 return 0;
2406 SWIGRUNTIMEINLINE const char *
2407 PySwigObject_GetDesc(PyObject *self)
2409 PySwigObject *v = (PySwigObject *)self;
2410 swig_type_info *ty = v ? v->ty : 0;
2411 return ty ? ty->str : (char*)"";
2414 SWIGRUNTIME void
2415 SWIG_Python_TypeError(const char *type, PyObject *obj)
2417 if (type) {
2418 #if defined(SWIG_COBJECT_TYPES)
2419 if (obj && PySwigObject_Check(obj)) {
2420 const char *otype = (const char *) PySwigObject_GetDesc(obj);
2421 if (otype) {
2422 PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'PySwigObject(%s)' is received",
2423 type, otype);
2424 return;
2426 } else
2427 #endif
2429 const char *otype = (obj ? obj->ob_type->tp_name : 0);
2430 if (otype) {
2431 PyObject *str = PyObject_Str(obj);
2432 const char *cstr = str ? PyString_AsString(str) : 0;
2433 if (cstr) {
2434 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received",
2435 type, otype, cstr);
2436 } else {
2437 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
2438 type, otype);
2440 Py_XDECREF(str);
2441 return;
2444 PyErr_Format(PyExc_TypeError, "a '%s' is expected", type);
2445 } else {
2446 PyErr_Format(PyExc_TypeError, "unexpected type is received");
2451 /* Convert a pointer value, signal an exception on a type mismatch */
2452 SWIGRUNTIME void *
2453 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) {
2454 void *result;
2455 if (SWIG_Python_ConvertPtr(obj, &result, ty, flags) == -1) {
2456 PyErr_Clear();
2457 if (flags & SWIG_POINTER_EXCEPTION) {
2458 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj);
2459 SWIG_Python_ArgFail(argnum);
2462 return result;
2466 #ifdef __cplusplus
2467 #if 0
2468 { /* cc-mode */
2469 #endif
2471 #endif
2475 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
2477 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
2481 /* -------- TYPES TABLE (BEGIN) -------- */
2483 #define SWIGTYPE_p_TALLOC_CTX swig_types[0]
2484 #define SWIGTYPE_p_char swig_types[1]
2485 #define SWIGTYPE_p_int swig_types[2]
2486 #define SWIGTYPE_p_loadparm_context swig_types[3]
2487 #define SWIGTYPE_p_loadparm_service swig_types[4]
2488 #define SWIGTYPE_p_long_long swig_types[5]
2489 #define SWIGTYPE_p_param_context swig_types[6]
2490 #define SWIGTYPE_p_param_opt swig_types[7]
2491 #define SWIGTYPE_p_param_section swig_types[8]
2492 #define SWIGTYPE_p_short swig_types[9]
2493 #define SWIGTYPE_p_signed_char swig_types[10]
2494 #define SWIGTYPE_p_unsigned_char swig_types[11]
2495 #define SWIGTYPE_p_unsigned_int swig_types[12]
2496 #define SWIGTYPE_p_unsigned_long_long swig_types[13]
2497 #define SWIGTYPE_p_unsigned_short swig_types[14]
2498 static swig_type_info *swig_types[16];
2499 static swig_module_info swig_module = {swig_types, 15, 0, 0, 0, 0};
2500 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2501 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2503 /* -------- TYPES TABLE (END) -------- */
2505 #if (PY_VERSION_HEX <= 0x02000000)
2506 # if !defined(SWIG_PYTHON_CLASSIC)
2507 # error "This python version requires swig to be run with the '-classic' option"
2508 # endif
2509 #endif
2510 #if (PY_VERSION_HEX <= 0x02020000)
2511 # error "This python version requires swig to be run with the '-nomodern' option"
2512 #endif
2513 #if (PY_VERSION_HEX <= 0x02020000)
2514 # error "This python version requires swig to be run with the '-nomodernargs' option"
2515 #endif
2516 #ifndef METH_O
2517 # error "This python version requires swig to be run with the '-nofastunpack' option"
2518 #endif
2519 #ifdef SWIG_TypeQuery
2520 # undef SWIG_TypeQuery
2521 #endif
2522 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2524 /*-----------------------------------------------
2525 @(target):= _param.so
2526 ------------------------------------------------*/
2527 #define SWIG_init init_param
2529 #define SWIG_name "_param"
2531 #define SWIGVERSION 0x010336
2532 #define SWIG_VERSION SWIGVERSION
2535 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
2536 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a))
2539 #include <stdint.h>
2540 #include <stdbool.h>
2542 #include "includes.h"
2543 #include "param/param.h"
2544 #include "param/loadparm.h"
2546 typedef struct param_context param;
2547 typedef struct loadparm_context loadparm_context;
2548 typedef struct loadparm_service loadparm_service;
2549 typedef struct param_section param_section;
2550 typedef struct param_opt param_opt;
2552 SWIGINTERN loadparm_context *new_loadparm_context(TALLOC_CTX *mem_ctx){ return loadparm_init(mem_ctx); }
2553 SWIGINTERN struct loadparm_service *loadparm_context_default_service(loadparm_context *self){ return lp_default_service(self); }
2555 SWIGINTERN swig_type_info*
2556 SWIG_pchar_descriptor(void)
2558 static int init = 0;
2559 static swig_type_info* info = 0;
2560 if (!init) {
2561 info = SWIG_TypeQuery("_p_char");
2562 init = 1;
2564 return info;
2568 SWIGINTERN int
2569 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
2571 if (PyString_Check(obj)) {
2572 char *cstr; Py_ssize_t len;
2573 PyString_AsStringAndSize(obj, &cstr, &len);
2574 if (cptr) {
2575 if (alloc) {
2577 In python the user should not be able to modify the inner
2578 string representation. To warranty that, if you define
2579 SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
2580 buffer is always returned.
2582 The default behavior is just to return the pointer value,
2583 so, be careful.
2585 #if defined(SWIG_PYTHON_SAFE_CSTRINGS)
2586 if (*alloc != SWIG_OLDOBJ)
2587 #else
2588 if (*alloc == SWIG_NEWOBJ)
2589 #endif
2591 *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
2592 *alloc = SWIG_NEWOBJ;
2594 else {
2595 *cptr = cstr;
2596 *alloc = SWIG_OLDOBJ;
2598 } else {
2599 *cptr = PyString_AsString(obj);
2602 if (psize) *psize = len + 1;
2603 return SWIG_OK;
2604 } else {
2605 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2606 if (pchar_descriptor) {
2607 void* vptr = 0;
2608 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
2609 if (cptr) *cptr = (char *) vptr;
2610 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
2611 if (alloc) *alloc = SWIG_OLDOBJ;
2612 return SWIG_OK;
2616 return SWIG_TypeError;
2622 SWIGINTERN bool loadparm_context_load(loadparm_context *self,char const *filename){ return lp_load(self, filename); }
2624 SWIGINTERNINLINE PyObject*
2625 SWIG_From_bool (bool value)
2627 return PyBool_FromLong(value ? 1 : 0);
2630 SWIGINTERN bool loadparm_context_load_default(loadparm_context *self){ return lp_load_default(self); }
2631 SWIGINTERN int loadparm_context___len__(loadparm_context *self){ return lp_numservices(self); }
2633 #define SWIG_From_long PyInt_FromLong
2636 SWIGINTERNINLINE PyObject *
2637 SWIG_From_int (int value)
2639 return SWIG_From_long (value);
2642 SWIGINTERN struct loadparm_service *loadparm_context___getitem__(loadparm_context *self,char const *name){ return lp_service(self, name); }
2643 SWIGINTERN char const *loadparm_context_configfile(loadparm_context *self){ return lp_configfile(self); }
2645 SWIGINTERNINLINE PyObject *
2646 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
2648 if (carray) {
2649 if (size > INT_MAX) {
2650 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2651 return pchar_descriptor ?
2652 SWIG_NewPointerObj((char *)(carray), pchar_descriptor, 0) : SWIG_Py_Void();
2653 } else {
2654 return PyString_FromStringAndSize(carray, (int)(size));
2656 } else {
2657 return SWIG_Py_Void();
2662 SWIGINTERNINLINE PyObject *
2663 SWIG_FromCharPtr(const char *cptr)
2665 return SWIG_FromCharPtrAndSize(cptr, (cptr ? strlen(cptr) : 0));
2668 SWIGINTERN bool loadparm_context_is_mydomain(loadparm_context *self,char const *domain){ return lp_is_mydomain(self, domain); }
2669 SWIGINTERN bool loadparm_context_is_myname(loadparm_context *self,char const *name){ return lp_is_myname(self, name); }
2670 SWIGINTERN int loadparm_context_use(loadparm_context *self,struct param_context *param_ctx){ return param_use(self, param_ctx); }
2671 SWIGINTERN bool loadparm_context_set(loadparm_context *self,char const *parm_name,char const *parm_value){
2672 if (parm_value == NULL)
2673 return false;
2674 return lp_set_cmdline(self, parm_name, parm_value);
2676 SWIGINTERN PyObject *loadparm_context_get(loadparm_context *self,char const *param_name,char const *service_name){
2677 struct parm_struct *parm = NULL;
2678 void *parm_ptr = NULL;
2679 int i;
2681 if (service_name != NULL) {
2682 struct loadparm_service *service;
2683 /* its a share parameter */
2684 service = lp_service(self, service_name);
2685 if (service == NULL) {
2686 return Py_None;
2688 if (strchr(param_name, ':')) {
2689 /* its a parametric option on a share */
2690 const char *type = talloc_strndup(self,
2691 param_name,
2692 strcspn(param_name, ":"));
2693 const char *option = strchr(param_name, ':') + 1;
2694 const char *value;
2695 if (type == NULL || option == NULL) {
2696 return Py_None;
2698 value = lp_get_parametric(self, service, type, option);
2699 if (value == NULL) {
2700 return Py_None;
2702 return PyString_FromString(value);
2705 parm = lp_parm_struct(param_name);
2706 if (parm == NULL || parm->class == P_GLOBAL) {
2707 return Py_None;
2709 parm_ptr = lp_parm_ptr(self, service, parm);
2710 } else if (strchr(param_name, ':')) {
2711 /* its a global parametric option */
2712 const char *type = talloc_strndup(self,
2713 param_name, strcspn(param_name, ":"));
2714 const char *option = strchr(param_name, ':') + 1;
2715 const char *value;
2716 if (type == NULL || option == NULL) {
2717 return Py_None;
2719 value = lp_get_parametric(self, NULL, type, option);
2720 if (value == NULL)
2721 return Py_None;
2722 return PyString_FromString(value);
2723 } else {
2724 /* its a global parameter */
2725 parm = lp_parm_struct(param_name);
2726 if (parm == NULL) {
2727 return Py_None;
2729 parm_ptr = lp_parm_ptr(self, NULL, parm);
2732 if (parm == NULL || parm_ptr == NULL) {
2733 return Py_None;
2736 /* construct and return the right type of python object */
2737 switch (parm->type) {
2738 case P_STRING:
2739 case P_USTRING:
2740 return PyString_FromString(*(char **)parm_ptr);
2741 case P_BOOL:
2742 return PyBool_FromLong(*(bool *)parm_ptr);
2743 case P_INTEGER:
2744 case P_OCTAL:
2745 case P_BYTES:
2746 return PyLong_FromLong(*(int *)parm_ptr);
2747 case P_ENUM:
2748 for (i=0; parm->enum_list[i].name; i++) {
2749 if (*(int *)parm_ptr == parm->enum_list[i].value) {
2750 return PyString_FromString(parm->enum_list[i].name);
2753 return Py_None;
2754 case P_LIST:
2756 int j;
2757 const char **strlist = *(const char ***)parm_ptr;
2758 PyObject *pylist = PyList_New(str_list_length(strlist));
2759 for (j = 0; strlist[j]; j++)
2760 PyList_SetItem(pylist, j,
2761 PyString_FromString(strlist[j]));
2762 return pylist;
2765 break;
2767 return Py_None;
2769 SWIGINTERN void delete_loadparm_context(loadparm_context *self){ talloc_free(self); }
2770 SWIGINTERN char const *loadparm_service_volume_label(loadparm_service *self,struct loadparm_service *sDefault){ return volume_label(self, sDefault); }
2771 SWIGINTERN char const *loadparm_service_printername(loadparm_service *self,struct loadparm_service *sDefault){ return lp_printername(self, sDefault); }
2772 SWIGINTERN int loadparm_service_maxprintjobs(loadparm_service *self,struct loadparm_service *sDefault){ return lp_maxprintjobs(self, sDefault); }
2773 SWIGINTERN param *new_param(TALLOC_CTX *mem_ctx){ return param_init(mem_ctx); }
2774 SWIGINTERN int param_set(param *self,char const *parameter,PyObject *ob,char const *section_name){
2775 struct param_opt *opt = param_get_add(self, parameter, section_name);
2777 talloc_free(opt->value);
2778 opt->value = talloc_strdup(opt, PyString_AsString(PyObject_Str(ob)));
2780 return 0;
2782 SWIGINTERN struct param_section *param_first_section(param *self){ return self->sections; }
2783 SWIGINTERN struct param_section *param_next_section(param *self,struct param_section *s){ return s->next; }
2784 SWIGINTERN void delete_param(param *self){ talloc_free(self); }
2785 SWIGINTERN char const *param_opt___str__(param_opt *self){ return self->value; }
2786 SWIGINTERN void delete_param_opt(param_opt *self){ talloc_free(self); }
2787 SWIGINTERN struct param_opt *param_section_first_parameter(param_section *self){ return self->parameters; }
2788 SWIGINTERN struct param_opt *param_section_next_parameter(param_section *self,struct param_opt *s){ return s->next; }
2791 struct loadparm_context *lp_from_py_object(PyObject *py_obj)
2793 struct loadparm_context *lp_ctx;
2794 if (PyString_Check(py_obj)) {
2795 lp_ctx = loadparm_init(NULL);
2796 if (!lp_load(lp_ctx, PyString_AsString(py_obj))) {
2797 talloc_free(lp_ctx);
2798 return NULL;
2800 return lp_ctx;
2803 if (py_obj == Py_None) {
2804 lp_ctx = loadparm_init(NULL);
2805 if (!lp_load_default(lp_ctx)) {
2806 talloc_free(lp_ctx);
2807 return NULL;
2809 return lp_ctx;
2812 if (SWIG_ConvertPtr(py_obj, (void *)&lp_ctx, SWIGTYPE_p_loadparm_context, 0 | 0 ) < 0)
2813 return NULL;
2814 return lp_ctx;
2817 struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx)
2819 struct loadparm_context *ret;
2820 ret = loadparm_init(mem_ctx);
2821 if (!lp_load_default(ret))
2822 return NULL;
2823 return ret;
2827 #ifdef __cplusplus
2828 extern "C" {
2829 #endif
2830 SWIGINTERN PyObject *_wrap_new_LoadParm(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
2831 PyObject *resultobj = 0;
2832 TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
2833 loadparm_context *result = 0 ;
2835 arg1 = NULL;
2836 if (!SWIG_Python_UnpackTuple(args,"new_LoadParm",0,0,0)) SWIG_fail;
2837 result = (loadparm_context *)new_loadparm_context(arg1);
2838 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_loadparm_context, SWIG_POINTER_NEW | 0 );
2839 return resultobj;
2840 fail:
2841 return NULL;
2845 SWIGINTERN PyObject *_wrap_LoadParm_default_service(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2846 PyObject *resultobj = 0;
2847 loadparm_context *arg1 = (loadparm_context *) 0 ;
2848 void *argp1 = 0 ;
2849 int res1 = 0 ;
2850 PyObject * obj0 = 0 ;
2851 char * kwnames[] = {
2852 (char *) "self", NULL
2854 struct loadparm_service *result = 0 ;
2856 arg1 = loadparm_init(NULL);
2857 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_default_service",kwnames,&obj0)) SWIG_fail;
2858 if (obj0) {
2859 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
2860 if (!SWIG_IsOK(res1)) {
2861 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_default_service" "', argument " "1"" of type '" "loadparm_context *""'");
2863 arg1 = (loadparm_context *)(argp1);
2865 result = (struct loadparm_service *)loadparm_context_default_service(arg1);
2866 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_loadparm_service, 0 | 0 );
2867 return resultobj;
2868 fail:
2869 return NULL;
2873 SWIGINTERN PyObject *_wrap_LoadParm_load(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2874 PyObject *resultobj = 0;
2875 loadparm_context *arg1 = (loadparm_context *) 0 ;
2876 char *arg2 = (char *) 0 ;
2877 void *argp1 = 0 ;
2878 int res1 = 0 ;
2879 int res2 ;
2880 char *buf2 = 0 ;
2881 int alloc2 = 0 ;
2882 PyObject * obj0 = 0 ;
2883 PyObject * obj1 = 0 ;
2884 char * kwnames[] = {
2885 (char *) "self",(char *) "filename", NULL
2887 bool result;
2889 arg1 = loadparm_init(NULL);
2890 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_load",kwnames,&obj0,&obj1)) SWIG_fail;
2891 if (obj0) {
2892 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
2893 if (!SWIG_IsOK(res1)) {
2894 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_load" "', argument " "1"" of type '" "loadparm_context *""'");
2896 arg1 = (loadparm_context *)(argp1);
2898 if (obj1) {
2899 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
2900 if (!SWIG_IsOK(res2)) {
2901 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_load" "', argument " "2"" of type '" "char const *""'");
2903 arg2 = (char *)(buf2);
2905 result = (bool)loadparm_context_load(arg1,(char const *)arg2);
2906 resultobj = SWIG_From_bool((bool)(result));
2907 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2908 return resultobj;
2909 fail:
2910 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
2911 return NULL;
2915 SWIGINTERN PyObject *_wrap_LoadParm_load_default(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2916 PyObject *resultobj = 0;
2917 loadparm_context *arg1 = (loadparm_context *) 0 ;
2918 void *argp1 = 0 ;
2919 int res1 = 0 ;
2920 PyObject * obj0 = 0 ;
2921 char * kwnames[] = {
2922 (char *) "self", NULL
2924 bool result;
2926 arg1 = loadparm_init(NULL);
2927 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_load_default",kwnames,&obj0)) SWIG_fail;
2928 if (obj0) {
2929 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
2930 if (!SWIG_IsOK(res1)) {
2931 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_load_default" "', argument " "1"" of type '" "loadparm_context *""'");
2933 arg1 = (loadparm_context *)(argp1);
2935 result = (bool)loadparm_context_load_default(arg1);
2936 resultobj = SWIG_From_bool((bool)(result));
2937 return resultobj;
2938 fail:
2939 return NULL;
2943 SWIGINTERN PyObject *_wrap_LoadParm___len__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2944 PyObject *resultobj = 0;
2945 loadparm_context *arg1 = (loadparm_context *) 0 ;
2946 void *argp1 = 0 ;
2947 int res1 = 0 ;
2948 PyObject * obj0 = 0 ;
2949 char * kwnames[] = {
2950 (char *) "self", NULL
2952 int result;
2954 arg1 = loadparm_init(NULL);
2955 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm___len__",kwnames,&obj0)) SWIG_fail;
2956 if (obj0) {
2957 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
2958 if (!SWIG_IsOK(res1)) {
2959 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm___len__" "', argument " "1"" of type '" "loadparm_context *""'");
2961 arg1 = (loadparm_context *)(argp1);
2963 result = (int)loadparm_context___len__(arg1);
2964 resultobj = SWIG_From_int((int)(result));
2965 return resultobj;
2966 fail:
2967 return NULL;
2971 SWIGINTERN PyObject *_wrap_LoadParm___getitem__(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
2972 PyObject *resultobj = 0;
2973 loadparm_context *arg1 = (loadparm_context *) 0 ;
2974 char *arg2 = (char *) 0 ;
2975 void *argp1 = 0 ;
2976 int res1 = 0 ;
2977 int res2 ;
2978 char *buf2 = 0 ;
2979 int alloc2 = 0 ;
2980 PyObject * obj0 = 0 ;
2981 PyObject * obj1 = 0 ;
2982 char * kwnames[] = {
2983 (char *) "self",(char *) "name", NULL
2985 struct loadparm_service *result = 0 ;
2987 arg1 = loadparm_init(NULL);
2988 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm___getitem__",kwnames,&obj0,&obj1)) SWIG_fail;
2989 if (obj0) {
2990 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
2991 if (!SWIG_IsOK(res1)) {
2992 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm___getitem__" "', argument " "1"" of type '" "loadparm_context *""'");
2994 arg1 = (loadparm_context *)(argp1);
2996 if (obj1) {
2997 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
2998 if (!SWIG_IsOK(res2)) {
2999 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm___getitem__" "', argument " "2"" of type '" "char const *""'");
3001 arg2 = (char *)(buf2);
3003 result = (struct loadparm_service *)loadparm_context___getitem__(arg1,(char const *)arg2);
3004 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_loadparm_service, 0 | 0 );
3005 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3006 return resultobj;
3007 fail:
3008 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3009 return NULL;
3013 SWIGINTERN PyObject *_wrap_LoadParm_configfile(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3014 PyObject *resultobj = 0;
3015 loadparm_context *arg1 = (loadparm_context *) 0 ;
3016 void *argp1 = 0 ;
3017 int res1 = 0 ;
3018 PyObject * obj0 = 0 ;
3019 char * kwnames[] = {
3020 (char *) "self", NULL
3022 char *result = 0 ;
3024 arg1 = loadparm_init(NULL);
3025 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:LoadParm_configfile",kwnames,&obj0)) SWIG_fail;
3026 if (obj0) {
3027 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3028 if (!SWIG_IsOK(res1)) {
3029 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_configfile" "', argument " "1"" of type '" "loadparm_context *""'");
3031 arg1 = (loadparm_context *)(argp1);
3033 result = (char *)loadparm_context_configfile(arg1);
3034 resultobj = SWIG_FromCharPtr((const char *)result);
3035 return resultobj;
3036 fail:
3037 return NULL;
3041 SWIGINTERN PyObject *_wrap_LoadParm_is_mydomain(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3042 PyObject *resultobj = 0;
3043 loadparm_context *arg1 = (loadparm_context *) 0 ;
3044 char *arg2 = (char *) 0 ;
3045 void *argp1 = 0 ;
3046 int res1 = 0 ;
3047 int res2 ;
3048 char *buf2 = 0 ;
3049 int alloc2 = 0 ;
3050 PyObject * obj0 = 0 ;
3051 PyObject * obj1 = 0 ;
3052 char * kwnames[] = {
3053 (char *) "self",(char *) "domain", NULL
3055 bool result;
3057 arg1 = loadparm_init(NULL);
3058 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_is_mydomain",kwnames,&obj0,&obj1)) SWIG_fail;
3059 if (obj0) {
3060 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3061 if (!SWIG_IsOK(res1)) {
3062 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_is_mydomain" "', argument " "1"" of type '" "loadparm_context *""'");
3064 arg1 = (loadparm_context *)(argp1);
3066 if (obj1) {
3067 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3068 if (!SWIG_IsOK(res2)) {
3069 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_is_mydomain" "', argument " "2"" of type '" "char const *""'");
3071 arg2 = (char *)(buf2);
3073 result = (bool)loadparm_context_is_mydomain(arg1,(char const *)arg2);
3074 resultobj = SWIG_From_bool((bool)(result));
3075 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3076 return resultobj;
3077 fail:
3078 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3079 return NULL;
3083 SWIGINTERN PyObject *_wrap_LoadParm_is_myname(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3084 PyObject *resultobj = 0;
3085 loadparm_context *arg1 = (loadparm_context *) 0 ;
3086 char *arg2 = (char *) 0 ;
3087 void *argp1 = 0 ;
3088 int res1 = 0 ;
3089 int res2 ;
3090 char *buf2 = 0 ;
3091 int alloc2 = 0 ;
3092 PyObject * obj0 = 0 ;
3093 PyObject * obj1 = 0 ;
3094 char * kwnames[] = {
3095 (char *) "self",(char *) "name", NULL
3097 bool result;
3099 arg1 = loadparm_init(NULL);
3100 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_is_myname",kwnames,&obj0,&obj1)) SWIG_fail;
3101 if (obj0) {
3102 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3103 if (!SWIG_IsOK(res1)) {
3104 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_is_myname" "', argument " "1"" of type '" "loadparm_context *""'");
3106 arg1 = (loadparm_context *)(argp1);
3108 if (obj1) {
3109 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3110 if (!SWIG_IsOK(res2)) {
3111 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_is_myname" "', argument " "2"" of type '" "char const *""'");
3113 arg2 = (char *)(buf2);
3115 result = (bool)loadparm_context_is_myname(arg1,(char const *)arg2);
3116 resultobj = SWIG_From_bool((bool)(result));
3117 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3118 return resultobj;
3119 fail:
3120 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3121 return NULL;
3125 SWIGINTERN PyObject *_wrap_LoadParm_use(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3126 PyObject *resultobj = 0;
3127 loadparm_context *arg1 = (loadparm_context *) 0 ;
3128 struct param_context *arg2 = (struct param_context *) 0 ;
3129 void *argp1 = 0 ;
3130 int res1 = 0 ;
3131 void *argp2 = 0 ;
3132 int res2 = 0 ;
3133 PyObject * obj0 = 0 ;
3134 PyObject * obj1 = 0 ;
3135 char * kwnames[] = {
3136 (char *) "self",(char *) "param_ctx", NULL
3138 int result;
3140 arg1 = loadparm_init(NULL);
3141 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OO:LoadParm_use",kwnames,&obj0,&obj1)) SWIG_fail;
3142 if (obj0) {
3143 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3144 if (!SWIG_IsOK(res1)) {
3145 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_use" "', argument " "1"" of type '" "loadparm_context *""'");
3147 arg1 = (loadparm_context *)(argp1);
3149 if (obj1) {
3150 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_param_context, 0 | 0 );
3151 if (!SWIG_IsOK(res2)) {
3152 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_use" "', argument " "2"" of type '" "struct param_context *""'");
3154 arg2 = (struct param_context *)(argp2);
3156 result = (int)loadparm_context_use(arg1,arg2);
3157 resultobj = SWIG_From_int((int)(result));
3158 return resultobj;
3159 fail:
3160 return NULL;
3164 SWIGINTERN PyObject *_wrap_LoadParm_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3165 PyObject *resultobj = 0;
3166 loadparm_context *arg1 = (loadparm_context *) 0 ;
3167 char *arg2 = (char *) 0 ;
3168 char *arg3 = (char *) 0 ;
3169 void *argp1 = 0 ;
3170 int res1 = 0 ;
3171 int res2 ;
3172 char *buf2 = 0 ;
3173 int alloc2 = 0 ;
3174 int res3 ;
3175 char *buf3 = 0 ;
3176 int alloc3 = 0 ;
3177 PyObject * obj0 = 0 ;
3178 PyObject * obj1 = 0 ;
3179 PyObject * obj2 = 0 ;
3180 char * kwnames[] = {
3181 (char *) "self",(char *) "parm_name",(char *) "parm_value", NULL
3183 bool result;
3185 arg1 = loadparm_init(NULL);
3186 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:LoadParm_set",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3187 if (obj0) {
3188 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3189 if (!SWIG_IsOK(res1)) {
3190 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_set" "', argument " "1"" of type '" "loadparm_context *""'");
3192 arg1 = (loadparm_context *)(argp1);
3194 if (obj1) {
3195 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3196 if (!SWIG_IsOK(res2)) {
3197 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_set" "', argument " "2"" of type '" "char const *""'");
3199 arg2 = (char *)(buf2);
3201 if (obj2) {
3202 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3203 if (!SWIG_IsOK(res3)) {
3204 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "LoadParm_set" "', argument " "3"" of type '" "char const *""'");
3206 arg3 = (char *)(buf3);
3208 result = (bool)loadparm_context_set(arg1,(char const *)arg2,(char const *)arg3);
3209 resultobj = SWIG_From_bool((bool)(result));
3210 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3211 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3212 return resultobj;
3213 fail:
3214 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3215 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3216 return NULL;
3220 SWIGINTERN PyObject *_wrap_LoadParm_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3221 PyObject *resultobj = 0;
3222 loadparm_context *arg1 = (loadparm_context *) 0 ;
3223 char *arg2 = (char *) 0 ;
3224 char *arg3 = (char *) 0 ;
3225 void *argp1 = 0 ;
3226 int res1 = 0 ;
3227 int res2 ;
3228 char *buf2 = 0 ;
3229 int alloc2 = 0 ;
3230 int res3 ;
3231 char *buf3 = 0 ;
3232 int alloc3 = 0 ;
3233 PyObject * obj0 = 0 ;
3234 PyObject * obj1 = 0 ;
3235 PyObject * obj2 = 0 ;
3236 char * kwnames[] = {
3237 (char *) "self",(char *) "param_name",(char *) "service_name", NULL
3239 PyObject *result = 0 ;
3241 arg1 = loadparm_init(NULL);
3242 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOO:LoadParm_get",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3243 if (obj0) {
3244 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, 0 | 0 );
3245 if (!SWIG_IsOK(res1)) {
3246 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "LoadParm_get" "', argument " "1"" of type '" "loadparm_context *""'");
3248 arg1 = (loadparm_context *)(argp1);
3250 if (obj1) {
3251 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3252 if (!SWIG_IsOK(res2)) {
3253 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "LoadParm_get" "', argument " "2"" of type '" "char const *""'");
3255 arg2 = (char *)(buf2);
3257 if (obj2) {
3258 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3259 if (!SWIG_IsOK(res3)) {
3260 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "LoadParm_get" "', argument " "3"" of type '" "char const *""'");
3262 arg3 = (char *)(buf3);
3264 result = (PyObject *)loadparm_context_get(arg1,(char const *)arg2,(char const *)arg3);
3265 resultobj = result;
3266 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3267 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3268 return resultobj;
3269 fail:
3270 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3271 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3272 return NULL;
3276 SWIGINTERN PyObject *_wrap_delete_LoadParm(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3277 PyObject *resultobj = 0;
3278 loadparm_context *arg1 = (loadparm_context *) 0 ;
3279 void *argp1 = 0 ;
3280 int res1 = 0 ;
3281 PyObject * obj0 = 0 ;
3282 char * kwnames[] = {
3283 (char *) "self", NULL
3286 arg1 = loadparm_init(NULL);
3287 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|O:delete_LoadParm",kwnames,&obj0)) SWIG_fail;
3288 if (obj0) {
3289 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_context, SWIG_POINTER_DISOWN | 0 );
3290 if (!SWIG_IsOK(res1)) {
3291 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_LoadParm" "', argument " "1"" of type '" "loadparm_context *""'");
3293 arg1 = (loadparm_context *)(argp1);
3295 delete_loadparm_context(arg1);
3296 resultobj = SWIG_Py_Void();
3297 return resultobj;
3298 fail:
3299 return NULL;
3303 SWIGINTERN PyObject *LoadParm_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3304 PyObject *obj;
3305 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3306 SWIG_TypeNewClientData(SWIGTYPE_p_loadparm_context, SWIG_NewClientData(obj));
3307 return SWIG_Py_Void();
3310 SWIGINTERN PyObject *LoadParm_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3311 return SWIG_Python_InitShadowInstance(args);
3314 SWIGINTERN PyObject *_wrap_loadparm_service_volume_label(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3315 PyObject *resultobj = 0;
3316 loadparm_service *arg1 = (loadparm_service *) 0 ;
3317 struct loadparm_service *arg2 = (struct loadparm_service *) 0 ;
3318 void *argp1 = 0 ;
3319 int res1 = 0 ;
3320 void *argp2 = 0 ;
3321 int res2 = 0 ;
3322 PyObject * obj0 = 0 ;
3323 PyObject * obj1 = 0 ;
3324 char * kwnames[] = {
3325 (char *) "self",(char *) "sDefault", NULL
3327 char *result = 0 ;
3329 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_volume_label",kwnames,&obj0,&obj1)) SWIG_fail;
3330 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 | 0 );
3331 if (!SWIG_IsOK(res1)) {
3332 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "loadparm_service_volume_label" "', argument " "1"" of type '" "loadparm_service *""'");
3334 arg1 = (loadparm_service *)(argp1);
3335 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_loadparm_service, 0 | 0 );
3336 if (!SWIG_IsOK(res2)) {
3337 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "loadparm_service_volume_label" "', argument " "2"" of type '" "struct loadparm_service *""'");
3339 arg2 = (struct loadparm_service *)(argp2);
3340 result = (char *)loadparm_service_volume_label(arg1,arg2);
3341 resultobj = SWIG_FromCharPtr((const char *)result);
3342 return resultobj;
3343 fail:
3344 return NULL;
3348 SWIGINTERN PyObject *_wrap_loadparm_service_printername(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3349 PyObject *resultobj = 0;
3350 loadparm_service *arg1 = (loadparm_service *) 0 ;
3351 struct loadparm_service *arg2 = (struct loadparm_service *) 0 ;
3352 void *argp1 = 0 ;
3353 int res1 = 0 ;
3354 void *argp2 = 0 ;
3355 int res2 = 0 ;
3356 PyObject * obj0 = 0 ;
3357 PyObject * obj1 = 0 ;
3358 char * kwnames[] = {
3359 (char *) "self",(char *) "sDefault", NULL
3361 char *result = 0 ;
3363 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_printername",kwnames,&obj0,&obj1)) SWIG_fail;
3364 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 | 0 );
3365 if (!SWIG_IsOK(res1)) {
3366 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "loadparm_service_printername" "', argument " "1"" of type '" "loadparm_service *""'");
3368 arg1 = (loadparm_service *)(argp1);
3369 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_loadparm_service, 0 | 0 );
3370 if (!SWIG_IsOK(res2)) {
3371 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "loadparm_service_printername" "', argument " "2"" of type '" "struct loadparm_service *""'");
3373 arg2 = (struct loadparm_service *)(argp2);
3374 result = (char *)loadparm_service_printername(arg1,arg2);
3375 resultobj = SWIG_FromCharPtr((const char *)result);
3376 return resultobj;
3377 fail:
3378 return NULL;
3382 SWIGINTERN PyObject *_wrap_loadparm_service_maxprintjobs(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3383 PyObject *resultobj = 0;
3384 loadparm_service *arg1 = (loadparm_service *) 0 ;
3385 struct loadparm_service *arg2 = (struct loadparm_service *) 0 ;
3386 void *argp1 = 0 ;
3387 int res1 = 0 ;
3388 void *argp2 = 0 ;
3389 int res2 = 0 ;
3390 PyObject * obj0 = 0 ;
3391 PyObject * obj1 = 0 ;
3392 char * kwnames[] = {
3393 (char *) "self",(char *) "sDefault", NULL
3395 int result;
3397 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:loadparm_service_maxprintjobs",kwnames,&obj0,&obj1)) SWIG_fail;
3398 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_loadparm_service, 0 | 0 );
3399 if (!SWIG_IsOK(res1)) {
3400 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "loadparm_service_maxprintjobs" "', argument " "1"" of type '" "loadparm_service *""'");
3402 arg1 = (loadparm_service *)(argp1);
3403 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_loadparm_service, 0 | 0 );
3404 if (!SWIG_IsOK(res2)) {
3405 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "loadparm_service_maxprintjobs" "', argument " "2"" of type '" "struct loadparm_service *""'");
3407 arg2 = (struct loadparm_service *)(argp2);
3408 result = (int)loadparm_service_maxprintjobs(arg1,arg2);
3409 resultobj = SWIG_From_int((int)(result));
3410 return resultobj;
3411 fail:
3412 return NULL;
3416 SWIGINTERN PyObject *loadparm_service_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3417 PyObject *obj;
3418 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3419 SWIG_TypeNewClientData(SWIGTYPE_p_loadparm_service, SWIG_NewClientData(obj));
3420 return SWIG_Py_Void();
3423 SWIGINTERN PyObject *_wrap_new_ParamFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3424 PyObject *resultobj = 0;
3425 TALLOC_CTX *arg1 = (TALLOC_CTX *) 0 ;
3426 param *result = 0 ;
3428 arg1 = NULL;
3429 if (!SWIG_Python_UnpackTuple(args,"new_ParamFile",0,0,0)) SWIG_fail;
3430 result = (param *)new_param(arg1);
3431 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_context, SWIG_POINTER_NEW | 0 );
3432 return resultobj;
3433 fail:
3434 return NULL;
3438 SWIGINTERN PyObject *_wrap_ParamFile_get_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3439 PyObject *resultobj = 0;
3440 param *arg1 = (param *) 0 ;
3441 char *arg2 = (char *) 0 ;
3442 void *argp1 = 0 ;
3443 int res1 = 0 ;
3444 int res2 ;
3445 char *buf2 = 0 ;
3446 int alloc2 = 0 ;
3447 PyObject * obj0 = 0 ;
3448 PyObject * obj1 = 0 ;
3449 char * kwnames[] = {
3450 (char *) "self",(char *) "name", NULL
3452 struct param_section *result = 0 ;
3454 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_get_section",kwnames,&obj0,&obj1)) SWIG_fail;
3455 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3456 if (!SWIG_IsOK(res1)) {
3457 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_get_section" "', argument " "1"" of type '" "param *""'");
3459 arg1 = (param *)(argp1);
3460 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3461 if (!SWIG_IsOK(res2)) {
3462 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_get_section" "', argument " "2"" of type '" "char const *""'");
3464 arg2 = (char *)(buf2);
3465 result = (struct param_section *)param_get_section(arg1,(char const *)arg2);
3466 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_section, 0 | 0 );
3467 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3468 return resultobj;
3469 fail:
3470 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3471 return NULL;
3475 SWIGINTERN PyObject *_wrap_ParamFile_add_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3476 PyObject *resultobj = 0;
3477 param *arg1 = (param *) 0 ;
3478 char *arg2 = (char *) 0 ;
3479 void *argp1 = 0 ;
3480 int res1 = 0 ;
3481 int res2 ;
3482 char *buf2 = 0 ;
3483 int alloc2 = 0 ;
3484 PyObject * obj0 = 0 ;
3485 PyObject * obj1 = 0 ;
3486 char * kwnames[] = {
3487 (char *) "self",(char *) "name", NULL
3489 struct param_section *result = 0 ;
3491 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_add_section",kwnames,&obj0,&obj1)) SWIG_fail;
3492 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3493 if (!SWIG_IsOK(res1)) {
3494 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_add_section" "', argument " "1"" of type '" "param *""'");
3496 arg1 = (param *)(argp1);
3497 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3498 if (!SWIG_IsOK(res2)) {
3499 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_add_section" "', argument " "2"" of type '" "char const *""'");
3501 arg2 = (char *)(buf2);
3502 result = (struct param_section *)param_add_section(arg1,(char const *)arg2);
3503 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_section, 0 | 0 );
3504 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3505 return resultobj;
3506 fail:
3507 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3508 return NULL;
3512 SWIGINTERN PyObject *_wrap_ParamFile_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3513 PyObject *resultobj = 0;
3514 param *arg1 = (param *) 0 ;
3515 char *arg2 = (char *) 0 ;
3516 char *arg3 = (char *) "global" ;
3517 void *argp1 = 0 ;
3518 int res1 = 0 ;
3519 int res2 ;
3520 char *buf2 = 0 ;
3521 int alloc2 = 0 ;
3522 int res3 ;
3523 char *buf3 = 0 ;
3524 int alloc3 = 0 ;
3525 PyObject * obj0 = 0 ;
3526 PyObject * obj1 = 0 ;
3527 PyObject * obj2 = 0 ;
3528 char * kwnames[] = {
3529 (char *) "self",(char *) "name",(char *) "section_name", NULL
3531 struct param_opt *result = 0 ;
3533 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ParamFile_get",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3534 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3535 if (!SWIG_IsOK(res1)) {
3536 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_get" "', argument " "1"" of type '" "param *""'");
3538 arg1 = (param *)(argp1);
3539 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3540 if (!SWIG_IsOK(res2)) {
3541 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_get" "', argument " "2"" of type '" "char const *""'");
3543 arg2 = (char *)(buf2);
3544 if (obj2) {
3545 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3546 if (!SWIG_IsOK(res3)) {
3547 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "ParamFile_get" "', argument " "3"" of type '" "char const *""'");
3549 arg3 = (char *)(buf3);
3551 result = (struct param_opt *)param_get(arg1,(char const *)arg2,(char const *)arg3);
3552 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_opt, 0 | 0 );
3553 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3554 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3555 return resultobj;
3556 fail:
3557 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3558 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3559 return NULL;
3563 SWIGINTERN PyObject *_wrap_ParamFile_get_string(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3564 PyObject *resultobj = 0;
3565 param *arg1 = (param *) 0 ;
3566 char *arg2 = (char *) 0 ;
3567 char *arg3 = (char *) "global" ;
3568 void *argp1 = 0 ;
3569 int res1 = 0 ;
3570 int res2 ;
3571 char *buf2 = 0 ;
3572 int alloc2 = 0 ;
3573 int res3 ;
3574 char *buf3 = 0 ;
3575 int alloc3 = 0 ;
3576 PyObject * obj0 = 0 ;
3577 PyObject * obj1 = 0 ;
3578 PyObject * obj2 = 0 ;
3579 char * kwnames[] = {
3580 (char *) "self",(char *) "name",(char *) "section_name", NULL
3582 char *result = 0 ;
3584 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:ParamFile_get_string",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3585 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3586 if (!SWIG_IsOK(res1)) {
3587 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_get_string" "', argument " "1"" of type '" "param *""'");
3589 arg1 = (param *)(argp1);
3590 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3591 if (!SWIG_IsOK(res2)) {
3592 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_get_string" "', argument " "2"" of type '" "char const *""'");
3594 arg2 = (char *)(buf2);
3595 if (obj2) {
3596 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3597 if (!SWIG_IsOK(res3)) {
3598 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "ParamFile_get_string" "', argument " "3"" of type '" "char const *""'");
3600 arg3 = (char *)(buf3);
3602 result = (char *)param_get_string(arg1,(char const *)arg2,(char const *)arg3);
3603 resultobj = SWIG_FromCharPtr((const char *)result);
3604 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3605 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3606 return resultobj;
3607 fail:
3608 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3609 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3610 return NULL;
3614 SWIGINTERN PyObject *_wrap_ParamFile_set_string(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3615 PyObject *resultobj = 0;
3616 param *arg1 = (param *) 0 ;
3617 char *arg2 = (char *) 0 ;
3618 char *arg3 = (char *) 0 ;
3619 char *arg4 = (char *) "global" ;
3620 void *argp1 = 0 ;
3621 int res1 = 0 ;
3622 int res2 ;
3623 char *buf2 = 0 ;
3624 int alloc2 = 0 ;
3625 int res3 ;
3626 char *buf3 = 0 ;
3627 int alloc3 = 0 ;
3628 int res4 ;
3629 char *buf4 = 0 ;
3630 int alloc4 = 0 ;
3631 PyObject * obj0 = 0 ;
3632 PyObject * obj1 = 0 ;
3633 PyObject * obj2 = 0 ;
3634 PyObject * obj3 = 0 ;
3635 char * kwnames[] = {
3636 (char *) "self",(char *) "param",(char *) "value",(char *) "section", NULL
3638 int result;
3640 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ParamFile_set_string",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3641 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3642 if (!SWIG_IsOK(res1)) {
3643 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_set_string" "', argument " "1"" of type '" "param *""'");
3645 arg1 = (param *)(argp1);
3646 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3647 if (!SWIG_IsOK(res2)) {
3648 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_set_string" "', argument " "2"" of type '" "char const *""'");
3650 arg2 = (char *)(buf2);
3651 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3);
3652 if (!SWIG_IsOK(res3)) {
3653 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "ParamFile_set_string" "', argument " "3"" of type '" "char const *""'");
3655 arg3 = (char *)(buf3);
3656 if (obj3) {
3657 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL, &alloc4);
3658 if (!SWIG_IsOK(res4)) {
3659 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "ParamFile_set_string" "', argument " "4"" of type '" "char const *""'");
3661 arg4 = (char *)(buf4);
3663 result = (int)param_set_string(arg1,(char const *)arg2,(char const *)arg3,(char const *)arg4);
3664 resultobj = SWIG_From_int((int)(result));
3665 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3666 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3667 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3668 return resultobj;
3669 fail:
3670 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3671 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3672 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3673 return NULL;
3677 SWIGINTERN PyObject *_wrap_ParamFile_set(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3678 PyObject *resultobj = 0;
3679 param *arg1 = (param *) 0 ;
3680 char *arg2 = (char *) 0 ;
3681 PyObject *arg3 = (PyObject *) 0 ;
3682 char *arg4 = (char *) "global" ;
3683 void *argp1 = 0 ;
3684 int res1 = 0 ;
3685 int res2 ;
3686 char *buf2 = 0 ;
3687 int alloc2 = 0 ;
3688 int res4 ;
3689 char *buf4 = 0 ;
3690 int alloc4 = 0 ;
3691 PyObject * obj0 = 0 ;
3692 PyObject * obj1 = 0 ;
3693 PyObject * obj2 = 0 ;
3694 PyObject * obj3 = 0 ;
3695 char * kwnames[] = {
3696 (char *) "self",(char *) "parameter",(char *) "ob",(char *) "section_name", NULL
3698 int result;
3700 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO|O:ParamFile_set",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3701 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3702 if (!SWIG_IsOK(res1)) {
3703 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_set" "', argument " "1"" of type '" "param *""'");
3705 arg1 = (param *)(argp1);
3706 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3707 if (!SWIG_IsOK(res2)) {
3708 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_set" "', argument " "2"" of type '" "char const *""'");
3710 arg2 = (char *)(buf2);
3711 arg3 = obj2;
3712 if (obj3) {
3713 res4 = SWIG_AsCharPtrAndSize(obj3, &buf4, NULL, &alloc4);
3714 if (!SWIG_IsOK(res4)) {
3715 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "ParamFile_set" "', argument " "4"" of type '" "char const *""'");
3717 arg4 = (char *)(buf4);
3719 result = (int)param_set(arg1,(char const *)arg2,arg3,(char const *)arg4);
3720 resultobj = SWIG_From_int((int)(result));
3721 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3722 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3723 return resultobj;
3724 fail:
3725 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3726 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3727 return NULL;
3731 SWIGINTERN PyObject *_wrap_ParamFile_first_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3732 PyObject *resultobj = 0;
3733 param *arg1 = (param *) 0 ;
3734 void *argp1 = 0 ;
3735 int res1 = 0 ;
3736 PyObject *swig_obj[1] ;
3737 struct param_section *result = 0 ;
3739 if (!args) SWIG_fail;
3740 swig_obj[0] = args;
3741 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3742 if (!SWIG_IsOK(res1)) {
3743 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_first_section" "', argument " "1"" of type '" "param *""'");
3745 arg1 = (param *)(argp1);
3746 result = (struct param_section *)param_first_section(arg1);
3747 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_section, 0 | 0 );
3748 return resultobj;
3749 fail:
3750 return NULL;
3754 SWIGINTERN PyObject *_wrap_ParamFile_next_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3755 PyObject *resultobj = 0;
3756 param *arg1 = (param *) 0 ;
3757 struct param_section *arg2 = (struct param_section *) 0 ;
3758 void *argp1 = 0 ;
3759 int res1 = 0 ;
3760 void *argp2 = 0 ;
3761 int res2 = 0 ;
3762 PyObject * obj0 = 0 ;
3763 PyObject * obj1 = 0 ;
3764 char * kwnames[] = {
3765 (char *) "self",(char *) "s", NULL
3767 struct param_section *result = 0 ;
3769 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_next_section",kwnames,&obj0,&obj1)) SWIG_fail;
3770 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3771 if (!SWIG_IsOK(res1)) {
3772 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_next_section" "', argument " "1"" of type '" "param *""'");
3774 arg1 = (param *)(argp1);
3775 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_param_section, 0 | 0 );
3776 if (!SWIG_IsOK(res2)) {
3777 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_next_section" "', argument " "2"" of type '" "struct param_section *""'");
3779 arg2 = (struct param_section *)(argp2);
3780 result = (struct param_section *)param_next_section(arg1,arg2);
3781 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_section, 0 | 0 );
3782 return resultobj;
3783 fail:
3784 return NULL;
3788 SWIGINTERN PyObject *_wrap_ParamFile_read(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3789 PyObject *resultobj = 0;
3790 param *arg1 = (param *) 0 ;
3791 char *arg2 = (char *) 0 ;
3792 void *argp1 = 0 ;
3793 int res1 = 0 ;
3794 int res2 ;
3795 char *buf2 = 0 ;
3796 int alloc2 = 0 ;
3797 PyObject * obj0 = 0 ;
3798 PyObject * obj1 = 0 ;
3799 char * kwnames[] = {
3800 (char *) "self",(char *) "fn", NULL
3802 int result;
3804 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_read",kwnames,&obj0,&obj1)) SWIG_fail;
3805 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3806 if (!SWIG_IsOK(res1)) {
3807 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_read" "', argument " "1"" of type '" "param *""'");
3809 arg1 = (param *)(argp1);
3810 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3811 if (!SWIG_IsOK(res2)) {
3812 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_read" "', argument " "2"" of type '" "char const *""'");
3814 arg2 = (char *)(buf2);
3815 result = (int)param_read(arg1,(char const *)arg2);
3816 resultobj = SWIG_From_int((int)(result));
3817 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3818 return resultobj;
3819 fail:
3820 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3821 return NULL;
3825 SWIGINTERN PyObject *_wrap_ParamFile_write(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3826 PyObject *resultobj = 0;
3827 param *arg1 = (param *) 0 ;
3828 char *arg2 = (char *) 0 ;
3829 void *argp1 = 0 ;
3830 int res1 = 0 ;
3831 int res2 ;
3832 char *buf2 = 0 ;
3833 int alloc2 = 0 ;
3834 PyObject * obj0 = 0 ;
3835 PyObject * obj1 = 0 ;
3836 char * kwnames[] = {
3837 (char *) "self",(char *) "fn", NULL
3839 int result;
3841 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:ParamFile_write",kwnames,&obj0,&obj1)) SWIG_fail;
3842 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_context, 0 | 0 );
3843 if (!SWIG_IsOK(res1)) {
3844 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "ParamFile_write" "', argument " "1"" of type '" "param *""'");
3846 arg1 = (param *)(argp1);
3847 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
3848 if (!SWIG_IsOK(res2)) {
3849 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "ParamFile_write" "', argument " "2"" of type '" "char const *""'");
3851 arg2 = (char *)(buf2);
3852 result = (int)param_write(arg1,(char const *)arg2);
3853 resultobj = SWIG_From_int((int)(result));
3854 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3855 return resultobj;
3856 fail:
3857 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3858 return NULL;
3862 SWIGINTERN PyObject *_wrap_delete_ParamFile(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3863 PyObject *resultobj = 0;
3864 param *arg1 = (param *) 0 ;
3865 void *argp1 = 0 ;
3866 int res1 = 0 ;
3867 PyObject *swig_obj[1] ;
3869 if (!args) SWIG_fail;
3870 swig_obj[0] = args;
3871 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_context, SWIG_POINTER_DISOWN | 0 );
3872 if (!SWIG_IsOK(res1)) {
3873 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_ParamFile" "', argument " "1"" of type '" "param *""'");
3875 arg1 = (param *)(argp1);
3876 delete_param(arg1);
3877 resultobj = SWIG_Py_Void();
3878 return resultobj;
3879 fail:
3880 return NULL;
3884 SWIGINTERN PyObject *ParamFile_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3885 PyObject *obj;
3886 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3887 SWIG_TypeNewClientData(SWIGTYPE_p_param_context, SWIG_NewClientData(obj));
3888 return SWIG_Py_Void();
3891 SWIGINTERN PyObject *ParamFile_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3892 return SWIG_Python_InitShadowInstance(args);
3895 SWIGINTERN PyObject *_wrap_param_opt_key_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3896 PyObject *resultobj = 0;
3897 param_opt *arg1 = (param_opt *) 0 ;
3898 void *argp1 = 0 ;
3899 int res1 = 0 ;
3900 PyObject *swig_obj[1] ;
3901 char *result = 0 ;
3903 if (!args) SWIG_fail;
3904 swig_obj[0] = args;
3905 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_opt, 0 | 0 );
3906 if (!SWIG_IsOK(res1)) {
3907 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_opt_key_get" "', argument " "1"" of type '" "param_opt *""'");
3909 arg1 = (param_opt *)(argp1);
3910 result = (char *) ((arg1)->key);
3911 resultobj = SWIG_FromCharPtr((const char *)result);
3912 return resultobj;
3913 fail:
3914 return NULL;
3918 SWIGINTERN PyObject *_wrap_param_opt_value_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3919 PyObject *resultobj = 0;
3920 param_opt *arg1 = (param_opt *) 0 ;
3921 void *argp1 = 0 ;
3922 int res1 = 0 ;
3923 PyObject *swig_obj[1] ;
3924 char *result = 0 ;
3926 if (!args) SWIG_fail;
3927 swig_obj[0] = args;
3928 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_opt, 0 | 0 );
3929 if (!SWIG_IsOK(res1)) {
3930 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_opt_value_get" "', argument " "1"" of type '" "param_opt *""'");
3932 arg1 = (param_opt *)(argp1);
3933 result = (char *) ((arg1)->value);
3934 resultobj = SWIG_FromCharPtr((const char *)result);
3935 return resultobj;
3936 fail:
3937 return NULL;
3941 SWIGINTERN PyObject *_wrap_param_opt___str__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3942 PyObject *resultobj = 0;
3943 param_opt *arg1 = (param_opt *) 0 ;
3944 void *argp1 = 0 ;
3945 int res1 = 0 ;
3946 PyObject *swig_obj[1] ;
3947 char *result = 0 ;
3949 if (!args) SWIG_fail;
3950 swig_obj[0] = args;
3951 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_opt, 0 | 0 );
3952 if (!SWIG_IsOK(res1)) {
3953 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_opt___str__" "', argument " "1"" of type '" "param_opt *""'");
3955 arg1 = (param_opt *)(argp1);
3956 result = (char *)param_opt___str__(arg1);
3957 resultobj = SWIG_FromCharPtr((const char *)result);
3958 return resultobj;
3959 fail:
3960 return NULL;
3964 SWIGINTERN PyObject *_wrap_delete_param_opt(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3965 PyObject *resultobj = 0;
3966 param_opt *arg1 = (param_opt *) 0 ;
3967 void *argp1 = 0 ;
3968 int res1 = 0 ;
3969 PyObject *swig_obj[1] ;
3971 if (!args) SWIG_fail;
3972 swig_obj[0] = args;
3973 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_opt, SWIG_POINTER_DISOWN | 0 );
3974 if (!SWIG_IsOK(res1)) {
3975 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_param_opt" "', argument " "1"" of type '" "param_opt *""'");
3977 arg1 = (param_opt *)(argp1);
3978 delete_param_opt(arg1);
3979 resultobj = SWIG_Py_Void();
3980 return resultobj;
3981 fail:
3982 return NULL;
3986 SWIGINTERN PyObject *param_opt_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3987 PyObject *obj;
3988 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3989 SWIG_TypeNewClientData(SWIGTYPE_p_param_opt, SWIG_NewClientData(obj));
3990 return SWIG_Py_Void();
3993 SWIGINTERN PyObject *_wrap_param_section_name_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3994 PyObject *resultobj = 0;
3995 param_section *arg1 = (param_section *) 0 ;
3996 void *argp1 = 0 ;
3997 int res1 = 0 ;
3998 PyObject *swig_obj[1] ;
3999 char *result = 0 ;
4001 if (!args) SWIG_fail;
4002 swig_obj[0] = args;
4003 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_section, 0 | 0 );
4004 if (!SWIG_IsOK(res1)) {
4005 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_section_name_get" "', argument " "1"" of type '" "param_section *""'");
4007 arg1 = (param_section *)(argp1);
4008 result = (char *) ((arg1)->name);
4009 resultobj = SWIG_FromCharPtr((const char *)result);
4010 return resultobj;
4011 fail:
4012 return NULL;
4016 SWIGINTERN PyObject *_wrap_param_section_get(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4017 PyObject *resultobj = 0;
4018 param_section *arg1 = (param_section *) 0 ;
4019 char *arg2 = (char *) 0 ;
4020 void *argp1 = 0 ;
4021 int res1 = 0 ;
4022 int res2 ;
4023 char *buf2 = 0 ;
4024 int alloc2 = 0 ;
4025 PyObject * obj0 = 0 ;
4026 PyObject * obj1 = 0 ;
4027 char * kwnames[] = {
4028 (char *) "self",(char *) "name", NULL
4030 struct param_opt *result = 0 ;
4032 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:param_section_get",kwnames,&obj0,&obj1)) SWIG_fail;
4033 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_section, 0 | 0 );
4034 if (!SWIG_IsOK(res1)) {
4035 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_section_get" "', argument " "1"" of type '" "param_section *""'");
4037 arg1 = (param_section *)(argp1);
4038 res2 = SWIG_AsCharPtrAndSize(obj1, &buf2, NULL, &alloc2);
4039 if (!SWIG_IsOK(res2)) {
4040 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "param_section_get" "', argument " "2"" of type '" "char const *""'");
4042 arg2 = (char *)(buf2);
4043 result = (struct param_opt *)param_section_get(arg1,(char const *)arg2);
4044 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_opt, 0 | 0 );
4045 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4046 return resultobj;
4047 fail:
4048 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
4049 return NULL;
4053 SWIGINTERN PyObject *_wrap_param_section_first_parameter(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4054 PyObject *resultobj = 0;
4055 param_section *arg1 = (param_section *) 0 ;
4056 void *argp1 = 0 ;
4057 int res1 = 0 ;
4058 PyObject *swig_obj[1] ;
4059 struct param_opt *result = 0 ;
4061 if (!args) SWIG_fail;
4062 swig_obj[0] = args;
4063 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_section, 0 | 0 );
4064 if (!SWIG_IsOK(res1)) {
4065 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_section_first_parameter" "', argument " "1"" of type '" "param_section *""'");
4067 arg1 = (param_section *)(argp1);
4068 result = (struct param_opt *)param_section_first_parameter(arg1);
4069 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_opt, 0 | 0 );
4070 return resultobj;
4071 fail:
4072 return NULL;
4076 SWIGINTERN PyObject *_wrap_param_section_next_parameter(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
4077 PyObject *resultobj = 0;
4078 param_section *arg1 = (param_section *) 0 ;
4079 struct param_opt *arg2 = (struct param_opt *) 0 ;
4080 void *argp1 = 0 ;
4081 int res1 = 0 ;
4082 void *argp2 = 0 ;
4083 int res2 = 0 ;
4084 PyObject * obj0 = 0 ;
4085 PyObject * obj1 = 0 ;
4086 char * kwnames[] = {
4087 (char *) "self",(char *) "s", NULL
4089 struct param_opt *result = 0 ;
4091 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:param_section_next_parameter",kwnames,&obj0,&obj1)) SWIG_fail;
4092 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_param_section, 0 | 0 );
4093 if (!SWIG_IsOK(res1)) {
4094 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "param_section_next_parameter" "', argument " "1"" of type '" "param_section *""'");
4096 arg1 = (param_section *)(argp1);
4097 res2 = SWIG_ConvertPtr(obj1, &argp2,SWIGTYPE_p_param_opt, 0 | 0 );
4098 if (!SWIG_IsOK(res2)) {
4099 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "param_section_next_parameter" "', argument " "2"" of type '" "struct param_opt *""'");
4101 arg2 = (struct param_opt *)(argp2);
4102 result = (struct param_opt *)param_section_next_parameter(arg1,arg2);
4103 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_opt, 0 | 0 );
4104 return resultobj;
4105 fail:
4106 return NULL;
4110 SWIGINTERN PyObject *_wrap_new_param_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4111 PyObject *resultobj = 0;
4112 param_section *result = 0 ;
4114 if (!SWIG_Python_UnpackTuple(args,"new_param_section",0,0,0)) SWIG_fail;
4115 result = (param_section *)calloc(1, sizeof(param_section));
4116 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_param_section, SWIG_POINTER_NEW | 0 );
4117 return resultobj;
4118 fail:
4119 return NULL;
4123 SWIGINTERN PyObject *_wrap_delete_param_section(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4124 PyObject *resultobj = 0;
4125 param_section *arg1 = (param_section *) 0 ;
4126 void *argp1 = 0 ;
4127 int res1 = 0 ;
4128 PyObject *swig_obj[1] ;
4130 if (!args) SWIG_fail;
4131 swig_obj[0] = args;
4132 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_param_section, SWIG_POINTER_DISOWN | 0 );
4133 if (!SWIG_IsOK(res1)) {
4134 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_param_section" "', argument " "1"" of type '" "param_section *""'");
4136 arg1 = (param_section *)(argp1);
4137 free((char *) arg1);
4138 resultobj = SWIG_Py_Void();
4139 return resultobj;
4140 fail:
4141 return NULL;
4145 SWIGINTERN PyObject *param_section_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4146 PyObject *obj;
4147 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
4148 SWIG_TypeNewClientData(SWIGTYPE_p_param_section, SWIG_NewClientData(obj));
4149 return SWIG_Py_Void();
4152 SWIGINTERN PyObject *param_section_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
4153 return SWIG_Python_InitShadowInstance(args);
4156 static PyMethodDef SwigMethods[] = {
4157 { (char *)"new_LoadParm", (PyCFunction)_wrap_new_LoadParm, METH_NOARGS, NULL},
4158 { (char *)"LoadParm_default_service", (PyCFunction) _wrap_LoadParm_default_service, METH_VARARGS | METH_KEYWORDS, NULL},
4159 { (char *)"LoadParm_load", (PyCFunction) _wrap_LoadParm_load, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4160 "S.load(filename) -> None\n"
4161 "Load specified file.\n"
4162 ""},
4163 { (char *)"LoadParm_load_default", (PyCFunction) _wrap_LoadParm_load_default, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4164 "S.load_default() -> None\n"
4165 "Load default smb.conf file.\n"
4166 ""},
4167 { (char *)"LoadParm___len__", (PyCFunction) _wrap_LoadParm___len__, METH_VARARGS | METH_KEYWORDS, NULL},
4168 { (char *)"LoadParm___getitem__", (PyCFunction) _wrap_LoadParm___getitem__, METH_VARARGS | METH_KEYWORDS, NULL},
4169 { (char *)"LoadParm_configfile", (PyCFunction) _wrap_LoadParm_configfile, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4170 "S.configfile() -> string\n"
4171 "Return name of last config file that was loaded.\n"
4172 ""},
4173 { (char *)"LoadParm_is_mydomain", (PyCFunction) _wrap_LoadParm_is_mydomain, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4174 "S.is_mydomain(domain_name) -> bool\n"
4175 "Check whether the specified name matches our domain name.\n"
4176 ""},
4177 { (char *)"LoadParm_is_myname", (PyCFunction) _wrap_LoadParm_is_myname, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4178 "S.is_myname(netbios_name) -> bool\n"
4179 "Check whether the specified name matches one of our netbios names.\n"
4180 ""},
4181 { (char *)"LoadParm_use", (PyCFunction) _wrap_LoadParm_use, METH_VARARGS | METH_KEYWORDS, NULL},
4182 { (char *)"LoadParm_set", (PyCFunction) _wrap_LoadParm_set, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4183 "S.set(name, value) -> bool\n"
4184 "Change a parameter.\n"
4185 ""},
4186 { (char *)"LoadParm_get", (PyCFunction) _wrap_LoadParm_get, METH_VARARGS | METH_KEYWORDS, NULL},
4187 { (char *)"delete_LoadParm", (PyCFunction) _wrap_delete_LoadParm, METH_VARARGS | METH_KEYWORDS, NULL},
4188 { (char *)"LoadParm_swigregister", LoadParm_swigregister, METH_VARARGS, NULL},
4189 { (char *)"LoadParm_swiginit", LoadParm_swiginit, METH_VARARGS, NULL},
4190 { (char *)"loadparm_service_volume_label", (PyCFunction) _wrap_loadparm_service_volume_label, METH_VARARGS | METH_KEYWORDS, NULL},
4191 { (char *)"loadparm_service_printername", (PyCFunction) _wrap_loadparm_service_printername, METH_VARARGS | METH_KEYWORDS, NULL},
4192 { (char *)"loadparm_service_maxprintjobs", (PyCFunction) _wrap_loadparm_service_maxprintjobs, METH_VARARGS | METH_KEYWORDS, NULL},
4193 { (char *)"loadparm_service_swigregister", loadparm_service_swigregister, METH_VARARGS, NULL},
4194 { (char *)"new_ParamFile", (PyCFunction)_wrap_new_ParamFile, METH_NOARGS, NULL},
4195 { (char *)"ParamFile_get_section", (PyCFunction) _wrap_ParamFile_get_section, METH_VARARGS | METH_KEYWORDS, NULL},
4196 { (char *)"ParamFile_add_section", (PyCFunction) _wrap_ParamFile_add_section, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4197 "S.add_section(name) -> section\n"
4198 "Add a new section.\n"
4199 ""},
4200 { (char *)"ParamFile_get", (PyCFunction) _wrap_ParamFile_get, METH_VARARGS | METH_KEYWORDS, NULL},
4201 { (char *)"ParamFile_get_string", (PyCFunction) _wrap_ParamFile_get_string, METH_VARARGS | METH_KEYWORDS, NULL},
4202 { (char *)"ParamFile_set_string", (PyCFunction) _wrap_ParamFile_set_string, METH_VARARGS | METH_KEYWORDS, NULL},
4203 { (char *)"ParamFile_set", (PyCFunction) _wrap_ParamFile_set, METH_VARARGS | METH_KEYWORDS, NULL},
4204 { (char *)"ParamFile_first_section", (PyCFunction)_wrap_ParamFile_first_section, METH_O, (char *)"\n"
4205 "S.first_section() -> section\n"
4206 "Find first section\n"
4207 ""},
4208 { (char *)"ParamFile_next_section", (PyCFunction) _wrap_ParamFile_next_section, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4209 "S.next_section(prev) -> section\n"
4210 "Find next section\n"
4211 ""},
4212 { (char *)"ParamFile_read", (PyCFunction) _wrap_ParamFile_read, METH_VARARGS | METH_KEYWORDS, (char *)"\n"
4213 "S.read(filename) -> bool\n"
4214 "Read a filename.\n"
4215 ""},
4216 { (char *)"ParamFile_write", (PyCFunction) _wrap_ParamFile_write, METH_VARARGS | METH_KEYWORDS, NULL},
4217 { (char *)"delete_ParamFile", (PyCFunction)_wrap_delete_ParamFile, METH_O, NULL},
4218 { (char *)"ParamFile_swigregister", ParamFile_swigregister, METH_VARARGS, NULL},
4219 { (char *)"ParamFile_swiginit", ParamFile_swiginit, METH_VARARGS, NULL},
4220 { (char *)"param_opt_key_get", (PyCFunction)_wrap_param_opt_key_get, METH_O, NULL},
4221 { (char *)"param_opt_value_get", (PyCFunction)_wrap_param_opt_value_get, METH_O, NULL},
4222 { (char *)"param_opt___str__", (PyCFunction)_wrap_param_opt___str__, METH_O, NULL},
4223 { (char *)"delete_param_opt", (PyCFunction)_wrap_delete_param_opt, METH_O, NULL},
4224 { (char *)"param_opt_swigregister", param_opt_swigregister, METH_VARARGS, NULL},
4225 { (char *)"param_section_name_get", (PyCFunction)_wrap_param_section_name_get, METH_O, NULL},
4226 { (char *)"param_section_get", (PyCFunction) _wrap_param_section_get, METH_VARARGS | METH_KEYWORDS, NULL},
4227 { (char *)"param_section_first_parameter", (PyCFunction)_wrap_param_section_first_parameter, METH_O, NULL},
4228 { (char *)"param_section_next_parameter", (PyCFunction) _wrap_param_section_next_parameter, METH_VARARGS | METH_KEYWORDS, NULL},
4229 { (char *)"new_param_section", (PyCFunction)_wrap_new_param_section, METH_NOARGS, NULL},
4230 { (char *)"delete_param_section", (PyCFunction)_wrap_delete_param_section, METH_O, NULL},
4231 { (char *)"param_section_swigregister", param_section_swigregister, METH_VARARGS, NULL},
4232 { (char *)"param_section_swiginit", param_section_swiginit, METH_VARARGS, NULL},
4233 { NULL, NULL, 0, NULL }
4237 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
4239 static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};
4240 static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
4241 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};
4242 static swig_type_info _swigt__p_loadparm_context = {"_p_loadparm_context", "struct loadparm_context *|loadparm_context *", 0, 0, (void*)0, 0};
4243 static swig_type_info _swigt__p_loadparm_service = {"_p_loadparm_service", "struct loadparm_service *|loadparm_service *", 0, 0, (void*)0, 0};
4244 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};
4245 static swig_type_info _swigt__p_param_context = {"_p_param_context", "struct param_context *|param *", 0, 0, (void*)0, 0};
4246 static swig_type_info _swigt__p_param_opt = {"_p_param_opt", "struct param_opt *|param_opt *", 0, 0, (void*)0, 0};
4247 static swig_type_info _swigt__p_param_section = {"_p_param_section", "struct param_section *|param_section *", 0, 0, (void*)0, 0};
4248 static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
4249 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};
4250 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};
4251 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};
4252 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};
4253 static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
4255 static swig_type_info *swig_type_initial[] = {
4256 &_swigt__p_TALLOC_CTX,
4257 &_swigt__p_char,
4258 &_swigt__p_int,
4259 &_swigt__p_loadparm_context,
4260 &_swigt__p_loadparm_service,
4261 &_swigt__p_long_long,
4262 &_swigt__p_param_context,
4263 &_swigt__p_param_opt,
4264 &_swigt__p_param_section,
4265 &_swigt__p_short,
4266 &_swigt__p_signed_char,
4267 &_swigt__p_unsigned_char,
4268 &_swigt__p_unsigned_int,
4269 &_swigt__p_unsigned_long_long,
4270 &_swigt__p_unsigned_short,
4273 static swig_cast_info _swigc__p_TALLOC_CTX[] = { {&_swigt__p_TALLOC_CTX, 0, 0, 0},{0, 0, 0, 0}};
4274 static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
4275 static swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
4276 static swig_cast_info _swigc__p_loadparm_context[] = { {&_swigt__p_loadparm_context, 0, 0, 0},{0, 0, 0, 0}};
4277 static swig_cast_info _swigc__p_loadparm_service[] = { {&_swigt__p_loadparm_service, 0, 0, 0},{0, 0, 0, 0}};
4278 static swig_cast_info _swigc__p_long_long[] = { {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
4279 static swig_cast_info _swigc__p_param_context[] = { {&_swigt__p_param_context, 0, 0, 0},{0, 0, 0, 0}};
4280 static swig_cast_info _swigc__p_param_opt[] = { {&_swigt__p_param_opt, 0, 0, 0},{0, 0, 0, 0}};
4281 static swig_cast_info _swigc__p_param_section[] = { {&_swigt__p_param_section, 0, 0, 0},{0, 0, 0, 0}};
4282 static swig_cast_info _swigc__p_short[] = { {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
4283 static swig_cast_info _swigc__p_signed_char[] = { {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
4284 static swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
4285 static swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
4286 static swig_cast_info _swigc__p_unsigned_long_long[] = { {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
4287 static swig_cast_info _swigc__p_unsigned_short[] = { {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
4289 static swig_cast_info *swig_cast_initial[] = {
4290 _swigc__p_TALLOC_CTX,
4291 _swigc__p_char,
4292 _swigc__p_int,
4293 _swigc__p_loadparm_context,
4294 _swigc__p_loadparm_service,
4295 _swigc__p_long_long,
4296 _swigc__p_param_context,
4297 _swigc__p_param_opt,
4298 _swigc__p_param_section,
4299 _swigc__p_short,
4300 _swigc__p_signed_char,
4301 _swigc__p_unsigned_char,
4302 _swigc__p_unsigned_int,
4303 _swigc__p_unsigned_long_long,
4304 _swigc__p_unsigned_short,
4308 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
4310 static swig_const_info swig_const_table[] = {
4311 {0, 0, 0, 0.0, 0, 0}};
4313 #ifdef __cplusplus
4315 #endif
4316 /* -----------------------------------------------------------------------------
4317 * Type initialization:
4318 * This problem is tough by the requirement that no dynamic
4319 * memory is used. Also, since swig_type_info structures store pointers to
4320 * swig_cast_info structures and swig_cast_info structures store pointers back
4321 * to swig_type_info structures, we need some lookup code at initialization.
4322 * The idea is that swig generates all the structures that are needed.
4323 * The runtime then collects these partially filled structures.
4324 * The SWIG_InitializeModule function takes these initial arrays out of
4325 * swig_module, and does all the lookup, filling in the swig_module.types
4326 * array with the correct data and linking the correct swig_cast_info
4327 * structures together.
4329 * The generated swig_type_info structures are assigned staticly to an initial
4330 * array. We just loop through that array, and handle each type individually.
4331 * First we lookup if this type has been already loaded, and if so, use the
4332 * loaded structure instead of the generated one. Then we have to fill in the
4333 * cast linked list. The cast data is initially stored in something like a
4334 * two-dimensional array. Each row corresponds to a type (there are the same
4335 * number of rows as there are in the swig_type_initial array). Each entry in
4336 * a column is one of the swig_cast_info structures for that type.
4337 * The cast_initial array is actually an array of arrays, because each row has
4338 * a variable number of columns. So to actually build the cast linked list,
4339 * we find the array of casts associated with the type, and loop through it
4340 * adding the casts to the list. The one last trick we need to do is making
4341 * sure the type pointer in the swig_cast_info struct is correct.
4343 * First off, we lookup the cast->type name to see if it is already loaded.
4344 * There are three cases to handle:
4345 * 1) If the cast->type has already been loaded AND the type we are adding
4346 * casting info to has not been loaded (it is in this module), THEN we
4347 * replace the cast->type pointer with the type pointer that has already
4348 * been loaded.
4349 * 2) If BOTH types (the one we are adding casting info to, and the
4350 * cast->type) are loaded, THEN the cast info has already been loaded by
4351 * the previous module so we just ignore it.
4352 * 3) Finally, if cast->type has not already been loaded, then we add that
4353 * swig_cast_info to the linked list (because the cast->type) pointer will
4354 * be correct.
4355 * ----------------------------------------------------------------------------- */
4357 #ifdef __cplusplus
4358 extern "C" {
4359 #if 0
4360 } /* c-mode */
4361 #endif
4362 #endif
4364 #if 0
4365 #define SWIGRUNTIME_DEBUG
4366 #endif
4369 SWIGRUNTIME void
4370 SWIG_InitializeModule(void *clientdata) {
4371 size_t i;
4372 swig_module_info *module_head, *iter;
4373 int found, init;
4375 clientdata = clientdata;
4377 /* check to see if the circular list has been setup, if not, set it up */
4378 if (swig_module.next==0) {
4379 /* Initialize the swig_module */
4380 swig_module.type_initial = swig_type_initial;
4381 swig_module.cast_initial = swig_cast_initial;
4382 swig_module.next = &swig_module;
4383 init = 1;
4384 } else {
4385 init = 0;
4388 /* Try and load any already created modules */
4389 module_head = SWIG_GetModule(clientdata);
4390 if (!module_head) {
4391 /* This is the first module loaded for this interpreter */
4392 /* so set the swig module into the interpreter */
4393 SWIG_SetModule(clientdata, &swig_module);
4394 module_head = &swig_module;
4395 } else {
4396 /* the interpreter has loaded a SWIG module, but has it loaded this one? */
4397 found=0;
4398 iter=module_head;
4399 do {
4400 if (iter==&swig_module) {
4401 found=1;
4402 break;
4404 iter=iter->next;
4405 } while (iter!= module_head);
4407 /* if the is found in the list, then all is done and we may leave */
4408 if (found) return;
4409 /* otherwise we must add out module into the list */
4410 swig_module.next = module_head->next;
4411 module_head->next = &swig_module;
4414 /* When multiple interpeters are used, a module could have already been initialized in
4415 a different interpreter, but not yet have a pointer in this interpreter.
4416 In this case, we do not want to continue adding types... everything should be
4417 set up already */
4418 if (init == 0) return;
4420 /* Now work on filling in swig_module.types */
4421 #ifdef SWIGRUNTIME_DEBUG
4422 printf("SWIG_InitializeModule: size %d\n", swig_module.size);
4423 #endif
4424 for (i = 0; i < swig_module.size; ++i) {
4425 swig_type_info *type = 0;
4426 swig_type_info *ret;
4427 swig_cast_info *cast;
4429 #ifdef SWIGRUNTIME_DEBUG
4430 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
4431 #endif
4433 /* if there is another module already loaded */
4434 if (swig_module.next != &swig_module) {
4435 type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
4437 if (type) {
4438 /* Overwrite clientdata field */
4439 #ifdef SWIGRUNTIME_DEBUG
4440 printf("SWIG_InitializeModule: found type %s\n", type->name);
4441 #endif
4442 if (swig_module.type_initial[i]->clientdata) {
4443 type->clientdata = swig_module.type_initial[i]->clientdata;
4444 #ifdef SWIGRUNTIME_DEBUG
4445 printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
4446 #endif
4448 } else {
4449 type = swig_module.type_initial[i];
4452 /* Insert casting types */
4453 cast = swig_module.cast_initial[i];
4454 while (cast->type) {
4455 /* Don't need to add information already in the list */
4456 ret = 0;
4457 #ifdef SWIGRUNTIME_DEBUG
4458 printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
4459 #endif
4460 if (swig_module.next != &swig_module) {
4461 ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
4462 #ifdef SWIGRUNTIME_DEBUG
4463 if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
4464 #endif
4466 if (ret) {
4467 if (type == swig_module.type_initial[i]) {
4468 #ifdef SWIGRUNTIME_DEBUG
4469 printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
4470 #endif
4471 cast->type = ret;
4472 ret = 0;
4473 } else {
4474 /* Check for casting already in the list */
4475 swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
4476 #ifdef SWIGRUNTIME_DEBUG
4477 if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
4478 #endif
4479 if (!ocast) ret = 0;
4483 if (!ret) {
4484 #ifdef SWIGRUNTIME_DEBUG
4485 printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
4486 #endif
4487 if (type->cast) {
4488 type->cast->prev = cast;
4489 cast->next = type->cast;
4491 type->cast = cast;
4493 cast++;
4495 /* Set entry in modules->types array equal to the type */
4496 swig_module.types[i] = type;
4498 swig_module.types[i] = 0;
4500 #ifdef SWIGRUNTIME_DEBUG
4501 printf("**** SWIG_InitializeModule: Cast List ******\n");
4502 for (i = 0; i < swig_module.size; ++i) {
4503 int j = 0;
4504 swig_cast_info *cast = swig_module.cast_initial[i];
4505 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
4506 while (cast->type) {
4507 printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
4508 cast++;
4509 ++j;
4511 printf("---- Total casts: %d\n",j);
4513 printf("**** SWIG_InitializeModule: Cast List ******\n");
4514 #endif
4517 /* This function will propagate the clientdata field of type to
4518 * any new swig_type_info structures that have been added into the list
4519 * of equivalent types. It is like calling
4520 * SWIG_TypeClientData(type, clientdata) a second time.
4522 SWIGRUNTIME void
4523 SWIG_PropagateClientData(void) {
4524 size_t i;
4525 swig_cast_info *equiv;
4526 static int init_run = 0;
4528 if (init_run) return;
4529 init_run = 1;
4531 for (i = 0; i < swig_module.size; i++) {
4532 if (swig_module.types[i]->clientdata) {
4533 equiv = swig_module.types[i]->cast;
4534 while (equiv) {
4535 if (!equiv->converter) {
4536 if (equiv->type && !equiv->type->clientdata)
4537 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
4539 equiv = equiv->next;
4545 #ifdef __cplusplus
4546 #if 0
4548 /* c-mode */
4549 #endif
4551 #endif
4555 #ifdef __cplusplus
4556 extern "C" {
4557 #endif
4559 /* Python-specific SWIG API */
4560 #define SWIG_newvarlink() SWIG_Python_newvarlink()
4561 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
4562 #define SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants)
4564 /* -----------------------------------------------------------------------------
4565 * global variable support code.
4566 * ----------------------------------------------------------------------------- */
4568 typedef struct swig_globalvar {
4569 char *name; /* Name of global variable */
4570 PyObject *(*get_attr)(void); /* Return the current value */
4571 int (*set_attr)(PyObject *); /* Set the value */
4572 struct swig_globalvar *next;
4573 } swig_globalvar;
4575 typedef struct swig_varlinkobject {
4576 PyObject_HEAD
4577 swig_globalvar *vars;
4578 } swig_varlinkobject;
4580 SWIGINTERN PyObject *
4581 swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
4582 return PyString_FromString("<Swig global variables>");
4585 SWIGINTERN PyObject *
4586 swig_varlink_str(swig_varlinkobject *v) {
4587 PyObject *str = PyString_FromString("(");
4588 swig_globalvar *var;
4589 for (var = v->vars; var; var=var->next) {
4590 PyString_ConcatAndDel(&str,PyString_FromString(var->name));
4591 if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
4593 PyString_ConcatAndDel(&str,PyString_FromString(")"));
4594 return str;
4597 SWIGINTERN int
4598 swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
4599 PyObject *str = swig_varlink_str(v);
4600 fprintf(fp,"Swig global variables ");
4601 fprintf(fp,"%s\n", PyString_AsString(str));
4602 Py_DECREF(str);
4603 return 0;
4606 SWIGINTERN void
4607 swig_varlink_dealloc(swig_varlinkobject *v) {
4608 swig_globalvar *var = v->vars;
4609 while (var) {
4610 swig_globalvar *n = var->next;
4611 free(var->name);
4612 free(var);
4613 var = n;
4617 SWIGINTERN PyObject *
4618 swig_varlink_getattr(swig_varlinkobject *v, char *n) {
4619 PyObject *res = NULL;
4620 swig_globalvar *var = v->vars;
4621 while (var) {
4622 if (strcmp(var->name,n) == 0) {
4623 res = (*var->get_attr)();
4624 break;
4626 var = var->next;
4628 if (res == NULL && !PyErr_Occurred()) {
4629 PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4631 return res;
4634 SWIGINTERN int
4635 swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
4636 int res = 1;
4637 swig_globalvar *var = v->vars;
4638 while (var) {
4639 if (strcmp(var->name,n) == 0) {
4640 res = (*var->set_attr)(p);
4641 break;
4643 var = var->next;
4645 if (res == 1 && !PyErr_Occurred()) {
4646 PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4648 return res;
4651 SWIGINTERN PyTypeObject*
4652 swig_varlink_type(void) {
4653 static char varlink__doc__[] = "Swig var link object";
4654 static PyTypeObject varlink_type;
4655 static int type_init = 0;
4656 if (!type_init) {
4657 const PyTypeObject tmp
4659 PyObject_HEAD_INIT(NULL)
4660 0, /* Number of items in variable part (ob_size) */
4661 (char *)"swigvarlink", /* Type name (tp_name) */
4662 sizeof(swig_varlinkobject), /* Basic size (tp_basicsize) */
4663 0, /* Itemsize (tp_itemsize) */
4664 (destructor) swig_varlink_dealloc, /* Deallocator (tp_dealloc) */
4665 (printfunc) swig_varlink_print, /* Print (tp_print) */
4666 (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */
4667 (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */
4668 0, /* tp_compare */
4669 (reprfunc) swig_varlink_repr, /* tp_repr */
4670 0, /* tp_as_number */
4671 0, /* tp_as_sequence */
4672 0, /* tp_as_mapping */
4673 0, /* tp_hash */
4674 0, /* tp_call */
4675 (reprfunc)swig_varlink_str, /* tp_str */
4676 0, /* tp_getattro */
4677 0, /* tp_setattro */
4678 0, /* tp_as_buffer */
4679 0, /* tp_flags */
4680 varlink__doc__, /* tp_doc */
4681 0, /* tp_traverse */
4682 0, /* tp_clear */
4683 0, /* tp_richcompare */
4684 0, /* tp_weaklistoffset */
4685 #if PY_VERSION_HEX >= 0x02020000
4686 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
4687 #endif
4688 #if PY_VERSION_HEX >= 0x02030000
4689 0, /* tp_del */
4690 #endif
4691 #ifdef COUNT_ALLOCS
4692 0,0,0,0 /* tp_alloc -> tp_next */
4693 #endif
4695 varlink_type = tmp;
4696 varlink_type.ob_type = &PyType_Type;
4697 type_init = 1;
4699 return &varlink_type;
4702 /* Create a variable linking object for use later */
4703 SWIGINTERN PyObject *
4704 SWIG_Python_newvarlink(void) {
4705 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
4706 if (result) {
4707 result->vars = 0;
4709 return ((PyObject*) result);
4712 SWIGINTERN void
4713 SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
4714 swig_varlinkobject *v = (swig_varlinkobject *) p;
4715 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
4716 if (gv) {
4717 size_t size = strlen(name)+1;
4718 gv->name = (char *)malloc(size);
4719 if (gv->name) {
4720 strncpy(gv->name,name,size);
4721 gv->get_attr = get_attr;
4722 gv->set_attr = set_attr;
4723 gv->next = v->vars;
4726 v->vars = gv;
4729 SWIGINTERN PyObject *
4730 SWIG_globals(void) {
4731 static PyObject *_SWIG_globals = 0;
4732 if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink();
4733 return _SWIG_globals;
4736 /* -----------------------------------------------------------------------------
4737 * constants/methods manipulation
4738 * ----------------------------------------------------------------------------- */
4740 /* Install Constants */
4741 SWIGINTERN void
4742 SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
4743 PyObject *obj = 0;
4744 size_t i;
4745 for (i = 0; constants[i].type; ++i) {
4746 switch(constants[i].type) {
4747 case SWIG_PY_POINTER:
4748 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
4749 break;
4750 case SWIG_PY_BINARY:
4751 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
4752 break;
4753 default:
4754 obj = 0;
4755 break;
4757 if (obj) {
4758 PyDict_SetItemString(d, constants[i].name, obj);
4759 Py_DECREF(obj);
4764 /* -----------------------------------------------------------------------------*/
4765 /* Fix SwigMethods to carry the callback ptrs when needed */
4766 /* -----------------------------------------------------------------------------*/
4768 SWIGINTERN void
4769 SWIG_Python_FixMethods(PyMethodDef *methods,
4770 swig_const_info *const_table,
4771 swig_type_info **types,
4772 swig_type_info **types_initial) {
4773 size_t i;
4774 for (i = 0; methods[i].ml_name; ++i) {
4775 const char *c = methods[i].ml_doc;
4776 if (c && (c = strstr(c, "swig_ptr: "))) {
4777 int j;
4778 swig_const_info *ci = 0;
4779 const char *name = c + 10;
4780 for (j = 0; const_table[j].type; ++j) {
4781 if (strncmp(const_table[j].name, name,
4782 strlen(const_table[j].name)) == 0) {
4783 ci = &(const_table[j]);
4784 break;
4787 if (ci) {
4788 size_t shift = (ci->ptype) - types;
4789 swig_type_info *ty = types_initial[shift];
4790 size_t ldoc = (c - methods[i].ml_doc);
4791 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
4792 char *ndoc = (char*)malloc(ldoc + lptr + 10);
4793 if (ndoc) {
4794 char *buff = ndoc;
4795 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
4796 if (ptr) {
4797 strncpy(buff, methods[i].ml_doc, ldoc);
4798 buff += ldoc;
4799 strncpy(buff, "swig_ptr: ", 10);
4800 buff += 10;
4801 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
4802 methods[i].ml_doc = ndoc;
4810 #ifdef __cplusplus
4812 #endif
4814 /* -----------------------------------------------------------------------------*
4815 * Partial Init method
4816 * -----------------------------------------------------------------------------*/
4818 #ifdef __cplusplus
4819 extern "C"
4820 #endif
4821 SWIGEXPORT void SWIG_init(void) {
4822 PyObject *m, *d;
4824 /* Fix SwigMethods to carry the callback ptrs when needed */
4825 SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
4827 m = Py_InitModule((char *) SWIG_name, SwigMethods);
4828 d = PyModule_GetDict(m);
4830 SWIG_InitializeModule(0);
4831 SWIG_InstallConstants(d,swig_const_table);