s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__
[Samba.git] / source4 / lib / wmi / wmi_wrap.c
blob07eba3e3fbd80129321cac43ad5ed358c132b197
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 # ifdef HAVE___ATTRIBUTE__
43 # define SWIGUNUSED __attribute__ ((__unused__))
44 # else
45 # define SWIGUNUSED
46 # endif
47 #endif
49 #ifndef SWIG_MSC_UNSUPPRESS_4505
50 # if defined(_MSC_VER)
51 # pragma warning(disable : 4505) /* unreferenced local function has been removed */
52 # endif
53 #endif
55 #ifndef SWIGUNUSEDPARM
56 # ifdef __cplusplus
57 # define SWIGUNUSEDPARM(p)
58 # else
59 # define SWIGUNUSEDPARM(p) p SWIGUNUSED
60 # endif
61 #endif
63 /* internal SWIG method */
64 #ifndef SWIGINTERN
65 # define SWIGINTERN static SWIGUNUSED
66 #endif
68 /* internal inline SWIG method */
69 #ifndef SWIGINTERNINLINE
70 # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
71 #endif
73 /* exporting methods */
74 #if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
75 # ifndef GCC_HASCLASSVISIBILITY
76 # define GCC_HASCLASSVISIBILITY
77 # endif
78 #endif
80 #ifndef SWIGEXPORT
81 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
82 # if defined(STATIC_LINKED)
83 # define SWIGEXPORT
84 # else
85 # define SWIGEXPORT __declspec(dllexport)
86 # endif
87 # else
88 # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
89 # define SWIGEXPORT __attribute__ ((visibility("default")))
90 # else
91 # define SWIGEXPORT
92 # endif
93 # endif
94 #endif
96 /* calling conventions for Windows */
97 #ifndef SWIGSTDCALL
98 # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
99 # define SWIGSTDCALL __stdcall
100 # else
101 # define SWIGSTDCALL
102 # endif
103 #endif
105 /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
106 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
107 # define _CRT_SECURE_NO_DEPRECATE
108 #endif
110 /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
111 #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
112 # define _SCL_SECURE_NO_DEPRECATE
113 #endif
117 /* Python.h has to appear first */
118 #include <Python.h>
120 /* -----------------------------------------------------------------------------
121 * swigrun.swg
123 * This file contains generic CAPI SWIG runtime support for pointer
124 * type checking.
125 * ----------------------------------------------------------------------------- */
127 /* This should only be incremented when either the layout of swig_type_info changes,
128 or for whatever reason, the runtime changes incompatibly */
129 #define SWIG_RUNTIME_VERSION "4"
131 /* define SWIG_TYPE_TABLE_NAME as "SWIG_TYPE_TABLE" */
132 #ifdef SWIG_TYPE_TABLE
133 # define SWIG_QUOTE_STRING(x) #x
134 # define SWIG_EXPAND_AND_QUOTE_STRING(x) SWIG_QUOTE_STRING(x)
135 # define SWIG_TYPE_TABLE_NAME SWIG_EXPAND_AND_QUOTE_STRING(SWIG_TYPE_TABLE)
136 #else
137 # define SWIG_TYPE_TABLE_NAME
138 #endif
141 You can use the SWIGRUNTIME and SWIGRUNTIMEINLINE macros for
142 creating a static or dynamic library from the swig runtime code.
143 In 99.9% of the cases, swig just needs to declare them as 'static'.
145 But only do this if is strictly necessary, ie, if you have problems
146 with your compiler or so.
149 #ifndef SWIGRUNTIME
150 # define SWIGRUNTIME SWIGINTERN
151 #endif
153 #ifndef SWIGRUNTIMEINLINE
154 # define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE
155 #endif
157 /* Generic buffer size */
158 #ifndef SWIG_BUFFER_SIZE
159 # define SWIG_BUFFER_SIZE 1024
160 #endif
162 /* Flags for pointer conversions */
163 #define SWIG_POINTER_DISOWN 0x1
164 #define SWIG_CAST_NEW_MEMORY 0x2
166 /* Flags for new pointer objects */
167 #define SWIG_POINTER_OWN 0x1
171 Flags/methods for returning states.
173 The swig conversion methods, as ConvertPtr, return and integer
174 that tells if the conversion was successful or not. And if not,
175 an error code can be returned (see swigerrors.swg for the codes).
177 Use the following macros/flags to set or process the returning
178 states.
180 In old swig versions, you usually write code as:
182 if (SWIG_ConvertPtr(obj,vptr,ty.flags) != -1) {
183 /* success code */
184 } else {
185 /*fail code */
188 Now you can be more explicit as:
190 int res = SWIG_ConvertPtr(obj,vptr,ty.flags);
191 if (SWIG_IsOK(res)) {
192 /* success code */
193 } else {
194 /* fail code */
197 that seems to be the same, but now you can also do
199 Type *ptr;
200 int res = SWIG_ConvertPtr(obj,(void **)(&ptr),ty.flags);
201 if (SWIG_IsOK(res)) {
202 /* success code */
203 if (SWIG_IsNewObj(res) {
205 delete *ptr;
206 } else {
209 } else {
210 /* fail code */
213 I.e., now SWIG_ConvertPtr can return new objects and you can
214 identify the case and take care of the deallocation. Of course that
215 requires also to SWIG_ConvertPtr to return new result values, as
217 int SWIG_ConvertPtr(obj, ptr,...) {
218 if (<obj is ok>) {
219 if (<need new object>) {
220 *ptr = <ptr to new allocated object>;
221 return SWIG_NEWOBJ;
222 } else {
223 *ptr = <ptr to old object>;
224 return SWIG_OLDOBJ;
226 } else {
227 return SWIG_BADOBJ;
231 Of course, returning the plain '0(success)/-1(fail)' still works, but you can be
232 more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
233 swig errors code.
235 Finally, if the SWIG_CASTRANK_MODE is enabled, the result code
236 allows one to return the 'cast rank', for example, if you have this
238 int food(double)
239 int fooi(int);
241 and you call
243 food(1) /* cast rank '1' (1 -> 1.0) */
244 fooi(1) /* cast rank '0' */
246 just use the SWIG_AddCast()/SWIG_CheckState()
250 #define SWIG_OK (0)
251 #define SWIG_ERROR (-1)
252 #define SWIG_IsOK(r) (r >= 0)
253 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
255 /* The CastRankLimit says how many bits are used for the cast rank */
256 #define SWIG_CASTRANKLIMIT (1 << 8)
257 /* The NewMask denotes the object was created (using new/malloc) */
258 #define SWIG_NEWOBJMASK (SWIG_CASTRANKLIMIT << 1)
259 /* The TmpMask is for in/out typemaps that use temporal objects */
260 #define SWIG_TMPOBJMASK (SWIG_NEWOBJMASK << 1)
261 /* Simple returning values */
262 #define SWIG_BADOBJ (SWIG_ERROR)
263 #define SWIG_OLDOBJ (SWIG_OK)
264 #define SWIG_NEWOBJ (SWIG_OK | SWIG_NEWOBJMASK)
265 #define SWIG_TMPOBJ (SWIG_OK | SWIG_TMPOBJMASK)
266 /* Check, add and del mask methods */
267 #define SWIG_AddNewMask(r) (SWIG_IsOK(r) ? (r | SWIG_NEWOBJMASK) : r)
268 #define SWIG_DelNewMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_NEWOBJMASK) : r)
269 #define SWIG_IsNewObj(r) (SWIG_IsOK(r) && (r & SWIG_NEWOBJMASK))
270 #define SWIG_AddTmpMask(r) (SWIG_IsOK(r) ? (r | SWIG_TMPOBJMASK) : r)
271 #define SWIG_DelTmpMask(r) (SWIG_IsOK(r) ? (r & ~SWIG_TMPOBJMASK) : r)
272 #define SWIG_IsTmpObj(r) (SWIG_IsOK(r) && (r & SWIG_TMPOBJMASK))
275 /* Cast-Rank Mode */
276 #if defined(SWIG_CASTRANK_MODE)
277 # ifndef SWIG_TypeRank
278 # define SWIG_TypeRank unsigned long
279 # endif
280 # ifndef SWIG_MAXCASTRANK /* Default cast allowed */
281 # define SWIG_MAXCASTRANK (2)
282 # endif
283 # define SWIG_CASTRANKMASK ((SWIG_CASTRANKLIMIT) -1)
284 # define SWIG_CastRank(r) (r & SWIG_CASTRANKMASK)
285 SWIGINTERNINLINE int SWIG_AddCast(int r) {
286 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
288 SWIGINTERNINLINE int SWIG_CheckState(int r) {
289 return SWIG_IsOK(r) ? SWIG_CastRank(r) + 1 : 0;
291 #else /* no cast-rank mode */
292 # define SWIG_AddCast
293 # define SWIG_CheckState(r) (SWIG_IsOK(r) ? 1 : 0)
294 #endif
299 #include <string.h>
301 #ifdef __cplusplus
302 extern "C" {
303 #endif
305 typedef void *(*swig_converter_func)(void *, int *);
306 typedef struct swig_type_info *(*swig_dycast_func)(void **);
308 /* Structure to store information on one type */
309 typedef struct swig_type_info {
310 const char *name; /* mangled name of this type */
311 const char *str; /* human readable name of this type */
312 swig_dycast_func dcast; /* dynamic cast function down a hierarchy */
313 struct swig_cast_info *cast; /* linked list of types that can cast into this type */
314 void *clientdata; /* language specific type data */
315 int owndata; /* flag if the structure owns the clientdata */
316 } swig_type_info;
318 /* Structure to store a type and conversion function used for casting */
319 typedef struct swig_cast_info {
320 swig_type_info *type; /* pointer to type that is equivalent to this type */
321 swig_converter_func converter; /* function to cast the void pointers */
322 struct swig_cast_info *next; /* pointer to next cast in linked list */
323 struct swig_cast_info *prev; /* pointer to the previous cast */
324 } swig_cast_info;
326 /* Structure used to store module information
327 * Each module generates one structure like this, and the runtime collects
328 * all of these structures and stores them in a circularly linked list.*/
329 typedef struct swig_module_info {
330 swig_type_info **types; /* Array of pointers to swig_type_info structures that are in this module */
331 size_t size; /* Number of types in this module */
332 struct swig_module_info *next; /* Pointer to next element in circularly linked list */
333 swig_type_info **type_initial; /* Array of initially generated type structures */
334 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
335 void *clientdata; /* Language specific module data */
336 } swig_module_info;
339 Compare two type names skipping the space characters, therefore
340 "char*" == "char *" and "Class<int>" == "Class<int >", etc.
342 Return 0 when the two name types are equivalent, as in
343 strncmp, but skipping ' '.
345 SWIGRUNTIME int
346 SWIG_TypeNameComp(const char *f1, const char *l1,
347 const char *f2, const char *l2) {
348 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) {
349 while ((*f1 == ' ') && (f1 != l1)) ++f1;
350 while ((*f2 == ' ') && (f2 != l2)) ++f2;
351 if (*f1 != *f2) return (*f1 > *f2) ? 1 : -1;
353 return (int)((l1 - f1) - (l2 - f2));
357 Check type equivalence in a name list like <name1>|<name2>|...
358 Return 0 if not equal, 1 if equal
360 SWIGRUNTIME int
361 SWIG_TypeEquiv(const char *nb, const char *tb) {
362 int equiv = 0;
363 const char* te = tb + strlen(tb);
364 const char* ne = nb;
365 while (!equiv && *ne) {
366 for (nb = ne; *ne; ++ne) {
367 if (*ne == '|') break;
369 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
370 if (*ne) ++ne;
372 return equiv;
376 Check type equivalence in a name list like <name1>|<name2>|...
377 Return 0 if equal, -1 if nb < tb, 1 if nb > tb
379 SWIGRUNTIME int
380 SWIG_TypeCompare(const char *nb, const char *tb) {
381 int equiv = 0;
382 const char* te = tb + strlen(tb);
383 const char* ne = nb;
384 while (!equiv && *ne) {
385 for (nb = ne; *ne; ++ne) {
386 if (*ne == '|') break;
388 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
389 if (*ne) ++ne;
391 return equiv;
395 /* think of this as a c++ template<> or a scheme macro */
396 #define SWIG_TypeCheck_Template(comparison, ty) \
397 if (ty) { \
398 swig_cast_info *iter = ty->cast; \
399 while (iter) { \
400 if (comparison) { \
401 if (iter == ty->cast) return iter; \
402 /* Move iter to the top of the linked list */ \
403 iter->prev->next = iter->next; \
404 if (iter->next) \
405 iter->next->prev = iter->prev; \
406 iter->next = ty->cast; \
407 iter->prev = 0; \
408 if (ty->cast) ty->cast->prev = iter; \
409 ty->cast = iter; \
410 return iter; \
412 iter = iter->next; \
415 return 0
418 Check the typename
420 SWIGRUNTIME swig_cast_info *
421 SWIG_TypeCheck(const char *c, swig_type_info *ty) {
422 SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty);
425 /* Same as previous function, except strcmp is replaced with a pointer comparison */
426 SWIGRUNTIME swig_cast_info *
427 SWIG_TypeCheckStruct(swig_type_info *from, swig_type_info *into) {
428 SWIG_TypeCheck_Template(iter->type == from, into);
432 Cast a pointer up an inheritance hierarchy
434 SWIGRUNTIMEINLINE void *
435 SWIG_TypeCast(swig_cast_info *ty, void *ptr, int *newmemory) {
436 return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
440 Dynamic pointer casting. Down an inheritance hierarchy
442 SWIGRUNTIME swig_type_info *
443 SWIG_TypeDynamicCast(swig_type_info *ty, void **ptr) {
444 swig_type_info *lastty = ty;
445 if (!ty || !ty->dcast) return ty;
446 while (ty && (ty->dcast)) {
447 ty = (*ty->dcast)(ptr);
448 if (ty) lastty = ty;
450 return lastty;
454 Return the name associated with this type
456 SWIGRUNTIMEINLINE const char *
457 SWIG_TypeName(const swig_type_info *ty) {
458 return ty->name;
462 Return the pretty name associated with this type,
463 that is an unmangled type name in a form presentable to the user.
465 SWIGRUNTIME const char *
466 SWIG_TypePrettyName(const swig_type_info *type) {
467 /* The "str" field contains the equivalent pretty names of the
468 type, separated by vertical-bar characters. We choose
469 to print the last name, as it is often (?) the most
470 specific. */
471 if (!type) return NULL;
472 if (type->str != NULL) {
473 const char *last_name = type->str;
474 const char *s;
475 for (s = type->str; *s; s++)
476 if (*s == '|') last_name = s+1;
477 return last_name;
479 else
480 return type->name;
484 Set the clientdata field for a type
486 SWIGRUNTIME void
487 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
488 swig_cast_info *cast = ti->cast;
489 /* if (ti->clientdata == clientdata) return; */
490 ti->clientdata = clientdata;
492 while (cast) {
493 if (!cast->converter) {
494 swig_type_info *tc = cast->type;
495 if (!tc->clientdata) {
496 SWIG_TypeClientData(tc, clientdata);
499 cast = cast->next;
502 SWIGRUNTIME void
503 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
504 SWIG_TypeClientData(ti, clientdata);
505 ti->owndata = 1;
509 Search for a swig_type_info structure only by mangled name
510 Search is a O(log #types)
512 We start searching at module start, and finish searching when start == end.
513 Note: if start == end at the beginning of the function, we go all the way around
514 the circular list.
516 SWIGRUNTIME swig_type_info *
517 SWIG_MangledTypeQueryModule(swig_module_info *start,
518 swig_module_info *end,
519 const char *name) {
520 swig_module_info *iter = start;
521 do {
522 if (iter->size) {
523 register size_t l = 0;
524 register size_t r = iter->size - 1;
525 do {
526 /* since l+r >= 0, we can (>> 1) instead (/ 2) */
527 register size_t i = (l + r) >> 1;
528 const char *iname = iter->types[i]->name;
529 if (iname) {
530 register int compare = strcmp(name, iname);
531 if (compare == 0) {
532 return iter->types[i];
533 } else if (compare < 0) {
534 if (i) {
535 r = i - 1;
536 } else {
537 break;
539 } else if (compare > 0) {
540 l = i + 1;
542 } else {
543 break; /* should never happen */
545 } while (l <= r);
547 iter = iter->next;
548 } while (iter != end);
549 return 0;
553 Search for a swig_type_info structure for either a mangled name or a human readable name.
554 It first searches the mangled names of the types, which is a O(log #types)
555 If a type is not found it then searches the human readable names, which is O(#types).
557 We start searching at module start, and finish searching when start == end.
558 Note: if start == end at the beginning of the function, we go all the way around
559 the circular list.
561 SWIGRUNTIME swig_type_info *
562 SWIG_TypeQueryModule(swig_module_info *start,
563 swig_module_info *end,
564 const char *name) {
565 /* STEP 1: Search the name field using binary search */
566 swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name);
567 if (ret) {
568 return ret;
569 } else {
570 /* STEP 2: If the type hasn't been found, do a complete search
571 of the str field (the human readable name) */
572 swig_module_info *iter = start;
573 do {
574 register size_t i = 0;
575 for (; i < iter->size; ++i) {
576 if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name)))
577 return iter->types[i];
579 iter = iter->next;
580 } while (iter != end);
583 /* neither found a match */
584 return 0;
588 Pack binary data into a string
590 SWIGRUNTIME char *
591 SWIG_PackData(char *c, void *ptr, size_t sz) {
592 static const char hex[17] = "0123456789abcdef";
593 register const unsigned char *u = (unsigned char *) ptr;
594 register const unsigned char *eu = u + sz;
595 for (; u != eu; ++u) {
596 register unsigned char uu = *u;
597 *(c++) = hex[(uu & 0xf0) >> 4];
598 *(c++) = hex[uu & 0xf];
600 return c;
604 Unpack binary data from a string
606 SWIGRUNTIME const char *
607 SWIG_UnpackData(const char *c, void *ptr, size_t sz) {
608 register unsigned char *u = (unsigned char *) ptr;
609 register const unsigned char *eu = u + sz;
610 for (; u != eu; ++u) {
611 register char d = *(c++);
612 register unsigned char uu;
613 if ((d >= '0') && (d <= '9'))
614 uu = ((d - '0') << 4);
615 else if ((d >= 'a') && (d <= 'f'))
616 uu = ((d - ('a'-10)) << 4);
617 else
618 return (char *) 0;
619 d = *(c++);
620 if ((d >= '0') && (d <= '9'))
621 uu |= (d - '0');
622 else if ((d >= 'a') && (d <= 'f'))
623 uu |= (d - ('a'-10));
624 else
625 return (char *) 0;
626 *u = uu;
628 return c;
632 Pack 'void *' into a string buffer.
634 SWIGRUNTIME char *
635 SWIG_PackVoidPtr(char *buff, void *ptr, const char *name, size_t bsz) {
636 char *r = buff;
637 if ((2*sizeof(void *) + 2) > bsz) return 0;
638 *(r++) = '_';
639 r = SWIG_PackData(r,&ptr,sizeof(void *));
640 if (strlen(name) + 1 > (bsz - (r - buff))) return 0;
641 strcpy(r,name);
642 return buff;
645 SWIGRUNTIME const char *
646 SWIG_UnpackVoidPtr(const char *c, void **ptr, const char *name) {
647 if (*c != '_') {
648 if (strcmp(c,"NULL") == 0) {
649 *ptr = (void *) 0;
650 return name;
651 } else {
652 return 0;
655 return SWIG_UnpackData(++c,ptr,sizeof(void *));
658 SWIGRUNTIME char *
659 SWIG_PackDataName(char *buff, void *ptr, size_t sz, const char *name, size_t bsz) {
660 char *r = buff;
661 size_t lname = (name ? strlen(name) : 0);
662 if ((2*sz + 2 + lname) > bsz) return 0;
663 *(r++) = '_';
664 r = SWIG_PackData(r,ptr,sz);
665 if (lname) {
666 strncpy(r,name,lname+1);
667 } else {
668 *r = 0;
670 return buff;
673 SWIGRUNTIME const char *
674 SWIG_UnpackDataName(const char *c, void *ptr, size_t sz, const char *name) {
675 if (*c != '_') {
676 if (strcmp(c,"NULL") == 0) {
677 memset(ptr,0,sz);
678 return name;
679 } else {
680 return 0;
683 return SWIG_UnpackData(++c,ptr,sz);
686 #ifdef __cplusplus
688 #endif
690 /* Errors in SWIG */
691 #define SWIG_UnknownError -1
692 #define SWIG_IOError -2
693 #define SWIG_RuntimeError -3
694 #define SWIG_IndexError -4
695 #define SWIG_TypeError -5
696 #define SWIG_DivisionByZero -6
697 #define SWIG_OverflowError -7
698 #define SWIG_SyntaxError -8
699 #define SWIG_ValueError -9
700 #define SWIG_SystemError -10
701 #define SWIG_AttributeError -11
702 #define SWIG_MemoryError -12
703 #define SWIG_NullReferenceError -13
708 /* Add PyOS_snprintf for old Pythons */
709 #if PY_VERSION_HEX < 0x02020000
710 # if defined(_MSC_VER) || defined(__BORLANDC__) || defined(_WATCOM)
711 # define PyOS_snprintf _snprintf
712 # else
713 # define PyOS_snprintf snprintf
714 # endif
715 #endif
717 /* A crude PyString_FromFormat implementation for old Pythons */
718 #if PY_VERSION_HEX < 0x02020000
720 #ifndef SWIG_PYBUFFER_SIZE
721 # define SWIG_PYBUFFER_SIZE 1024
722 #endif
724 static PyObject *
725 PyString_FromFormat(const char *fmt, ...) {
726 va_list ap;
727 char buf[SWIG_PYBUFFER_SIZE * 2];
728 int res;
729 va_start(ap, fmt);
730 res = vsnprintf(buf, sizeof(buf), fmt, ap);
731 va_end(ap);
732 return (res < 0 || res >= (int)sizeof(buf)) ? 0 : PyString_FromString(buf);
734 #endif
736 /* Add PyObject_Del for old Pythons */
737 #if PY_VERSION_HEX < 0x01060000
738 # define PyObject_Del(op) PyMem_DEL((op))
739 #endif
740 #ifndef PyObject_DEL
741 # define PyObject_DEL PyObject_Del
742 #endif
744 /* A crude PyExc_StopIteration exception for old Pythons */
745 #if PY_VERSION_HEX < 0x02020000
746 # ifndef PyExc_StopIteration
747 # define PyExc_StopIteration PyExc_RuntimeError
748 # endif
749 # ifndef PyObject_GenericGetAttr
750 # define PyObject_GenericGetAttr 0
751 # endif
752 #endif
753 /* Py_NotImplemented is defined in 2.1 and up. */
754 #if PY_VERSION_HEX < 0x02010000
755 # ifndef Py_NotImplemented
756 # define Py_NotImplemented PyExc_RuntimeError
757 # endif
758 #endif
761 /* A crude PyString_AsStringAndSize implementation for old Pythons */
762 #if PY_VERSION_HEX < 0x02010000
763 # ifndef PyString_AsStringAndSize
764 # define PyString_AsStringAndSize(obj, s, len) {*s = PyString_AsString(obj); *len = *s ? strlen(*s) : 0;}
765 # endif
766 #endif
768 /* PySequence_Size for old Pythons */
769 #if PY_VERSION_HEX < 0x02000000
770 # ifndef PySequence_Size
771 # define PySequence_Size PySequence_Length
772 # endif
773 #endif
776 /* PyBool_FromLong for old Pythons */
777 #if PY_VERSION_HEX < 0x02030000
778 static
779 PyObject *PyBool_FromLong(long ok)
781 PyObject *result = ok ? Py_True : Py_False;
782 Py_INCREF(result);
783 return result;
785 #endif
787 /* Py_ssize_t for old Pythons */
788 /* This code is as recommended by: */
789 /* http://www.python.org/dev/peps/pep-0353/#conversion-guidelines */
790 #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN)
791 typedef int Py_ssize_t;
792 # define PY_SSIZE_T_MAX INT_MAX
793 # define PY_SSIZE_T_MIN INT_MIN
794 #endif
796 /* -----------------------------------------------------------------------------
797 * error manipulation
798 * ----------------------------------------------------------------------------- */
800 SWIGRUNTIME PyObject*
801 SWIG_Python_ErrorType(int code) {
802 PyObject* type = 0;
803 switch(code) {
804 case SWIG_MemoryError:
805 type = PyExc_MemoryError;
806 break;
807 case SWIG_IOError:
808 type = PyExc_IOError;
809 break;
810 case SWIG_RuntimeError:
811 type = PyExc_RuntimeError;
812 break;
813 case SWIG_IndexError:
814 type = PyExc_IndexError;
815 break;
816 case SWIG_TypeError:
817 type = PyExc_TypeError;
818 break;
819 case SWIG_DivisionByZero:
820 type = PyExc_ZeroDivisionError;
821 break;
822 case SWIG_OverflowError:
823 type = PyExc_OverflowError;
824 break;
825 case SWIG_SyntaxError:
826 type = PyExc_SyntaxError;
827 break;
828 case SWIG_ValueError:
829 type = PyExc_ValueError;
830 break;
831 case SWIG_SystemError:
832 type = PyExc_SystemError;
833 break;
834 case SWIG_AttributeError:
835 type = PyExc_AttributeError;
836 break;
837 default:
838 type = PyExc_RuntimeError;
840 return type;
844 SWIGRUNTIME void
845 SWIG_Python_AddErrorMsg(const char* mesg)
847 PyObject *type = 0;
848 PyObject *value = 0;
849 PyObject *traceback = 0;
851 if (PyErr_Occurred()) PyErr_Fetch(&type, &value, &traceback);
852 if (value) {
853 PyObject *old_str = PyObject_Str(value);
854 PyErr_Clear();
855 Py_XINCREF(type);
856 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
857 Py_DECREF(old_str);
858 Py_DECREF(value);
859 } else {
860 PyErr_SetString(PyExc_RuntimeError, mesg);
866 #if defined(SWIG_PYTHON_NO_THREADS)
867 # if defined(SWIG_PYTHON_THREADS)
868 # undef SWIG_PYTHON_THREADS
869 # endif
870 #endif
871 #if defined(SWIG_PYTHON_THREADS) /* Threading support is enabled */
872 # if !defined(SWIG_PYTHON_USE_GIL) && !defined(SWIG_PYTHON_NO_USE_GIL)
873 # if (PY_VERSION_HEX >= 0x02030000) /* For 2.3 or later, use the PyGILState calls */
874 # define SWIG_PYTHON_USE_GIL
875 # endif
876 # endif
877 # if defined(SWIG_PYTHON_USE_GIL) /* Use PyGILState threads calls */
878 # ifndef SWIG_PYTHON_INITIALIZE_THREADS
879 # define SWIG_PYTHON_INITIALIZE_THREADS PyEval_InitThreads()
880 # endif
881 # ifdef __cplusplus /* C++ code */
882 class SWIG_Python_Thread_Block {
883 bool status;
884 PyGILState_STATE state;
885 public:
886 void end() { if (status) { PyGILState_Release(state); status = false;} }
887 SWIG_Python_Thread_Block() : status(true), state(PyGILState_Ensure()) {}
888 ~SWIG_Python_Thread_Block() { end(); }
890 class SWIG_Python_Thread_Allow {
891 bool status;
892 PyThreadState *save;
893 public:
894 void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
895 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
896 ~SWIG_Python_Thread_Allow() { end(); }
898 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK SWIG_Python_Thread_Block _swig_thread_block
899 # define SWIG_PYTHON_THREAD_END_BLOCK _swig_thread_block.end()
900 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW SWIG_Python_Thread_Allow _swig_thread_allow
901 # define SWIG_PYTHON_THREAD_END_ALLOW _swig_thread_allow.end()
902 # else /* C code */
903 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK PyGILState_STATE _swig_thread_block = PyGILState_Ensure()
904 # define SWIG_PYTHON_THREAD_END_BLOCK PyGILState_Release(_swig_thread_block)
905 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW PyThreadState *_swig_thread_allow = PyEval_SaveThread()
906 # define SWIG_PYTHON_THREAD_END_ALLOW PyEval_RestoreThread(_swig_thread_allow)
907 # endif
908 # else /* Old thread way, not implemented, user must provide it */
909 # if !defined(SWIG_PYTHON_INITIALIZE_THREADS)
910 # define SWIG_PYTHON_INITIALIZE_THREADS
911 # endif
912 # if !defined(SWIG_PYTHON_THREAD_BEGIN_BLOCK)
913 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
914 # endif
915 # if !defined(SWIG_PYTHON_THREAD_END_BLOCK)
916 # define SWIG_PYTHON_THREAD_END_BLOCK
917 # endif
918 # if !defined(SWIG_PYTHON_THREAD_BEGIN_ALLOW)
919 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
920 # endif
921 # if !defined(SWIG_PYTHON_THREAD_END_ALLOW)
922 # define SWIG_PYTHON_THREAD_END_ALLOW
923 # endif
924 # endif
925 #else /* No thread support */
926 # define SWIG_PYTHON_INITIALIZE_THREADS
927 # define SWIG_PYTHON_THREAD_BEGIN_BLOCK
928 # define SWIG_PYTHON_THREAD_END_BLOCK
929 # define SWIG_PYTHON_THREAD_BEGIN_ALLOW
930 # define SWIG_PYTHON_THREAD_END_ALLOW
931 #endif
933 /* -----------------------------------------------------------------------------
934 * Python API portion that goes into the runtime
935 * ----------------------------------------------------------------------------- */
937 #ifdef __cplusplus
938 extern "C" {
939 #if 0
940 } /* cc-mode */
941 #endif
942 #endif
944 /* -----------------------------------------------------------------------------
945 * Constant declarations
946 * ----------------------------------------------------------------------------- */
948 /* Constant Types */
949 #define SWIG_PY_POINTER 4
950 #define SWIG_PY_BINARY 5
952 /* Constant information structure */
953 typedef struct swig_const_info {
954 int type;
955 char *name;
956 long lvalue;
957 double dvalue;
958 void *pvalue;
959 swig_type_info **ptype;
960 } swig_const_info;
962 #ifdef __cplusplus
963 #if 0
964 { /* cc-mode */
965 #endif
967 #endif
970 /* -----------------------------------------------------------------------------
971 * See the LICENSE file for information on copyright, usage and redistribution
972 * of SWIG, and the README file for authors - http://www.swig.org/release.html.
974 * pyrun.swg
976 * This file contains the runtime support for Python modules
977 * and includes code for managing global variables and pointer
978 * type checking.
980 * ----------------------------------------------------------------------------- */
982 /* Common SWIG API */
984 /* for raw pointers */
985 #define SWIG_Python_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, 0)
986 #define SWIG_ConvertPtr(obj, pptr, type, flags) SWIG_Python_ConvertPtr(obj, pptr, type, flags)
987 #define SWIG_ConvertPtrAndOwn(obj,pptr,type,flags,own) SWIG_Python_ConvertPtrAndOwn(obj, pptr, type, flags, own)
988 #define SWIG_NewPointerObj(ptr, type, flags) SWIG_Python_NewPointerObj(ptr, type, flags)
989 #define SWIG_CheckImplicit(ty) SWIG_Python_CheckImplicit(ty)
990 #define SWIG_AcquirePtr(ptr, src) SWIG_Python_AcquirePtr(ptr, src)
991 #define swig_owntype int
993 /* for raw packed data */
994 #define SWIG_ConvertPacked(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
995 #define SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
997 /* for class or struct pointers */
998 #define SWIG_ConvertInstance(obj, pptr, type, flags) SWIG_ConvertPtr(obj, pptr, type, flags)
999 #define SWIG_NewInstanceObj(ptr, type, flags) SWIG_NewPointerObj(ptr, type, flags)
1001 /* for C or C++ function pointers */
1002 #define SWIG_ConvertFunctionPtr(obj, pptr, type) SWIG_Python_ConvertFunctionPtr(obj, pptr, type)
1003 #define SWIG_NewFunctionPtrObj(ptr, type) SWIG_Python_NewPointerObj(ptr, type, 0)
1005 /* for C++ member pointers, ie, member methods */
1006 #define SWIG_ConvertMember(obj, ptr, sz, ty) SWIG_Python_ConvertPacked(obj, ptr, sz, ty)
1007 #define SWIG_NewMemberObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type)
1010 /* Runtime API */
1012 #define SWIG_GetModule(clientdata) SWIG_Python_GetModule()
1013 #define SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer)
1014 #define SWIG_NewClientData(obj) PySwigClientData_New(obj)
1016 #define SWIG_SetErrorObj SWIG_Python_SetErrorObj
1017 #define SWIG_SetErrorMsg SWIG_Python_SetErrorMsg
1018 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code)
1019 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
1020 #define SWIG_fail goto fail
1023 /* Runtime API implementation */
1025 /* Error manipulation */
1027 SWIGINTERN void
1028 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
1029 SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1030 PyErr_SetObject(errtype, obj);
1031 Py_DECREF(obj);
1032 SWIG_PYTHON_THREAD_END_BLOCK;
1035 SWIGINTERN void
1036 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) {
1037 SWIG_PYTHON_THREAD_BEGIN_BLOCK;
1038 PyErr_SetString(errtype, (char *) msg);
1039 SWIG_PYTHON_THREAD_END_BLOCK;
1042 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)
1044 /* Set a constant value */
1046 SWIGINTERN void
1047 SWIG_Python_SetConstant(PyObject *d, const char *name, PyObject *obj) {
1048 PyDict_SetItemString(d, (char*) name, obj);
1049 Py_DECREF(obj);
1052 /* Append a value to the result obj */
1054 SWIGINTERN PyObject*
1055 SWIG_Python_AppendOutput(PyObject* result, PyObject* obj) {
1056 #if !defined(SWIG_PYTHON_OUTPUT_TUPLE)
1057 if (!result) {
1058 result = obj;
1059 } else if (result == Py_None) {
1060 Py_DECREF(result);
1061 result = obj;
1062 } else {
1063 if (!PyList_Check(result)) {
1064 PyObject *o2 = result;
1065 result = PyList_New(1);
1066 PyList_SetItem(result, 0, o2);
1068 PyList_Append(result,obj);
1069 Py_DECREF(obj);
1071 return result;
1072 #else
1073 PyObject* o2;
1074 PyObject* o3;
1075 if (!result) {
1076 result = obj;
1077 } else if (result == Py_None) {
1078 Py_DECREF(result);
1079 result = obj;
1080 } else {
1081 if (!PyTuple_Check(result)) {
1082 o2 = result;
1083 result = PyTuple_New(1);
1084 PyTuple_SET_ITEM(result, 0, o2);
1086 o3 = PyTuple_New(1);
1087 PyTuple_SET_ITEM(o3, 0, obj);
1088 o2 = result;
1089 result = PySequence_Concat(o2, o3);
1090 Py_DECREF(o2);
1091 Py_DECREF(o3);
1093 return result;
1094 #endif
1097 /* Unpack the argument tuple */
1099 SWIGINTERN int
1100 SWIG_Python_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, PyObject **objs)
1102 if (!args) {
1103 if (!min && !max) {
1104 return 1;
1105 } else {
1106 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got none",
1107 name, (min == max ? "" : "at least "), (int)min);
1108 return 0;
1111 if (!PyTuple_Check(args)) {
1112 PyErr_SetString(PyExc_SystemError, "UnpackTuple() argument list is not a tuple");
1113 return 0;
1114 } else {
1115 register Py_ssize_t l = PyTuple_GET_SIZE(args);
1116 if (l < min) {
1117 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1118 name, (min == max ? "" : "at least "), (int)min, (int)l);
1119 return 0;
1120 } else if (l > max) {
1121 PyErr_Format(PyExc_TypeError, "%s expected %s%d arguments, got %d",
1122 name, (min == max ? "" : "at most "), (int)max, (int)l);
1123 return 0;
1124 } else {
1125 register int i;
1126 for (i = 0; i < l; ++i) {
1127 objs[i] = PyTuple_GET_ITEM(args, i);
1129 for (; l < max; ++l) {
1130 objs[l] = 0;
1132 return i + 1;
1137 /* A functor is a function object with one single object argument */
1138 #if PY_VERSION_HEX >= 0x02020000
1139 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
1140 #else
1141 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj);
1142 #endif
1145 Helper for static pointer initialization for both C and C++ code, for example
1146 static PyObject *SWIG_STATIC_POINTER(MyVar) = NewSomething(...);
1148 #ifdef __cplusplus
1149 #define SWIG_STATIC_POINTER(var) var
1150 #else
1151 #define SWIG_STATIC_POINTER(var) var = 0; if (!var) var
1152 #endif
1154 /* -----------------------------------------------------------------------------
1155 * Pointer declarations
1156 * ----------------------------------------------------------------------------- */
1158 /* Flags for new pointer objects */
1159 #define SWIG_POINTER_NOSHADOW (SWIG_POINTER_OWN << 1)
1160 #define SWIG_POINTER_NEW (SWIG_POINTER_NOSHADOW | SWIG_POINTER_OWN)
1162 #define SWIG_POINTER_IMPLICIT_CONV (SWIG_POINTER_DISOWN << 1)
1164 #ifdef __cplusplus
1165 extern "C" {
1166 #if 0
1167 } /* cc-mode */
1168 #endif
1169 #endif
1171 /* How to access Py_None */
1172 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
1173 # ifndef SWIG_PYTHON_NO_BUILD_NONE
1174 # ifndef SWIG_PYTHON_BUILD_NONE
1175 # define SWIG_PYTHON_BUILD_NONE
1176 # endif
1177 # endif
1178 #endif
1180 #ifdef SWIG_PYTHON_BUILD_NONE
1181 # ifdef Py_None
1182 # undef Py_None
1183 # define Py_None SWIG_Py_None()
1184 # endif
1185 SWIGRUNTIMEINLINE PyObject *
1186 _SWIG_Py_None(void)
1188 PyObject *none = Py_BuildValue((char*)"");
1189 Py_DECREF(none);
1190 return none;
1192 SWIGRUNTIME PyObject *
1193 SWIG_Py_None(void)
1195 static PyObject *SWIG_STATIC_POINTER(none) = _SWIG_Py_None();
1196 return none;
1198 #endif
1200 /* The python void return value */
1202 SWIGRUNTIMEINLINE PyObject *
1203 SWIG_Py_Void(void)
1205 PyObject *none = Py_None;
1206 Py_INCREF(none);
1207 return none;
1210 /* PySwigClientData */
1212 typedef struct {
1213 PyObject *klass;
1214 PyObject *newraw;
1215 PyObject *newargs;
1216 PyObject *destroy;
1217 int delargs;
1218 int implicitconv;
1219 } PySwigClientData;
1221 SWIGRUNTIMEINLINE int
1222 SWIG_Python_CheckImplicit(swig_type_info *ty)
1224 PySwigClientData *data = (PySwigClientData *)ty->clientdata;
1225 return data ? data->implicitconv : 0;
1228 SWIGRUNTIMEINLINE PyObject *
1229 SWIG_Python_ExceptionType(swig_type_info *desc) {
1230 PySwigClientData *data = desc ? (PySwigClientData *) desc->clientdata : 0;
1231 PyObject *klass = data ? data->klass : 0;
1232 return (klass ? klass : PyExc_RuntimeError);
1236 SWIGRUNTIME PySwigClientData *
1237 PySwigClientData_New(PyObject* obj)
1239 if (!obj) {
1240 return 0;
1241 } else {
1242 PySwigClientData *data = (PySwigClientData *)malloc(sizeof(PySwigClientData));
1243 /* the klass element */
1244 data->klass = obj;
1245 Py_INCREF(data->klass);
1246 /* the newraw method and newargs arguments used to create a new raw instance */
1247 if (PyClass_Check(obj)) {
1248 data->newraw = 0;
1249 data->newargs = obj;
1250 Py_INCREF(obj);
1251 } else {
1252 #if (PY_VERSION_HEX < 0x02020000)
1253 data->newraw = 0;
1254 #else
1255 data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__");
1256 #endif
1257 if (data->newraw) {
1258 Py_INCREF(data->newraw);
1259 data->newargs = PyTuple_New(1);
1260 PyTuple_SetItem(data->newargs, 0, obj);
1261 } else {
1262 data->newargs = obj;
1264 Py_INCREF(data->newargs);
1266 /* the destroy method, aka as the C++ delete method */
1267 data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__");
1268 if (PyErr_Occurred()) {
1269 PyErr_Clear();
1270 data->destroy = 0;
1272 if (data->destroy) {
1273 int flags;
1274 Py_INCREF(data->destroy);
1275 flags = PyCFunction_GET_FLAGS(data->destroy);
1276 #ifdef METH_O
1277 data->delargs = !(flags & (METH_O));
1278 #else
1279 data->delargs = 0;
1280 #endif
1281 } else {
1282 data->delargs = 0;
1284 data->implicitconv = 0;
1285 return data;
1289 SWIGRUNTIME void
1290 PySwigClientData_Del(PySwigClientData* data)
1292 Py_XDECREF(data->newraw);
1293 Py_XDECREF(data->newargs);
1294 Py_XDECREF(data->destroy);
1297 /* =============== PySwigObject =====================*/
1299 typedef struct {
1300 PyObject_HEAD
1301 void *ptr;
1302 swig_type_info *ty;
1303 int own;
1304 PyObject *next;
1305 } PySwigObject;
1307 SWIGRUNTIME PyObject *
1308 PySwigObject_long(PySwigObject *v)
1310 return PyLong_FromVoidPtr(v->ptr);
1313 SWIGRUNTIME PyObject *
1314 PySwigObject_format(const char* fmt, PySwigObject *v)
1316 PyObject *res = NULL;
1317 PyObject *args = PyTuple_New(1);
1318 if (args) {
1319 if (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0) {
1320 PyObject *ofmt = PyString_FromString(fmt);
1321 if (ofmt) {
1322 res = PyString_Format(ofmt,args);
1323 Py_DECREF(ofmt);
1325 Py_DECREF(args);
1328 return res;
1331 SWIGRUNTIME PyObject *
1332 PySwigObject_oct(PySwigObject *v)
1334 return PySwigObject_format("%o",v);
1337 SWIGRUNTIME PyObject *
1338 PySwigObject_hex(PySwigObject *v)
1340 return PySwigObject_format("%x",v);
1343 SWIGRUNTIME PyObject *
1344 #ifdef METH_NOARGS
1345 PySwigObject_repr(PySwigObject *v)
1346 #else
1347 PySwigObject_repr(PySwigObject *v, PyObject *args)
1348 #endif
1350 const char *name = SWIG_TypePrettyName(v->ty);
1351 PyObject *hex = PySwigObject_hex(v);
1352 PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex));
1353 Py_DECREF(hex);
1354 if (v->next) {
1355 #ifdef METH_NOARGS
1356 PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next);
1357 #else
1358 PyObject *nrep = PySwigObject_repr((PySwigObject *)v->next, args);
1359 #endif
1360 PyString_ConcatAndDel(&repr,nrep);
1362 return repr;
1365 SWIGRUNTIME int
1366 PySwigObject_print(PySwigObject *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1368 #ifdef METH_NOARGS
1369 PyObject *repr = PySwigObject_repr(v);
1370 #else
1371 PyObject *repr = PySwigObject_repr(v, NULL);
1372 #endif
1373 if (repr) {
1374 fputs(PyString_AsString(repr), fp);
1375 Py_DECREF(repr);
1376 return 0;
1377 } else {
1378 return 1;
1382 SWIGRUNTIME PyObject *
1383 PySwigObject_str(PySwigObject *v)
1385 char result[SWIG_BUFFER_SIZE];
1386 return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ?
1387 PyString_FromString(result) : 0;
1390 SWIGRUNTIME int
1391 PySwigObject_compare(PySwigObject *v, PySwigObject *w)
1393 void *i = v->ptr;
1394 void *j = w->ptr;
1395 return (i < j) ? -1 : ((i > j) ? 1 : 0);
1398 SWIGRUNTIME PyTypeObject* _PySwigObject_type(void);
1400 SWIGRUNTIME PyTypeObject*
1401 PySwigObject_type(void) {
1402 static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigObject_type();
1403 return type;
1406 SWIGRUNTIMEINLINE int
1407 PySwigObject_Check(PyObject *op) {
1408 return ((op)->ob_type == PySwigObject_type())
1409 || (strcmp((op)->ob_type->tp_name,"PySwigObject") == 0);
1412 SWIGRUNTIME PyObject *
1413 PySwigObject_New(void *ptr, swig_type_info *ty, int own);
1415 SWIGRUNTIME void
1416 PySwigObject_dealloc(PyObject *v)
1418 PySwigObject *sobj = (PySwigObject *) v;
1419 PyObject *next = sobj->next;
1420 if (sobj->own == SWIG_POINTER_OWN) {
1421 swig_type_info *ty = sobj->ty;
1422 PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
1423 PyObject *destroy = data ? data->destroy : 0;
1424 if (destroy) {
1425 /* destroy is always a VARARGS method */
1426 PyObject *res;
1427 if (data->delargs) {
1428 /* we need to create a temporal object to carry the destroy operation */
1429 PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0);
1430 res = SWIG_Python_CallFunctor(destroy, tmp);
1431 Py_DECREF(tmp);
1432 } else {
1433 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy);
1434 PyObject *mself = PyCFunction_GET_SELF(destroy);
1435 res = ((*meth)(mself, v));
1437 Py_XDECREF(res);
1439 #if !defined(SWIG_PYTHON_SILENT_MEMLEAK)
1440 else {
1441 const char *name = SWIG_TypePrettyName(ty);
1442 printf("swig/python detected a memory leak of type '%s', no destructor found.\n", (name ? name : "unknown"));
1444 #endif
1446 Py_XDECREF(next);
1447 PyObject_DEL(v);
1450 SWIGRUNTIME PyObject*
1451 PySwigObject_append(PyObject* v, PyObject* next)
1453 PySwigObject *sobj = (PySwigObject *) v;
1454 #ifndef METH_O
1455 PyObject *tmp = 0;
1456 if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL;
1457 next = tmp;
1458 #endif
1459 if (!PySwigObject_Check(next)) {
1460 return NULL;
1462 sobj->next = next;
1463 Py_INCREF(next);
1464 return SWIG_Py_Void();
1467 SWIGRUNTIME PyObject*
1468 #ifdef METH_NOARGS
1469 PySwigObject_next(PyObject* v)
1470 #else
1471 PySwigObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1472 #endif
1474 PySwigObject *sobj = (PySwigObject *) v;
1475 if (sobj->next) {
1476 Py_INCREF(sobj->next);
1477 return sobj->next;
1478 } else {
1479 return SWIG_Py_Void();
1483 SWIGINTERN PyObject*
1484 #ifdef METH_NOARGS
1485 PySwigObject_disown(PyObject *v)
1486 #else
1487 PySwigObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1488 #endif
1490 PySwigObject *sobj = (PySwigObject *)v;
1491 sobj->own = 0;
1492 return SWIG_Py_Void();
1495 SWIGINTERN PyObject*
1496 #ifdef METH_NOARGS
1497 PySwigObject_acquire(PyObject *v)
1498 #else
1499 PySwigObject_acquire(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1500 #endif
1502 PySwigObject *sobj = (PySwigObject *)v;
1503 sobj->own = SWIG_POINTER_OWN;
1504 return SWIG_Py_Void();
1507 SWIGINTERN PyObject*
1508 PySwigObject_own(PyObject *v, PyObject *args)
1510 PyObject *val = 0;
1511 #if (PY_VERSION_HEX < 0x02020000)
1512 if (!PyArg_ParseTuple(args,(char *)"|O:own",&val))
1513 #else
1514 if (!PyArg_UnpackTuple(args, (char *)"own", 0, 1, &val))
1515 #endif
1517 return NULL;
1519 else
1521 PySwigObject *sobj = (PySwigObject *)v;
1522 PyObject *obj = PyBool_FromLong(sobj->own);
1523 if (val) {
1524 #ifdef METH_NOARGS
1525 if (PyObject_IsTrue(val)) {
1526 PySwigObject_acquire(v);
1527 } else {
1528 PySwigObject_disown(v);
1530 #else
1531 if (PyObject_IsTrue(val)) {
1532 PySwigObject_acquire(v,args);
1533 } else {
1534 PySwigObject_disown(v,args);
1536 #endif
1538 return obj;
1542 #ifdef METH_O
1543 static PyMethodDef
1544 swigobject_methods[] = {
1545 {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_NOARGS, (char *)"releases ownership of the pointer"},
1546 {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS, (char *)"aquires ownership of the pointer"},
1547 {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1548 {(char *)"append", (PyCFunction)PySwigObject_append, METH_O, (char *)"appends another 'this' object"},
1549 {(char *)"next", (PyCFunction)PySwigObject_next, METH_NOARGS, (char *)"returns the next 'this' object"},
1550 {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_NOARGS, (char *)"returns object representation"},
1551 {0, 0, 0, 0}
1553 #else
1554 static PyMethodDef
1555 swigobject_methods[] = {
1556 {(char *)"disown", (PyCFunction)PySwigObject_disown, METH_VARARGS, (char *)"releases ownership of the pointer"},
1557 {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS, (char *)"aquires ownership of the pointer"},
1558 {(char *)"own", (PyCFunction)PySwigObject_own, METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
1559 {(char *)"append", (PyCFunction)PySwigObject_append, METH_VARARGS, (char *)"appends another 'this' object"},
1560 {(char *)"next", (PyCFunction)PySwigObject_next, METH_VARARGS, (char *)"returns the next 'this' object"},
1561 {(char *)"__repr__",(PyCFunction)PySwigObject_repr, METH_VARARGS, (char *)"returns object representation"},
1562 {0, 0, 0, 0}
1564 #endif
1566 #if PY_VERSION_HEX < 0x02020000
1567 SWIGINTERN PyObject *
1568 PySwigObject_getattr(PySwigObject *sobj,char *name)
1570 return Py_FindMethod(swigobject_methods, (PyObject *)sobj, name);
1572 #endif
1574 SWIGRUNTIME PyTypeObject*
1575 _PySwigObject_type(void) {
1576 static char swigobject_doc[] = "Swig object carries a C/C++ instance pointer";
1578 static PyNumberMethods PySwigObject_as_number = {
1579 (binaryfunc)0, /*nb_add*/
1580 (binaryfunc)0, /*nb_subtract*/
1581 (binaryfunc)0, /*nb_multiply*/
1582 (binaryfunc)0, /*nb_divide*/
1583 (binaryfunc)0, /*nb_remainder*/
1584 (binaryfunc)0, /*nb_divmod*/
1585 (ternaryfunc)0,/*nb_power*/
1586 (unaryfunc)0, /*nb_negative*/
1587 (unaryfunc)0, /*nb_positive*/
1588 (unaryfunc)0, /*nb_absolute*/
1589 (inquiry)0, /*nb_nonzero*/
1590 0, /*nb_invert*/
1591 0, /*nb_lshift*/
1592 0, /*nb_rshift*/
1593 0, /*nb_and*/
1594 0, /*nb_xor*/
1595 0, /*nb_or*/
1596 (coercion)0, /*nb_coerce*/
1597 (unaryfunc)PySwigObject_long, /*nb_int*/
1598 (unaryfunc)PySwigObject_long, /*nb_long*/
1599 (unaryfunc)0, /*nb_float*/
1600 (unaryfunc)PySwigObject_oct, /*nb_oct*/
1601 (unaryfunc)PySwigObject_hex, /*nb_hex*/
1602 #if PY_VERSION_HEX >= 0x02050000 /* 2.5.0 */
1603 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_index */
1604 #elif PY_VERSION_HEX >= 0x02020000 /* 2.2.0 */
1605 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */
1606 #elif PY_VERSION_HEX >= 0x02000000 /* 2.0.0 */
1607 0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */
1608 #endif
1611 static PyTypeObject pyswigobject_type;
1612 static int type_init = 0;
1613 if (!type_init) {
1614 const PyTypeObject tmp
1616 PyObject_HEAD_INIT(NULL)
1617 0, /* ob_size */
1618 (char *)"PySwigObject", /* tp_name */
1619 sizeof(PySwigObject), /* tp_basicsize */
1620 0, /* tp_itemsize */
1621 (destructor)PySwigObject_dealloc, /* tp_dealloc */
1622 (printfunc)PySwigObject_print, /* tp_print */
1623 #if PY_VERSION_HEX < 0x02020000
1624 (getattrfunc)PySwigObject_getattr, /* tp_getattr */
1625 #else
1626 (getattrfunc)0, /* tp_getattr */
1627 #endif
1628 (setattrfunc)0, /* tp_setattr */
1629 (cmpfunc)PySwigObject_compare, /* tp_compare */
1630 (reprfunc)PySwigObject_repr, /* tp_repr */
1631 &PySwigObject_as_number, /* tp_as_number */
1632 0, /* tp_as_sequence */
1633 0, /* tp_as_mapping */
1634 (hashfunc)0, /* tp_hash */
1635 (ternaryfunc)0, /* tp_call */
1636 (reprfunc)PySwigObject_str, /* tp_str */
1637 PyObject_GenericGetAttr, /* tp_getattro */
1638 0, /* tp_setattro */
1639 0, /* tp_as_buffer */
1640 Py_TPFLAGS_DEFAULT, /* tp_flags */
1641 swigobject_doc, /* tp_doc */
1642 0, /* tp_traverse */
1643 0, /* tp_clear */
1644 0, /* tp_richcompare */
1645 0, /* tp_weaklistoffset */
1646 #if PY_VERSION_HEX >= 0x02020000
1647 0, /* tp_iter */
1648 0, /* tp_iternext */
1649 swigobject_methods, /* tp_methods */
1650 0, /* tp_members */
1651 0, /* tp_getset */
1652 0, /* tp_base */
1653 0, /* tp_dict */
1654 0, /* tp_descr_get */
1655 0, /* tp_descr_set */
1656 0, /* tp_dictoffset */
1657 0, /* tp_init */
1658 0, /* tp_alloc */
1659 0, /* tp_new */
1660 0, /* tp_free */
1661 0, /* tp_is_gc */
1662 0, /* tp_bases */
1663 0, /* tp_mro */
1664 0, /* tp_cache */
1665 0, /* tp_subclasses */
1666 0, /* tp_weaklist */
1667 #endif
1668 #if PY_VERSION_HEX >= 0x02030000
1669 0, /* tp_del */
1670 #endif
1671 #ifdef COUNT_ALLOCS
1672 0,0,0,0 /* tp_alloc -> tp_next */
1673 #endif
1675 pyswigobject_type = tmp;
1676 pyswigobject_type.ob_type = &PyType_Type;
1677 type_init = 1;
1679 return &pyswigobject_type;
1682 SWIGRUNTIME PyObject *
1683 PySwigObject_New(void *ptr, swig_type_info *ty, int own)
1685 PySwigObject *sobj = PyObject_NEW(PySwigObject, PySwigObject_type());
1686 if (sobj) {
1687 sobj->ptr = ptr;
1688 sobj->ty = ty;
1689 sobj->own = own;
1690 sobj->next = 0;
1692 return (PyObject *)sobj;
1695 /* -----------------------------------------------------------------------------
1696 * Implements a simple Swig Packed type, and use it instead of string
1697 * ----------------------------------------------------------------------------- */
1699 typedef struct {
1700 PyObject_HEAD
1701 void *pack;
1702 swig_type_info *ty;
1703 size_t size;
1704 } PySwigPacked;
1706 SWIGRUNTIME int
1707 PySwigPacked_print(PySwigPacked *v, FILE *fp, int SWIGUNUSEDPARM(flags))
1709 char result[SWIG_BUFFER_SIZE];
1710 fputs("<Swig Packed ", fp);
1711 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1712 fputs("at ", fp);
1713 fputs(result, fp);
1715 fputs(v->ty->name,fp);
1716 fputs(">", fp);
1717 return 0;
1720 SWIGRUNTIME PyObject *
1721 PySwigPacked_repr(PySwigPacked *v)
1723 char result[SWIG_BUFFER_SIZE];
1724 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
1725 return PyString_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
1726 } else {
1727 return PyString_FromFormat("<Swig Packed %s>", v->ty->name);
1731 SWIGRUNTIME PyObject *
1732 PySwigPacked_str(PySwigPacked *v)
1734 char result[SWIG_BUFFER_SIZE];
1735 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){
1736 return PyString_FromFormat("%s%s", result, v->ty->name);
1737 } else {
1738 return PyString_FromString(v->ty->name);
1742 SWIGRUNTIME int
1743 PySwigPacked_compare(PySwigPacked *v, PySwigPacked *w)
1745 size_t i = v->size;
1746 size_t j = w->size;
1747 int s = (i < j) ? -1 : ((i > j) ? 1 : 0);
1748 return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
1751 SWIGRUNTIME PyTypeObject* _PySwigPacked_type(void);
1753 SWIGRUNTIME PyTypeObject*
1754 PySwigPacked_type(void) {
1755 static PyTypeObject *SWIG_STATIC_POINTER(type) = _PySwigPacked_type();
1756 return type;
1759 SWIGRUNTIMEINLINE int
1760 PySwigPacked_Check(PyObject *op) {
1761 return ((op)->ob_type == _PySwigPacked_type())
1762 || (strcmp((op)->ob_type->tp_name,"PySwigPacked") == 0);
1765 SWIGRUNTIME void
1766 PySwigPacked_dealloc(PyObject *v)
1768 if (PySwigPacked_Check(v)) {
1769 PySwigPacked *sobj = (PySwigPacked *) v;
1770 free(sobj->pack);
1772 PyObject_DEL(v);
1775 SWIGRUNTIME PyTypeObject*
1776 _PySwigPacked_type(void) {
1777 static char swigpacked_doc[] = "Swig object carries a C/C++ instance pointer";
1778 static PyTypeObject pyswigpacked_type;
1779 static int type_init = 0;
1780 if (!type_init) {
1781 const PyTypeObject tmp
1783 PyObject_HEAD_INIT(NULL)
1784 0, /* ob_size */
1785 (char *)"PySwigPacked", /* tp_name */
1786 sizeof(PySwigPacked), /* tp_basicsize */
1787 0, /* tp_itemsize */
1788 (destructor)PySwigPacked_dealloc, /* tp_dealloc */
1789 (printfunc)PySwigPacked_print, /* tp_print */
1790 (getattrfunc)0, /* tp_getattr */
1791 (setattrfunc)0, /* tp_setattr */
1792 (cmpfunc)PySwigPacked_compare, /* tp_compare */
1793 (reprfunc)PySwigPacked_repr, /* tp_repr */
1794 0, /* tp_as_number */
1795 0, /* tp_as_sequence */
1796 0, /* tp_as_mapping */
1797 (hashfunc)0, /* tp_hash */
1798 (ternaryfunc)0, /* tp_call */
1799 (reprfunc)PySwigPacked_str, /* tp_str */
1800 PyObject_GenericGetAttr, /* tp_getattro */
1801 0, /* tp_setattro */
1802 0, /* tp_as_buffer */
1803 Py_TPFLAGS_DEFAULT, /* tp_flags */
1804 swigpacked_doc, /* tp_doc */
1805 0, /* tp_traverse */
1806 0, /* tp_clear */
1807 0, /* tp_richcompare */
1808 0, /* tp_weaklistoffset */
1809 #if PY_VERSION_HEX >= 0x02020000
1810 0, /* tp_iter */
1811 0, /* tp_iternext */
1812 0, /* tp_methods */
1813 0, /* tp_members */
1814 0, /* tp_getset */
1815 0, /* tp_base */
1816 0, /* tp_dict */
1817 0, /* tp_descr_get */
1818 0, /* tp_descr_set */
1819 0, /* tp_dictoffset */
1820 0, /* tp_init */
1821 0, /* tp_alloc */
1822 0, /* tp_new */
1823 0, /* tp_free */
1824 0, /* tp_is_gc */
1825 0, /* tp_bases */
1826 0, /* tp_mro */
1827 0, /* tp_cache */
1828 0, /* tp_subclasses */
1829 0, /* tp_weaklist */
1830 #endif
1831 #if PY_VERSION_HEX >= 0x02030000
1832 0, /* tp_del */
1833 #endif
1834 #ifdef COUNT_ALLOCS
1835 0,0,0,0 /* tp_alloc -> tp_next */
1836 #endif
1838 pyswigpacked_type = tmp;
1839 pyswigpacked_type.ob_type = &PyType_Type;
1840 type_init = 1;
1842 return &pyswigpacked_type;
1845 SWIGRUNTIME PyObject *
1846 PySwigPacked_New(void *ptr, size_t size, swig_type_info *ty)
1848 PySwigPacked *sobj = PyObject_NEW(PySwigPacked, PySwigPacked_type());
1849 if (sobj) {
1850 void *pack = malloc(size);
1851 if (pack) {
1852 memcpy(pack, ptr, size);
1853 sobj->pack = pack;
1854 sobj->ty = ty;
1855 sobj->size = size;
1856 } else {
1857 PyObject_DEL((PyObject *) sobj);
1858 sobj = 0;
1861 return (PyObject *) sobj;
1864 SWIGRUNTIME swig_type_info *
1865 PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size)
1867 if (PySwigPacked_Check(obj)) {
1868 PySwigPacked *sobj = (PySwigPacked *)obj;
1869 if (sobj->size != size) return 0;
1870 memcpy(ptr, sobj->pack, size);
1871 return sobj->ty;
1872 } else {
1873 return 0;
1877 /* -----------------------------------------------------------------------------
1878 * pointers/data manipulation
1879 * ----------------------------------------------------------------------------- */
1881 SWIGRUNTIMEINLINE PyObject *
1882 _SWIG_This(void)
1884 return PyString_FromString("this");
1887 SWIGRUNTIME PyObject *
1888 SWIG_This(void)
1890 static PyObject *SWIG_STATIC_POINTER(swig_this) = _SWIG_This();
1891 return swig_this;
1894 /* #define SWIG_PYTHON_SLOW_GETSET_THIS */
1896 SWIGRUNTIME PySwigObject *
1897 SWIG_Python_GetSwigThis(PyObject *pyobj)
1899 if (PySwigObject_Check(pyobj)) {
1900 return (PySwigObject *) pyobj;
1901 } else {
1902 PyObject *obj = 0;
1903 #if (!defined(SWIG_PYTHON_SLOW_GETSET_THIS) && (PY_VERSION_HEX >= 0x02030000))
1904 if (PyInstance_Check(pyobj)) {
1905 obj = _PyInstance_Lookup(pyobj, SWIG_This());
1906 } else {
1907 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
1908 if (dictptr != NULL) {
1909 PyObject *dict = *dictptr;
1910 obj = dict ? PyDict_GetItem(dict, SWIG_This()) : 0;
1911 } else {
1912 #ifdef PyWeakref_CheckProxy
1913 if (PyWeakref_CheckProxy(pyobj)) {
1914 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
1915 return wobj ? SWIG_Python_GetSwigThis(wobj) : 0;
1917 #endif
1918 obj = PyObject_GetAttr(pyobj,SWIG_This());
1919 if (obj) {
1920 Py_DECREF(obj);
1921 } else {
1922 if (PyErr_Occurred()) PyErr_Clear();
1923 return 0;
1927 #else
1928 obj = PyObject_GetAttr(pyobj,SWIG_This());
1929 if (obj) {
1930 Py_DECREF(obj);
1931 } else {
1932 if (PyErr_Occurred()) PyErr_Clear();
1933 return 0;
1935 #endif
1936 if (obj && !PySwigObject_Check(obj)) {
1937 /* a PyObject is called 'this', try to get the 'real this'
1938 PySwigObject from it */
1939 return SWIG_Python_GetSwigThis(obj);
1941 return (PySwigObject *)obj;
1945 /* Acquire a pointer value */
1947 SWIGRUNTIME int
1948 SWIG_Python_AcquirePtr(PyObject *obj, int own) {
1949 if (own == SWIG_POINTER_OWN) {
1950 PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1951 if (sobj) {
1952 int oldown = sobj->own;
1953 sobj->own = own;
1954 return oldown;
1957 return 0;
1960 /* Convert a pointer value */
1962 SWIGRUNTIME int
1963 SWIG_Python_ConvertPtrAndOwn(PyObject *obj, void **ptr, swig_type_info *ty, int flags, int *own) {
1964 if (!obj) return SWIG_ERROR;
1965 if (obj == Py_None) {
1966 if (ptr) *ptr = 0;
1967 return SWIG_OK;
1968 } else {
1969 PySwigObject *sobj = SWIG_Python_GetSwigThis(obj);
1970 if (own)
1971 *own = 0;
1972 while (sobj) {
1973 void *vptr = sobj->ptr;
1974 if (ty) {
1975 swig_type_info *to = sobj->ty;
1976 if (to == ty) {
1977 /* no type cast needed */
1978 if (ptr) *ptr = vptr;
1979 break;
1980 } else {
1981 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
1982 if (!tc) {
1983 sobj = (PySwigObject *)sobj->next;
1984 } else {
1985 if (ptr) {
1986 int newmemory = 0;
1987 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
1988 if (newmemory == SWIG_CAST_NEW_MEMORY) {
1989 assert(own);
1990 if (own)
1991 *own = *own | SWIG_CAST_NEW_MEMORY;
1994 break;
1997 } else {
1998 if (ptr) *ptr = vptr;
1999 break;
2002 if (sobj) {
2003 if (own)
2004 *own = *own | sobj->own;
2005 if (flags & SWIG_POINTER_DISOWN) {
2006 sobj->own = 0;
2008 return SWIG_OK;
2009 } else {
2010 int res = SWIG_ERROR;
2011 if (flags & SWIG_POINTER_IMPLICIT_CONV) {
2012 PySwigClientData *data = ty ? (PySwigClientData *) ty->clientdata : 0;
2013 if (data && !data->implicitconv) {
2014 PyObject *klass = data->klass;
2015 if (klass) {
2016 PyObject *impconv;
2017 data->implicitconv = 1; /* avoid recursion and call 'explicit' constructors*/
2018 impconv = SWIG_Python_CallFunctor(klass, obj);
2019 data->implicitconv = 0;
2020 if (PyErr_Occurred()) {
2021 PyErr_Clear();
2022 impconv = 0;
2024 if (impconv) {
2025 PySwigObject *iobj = SWIG_Python_GetSwigThis(impconv);
2026 if (iobj) {
2027 void *vptr;
2028 res = SWIG_Python_ConvertPtrAndOwn((PyObject*)iobj, &vptr, ty, 0, 0);
2029 if (SWIG_IsOK(res)) {
2030 if (ptr) {
2031 *ptr = vptr;
2032 /* transfer the ownership to 'ptr' */
2033 iobj->own = 0;
2034 res = SWIG_AddCast(res);
2035 res = SWIG_AddNewMask(res);
2036 } else {
2037 res = SWIG_AddCast(res);
2041 Py_DECREF(impconv);
2046 return res;
2051 /* Convert a function ptr value */
2053 SWIGRUNTIME int
2054 SWIG_Python_ConvertFunctionPtr(PyObject *obj, void **ptr, swig_type_info *ty) {
2055 if (!PyCFunction_Check(obj)) {
2056 return SWIG_ConvertPtr(obj, ptr, ty, 0);
2057 } else {
2058 void *vptr = 0;
2060 /* here we get the method pointer for callbacks */
2061 const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
2062 const char *desc = doc ? strstr(doc, "swig_ptr: ") : 0;
2063 if (desc) {
2064 desc = ty ? SWIG_UnpackVoidPtr(desc + 10, &vptr, ty->name) : 0;
2065 if (!desc) return SWIG_ERROR;
2067 if (ty) {
2068 swig_cast_info *tc = SWIG_TypeCheck(desc,ty);
2069 if (tc) {
2070 int newmemory = 0;
2071 *ptr = SWIG_TypeCast(tc,vptr,&newmemory);
2072 assert(!newmemory); /* newmemory handling not yet implemented */
2073 } else {
2074 return SWIG_ERROR;
2076 } else {
2077 *ptr = vptr;
2079 return SWIG_OK;
2083 /* Convert a packed value value */
2085 SWIGRUNTIME int
2086 SWIG_Python_ConvertPacked(PyObject *obj, void *ptr, size_t sz, swig_type_info *ty) {
2087 swig_type_info *to = PySwigPacked_UnpackData(obj, ptr, sz);
2088 if (!to) return SWIG_ERROR;
2089 if (ty) {
2090 if (to != ty) {
2091 /* check type cast? */
2092 swig_cast_info *tc = SWIG_TypeCheck(to->name,ty);
2093 if (!tc) return SWIG_ERROR;
2096 return SWIG_OK;
2099 /* -----------------------------------------------------------------------------
2100 * Create a new pointer object
2101 * ----------------------------------------------------------------------------- */
2104 Create a new instance object, whitout calling __init__, and set the
2105 'this' attribute.
2108 SWIGRUNTIME PyObject*
2109 SWIG_Python_NewShadowInstance(PySwigClientData *data, PyObject *swig_this)
2111 #if (PY_VERSION_HEX >= 0x02020000)
2112 PyObject *inst = 0;
2113 PyObject *newraw = data->newraw;
2114 if (newraw) {
2115 inst = PyObject_Call(newraw, data->newargs, NULL);
2116 if (inst) {
2117 #if !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2118 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2119 if (dictptr != NULL) {
2120 PyObject *dict = *dictptr;
2121 if (dict == NULL) {
2122 dict = PyDict_New();
2123 *dictptr = dict;
2124 PyDict_SetItem(dict, SWIG_This(), swig_this);
2127 #else
2128 PyObject *key = SWIG_This();
2129 PyObject_SetAttr(inst, key, swig_this);
2130 #endif
2132 } else {
2133 PyObject *dict = PyDict_New();
2134 PyDict_SetItem(dict, SWIG_This(), swig_this);
2135 inst = PyInstance_NewRaw(data->newargs, dict);
2136 Py_DECREF(dict);
2138 return inst;
2139 #else
2140 #if (PY_VERSION_HEX >= 0x02010000)
2141 PyObject *inst;
2142 PyObject *dict = PyDict_New();
2143 PyDict_SetItem(dict, SWIG_This(), swig_this);
2144 inst = PyInstance_NewRaw(data->newargs, dict);
2145 Py_DECREF(dict);
2146 return (PyObject *) inst;
2147 #else
2148 PyInstanceObject *inst = PyObject_NEW(PyInstanceObject, &PyInstance_Type);
2149 if (inst == NULL) {
2150 return NULL;
2152 inst->in_class = (PyClassObject *)data->newargs;
2153 Py_INCREF(inst->in_class);
2154 inst->in_dict = PyDict_New();
2155 if (inst->in_dict == NULL) {
2156 Py_DECREF(inst);
2157 return NULL;
2159 #ifdef Py_TPFLAGS_HAVE_WEAKREFS
2160 inst->in_weakreflist = NULL;
2161 #endif
2162 #ifdef Py_TPFLAGS_GC
2163 PyObject_GC_Init(inst);
2164 #endif
2165 PyDict_SetItem(inst->in_dict, SWIG_This(), swig_this);
2166 return (PyObject *) inst;
2167 #endif
2168 #endif
2171 SWIGRUNTIME void
2172 SWIG_Python_SetSwigThis(PyObject *inst, PyObject *swig_this)
2174 PyObject *dict;
2175 #if (PY_VERSION_HEX >= 0x02020000) && !defined(SWIG_PYTHON_SLOW_GETSET_THIS)
2176 PyObject **dictptr = _PyObject_GetDictPtr(inst);
2177 if (dictptr != NULL) {
2178 dict = *dictptr;
2179 if (dict == NULL) {
2180 dict = PyDict_New();
2181 *dictptr = dict;
2183 PyDict_SetItem(dict, SWIG_This(), swig_this);
2184 return;
2186 #endif
2187 dict = PyObject_GetAttrString(inst, (char*)"__dict__");
2188 PyDict_SetItem(dict, SWIG_This(), swig_this);
2189 Py_DECREF(dict);
2193 SWIGINTERN PyObject *
2194 SWIG_Python_InitShadowInstance(PyObject *args) {
2195 PyObject *obj[2];
2196 if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) {
2197 return NULL;
2198 } else {
2199 PySwigObject *sthis = SWIG_Python_GetSwigThis(obj[0]);
2200 if (sthis) {
2201 PySwigObject_append((PyObject*) sthis, obj[1]);
2202 } else {
2203 SWIG_Python_SetSwigThis(obj[0], obj[1]);
2205 return SWIG_Py_Void();
2209 /* Create a new pointer object */
2211 SWIGRUNTIME PyObject *
2212 SWIG_Python_NewPointerObj(void *ptr, swig_type_info *type, int flags) {
2213 if (!ptr) {
2214 return SWIG_Py_Void();
2215 } else {
2216 int own = (flags & SWIG_POINTER_OWN) ? SWIG_POINTER_OWN : 0;
2217 PyObject *robj = PySwigObject_New(ptr, type, own);
2218 PySwigClientData *clientdata = type ? (PySwigClientData *)(type->clientdata) : 0;
2219 if (clientdata && !(flags & SWIG_POINTER_NOSHADOW)) {
2220 PyObject *inst = SWIG_Python_NewShadowInstance(clientdata, robj);
2221 if (inst) {
2222 Py_DECREF(robj);
2223 robj = inst;
2226 return robj;
2230 /* Create a new packed object */
2232 SWIGRUNTIMEINLINE PyObject *
2233 SWIG_Python_NewPackedObj(void *ptr, size_t sz, swig_type_info *type) {
2234 return ptr ? PySwigPacked_New((void *) ptr, sz, type) : SWIG_Py_Void();
2237 /* -----------------------------------------------------------------------------*
2238 * Get type list
2239 * -----------------------------------------------------------------------------*/
2241 #ifdef SWIG_LINK_RUNTIME
2242 void *SWIG_ReturnGlobalTypeList(void *);
2243 #endif
2245 SWIGRUNTIME swig_module_info *
2246 SWIG_Python_GetModule(void) {
2247 static void *type_pointer = (void *)0;
2248 /* first check if module already created */
2249 if (!type_pointer) {
2250 #ifdef SWIG_LINK_RUNTIME
2251 type_pointer = SWIG_ReturnGlobalTypeList((void *)0);
2252 #else
2253 type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2254 (char*)"type_pointer" SWIG_TYPE_TABLE_NAME);
2255 if (PyErr_Occurred()) {
2256 PyErr_Clear();
2257 type_pointer = (void *)0;
2259 #endif
2261 return (swig_module_info *) type_pointer;
2264 #if PY_MAJOR_VERSION < 2
2265 /* PyModule_AddObject function was introduced in Python 2.0. The following function
2266 is copied out of Python/modsupport.c in python version 2.3.4 */
2267 SWIGINTERN int
2268 PyModule_AddObject(PyObject *m, char *name, PyObject *o)
2270 PyObject *dict;
2271 if (!PyModule_Check(m)) {
2272 PyErr_SetString(PyExc_TypeError,
2273 "PyModule_AddObject() needs module as first arg");
2274 return SWIG_ERROR;
2276 if (!o) {
2277 PyErr_SetString(PyExc_TypeError,
2278 "PyModule_AddObject() needs non-NULL value");
2279 return SWIG_ERROR;
2282 dict = PyModule_GetDict(m);
2283 if (dict == NULL) {
2284 /* Internal error -- modules must have a dict! */
2285 PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__",
2286 PyModule_GetName(m));
2287 return SWIG_ERROR;
2289 if (PyDict_SetItemString(dict, name, o))
2290 return SWIG_ERROR;
2291 Py_DECREF(o);
2292 return SWIG_OK;
2294 #endif
2296 SWIGRUNTIME void
2297 SWIG_Python_DestroyModule(void *vptr)
2299 swig_module_info *swig_module = (swig_module_info *) vptr;
2300 swig_type_info **types = swig_module->types;
2301 size_t i;
2302 for (i =0; i < swig_module->size; ++i) {
2303 swig_type_info *ty = types[i];
2304 if (ty->owndata) {
2305 PySwigClientData *data = (PySwigClientData *) ty->clientdata;
2306 if (data) PySwigClientData_Del(data);
2309 Py_DECREF(SWIG_This());
2312 SWIGRUNTIME void
2313 SWIG_Python_SetModule(swig_module_info *swig_module) {
2314 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */
2316 PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION,
2317 swig_empty_runtime_method_table);
2318 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, SWIG_Python_DestroyModule);
2319 if (pointer && module) {
2320 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer);
2321 } else {
2322 Py_XDECREF(pointer);
2326 /* The python cached type query */
2327 SWIGRUNTIME PyObject *
2328 SWIG_Python_TypeCache(void) {
2329 static PyObject *SWIG_STATIC_POINTER(cache) = PyDict_New();
2330 return cache;
2333 SWIGRUNTIME swig_type_info *
2334 SWIG_Python_TypeQuery(const char *type)
2336 PyObject *cache = SWIG_Python_TypeCache();
2337 PyObject *key = PyString_FromString(type);
2338 PyObject *obj = PyDict_GetItem(cache, key);
2339 swig_type_info *descriptor;
2340 if (obj) {
2341 descriptor = (swig_type_info *) PyCObject_AsVoidPtr(obj);
2342 } else {
2343 swig_module_info *swig_module = SWIG_Python_GetModule();
2344 descriptor = SWIG_TypeQueryModule(swig_module, swig_module, type);
2345 if (descriptor) {
2346 obj = PyCObject_FromVoidPtr(descriptor, NULL);
2347 PyDict_SetItem(cache, key, obj);
2348 Py_DECREF(obj);
2351 Py_DECREF(key);
2352 return descriptor;
2356 For backward compatibility only
2358 #define SWIG_POINTER_EXCEPTION 0
2359 #define SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg)
2360 #define SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags)
2362 SWIGRUNTIME int
2363 SWIG_Python_AddErrMesg(const char* mesg, int infront)
2365 if (PyErr_Occurred()) {
2366 PyObject *type = 0;
2367 PyObject *value = 0;
2368 PyObject *traceback = 0;
2369 PyErr_Fetch(&type, &value, &traceback);
2370 if (value) {
2371 PyObject *old_str = PyObject_Str(value);
2372 Py_XINCREF(type);
2373 PyErr_Clear();
2374 if (infront) {
2375 PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
2376 } else {
2377 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
2379 Py_DECREF(old_str);
2381 return 1;
2382 } else {
2383 return 0;
2387 SWIGRUNTIME int
2388 SWIG_Python_ArgFail(int argnum)
2390 if (PyErr_Occurred()) {
2391 /* add information about failing argument */
2392 char mesg[256];
2393 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum);
2394 return SWIG_Python_AddErrMesg(mesg, 1);
2395 } else {
2396 return 0;
2400 SWIGRUNTIMEINLINE const char *
2401 PySwigObject_GetDesc(PyObject *self)
2403 PySwigObject *v = (PySwigObject *)self;
2404 swig_type_info *ty = v ? v->ty : 0;
2405 return ty ? ty->str : (char*)"";
2408 SWIGRUNTIME void
2409 SWIG_Python_TypeError(const char *type, PyObject *obj)
2411 if (type) {
2412 #if defined(SWIG_COBJECT_TYPES)
2413 if (obj && PySwigObject_Check(obj)) {
2414 const char *otype = (const char *) PySwigObject_GetDesc(obj);
2415 if (otype) {
2416 PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'PySwigObject(%s)' is received",
2417 type, otype);
2418 return;
2420 } else
2421 #endif
2423 const char *otype = (obj ? obj->ob_type->tp_name : 0);
2424 if (otype) {
2425 PyObject *str = PyObject_Str(obj);
2426 const char *cstr = str ? PyString_AsString(str) : 0;
2427 if (cstr) {
2428 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received",
2429 type, otype, cstr);
2430 } else {
2431 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received",
2432 type, otype);
2434 Py_XDECREF(str);
2435 return;
2438 PyErr_Format(PyExc_TypeError, "a '%s' is expected", type);
2439 } else {
2440 PyErr_Format(PyExc_TypeError, "unexpected type is received");
2445 /* Convert a pointer value, signal an exception on a type mismatch */
2446 SWIGRUNTIME void *
2447 SWIG_Python_MustGetPtr(PyObject *obj, swig_type_info *ty, int argnum, int flags) {
2448 void *result;
2449 if (SWIG_Python_ConvertPtr(obj, &result, ty, flags) == -1) {
2450 PyErr_Clear();
2451 if (flags & SWIG_POINTER_EXCEPTION) {
2452 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj);
2453 SWIG_Python_ArgFail(argnum);
2456 return result;
2460 #ifdef __cplusplus
2461 #if 0
2462 { /* cc-mode */
2463 #endif
2465 #endif
2469 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
2471 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
2475 void push_object(PyObject **stack, PyObject *o)
2477 if ((!*stack) || (*stack == Py_None)) {
2478 *stack = o;
2479 } else {
2480 PyObject *o2, *o3;
2481 if (!PyTuple_Check(*stack)) {
2482 o2 = *stack;
2483 *stack = PyTuple_New(1);
2484 PyTuple_SetItem(*stack,0,o2);
2486 o3 = PyTuple_New(1);
2487 PyTuple_SetItem(o3,0,o);
2488 o2 = *stack;
2489 *stack = PySequence_Concat(o2,o3);
2490 Py_DECREF(o2);
2491 Py_DECREF(o3);
2496 /* -------- TYPES TABLE (BEGIN) -------- */
2498 #define SWIGTYPE_p_BSTR swig_types[0]
2499 #define SWIGTYPE_p_IEnumWbemClassObject swig_types[1]
2500 #define SWIGTYPE_p_IUnknown swig_types[2]
2501 #define SWIGTYPE_p_IWbemContext swig_types[3]
2502 #define SWIGTYPE_p_IWbemServices swig_types[4]
2503 #define SWIGTYPE_p_TALLOC_CTX swig_types[5]
2504 #define SWIGTYPE_p_char swig_types[6]
2505 #define SWIGTYPE_p_com_context swig_types[7]
2506 #define SWIGTYPE_p_int swig_types[8]
2507 #define SWIGTYPE_p_long_long swig_types[9]
2508 #define SWIGTYPE_p_p_IEnumWbemClassObject swig_types[10]
2509 #define SWIGTYPE_p_p_IWbemServices swig_types[11]
2510 #define SWIGTYPE_p_p_WbemClassObject swig_types[12]
2511 #define SWIGTYPE_p_short swig_types[13]
2512 #define SWIGTYPE_p_signed_char swig_types[14]
2513 #define SWIGTYPE_p_unsigned_char swig_types[15]
2514 #define SWIGTYPE_p_unsigned_int swig_types[16]
2515 #define SWIGTYPE_p_unsigned_long_long swig_types[17]
2516 #define SWIGTYPE_p_unsigned_short swig_types[18]
2517 static swig_type_info *swig_types[20];
2518 static swig_module_info swig_module = {swig_types, 19, 0, 0, 0, 0};
2519 #define SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name)
2520 #define SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name)
2522 /* -------- TYPES TABLE (END) -------- */
2524 #if (PY_VERSION_HEX <= 0x02000000)
2525 # if !defined(SWIG_PYTHON_CLASSIC)
2526 # error "This python version requires swig to be run with the '-classic' option"
2527 # endif
2528 #endif
2529 #if (PY_VERSION_HEX <= 0x02020000)
2530 # error "This python version requires swig to be run with the '-nomodern' option"
2531 #endif
2532 #if (PY_VERSION_HEX <= 0x02020000)
2533 # error "This python version requires swig to be run with the '-nomodernargs' option"
2534 #endif
2535 #ifndef METH_O
2536 # error "This python version requires swig to be run with the '-nofastunpack' option"
2537 #endif
2538 #ifdef SWIG_TypeQuery
2539 # undef SWIG_TypeQuery
2540 #endif
2541 #define SWIG_TypeQuery SWIG_Python_TypeQuery
2543 /*-----------------------------------------------
2544 @(target):= _wmi.so
2545 ------------------------------------------------*/
2546 #define SWIG_init init_wmi
2548 #define SWIG_name "_wmi"
2550 #define SWIGVERSION 0x010336
2551 #define SWIG_VERSION SWIGVERSION
2554 #define SWIG_as_voidptr(a) (void *)((const void *)(a))
2555 #define SWIG_as_voidptrptr(a) ((void)SWIG_as_voidptr(*a),(void**)(a))
2558 #include "libcli/util/pyerrors.h"
2561 #include "includes.h"
2562 #include "librpc/gen_ndr/misc.h"
2563 #include "librpc/rpc/dcerpc.h"
2564 #include "lib/com/dcom/dcom.h"
2565 #include "librpc/gen_ndr/com_dcom.h"
2566 #include "lib/wmi/wmi.h"
2569 WERROR WBEM_ConnectServer(struct com_context *ctx, const char *server, const char *nspace, const char *user, const char *password,
2570 const char *locale, uint32_t flags, const char *authority, struct IWbemContext* wbem_ctx, struct IWbemServices** services);
2571 WERROR IEnumWbemClassObject_SmartNext(struct IEnumWbemClassObject *d, TALLOC_CTX *mem_ctx, int32_t lTimeout,uint32_t uCount,
2572 struct WbemClassObject **apObjects, uint32_t *puReturned);
2574 static PyObject *PyObject_FromCVAR(uint32_t cimtype, union CIMVAR *cvar);
2575 static PyObject *PySWbemObject_FromWbemClassObject(struct WbemClassObject *wco);
2577 static struct com_context *com_ctx;
2578 static PyObject *ComError;
2579 static PyObject *mod_win32_client;
2580 static PyObject *mod_pywintypes;
2582 typedef struct IUnknown IUnknown;
2583 typedef struct IWbemServices IWbemServices;
2584 typedef struct IWbemClassObject IWbemClassObject;
2585 typedef struct IEnumWbemClassObject IEnumWbemClassObject;
2588 SWIGINTERN swig_type_info*
2589 SWIG_pchar_descriptor(void)
2591 static int init = 0;
2592 static swig_type_info* info = 0;
2593 if (!init) {
2594 info = SWIG_TypeQuery("_p_char");
2595 init = 1;
2597 return info;
2601 SWIGINTERN int
2602 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
2604 if (PyString_Check(obj)) {
2605 char *cstr; Py_ssize_t len;
2606 PyString_AsStringAndSize(obj, &cstr, &len);
2607 if (cptr) {
2608 if (alloc) {
2610 In python the user should not be able to modify the inner
2611 string representation. To warranty that, if you define
2612 SWIG_PYTHON_SAFE_CSTRINGS, a new/copy of the python string
2613 buffer is always returned.
2615 The default behavior is just to return the pointer value,
2616 so, be careful.
2618 #if defined(SWIG_PYTHON_SAFE_CSTRINGS)
2619 if (*alloc != SWIG_OLDOBJ)
2620 #else
2621 if (*alloc == SWIG_NEWOBJ)
2622 #endif
2624 *cptr = (char *)memcpy((char *)malloc((len + 1)*sizeof(char)), cstr, sizeof(char)*(len + 1));
2625 *alloc = SWIG_NEWOBJ;
2627 else {
2628 *cptr = cstr;
2629 *alloc = SWIG_OLDOBJ;
2631 } else {
2632 *cptr = PyString_AsString(obj);
2635 if (psize) *psize = len + 1;
2636 return SWIG_OK;
2637 } else {
2638 swig_type_info* pchar_descriptor = SWIG_pchar_descriptor();
2639 if (pchar_descriptor) {
2640 void* vptr = 0;
2641 if (SWIG_ConvertPtr(obj, &vptr, pchar_descriptor, 0) == SWIG_OK) {
2642 if (cptr) *cptr = (char *) vptr;
2643 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
2644 if (alloc) *alloc = SWIG_OLDOBJ;
2645 return SWIG_OK;
2649 return SWIG_TypeError;
2656 #include <limits.h>
2657 #if !defined(SWIG_NO_LLONG_MAX)
2658 # if !defined(LLONG_MAX) && defined(__GNUC__) && defined (__LONG_LONG_MAX__)
2659 # define LLONG_MAX __LONG_LONG_MAX__
2660 # define LLONG_MIN (-LLONG_MAX - 1LL)
2661 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
2662 # endif
2663 #endif
2666 SWIGINTERN int
2667 SWIG_AsVal_double (PyObject *obj, double *val)
2669 int res = SWIG_TypeError;
2670 if (PyFloat_Check(obj)) {
2671 if (val) *val = PyFloat_AsDouble(obj);
2672 return SWIG_OK;
2673 } else if (PyInt_Check(obj)) {
2674 if (val) *val = PyInt_AsLong(obj);
2675 return SWIG_OK;
2676 } else if (PyLong_Check(obj)) {
2677 double v = PyLong_AsDouble(obj);
2678 if (!PyErr_Occurred()) {
2679 if (val) *val = v;
2680 return SWIG_OK;
2681 } else {
2682 PyErr_Clear();
2685 #ifdef SWIG_PYTHON_CAST_MODE
2687 int dispatch = 0;
2688 double d = PyFloat_AsDouble(obj);
2689 if (!PyErr_Occurred()) {
2690 if (val) *val = d;
2691 return SWIG_AddCast(SWIG_OK);
2692 } else {
2693 PyErr_Clear();
2695 if (!dispatch) {
2696 long v = PyLong_AsLong(obj);
2697 if (!PyErr_Occurred()) {
2698 if (val) *val = v;
2699 return SWIG_AddCast(SWIG_AddCast(SWIG_OK));
2700 } else {
2701 PyErr_Clear();
2705 #endif
2706 return res;
2710 #include <float.h>
2713 #include <math.h>
2716 SWIGINTERNINLINE int
2717 SWIG_CanCastAsInteger(double *d, double min, double max) {
2718 double x = *d;
2719 if ((min <= x && x <= max)) {
2720 double fx = floor(x);
2721 double cx = ceil(x);
2722 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */
2723 if ((errno == EDOM) || (errno == ERANGE)) {
2724 errno = 0;
2725 } else {
2726 double summ, reps, diff;
2727 if (rd < x) {
2728 diff = x - rd;
2729 } else if (rd > x) {
2730 diff = rd - x;
2731 } else {
2732 return 1;
2734 summ = rd + x;
2735 reps = diff/summ;
2736 if (reps < 8*DBL_EPSILON) {
2737 *d = rd;
2738 return 1;
2742 return 0;
2746 SWIGINTERN int
2747 SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val)
2749 if (PyInt_Check(obj)) {
2750 long v = PyInt_AsLong(obj);
2751 if (v >= 0) {
2752 if (val) *val = v;
2753 return SWIG_OK;
2754 } else {
2755 return SWIG_OverflowError;
2757 } else if (PyLong_Check(obj)) {
2758 unsigned long v = PyLong_AsUnsignedLong(obj);
2759 if (!PyErr_Occurred()) {
2760 if (val) *val = v;
2761 return SWIG_OK;
2762 } else {
2763 PyErr_Clear();
2766 #ifdef SWIG_PYTHON_CAST_MODE
2768 int dispatch = 0;
2769 unsigned long v = PyLong_AsUnsignedLong(obj);
2770 if (!PyErr_Occurred()) {
2771 if (val) *val = v;
2772 return SWIG_AddCast(SWIG_OK);
2773 } else {
2774 PyErr_Clear();
2776 if (!dispatch) {
2777 double d;
2778 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2779 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, 0, ULONG_MAX)) {
2780 if (val) *val = (unsigned long)(d);
2781 return res;
2785 #endif
2786 return SWIG_TypeError;
2790 SWIGINTERN int
2791 SWIG_AsVal_unsigned_SS_int (PyObject * obj, unsigned int *val)
2793 unsigned long v;
2794 int res = SWIG_AsVal_unsigned_SS_long (obj, &v);
2795 if (SWIG_IsOK(res)) {
2796 if ((v > UINT_MAX)) {
2797 return SWIG_OverflowError;
2798 } else {
2799 if (val) *val = (unsigned int)(v);
2802 return res;
2806 #define SWIG_From_long PyInt_FromLong
2809 SWIGINTERNINLINE PyObject*
2810 SWIG_From_unsigned_SS_long (unsigned long value)
2812 return (value > LONG_MAX) ?
2813 PyLong_FromUnsignedLong(value) : PyInt_FromLong((long)(value));
2817 SWIGINTERNINLINE PyObject *
2818 SWIG_From_unsigned_SS_int (unsigned int value)
2820 return SWIG_From_unsigned_SS_long (value);
2824 SWIGINTERN int
2825 SWIG_AsVal_long (PyObject *obj, long* val)
2827 if (PyInt_Check(obj)) {
2828 if (val) *val = PyInt_AsLong(obj);
2829 return SWIG_OK;
2830 } else if (PyLong_Check(obj)) {
2831 long v = PyLong_AsLong(obj);
2832 if (!PyErr_Occurred()) {
2833 if (val) *val = v;
2834 return SWIG_OK;
2835 } else {
2836 PyErr_Clear();
2839 #ifdef SWIG_PYTHON_CAST_MODE
2841 int dispatch = 0;
2842 long v = PyInt_AsLong(obj);
2843 if (!PyErr_Occurred()) {
2844 if (val) *val = v;
2845 return SWIG_AddCast(SWIG_OK);
2846 } else {
2847 PyErr_Clear();
2849 if (!dispatch) {
2850 double d;
2851 int res = SWIG_AddCast(SWIG_AsVal_double (obj,&d));
2852 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
2853 if (val) *val = (long)(d);
2854 return res;
2858 #endif
2859 return SWIG_TypeError;
2863 SWIGINTERN int
2864 SWIG_AsVal_int (PyObject * obj, int *val)
2866 long v;
2867 int res = SWIG_AsVal_long (obj, &v);
2868 if (SWIG_IsOK(res)) {
2869 if ((v < INT_MIN || v > INT_MAX)) {
2870 return SWIG_OverflowError;
2871 } else {
2872 if (val) *val = (int)(v);
2875 return res;
2878 #ifdef __cplusplus
2879 extern "C" {
2880 #endif
2883 #define RETURN_CVAR_ARRAY(fmt, arr) {\
2884 PyObject *l, *o;\
2885 uint32_t i;\
2887 if (!arr) {\
2888 Py_INCREF(Py_None);\
2889 return Py_None;\
2891 l = PyList_New(arr->count);\
2892 if (!l) return NULL;\
2893 for (i = 0; i < arr->count; ++i) {\
2894 o = _Py_BuildValue(fmt, arr->item[i]);\
2895 if (!o) {\
2896 Py_DECREF(l);\
2897 return NULL;\
2899 PyList_SET_ITEM(l, i, o);\
2901 return l;\
2904 static PyObject *_Py_BuildValue(char *str, ...)
2906 PyObject * result = NULL;
2907 va_list lst;
2908 va_start(lst, str);
2909 if (str && *str == 'I') {
2910 uint32_t value = va_arg(lst, uint32_t);
2911 if (value & 0x80000000) {
2912 result = Py_BuildValue("L", (long)value);
2913 } else {
2914 result = Py_BuildValue("i", value);
2916 } else {
2917 result = Py_VaBuildValue(str, lst);
2919 va_end(lst);
2920 return result;
2924 static PyObject *PyObject_FromCVAR(uint32_t cimtype, union CIMVAR *cvar)
2926 switch (cimtype) {
2927 case CIM_SINT8: return Py_BuildValue("b", cvar->v_sint8);
2928 case CIM_UINT8: return Py_BuildValue("B", cvar->v_uint8);
2929 case CIM_SINT16: return Py_BuildValue("h", cvar->v_sint16);
2930 case CIM_UINT16: return Py_BuildValue("H", cvar->v_uint16);
2931 case CIM_SINT32: return Py_BuildValue("i", cvar->v_sint32);
2932 case CIM_UINT32: return _Py_BuildValue("I", cvar->v_uint32);
2933 case CIM_SINT64: return Py_BuildValue("L", cvar->v_sint64);
2934 case CIM_UINT64: return Py_BuildValue("K", cvar->v_uint64);
2935 case CIM_REAL32: return Py_BuildValue("f", cvar->v_real32);
2936 case CIM_REAL64: return Py_BuildValue("d", cvar->v_real64);
2937 case CIM_BOOLEAN: return Py_BuildValue("h", cvar->v_boolean);
2938 case CIM_STRING: return Py_BuildValue("s", cvar->v_string);
2939 case CIM_DATETIME: return Py_BuildValue("s", cvar->v_datetime);
2940 case CIM_REFERENCE: return Py_BuildValue("s", cvar->v_reference);
2941 case CIM_OBJECT: return PySWbemObject_FromWbemClassObject(cvar->v_object);
2942 case CIM_ARR_SINT8: RETURN_CVAR_ARRAY("b", cvar->a_sint8);
2943 case CIM_ARR_UINT8: RETURN_CVAR_ARRAY("B", cvar->a_uint8);
2944 case CIM_ARR_SINT16: RETURN_CVAR_ARRAY("h", cvar->a_sint16);
2945 case CIM_ARR_UINT16: RETURN_CVAR_ARRAY("H", cvar->a_uint16);
2946 case CIM_ARR_SINT32: RETURN_CVAR_ARRAY("i", cvar->a_sint32);
2947 case CIM_ARR_UINT32: RETURN_CVAR_ARRAY("I", cvar->a_uint32);
2948 case CIM_ARR_SINT64: RETURN_CVAR_ARRAY("L", cvar->a_sint64);
2949 case CIM_ARR_UINT64: RETURN_CVAR_ARRAY("K", cvar->a_uint64);
2950 case CIM_ARR_REAL32: RETURN_CVAR_ARRAY("f", cvar->a_real32);
2951 case CIM_ARR_REAL64: RETURN_CVAR_ARRAY("d", cvar->a_real64);
2952 case CIM_ARR_BOOLEAN: RETURN_CVAR_ARRAY("h", cvar->a_boolean);
2953 case CIM_ARR_STRING: RETURN_CVAR_ARRAY("s", cvar->a_string);
2954 case CIM_ARR_DATETIME: RETURN_CVAR_ARRAY("s", cvar->a_datetime);
2955 case CIM_ARR_REFERENCE: RETURN_CVAR_ARRAY("s", cvar->a_reference);
2956 default:
2958 char *str;
2959 str = talloc_asprintf(NULL, "Unsupported CIMTYPE(0x%04X)", cimtype);
2960 PyErr_SetString(PyExc_RuntimeError, str);
2961 talloc_free(str);
2962 return NULL;
2967 #undef RETURN_CVAR_ARRAY
2969 PyObject *PySWbemObject_InitProperites(PyObject *o, struct WbemClassObject *wco)
2971 PyObject *properties;
2972 PyObject *addProp;
2973 uint32_t i;
2974 int32_t r;
2975 PyObject *result;
2977 result = NULL;
2978 properties = PyObject_GetAttrString(o, "Properties_");
2979 if (!properties) return NULL;
2980 addProp = PyObject_GetAttrString(properties, "Add");
2981 if (!addProp) {
2982 Py_DECREF(properties);
2983 return NULL;
2986 for (i = 0; i < wco->obj_class->__PROPERTY_COUNT; ++i) {
2987 PyObject *args, *property;
2989 args = Py_BuildValue("(si)", wco->obj_class->properties[i].property.name, wco->obj_class->properties[i].property.desc->cimtype & CIM_TYPEMASK);
2990 if (!args) goto finish;
2991 property = PyObject_CallObject(addProp, args);
2992 Py_DECREF(args);
2993 if (!property) goto finish;
2994 if (wco->flags & WCF_INSTANCE) {
2995 PyObject *value;
2997 if (wco->instance->default_flags[i] & 1) {
2998 value = Py_None;
2999 Py_INCREF(Py_None);
3000 } else
3001 value = PyObject_FromCVAR(wco->obj_class->properties[i].property.desc->cimtype & CIM_TYPEMASK, &wco->instance->data[i]);
3002 if (!value) {
3003 Py_DECREF(property);
3004 goto finish;
3006 r = PyObject_SetAttrString(property, "Value", value);
3007 Py_DECREF(value);
3008 if (r == -1) {
3009 PyErr_SetString(PyExc_RuntimeError, "Error setting value of property");
3010 goto finish;
3013 Py_DECREF(property);
3016 Py_INCREF(Py_None);
3017 result = Py_None;
3018 finish:
3019 Py_DECREF(addProp);
3020 Py_DECREF(properties);
3021 return result;
3024 static PyObject *PySWbemObject_FromWbemClassObject(struct WbemClassObject *wco)
3026 PyObject *swo_class, *swo, *args, *result;
3028 swo_class = PyObject_GetAttrString(mod_win32_client, "SWbemObject");
3029 if (!swo_class) return NULL;
3030 args = PyTuple_New(0);
3031 if (!args) {
3032 Py_DECREF(swo_class);
3033 return NULL;
3035 swo = PyObject_CallObject(swo_class, args);
3036 Py_DECREF(args);
3037 Py_DECREF(swo_class);
3038 if (!swo) return NULL;
3040 result = PySWbemObject_InitProperites(swo, wco);
3041 if (!result) {
3042 Py_DECREF(swo);
3043 return NULL;
3045 Py_DECREF(result);
3047 return swo;
3051 SWIGINTERN PyObject *_wrap_WBEM_ConnectServer(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3052 PyObject *resultobj = 0;
3053 struct com_context *arg1 = (struct com_context *) 0 ;
3054 char *arg2 = (char *) 0 ;
3055 char *arg3 = (char *) 0 ;
3056 char *arg4 = (char *) 0 ;
3057 char *arg5 = (char *) 0 ;
3058 char *arg6 = (char *) 0 ;
3059 uint32_t arg7 ;
3060 char *arg8 = (char *) 0 ;
3061 struct IWbemContext *arg9 = (struct IWbemContext *) 0 ;
3062 struct IWbemServices **arg10 = (struct IWbemServices **) 0 ;
3063 int res2 ;
3064 char *buf2 = 0 ;
3065 int alloc2 = 0 ;
3066 int res3 ;
3067 char *buf3 = 0 ;
3068 int alloc3 = 0 ;
3069 int res4 ;
3070 char *buf4 = 0 ;
3071 int alloc4 = 0 ;
3072 int res5 ;
3073 char *buf5 = 0 ;
3074 int alloc5 = 0 ;
3075 int res6 ;
3076 char *buf6 = 0 ;
3077 int alloc6 = 0 ;
3078 unsigned int val7 ;
3079 int ecode7 = 0 ;
3080 int res8 ;
3081 char *buf8 = 0 ;
3082 int alloc8 = 0 ;
3083 void *argp9 = 0 ;
3084 int res9 = 0 ;
3085 struct IWbemServices *temp10 ;
3086 PyObject * obj0 = 0 ;
3087 PyObject * obj1 = 0 ;
3088 PyObject * obj2 = 0 ;
3089 PyObject * obj3 = 0 ;
3090 PyObject * obj4 = 0 ;
3091 PyObject * obj5 = 0 ;
3092 PyObject * obj6 = 0 ;
3093 PyObject * obj7 = 0 ;
3094 char * kwnames[] = {
3095 (char *) "server",(char *) "nspace",(char *) "user",(char *) "password",(char *) "locale",(char *) "flags",(char *) "authority",(char *) "wbem_ctx", NULL
3097 WERROR result;
3100 arg1 = com_ctx;
3103 arg10 = &temp10;
3105 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOOOOO:WBEM_ConnectServer",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) SWIG_fail;
3106 res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
3107 if (!SWIG_IsOK(res2)) {
3108 SWIG_exception_fail(SWIG_ArgError(res2), "in method '" "WBEM_ConnectServer" "', argument " "2"" of type '" "char const *""'");
3110 arg2 = (char *)(buf2);
3111 res3 = SWIG_AsCharPtrAndSize(obj1, &buf3, NULL, &alloc3);
3112 if (!SWIG_IsOK(res3)) {
3113 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "WBEM_ConnectServer" "', argument " "3"" of type '" "char const *""'");
3115 arg3 = (char *)(buf3);
3116 res4 = SWIG_AsCharPtrAndSize(obj2, &buf4, NULL, &alloc4);
3117 if (!SWIG_IsOK(res4)) {
3118 SWIG_exception_fail(SWIG_ArgError(res4), "in method '" "WBEM_ConnectServer" "', argument " "4"" of type '" "char const *""'");
3120 arg4 = (char *)(buf4);
3121 res5 = SWIG_AsCharPtrAndSize(obj3, &buf5, NULL, &alloc5);
3122 if (!SWIG_IsOK(res5)) {
3123 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "WBEM_ConnectServer" "', argument " "5"" of type '" "char const *""'");
3125 arg5 = (char *)(buf5);
3126 res6 = SWIG_AsCharPtrAndSize(obj4, &buf6, NULL, &alloc6);
3127 if (!SWIG_IsOK(res6)) {
3128 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "WBEM_ConnectServer" "', argument " "6"" of type '" "char const *""'");
3130 arg6 = (char *)(buf6);
3131 ecode7 = SWIG_AsVal_unsigned_SS_int(obj5, &val7);
3132 if (!SWIG_IsOK(ecode7)) {
3133 SWIG_exception_fail(SWIG_ArgError(ecode7), "in method '" "WBEM_ConnectServer" "', argument " "7"" of type '" "uint32_t""'");
3135 arg7 = (uint32_t)(val7);
3136 res8 = SWIG_AsCharPtrAndSize(obj6, &buf8, NULL, &alloc8);
3137 if (!SWIG_IsOK(res8)) {
3138 SWIG_exception_fail(SWIG_ArgError(res8), "in method '" "WBEM_ConnectServer" "', argument " "8"" of type '" "char const *""'");
3140 arg8 = (char *)(buf8);
3141 res9 = SWIG_ConvertPtr(obj7, &argp9,SWIGTYPE_p_IWbemContext, 0 | 0 );
3142 if (!SWIG_IsOK(res9)) {
3143 SWIG_exception_fail(SWIG_ArgError(res9), "in method '" "WBEM_ConnectServer" "', argument " "9"" of type '" "struct IWbemContext *""'");
3145 arg9 = (struct IWbemContext *)(argp9);
3146 result = WBEM_ConnectServer(arg1,(char const *)arg2,(char const *)arg3,(char const *)arg4,(char const *)arg5,(char const *)arg6,arg7,(char const *)arg8,arg9,arg10);
3147 if (!W_ERROR_IS_OK(result)) {
3148 PyErr_SetWERROR(result);
3149 SWIG_fail;
3150 } else if (resultobj == NULL) {
3151 resultobj = Py_None;
3154 PyObject *o;
3155 o = SWIG_NewPointerObj(*arg10, SWIGTYPE_p_IWbemServices, 0);
3156 push_object(&resultobj, o);
3158 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3159 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3160 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3161 if (alloc5 == SWIG_NEWOBJ) free((char*)buf5);
3162 if (alloc6 == SWIG_NEWOBJ) free((char*)buf6);
3163 if (alloc8 == SWIG_NEWOBJ) free((char*)buf8);
3164 return resultobj;
3165 fail:
3166 if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
3167 if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
3168 if (alloc4 == SWIG_NEWOBJ) free((char*)buf4);
3169 if (alloc5 == SWIG_NEWOBJ) free((char*)buf5);
3170 if (alloc6 == SWIG_NEWOBJ) free((char*)buf6);
3171 if (alloc8 == SWIG_NEWOBJ) free((char*)buf8);
3172 return NULL;
3176 SWIGINTERN PyObject *_wrap_IUnknown_Release(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3177 PyObject *resultobj = 0;
3178 IUnknown *arg1 = (IUnknown *) 0 ;
3179 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3180 void *argp1 = 0 ;
3181 int res1 = 0 ;
3182 PyObject *swig_obj[1] ;
3183 uint32_t result;
3185 arg2 = NULL;
3186 if (!args) SWIG_fail;
3187 swig_obj[0] = args;
3188 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_IUnknown, 0 | 0 );
3189 if (!SWIG_IsOK(res1)) {
3190 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IUnknown_Release" "', argument " "1"" of type '" "IUnknown *""'");
3192 arg1 = (IUnknown *)(argp1);
3193 result = (uint32_t)IUnknown_Release(arg1,arg2);
3194 resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result));
3195 return resultobj;
3196 fail:
3197 return NULL;
3201 SWIGINTERN PyObject *_wrap_new_IUnknown(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3202 PyObject *resultobj = 0;
3203 IUnknown *result = 0 ;
3205 if (!SWIG_Python_UnpackTuple(args,"new_IUnknown",0,0,0)) SWIG_fail;
3206 result = (IUnknown *)calloc(1, sizeof(IUnknown));
3207 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_IUnknown, SWIG_POINTER_NEW | 0 );
3208 return resultobj;
3209 fail:
3210 return NULL;
3214 SWIGINTERN PyObject *_wrap_delete_IUnknown(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3215 PyObject *resultobj = 0;
3216 IUnknown *arg1 = (IUnknown *) 0 ;
3217 void *argp1 = 0 ;
3218 int res1 = 0 ;
3219 PyObject *swig_obj[1] ;
3221 if (!args) SWIG_fail;
3222 swig_obj[0] = args;
3223 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_IUnknown, SWIG_POINTER_DISOWN | 0 );
3224 if (!SWIG_IsOK(res1)) {
3225 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IUnknown" "', argument " "1"" of type '" "IUnknown *""'");
3227 arg1 = (IUnknown *)(argp1);
3228 free((char *) arg1);
3229 resultobj = SWIG_Py_Void();
3230 return resultobj;
3231 fail:
3232 return NULL;
3236 SWIGINTERN PyObject *IUnknown_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3237 PyObject *obj;
3238 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3239 SWIG_TypeNewClientData(SWIGTYPE_p_IUnknown, SWIG_NewClientData(obj));
3240 return SWIG_Py_Void();
3243 SWIGINTERN PyObject *IUnknown_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3244 return SWIG_Python_InitShadowInstance(args);
3247 SWIGINTERN PyObject *_wrap_IWbemServices_ExecQuery(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3248 PyObject *resultobj = 0;
3249 IWbemServices *arg1 = (IWbemServices *) 0 ;
3250 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3251 struct BSTR arg3 ;
3252 struct BSTR arg4 ;
3253 int32_t arg5 ;
3254 struct IWbemContext *arg6 = (struct IWbemContext *) 0 ;
3255 struct IEnumWbemClassObject **arg7 = (struct IEnumWbemClassObject **) 0 ;
3256 void *argp1 = 0 ;
3257 int res1 = 0 ;
3258 int val5 ;
3259 int ecode5 = 0 ;
3260 void *argp6 = 0 ;
3261 int res6 = 0 ;
3262 struct IEnumWbemClassObject *temp7 ;
3263 PyObject * obj0 = 0 ;
3264 PyObject * obj1 = 0 ;
3265 PyObject * obj2 = 0 ;
3266 PyObject * obj3 = 0 ;
3267 PyObject * obj4 = 0 ;
3268 char * kwnames[] = {
3269 (char *) "self",(char *) "strQueryLanguage",(char *) "strQuery",(char *) "lFlags",(char *) "pCtx", NULL
3271 WERROR result;
3273 arg2 = NULL;
3275 arg7 = &temp7;
3277 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:IWbemServices_ExecQuery",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
3278 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_IWbemServices, 0 | 0 );
3279 if (!SWIG_IsOK(res1)) {
3280 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IWbemServices_ExecQuery" "', argument " "1"" of type '" "IWbemServices *""'");
3282 arg1 = (IWbemServices *)(argp1);
3284 (&arg3)->data = PyString_AsString(obj1);
3287 (&arg4)->data = PyString_AsString(obj2);
3289 ecode5 = SWIG_AsVal_int(obj3, &val5);
3290 if (!SWIG_IsOK(ecode5)) {
3291 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "IWbemServices_ExecQuery" "', argument " "5"" of type '" "int32_t""'");
3293 arg5 = (int32_t)(val5);
3294 res6 = SWIG_ConvertPtr(obj4, &argp6,SWIGTYPE_p_IWbemContext, 0 | 0 );
3295 if (!SWIG_IsOK(res6)) {
3296 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "IWbemServices_ExecQuery" "', argument " "6"" of type '" "struct IWbemContext *""'");
3298 arg6 = (struct IWbemContext *)(argp6);
3299 result = IWbemServices_ExecQuery(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
3300 if (!W_ERROR_IS_OK(result)) {
3301 PyErr_SetWERROR(result);
3302 SWIG_fail;
3303 } else if (resultobj == NULL) {
3304 resultobj = Py_None;
3307 PyObject *o;
3308 o = SWIG_NewPointerObj(*arg7, SWIGTYPE_p_IEnumWbemClassObject, 0);
3309 push_object(&resultobj, o);
3311 return resultobj;
3312 fail:
3313 return NULL;
3317 SWIGINTERN PyObject *_wrap_IWbemServices_ExecNotificationQuery(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3318 PyObject *resultobj = 0;
3319 IWbemServices *arg1 = (IWbemServices *) 0 ;
3320 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3321 struct BSTR arg3 ;
3322 struct BSTR arg4 ;
3323 int32_t arg5 ;
3324 struct IWbemContext *arg6 = (struct IWbemContext *) 0 ;
3325 struct IEnumWbemClassObject **arg7 = (struct IEnumWbemClassObject **) 0 ;
3326 void *argp1 = 0 ;
3327 int res1 = 0 ;
3328 int val5 ;
3329 int ecode5 = 0 ;
3330 void *argp6 = 0 ;
3331 int res6 = 0 ;
3332 struct IEnumWbemClassObject *temp7 ;
3333 PyObject * obj0 = 0 ;
3334 PyObject * obj1 = 0 ;
3335 PyObject * obj2 = 0 ;
3336 PyObject * obj3 = 0 ;
3337 PyObject * obj4 = 0 ;
3338 char * kwnames[] = {
3339 (char *) "self",(char *) "strQueryLanguage",(char *) "strQuery",(char *) "lFlags",(char *) "pCtx", NULL
3341 WERROR result;
3343 arg2 = NULL;
3345 arg7 = &temp7;
3347 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:IWbemServices_ExecNotificationQuery",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) SWIG_fail;
3348 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_IWbemServices, 0 | 0 );
3349 if (!SWIG_IsOK(res1)) {
3350 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IWbemServices_ExecNotificationQuery" "', argument " "1"" of type '" "IWbemServices *""'");
3352 arg1 = (IWbemServices *)(argp1);
3354 (&arg3)->data = PyString_AsString(obj1);
3357 (&arg4)->data = PyString_AsString(obj2);
3359 ecode5 = SWIG_AsVal_int(obj3, &val5);
3360 if (!SWIG_IsOK(ecode5)) {
3361 SWIG_exception_fail(SWIG_ArgError(ecode5), "in method '" "IWbemServices_ExecNotificationQuery" "', argument " "5"" of type '" "int32_t""'");
3363 arg5 = (int32_t)(val5);
3364 res6 = SWIG_ConvertPtr(obj4, &argp6,SWIGTYPE_p_IWbemContext, 0 | 0 );
3365 if (!SWIG_IsOK(res6)) {
3366 SWIG_exception_fail(SWIG_ArgError(res6), "in method '" "IWbemServices_ExecNotificationQuery" "', argument " "6"" of type '" "struct IWbemContext *""'");
3368 arg6 = (struct IWbemContext *)(argp6);
3369 result = IWbemServices_ExecNotificationQuery(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
3370 if (!W_ERROR_IS_OK(result)) {
3371 PyErr_SetWERROR(result);
3372 SWIG_fail;
3373 } else if (resultobj == NULL) {
3374 resultobj = Py_None;
3377 PyObject *o;
3378 o = SWIG_NewPointerObj(*arg7, SWIGTYPE_p_IEnumWbemClassObject, 0);
3379 push_object(&resultobj, o);
3381 return resultobj;
3382 fail:
3383 return NULL;
3387 SWIGINTERN PyObject *_wrap_IWbemServices_CreateInstanceEnum(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3388 PyObject *resultobj = 0;
3389 IWbemServices *arg1 = (IWbemServices *) 0 ;
3390 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3391 struct BSTR arg3 ;
3392 int32_t arg4 ;
3393 struct IWbemContext *arg5 = (struct IWbemContext *) 0 ;
3394 struct IEnumWbemClassObject **arg6 = (struct IEnumWbemClassObject **) 0 ;
3395 void *argp1 = 0 ;
3396 int res1 = 0 ;
3397 int val4 ;
3398 int ecode4 = 0 ;
3399 void *argp5 = 0 ;
3400 int res5 = 0 ;
3401 struct IEnumWbemClassObject *temp6 ;
3402 PyObject * obj0 = 0 ;
3403 PyObject * obj1 = 0 ;
3404 PyObject * obj2 = 0 ;
3405 PyObject * obj3 = 0 ;
3406 char * kwnames[] = {
3407 (char *) "self",(char *) "strClass",(char *) "lFlags",(char *) "pCtx", NULL
3409 WERROR result;
3411 arg2 = NULL;
3413 arg6 = &temp6;
3415 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOO:IWbemServices_CreateInstanceEnum",kwnames,&obj0,&obj1,&obj2,&obj3)) SWIG_fail;
3416 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_IWbemServices, 0 | 0 );
3417 if (!SWIG_IsOK(res1)) {
3418 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IWbemServices_CreateInstanceEnum" "', argument " "1"" of type '" "IWbemServices *""'");
3420 arg1 = (IWbemServices *)(argp1);
3422 (&arg3)->data = PyString_AsString(obj1);
3424 ecode4 = SWIG_AsVal_int(obj2, &val4);
3425 if (!SWIG_IsOK(ecode4)) {
3426 SWIG_exception_fail(SWIG_ArgError(ecode4), "in method '" "IWbemServices_CreateInstanceEnum" "', argument " "4"" of type '" "int32_t""'");
3428 arg4 = (int32_t)(val4);
3429 res5 = SWIG_ConvertPtr(obj3, &argp5,SWIGTYPE_p_IWbemContext, 0 | 0 );
3430 if (!SWIG_IsOK(res5)) {
3431 SWIG_exception_fail(SWIG_ArgError(res5), "in method '" "IWbemServices_CreateInstanceEnum" "', argument " "5"" of type '" "struct IWbemContext *""'");
3433 arg5 = (struct IWbemContext *)(argp5);
3434 result = IWbemServices_CreateInstanceEnum(arg1,arg2,arg3,arg4,arg5,arg6);
3435 if (!W_ERROR_IS_OK(result)) {
3436 PyErr_SetWERROR(result);
3437 SWIG_fail;
3438 } else if (resultobj == NULL) {
3439 resultobj = Py_None;
3442 PyObject *o;
3443 o = SWIG_NewPointerObj(*arg6, SWIGTYPE_p_IEnumWbemClassObject, 0);
3444 push_object(&resultobj, o);
3446 return resultobj;
3447 fail:
3448 return NULL;
3452 SWIGINTERN PyObject *_wrap_new_IWbemServices(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3453 PyObject *resultobj = 0;
3454 IWbemServices *result = 0 ;
3456 if (!SWIG_Python_UnpackTuple(args,"new_IWbemServices",0,0,0)) SWIG_fail;
3457 result = (IWbemServices *)calloc(1, sizeof(IWbemServices));
3458 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_IWbemServices, SWIG_POINTER_NEW | 0 );
3459 return resultobj;
3460 fail:
3461 return NULL;
3465 SWIGINTERN PyObject *_wrap_delete_IWbemServices(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3466 PyObject *resultobj = 0;
3467 IWbemServices *arg1 = (IWbemServices *) 0 ;
3468 void *argp1 = 0 ;
3469 int res1 = 0 ;
3470 PyObject *swig_obj[1] ;
3472 if (!args) SWIG_fail;
3473 swig_obj[0] = args;
3474 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_IWbemServices, SWIG_POINTER_DISOWN | 0 );
3475 if (!SWIG_IsOK(res1)) {
3476 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IWbemServices" "', argument " "1"" of type '" "IWbemServices *""'");
3478 arg1 = (IWbemServices *)(argp1);
3479 free((char *) arg1);
3480 resultobj = SWIG_Py_Void();
3481 return resultobj;
3482 fail:
3483 return NULL;
3487 SWIGINTERN PyObject *IWbemServices_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3488 PyObject *obj;
3489 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3490 SWIG_TypeNewClientData(SWIGTYPE_p_IWbemServices, SWIG_NewClientData(obj));
3491 return SWIG_Py_Void();
3494 SWIGINTERN PyObject *IWbemServices_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3495 return SWIG_Python_InitShadowInstance(args);
3498 SWIGINTERN PyObject *_wrap_IEnumWbemClassObject_Reset(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3499 PyObject *resultobj = 0;
3500 IEnumWbemClassObject *arg1 = (IEnumWbemClassObject *) 0 ;
3501 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3502 void *argp1 = 0 ;
3503 int res1 = 0 ;
3504 PyObject *swig_obj[1] ;
3505 WERROR result;
3507 arg2 = NULL;
3508 if (!args) SWIG_fail;
3509 swig_obj[0] = args;
3510 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_IEnumWbemClassObject, 0 | 0 );
3511 if (!SWIG_IsOK(res1)) {
3512 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IEnumWbemClassObject_Reset" "', argument " "1"" of type '" "IEnumWbemClassObject *""'");
3514 arg1 = (IEnumWbemClassObject *)(argp1);
3515 result = IEnumWbemClassObject_Reset(arg1,arg2);
3516 if (!W_ERROR_IS_OK(result)) {
3517 PyErr_SetWERROR(result);
3518 SWIG_fail;
3519 } else if (resultobj == NULL) {
3520 resultobj = Py_None;
3522 return resultobj;
3523 fail:
3524 return NULL;
3528 SWIGINTERN PyObject *_wrap_new_IEnumWbemClassObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3529 PyObject *resultobj = 0;
3530 IEnumWbemClassObject *result = 0 ;
3532 if (!SWIG_Python_UnpackTuple(args,"new_IEnumWbemClassObject",0,0,0)) SWIG_fail;
3533 result = (IEnumWbemClassObject *)calloc(1, sizeof(IEnumWbemClassObject));
3534 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_IEnumWbemClassObject, SWIG_POINTER_NEW | 0 );
3535 return resultobj;
3536 fail:
3537 return NULL;
3541 SWIGINTERN PyObject *_wrap_delete_IEnumWbemClassObject(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3542 PyObject *resultobj = 0;
3543 IEnumWbemClassObject *arg1 = (IEnumWbemClassObject *) 0 ;
3544 void *argp1 = 0 ;
3545 int res1 = 0 ;
3546 PyObject *swig_obj[1] ;
3548 if (!args) SWIG_fail;
3549 swig_obj[0] = args;
3550 res1 = SWIG_ConvertPtr(swig_obj[0], &argp1,SWIGTYPE_p_IEnumWbemClassObject, SWIG_POINTER_DISOWN | 0 );
3551 if (!SWIG_IsOK(res1)) {
3552 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_IEnumWbemClassObject" "', argument " "1"" of type '" "IEnumWbemClassObject *""'");
3554 arg1 = (IEnumWbemClassObject *)(argp1);
3555 free((char *) arg1);
3556 resultobj = SWIG_Py_Void();
3557 return resultobj;
3558 fail:
3559 return NULL;
3563 SWIGINTERN PyObject *IEnumWbemClassObject_swigregister(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3564 PyObject *obj;
3565 if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
3566 SWIG_TypeNewClientData(SWIGTYPE_p_IEnumWbemClassObject, SWIG_NewClientData(obj));
3567 return SWIG_Py_Void();
3570 SWIGINTERN PyObject *IEnumWbemClassObject_swiginit(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
3571 return SWIG_Python_InitShadowInstance(args);
3574 SWIGINTERN PyObject *_wrap_IEnumWbemClassObject_SmartNext(PyObject *SWIGUNUSEDPARM(self), PyObject *args, PyObject *kwargs) {
3575 PyObject *resultobj = 0;
3576 struct IEnumWbemClassObject *arg1 = (struct IEnumWbemClassObject *) 0 ;
3577 TALLOC_CTX *arg2 = (TALLOC_CTX *) 0 ;
3578 int32_t arg3 ;
3579 uint32_t arg4 ;
3580 struct WbemClassObject **arg5 = (struct WbemClassObject **) 0 ;
3581 uint32_t *arg6 = (uint32_t *) 0 ;
3582 void *argp1 = 0 ;
3583 int res1 = 0 ;
3584 int val3 ;
3585 int ecode3 = 0 ;
3586 uint32_t uReturned4 ;
3587 PyObject * obj0 = 0 ;
3588 PyObject * obj1 = 0 ;
3589 PyObject * obj2 = 0 ;
3590 char * kwnames[] = {
3591 (char *) "d",(char *) "lTimeout",(char *) "uCount", NULL
3593 WERROR result;
3595 arg2 = NULL;
3596 if (!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:IEnumWbemClassObject_SmartNext",kwnames,&obj0,&obj1,&obj2)) SWIG_fail;
3597 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_IEnumWbemClassObject, 0 | 0 );
3598 if (!SWIG_IsOK(res1)) {
3599 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "IEnumWbemClassObject_SmartNext" "', argument " "1"" of type '" "struct IEnumWbemClassObject *""'");
3601 arg1 = (struct IEnumWbemClassObject *)(argp1);
3602 ecode3 = SWIG_AsVal_int(obj1, &val3);
3603 if (!SWIG_IsOK(ecode3)) {
3604 SWIG_exception_fail(SWIG_ArgError(ecode3), "in method '" "IEnumWbemClassObject_SmartNext" "', argument " "3"" of type '" "int32_t""'");
3606 arg3 = (int32_t)(val3);
3608 if (PyLong_Check(obj2))
3609 arg4 = PyLong_AsUnsignedLong(obj2);
3610 else if (PyInt_Check(obj2))
3611 arg4 = PyInt_AsLong(obj2);
3612 else {
3613 PyErr_SetString(PyExc_TypeError,"Expected a long or an int");
3614 return NULL;
3616 arg5 = talloc_array(NULL, struct WbemClassObject *, arg4);
3617 arg6 = &uReturned4;
3619 result = IEnumWbemClassObject_SmartNext(arg1,arg2,arg3,arg4,arg5,arg6);
3620 if (!W_ERROR_IS_OK(result)) {
3621 PyErr_SetWERROR(result);
3622 SWIG_fail;
3623 } else if (resultobj == NULL) {
3624 resultobj = Py_None;
3627 uint32_t i;
3628 PyObject *o;
3629 int32_t error;
3631 error = 0;
3633 resultobj = PyTuple_New(*arg6);
3634 for (i = 0; i < *arg6; ++i) {
3635 if (!error) {
3636 o = PySWbemObject_FromWbemClassObject(arg5[i]);
3637 if (!o)
3638 --error;
3639 else
3640 error = PyTuple_SetItem(resultobj, i, o);
3642 talloc_free(arg5[i]);
3644 talloc_free(arg5);
3645 if (error) return NULL;
3647 return resultobj;
3648 fail:
3649 return NULL;
3653 static PyMethodDef SwigMethods[] = {
3654 { (char *)"WBEM_ConnectServer", (PyCFunction) _wrap_WBEM_ConnectServer, METH_VARARGS | METH_KEYWORDS, NULL},
3655 { (char *)"IUnknown_Release", (PyCFunction)_wrap_IUnknown_Release, METH_O, NULL},
3656 { (char *)"new_IUnknown", (PyCFunction)_wrap_new_IUnknown, METH_NOARGS, NULL},
3657 { (char *)"delete_IUnknown", (PyCFunction)_wrap_delete_IUnknown, METH_O, NULL},
3658 { (char *)"IUnknown_swigregister", IUnknown_swigregister, METH_VARARGS, NULL},
3659 { (char *)"IUnknown_swiginit", IUnknown_swiginit, METH_VARARGS, NULL},
3660 { (char *)"IWbemServices_ExecQuery", (PyCFunction) _wrap_IWbemServices_ExecQuery, METH_VARARGS | METH_KEYWORDS, NULL},
3661 { (char *)"IWbemServices_ExecNotificationQuery", (PyCFunction) _wrap_IWbemServices_ExecNotificationQuery, METH_VARARGS | METH_KEYWORDS, NULL},
3662 { (char *)"IWbemServices_CreateInstanceEnum", (PyCFunction) _wrap_IWbemServices_CreateInstanceEnum, METH_VARARGS | METH_KEYWORDS, NULL},
3663 { (char *)"new_IWbemServices", (PyCFunction)_wrap_new_IWbemServices, METH_NOARGS, NULL},
3664 { (char *)"delete_IWbemServices", (PyCFunction)_wrap_delete_IWbemServices, METH_O, NULL},
3665 { (char *)"IWbemServices_swigregister", IWbemServices_swigregister, METH_VARARGS, NULL},
3666 { (char *)"IWbemServices_swiginit", IWbemServices_swiginit, METH_VARARGS, NULL},
3667 { (char *)"IEnumWbemClassObject_Reset", (PyCFunction)_wrap_IEnumWbemClassObject_Reset, METH_O, NULL},
3668 { (char *)"new_IEnumWbemClassObject", (PyCFunction)_wrap_new_IEnumWbemClassObject, METH_NOARGS, NULL},
3669 { (char *)"delete_IEnumWbemClassObject", (PyCFunction)_wrap_delete_IEnumWbemClassObject, METH_O, NULL},
3670 { (char *)"IEnumWbemClassObject_swigregister", IEnumWbemClassObject_swigregister, METH_VARARGS, NULL},
3671 { (char *)"IEnumWbemClassObject_swiginit", IEnumWbemClassObject_swiginit, METH_VARARGS, NULL},
3672 { (char *)"IEnumWbemClassObject_SmartNext", (PyCFunction) _wrap_IEnumWbemClassObject_SmartNext, METH_VARARGS | METH_KEYWORDS, NULL},
3673 { NULL, NULL, 0, NULL }
3677 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
3679 static swig_type_info _swigt__p_BSTR = {"_p_BSTR", "struct BSTR *", 0, 0, (void*)0, 0};
3680 static swig_type_info _swigt__p_IEnumWbemClassObject = {"_p_IEnumWbemClassObject", "struct IEnumWbemClassObject *|IEnumWbemClassObject *", 0, 0, (void*)0, 0};
3681 static swig_type_info _swigt__p_IUnknown = {"_p_IUnknown", "struct IUnknown *|IUnknown *", 0, 0, (void*)0, 0};
3682 static swig_type_info _swigt__p_IWbemContext = {"_p_IWbemContext", "struct IWbemContext *", 0, 0, (void*)0, 0};
3683 static swig_type_info _swigt__p_IWbemServices = {"_p_IWbemServices", "struct IWbemServices *|IWbemServices *", 0, 0, (void*)0, 0};
3684 static swig_type_info _swigt__p_TALLOC_CTX = {"_p_TALLOC_CTX", "TALLOC_CTX *", 0, 0, (void*)0, 0};
3685 static swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, (void*)0, 0};
3686 static swig_type_info _swigt__p_com_context = {"_p_com_context", "struct com_context *", 0, 0, (void*)0, 0};
3687 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};
3688 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};
3689 static swig_type_info _swigt__p_p_IEnumWbemClassObject = {"_p_p_IEnumWbemClassObject", "struct IEnumWbemClassObject **", 0, 0, (void*)0, 0};
3690 static swig_type_info _swigt__p_p_IWbemServices = {"_p_p_IWbemServices", "struct IWbemServices **", 0, 0, (void*)0, 0};
3691 static swig_type_info _swigt__p_p_WbemClassObject = {"_p_p_WbemClassObject", "struct WbemClassObject **", 0, 0, (void*)0, 0};
3692 static swig_type_info _swigt__p_short = {"_p_short", "short *|int_least16_t *|int16_t *", 0, 0, (void*)0, 0};
3693 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};
3694 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};
3695 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};
3696 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};
3697 static swig_type_info _swigt__p_unsigned_short = {"_p_unsigned_short", "unsigned short *|uint_least16_t *|uint16_t *", 0, 0, (void*)0, 0};
3699 static swig_type_info *swig_type_initial[] = {
3700 &_swigt__p_BSTR,
3701 &_swigt__p_IEnumWbemClassObject,
3702 &_swigt__p_IUnknown,
3703 &_swigt__p_IWbemContext,
3704 &_swigt__p_IWbemServices,
3705 &_swigt__p_TALLOC_CTX,
3706 &_swigt__p_char,
3707 &_swigt__p_com_context,
3708 &_swigt__p_int,
3709 &_swigt__p_long_long,
3710 &_swigt__p_p_IEnumWbemClassObject,
3711 &_swigt__p_p_IWbemServices,
3712 &_swigt__p_p_WbemClassObject,
3713 &_swigt__p_short,
3714 &_swigt__p_signed_char,
3715 &_swigt__p_unsigned_char,
3716 &_swigt__p_unsigned_int,
3717 &_swigt__p_unsigned_long_long,
3718 &_swigt__p_unsigned_short,
3721 static swig_cast_info _swigc__p_BSTR[] = { {&_swigt__p_BSTR, 0, 0, 0},{0, 0, 0, 0}};
3722 static swig_cast_info _swigc__p_IEnumWbemClassObject[] = { {&_swigt__p_IEnumWbemClassObject, 0, 0, 0},{0, 0, 0, 0}};
3723 static swig_cast_info _swigc__p_IUnknown[] = { {&_swigt__p_IUnknown, 0, 0, 0},{0, 0, 0, 0}};
3724 static swig_cast_info _swigc__p_IWbemContext[] = { {&_swigt__p_IWbemContext, 0, 0, 0},{0, 0, 0, 0}};
3725 static swig_cast_info _swigc__p_IWbemServices[] = { {&_swigt__p_IWbemServices, 0, 0, 0},{0, 0, 0, 0}};
3726 static swig_cast_info _swigc__p_TALLOC_CTX[] = { {&_swigt__p_TALLOC_CTX, 0, 0, 0},{0, 0, 0, 0}};
3727 static swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}};
3728 static swig_cast_info _swigc__p_com_context[] = { {&_swigt__p_com_context, 0, 0, 0},{0, 0, 0, 0}};
3729 static swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}};
3730 static swig_cast_info _swigc__p_long_long[] = { {&_swigt__p_long_long, 0, 0, 0},{0, 0, 0, 0}};
3731 static swig_cast_info _swigc__p_p_IEnumWbemClassObject[] = { {&_swigt__p_p_IEnumWbemClassObject, 0, 0, 0},{0, 0, 0, 0}};
3732 static swig_cast_info _swigc__p_p_IWbemServices[] = { {&_swigt__p_p_IWbemServices, 0, 0, 0},{0, 0, 0, 0}};
3733 static swig_cast_info _swigc__p_p_WbemClassObject[] = { {&_swigt__p_p_WbemClassObject, 0, 0, 0},{0, 0, 0, 0}};
3734 static swig_cast_info _swigc__p_short[] = { {&_swigt__p_short, 0, 0, 0},{0, 0, 0, 0}};
3735 static swig_cast_info _swigc__p_signed_char[] = { {&_swigt__p_signed_char, 0, 0, 0},{0, 0, 0, 0}};
3736 static swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}};
3737 static swig_cast_info _swigc__p_unsigned_int[] = { {&_swigt__p_unsigned_int, 0, 0, 0},{0, 0, 0, 0}};
3738 static swig_cast_info _swigc__p_unsigned_long_long[] = { {&_swigt__p_unsigned_long_long, 0, 0, 0},{0, 0, 0, 0}};
3739 static swig_cast_info _swigc__p_unsigned_short[] = { {&_swigt__p_unsigned_short, 0, 0, 0},{0, 0, 0, 0}};
3741 static swig_cast_info *swig_cast_initial[] = {
3742 _swigc__p_BSTR,
3743 _swigc__p_IEnumWbemClassObject,
3744 _swigc__p_IUnknown,
3745 _swigc__p_IWbemContext,
3746 _swigc__p_IWbemServices,
3747 _swigc__p_TALLOC_CTX,
3748 _swigc__p_char,
3749 _swigc__p_com_context,
3750 _swigc__p_int,
3751 _swigc__p_long_long,
3752 _swigc__p_p_IEnumWbemClassObject,
3753 _swigc__p_p_IWbemServices,
3754 _swigc__p_p_WbemClassObject,
3755 _swigc__p_short,
3756 _swigc__p_signed_char,
3757 _swigc__p_unsigned_char,
3758 _swigc__p_unsigned_int,
3759 _swigc__p_unsigned_long_long,
3760 _swigc__p_unsigned_short,
3764 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
3766 static swig_const_info swig_const_table[] = {
3767 {0, 0, 0, 0.0, 0, 0}};
3769 #ifdef __cplusplus
3771 #endif
3772 /* -----------------------------------------------------------------------------
3773 * Type initialization:
3774 * This problem is tough by the requirement that no dynamic
3775 * memory is used. Also, since swig_type_info structures store pointers to
3776 * swig_cast_info structures and swig_cast_info structures store pointers back
3777 * to swig_type_info structures, we need some lookup code at initialization.
3778 * The idea is that swig generates all the structures that are needed.
3779 * The runtime then collects these partially filled structures.
3780 * The SWIG_InitializeModule function takes these initial arrays out of
3781 * swig_module, and does all the lookup, filling in the swig_module.types
3782 * array with the correct data and linking the correct swig_cast_info
3783 * structures together.
3785 * The generated swig_type_info structures are assigned staticly to an initial
3786 * array. We just loop through that array, and handle each type individually.
3787 * First we lookup if this type has been already loaded, and if so, use the
3788 * loaded structure instead of the generated one. Then we have to fill in the
3789 * cast linked list. The cast data is initially stored in something like a
3790 * two-dimensional array. Each row corresponds to a type (there are the same
3791 * number of rows as there are in the swig_type_initial array). Each entry in
3792 * a column is one of the swig_cast_info structures for that type.
3793 * The cast_initial array is actually an array of arrays, because each row has
3794 * a variable number of columns. So to actually build the cast linked list,
3795 * we find the array of casts associated with the type, and loop through it
3796 * adding the casts to the list. The one last trick we need to do is making
3797 * sure the type pointer in the swig_cast_info struct is correct.
3799 * First off, we lookup the cast->type name to see if it is already loaded.
3800 * There are three cases to handle:
3801 * 1) If the cast->type has already been loaded AND the type we are adding
3802 * casting info to has not been loaded (it is in this module), THEN we
3803 * replace the cast->type pointer with the type pointer that has already
3804 * been loaded.
3805 * 2) If BOTH types (the one we are adding casting info to, and the
3806 * cast->type) are loaded, THEN the cast info has already been loaded by
3807 * the previous module so we just ignore it.
3808 * 3) Finally, if cast->type has not already been loaded, then we add that
3809 * swig_cast_info to the linked list (because the cast->type) pointer will
3810 * be correct.
3811 * ----------------------------------------------------------------------------- */
3813 #ifdef __cplusplus
3814 extern "C" {
3815 #if 0
3816 } /* c-mode */
3817 #endif
3818 #endif
3820 #if 0
3821 #define SWIGRUNTIME_DEBUG
3822 #endif
3825 SWIGRUNTIME void
3826 SWIG_InitializeModule(void *clientdata) {
3827 size_t i;
3828 swig_module_info *module_head, *iter;
3829 int found, init;
3831 clientdata = clientdata;
3833 /* check to see if the circular list has been setup, if not, set it up */
3834 if (swig_module.next==0) {
3835 /* Initialize the swig_module */
3836 swig_module.type_initial = swig_type_initial;
3837 swig_module.cast_initial = swig_cast_initial;
3838 swig_module.next = &swig_module;
3839 init = 1;
3840 } else {
3841 init = 0;
3844 /* Try and load any already created modules */
3845 module_head = SWIG_GetModule(clientdata);
3846 if (!module_head) {
3847 /* This is the first module loaded for this interpreter */
3848 /* so set the swig module into the interpreter */
3849 SWIG_SetModule(clientdata, &swig_module);
3850 module_head = &swig_module;
3851 } else {
3852 /* the interpreter has loaded a SWIG module, but has it loaded this one? */
3853 found=0;
3854 iter=module_head;
3855 do {
3856 if (iter==&swig_module) {
3857 found=1;
3858 break;
3860 iter=iter->next;
3861 } while (iter!= module_head);
3863 /* if the is found in the list, then all is done and we may leave */
3864 if (found) return;
3865 /* otherwise we must add out module into the list */
3866 swig_module.next = module_head->next;
3867 module_head->next = &swig_module;
3870 /* When multiple interpeters are used, a module could have already been initialized in
3871 a different interpreter, but not yet have a pointer in this interpreter.
3872 In this case, we do not want to continue adding types... everything should be
3873 set up already */
3874 if (init == 0) return;
3876 /* Now work on filling in swig_module.types */
3877 #ifdef SWIGRUNTIME_DEBUG
3878 printf("SWIG_InitializeModule: size %d\n", swig_module.size);
3879 #endif
3880 for (i = 0; i < swig_module.size; ++i) {
3881 swig_type_info *type = 0;
3882 swig_type_info *ret;
3883 swig_cast_info *cast;
3885 #ifdef SWIGRUNTIME_DEBUG
3886 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
3887 #endif
3889 /* if there is another module already loaded */
3890 if (swig_module.next != &swig_module) {
3891 type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name);
3893 if (type) {
3894 /* Overwrite clientdata field */
3895 #ifdef SWIGRUNTIME_DEBUG
3896 printf("SWIG_InitializeModule: found type %s\n", type->name);
3897 #endif
3898 if (swig_module.type_initial[i]->clientdata) {
3899 type->clientdata = swig_module.type_initial[i]->clientdata;
3900 #ifdef SWIGRUNTIME_DEBUG
3901 printf("SWIG_InitializeModule: found and overwrite type %s \n", type->name);
3902 #endif
3904 } else {
3905 type = swig_module.type_initial[i];
3908 /* Insert casting types */
3909 cast = swig_module.cast_initial[i];
3910 while (cast->type) {
3911 /* Don't need to add information already in the list */
3912 ret = 0;
3913 #ifdef SWIGRUNTIME_DEBUG
3914 printf("SWIG_InitializeModule: look cast %s\n", cast->type->name);
3915 #endif
3916 if (swig_module.next != &swig_module) {
3917 ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name);
3918 #ifdef SWIGRUNTIME_DEBUG
3919 if (ret) printf("SWIG_InitializeModule: found cast %s\n", ret->name);
3920 #endif
3922 if (ret) {
3923 if (type == swig_module.type_initial[i]) {
3924 #ifdef SWIGRUNTIME_DEBUG
3925 printf("SWIG_InitializeModule: skip old type %s\n", ret->name);
3926 #endif
3927 cast->type = ret;
3928 ret = 0;
3929 } else {
3930 /* Check for casting already in the list */
3931 swig_cast_info *ocast = SWIG_TypeCheck(ret->name, type);
3932 #ifdef SWIGRUNTIME_DEBUG
3933 if (ocast) printf("SWIG_InitializeModule: skip old cast %s\n", ret->name);
3934 #endif
3935 if (!ocast) ret = 0;
3939 if (!ret) {
3940 #ifdef SWIGRUNTIME_DEBUG
3941 printf("SWIG_InitializeModule: adding cast %s\n", cast->type->name);
3942 #endif
3943 if (type->cast) {
3944 type->cast->prev = cast;
3945 cast->next = type->cast;
3947 type->cast = cast;
3949 cast++;
3951 /* Set entry in modules->types array equal to the type */
3952 swig_module.types[i] = type;
3954 swig_module.types[i] = 0;
3956 #ifdef SWIGRUNTIME_DEBUG
3957 printf("**** SWIG_InitializeModule: Cast List ******\n");
3958 for (i = 0; i < swig_module.size; ++i) {
3959 int j = 0;
3960 swig_cast_info *cast = swig_module.cast_initial[i];
3961 printf("SWIG_InitializeModule: type %d %s\n", i, swig_module.type_initial[i]->name);
3962 while (cast->type) {
3963 printf("SWIG_InitializeModule: cast type %s\n", cast->type->name);
3964 cast++;
3965 ++j;
3967 printf("---- Total casts: %d\n",j);
3969 printf("**** SWIG_InitializeModule: Cast List ******\n");
3970 #endif
3973 /* This function will propagate the clientdata field of type to
3974 * any new swig_type_info structures that have been added into the list
3975 * of equivalent types. It is like calling
3976 * SWIG_TypeClientData(type, clientdata) a second time.
3978 SWIGRUNTIME void
3979 SWIG_PropagateClientData(void) {
3980 size_t i;
3981 swig_cast_info *equiv;
3982 static int init_run = 0;
3984 if (init_run) return;
3985 init_run = 1;
3987 for (i = 0; i < swig_module.size; i++) {
3988 if (swig_module.types[i]->clientdata) {
3989 equiv = swig_module.types[i]->cast;
3990 while (equiv) {
3991 if (!equiv->converter) {
3992 if (equiv->type && !equiv->type->clientdata)
3993 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata);
3995 equiv = equiv->next;
4001 #ifdef __cplusplus
4002 #if 0
4004 /* c-mode */
4005 #endif
4007 #endif
4011 #ifdef __cplusplus
4012 extern "C" {
4013 #endif
4015 /* Python-specific SWIG API */
4016 #define SWIG_newvarlink() SWIG_Python_newvarlink()
4017 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr)
4018 #define SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants)
4020 /* -----------------------------------------------------------------------------
4021 * global variable support code.
4022 * ----------------------------------------------------------------------------- */
4024 typedef struct swig_globalvar {
4025 char *name; /* Name of global variable */
4026 PyObject *(*get_attr)(void); /* Return the current value */
4027 int (*set_attr)(PyObject *); /* Set the value */
4028 struct swig_globalvar *next;
4029 } swig_globalvar;
4031 typedef struct swig_varlinkobject {
4032 PyObject_HEAD
4033 swig_globalvar *vars;
4034 } swig_varlinkobject;
4036 SWIGINTERN PyObject *
4037 swig_varlink_repr(swig_varlinkobject *SWIGUNUSEDPARM(v)) {
4038 return PyString_FromString("<Swig global variables>");
4041 SWIGINTERN PyObject *
4042 swig_varlink_str(swig_varlinkobject *v) {
4043 PyObject *str = PyString_FromString("(");
4044 swig_globalvar *var;
4045 for (var = v->vars; var; var=var->next) {
4046 PyString_ConcatAndDel(&str,PyString_FromString(var->name));
4047 if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
4049 PyString_ConcatAndDel(&str,PyString_FromString(")"));
4050 return str;
4053 SWIGINTERN int
4054 swig_varlink_print(swig_varlinkobject *v, FILE *fp, int SWIGUNUSEDPARM(flags)) {
4055 PyObject *str = swig_varlink_str(v);
4056 fprintf(fp,"Swig global variables ");
4057 fprintf(fp,"%s\n", PyString_AsString(str));
4058 Py_DECREF(str);
4059 return 0;
4062 SWIGINTERN void
4063 swig_varlink_dealloc(swig_varlinkobject *v) {
4064 swig_globalvar *var = v->vars;
4065 while (var) {
4066 swig_globalvar *n = var->next;
4067 free(var->name);
4068 free(var);
4069 var = n;
4073 SWIGINTERN PyObject *
4074 swig_varlink_getattr(swig_varlinkobject *v, char *n) {
4075 PyObject *res = NULL;
4076 swig_globalvar *var = v->vars;
4077 while (var) {
4078 if (strcmp(var->name,n) == 0) {
4079 res = (*var->get_attr)();
4080 break;
4082 var = var->next;
4084 if (res == NULL && !PyErr_Occurred()) {
4085 PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4087 return res;
4090 SWIGINTERN int
4091 swig_varlink_setattr(swig_varlinkobject *v, char *n, PyObject *p) {
4092 int res = 1;
4093 swig_globalvar *var = v->vars;
4094 while (var) {
4095 if (strcmp(var->name,n) == 0) {
4096 res = (*var->set_attr)(p);
4097 break;
4099 var = var->next;
4101 if (res == 1 && !PyErr_Occurred()) {
4102 PyErr_SetString(PyExc_NameError,"Unknown C global variable");
4104 return res;
4107 SWIGINTERN PyTypeObject*
4108 swig_varlink_type(void) {
4109 static char varlink__doc__[] = "Swig var link object";
4110 static PyTypeObject varlink_type;
4111 static int type_init = 0;
4112 if (!type_init) {
4113 const PyTypeObject tmp
4115 PyObject_HEAD_INIT(NULL)
4116 0, /* Number of items in variable part (ob_size) */
4117 (char *)"swigvarlink", /* Type name (tp_name) */
4118 sizeof(swig_varlinkobject), /* Basic size (tp_basicsize) */
4119 0, /* Itemsize (tp_itemsize) */
4120 (destructor) swig_varlink_dealloc, /* Deallocator (tp_dealloc) */
4121 (printfunc) swig_varlink_print, /* Print (tp_print) */
4122 (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */
4123 (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */
4124 0, /* tp_compare */
4125 (reprfunc) swig_varlink_repr, /* tp_repr */
4126 0, /* tp_as_number */
4127 0, /* tp_as_sequence */
4128 0, /* tp_as_mapping */
4129 0, /* tp_hash */
4130 0, /* tp_call */
4131 (reprfunc)swig_varlink_str, /* tp_str */
4132 0, /* tp_getattro */
4133 0, /* tp_setattro */
4134 0, /* tp_as_buffer */
4135 0, /* tp_flags */
4136 varlink__doc__, /* tp_doc */
4137 0, /* tp_traverse */
4138 0, /* tp_clear */
4139 0, /* tp_richcompare */
4140 0, /* tp_weaklistoffset */
4141 #if PY_VERSION_HEX >= 0x02020000
4142 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */
4143 #endif
4144 #if PY_VERSION_HEX >= 0x02030000
4145 0, /* tp_del */
4146 #endif
4147 #ifdef COUNT_ALLOCS
4148 0,0,0,0 /* tp_alloc -> tp_next */
4149 #endif
4151 varlink_type = tmp;
4152 varlink_type.ob_type = &PyType_Type;
4153 type_init = 1;
4155 return &varlink_type;
4158 /* Create a variable linking object for use later */
4159 SWIGINTERN PyObject *
4160 SWIG_Python_newvarlink(void) {
4161 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type());
4162 if (result) {
4163 result->vars = 0;
4165 return ((PyObject*) result);
4168 SWIGINTERN void
4169 SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObject *p)) {
4170 swig_varlinkobject *v = (swig_varlinkobject *) p;
4171 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
4172 if (gv) {
4173 size_t size = strlen(name)+1;
4174 gv->name = (char *)malloc(size);
4175 if (gv->name) {
4176 strncpy(gv->name,name,size);
4177 gv->get_attr = get_attr;
4178 gv->set_attr = set_attr;
4179 gv->next = v->vars;
4182 v->vars = gv;
4185 SWIGINTERN PyObject *
4186 SWIG_globals(void) {
4187 static PyObject *_SWIG_globals = 0;
4188 if (!_SWIG_globals) _SWIG_globals = SWIG_newvarlink();
4189 return _SWIG_globals;
4192 /* -----------------------------------------------------------------------------
4193 * constants/methods manipulation
4194 * ----------------------------------------------------------------------------- */
4196 /* Install Constants */
4197 SWIGINTERN void
4198 SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]) {
4199 PyObject *obj = 0;
4200 size_t i;
4201 for (i = 0; constants[i].type; ++i) {
4202 switch(constants[i].type) {
4203 case SWIG_PY_POINTER:
4204 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
4205 break;
4206 case SWIG_PY_BINARY:
4207 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
4208 break;
4209 default:
4210 obj = 0;
4211 break;
4213 if (obj) {
4214 PyDict_SetItemString(d, constants[i].name, obj);
4215 Py_DECREF(obj);
4220 /* -----------------------------------------------------------------------------*/
4221 /* Fix SwigMethods to carry the callback ptrs when needed */
4222 /* -----------------------------------------------------------------------------*/
4224 SWIGINTERN void
4225 SWIG_Python_FixMethods(PyMethodDef *methods,
4226 swig_const_info *const_table,
4227 swig_type_info **types,
4228 swig_type_info **types_initial) {
4229 size_t i;
4230 for (i = 0; methods[i].ml_name; ++i) {
4231 const char *c = methods[i].ml_doc;
4232 if (c && (c = strstr(c, "swig_ptr: "))) {
4233 int j;
4234 swig_const_info *ci = 0;
4235 const char *name = c + 10;
4236 for (j = 0; const_table[j].type; ++j) {
4237 if (strncmp(const_table[j].name, name,
4238 strlen(const_table[j].name)) == 0) {
4239 ci = &(const_table[j]);
4240 break;
4243 if (ci) {
4244 size_t shift = (ci->ptype) - types;
4245 swig_type_info *ty = types_initial[shift];
4246 size_t ldoc = (c - methods[i].ml_doc);
4247 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2;
4248 char *ndoc = (char*)malloc(ldoc + lptr + 10);
4249 if (ndoc) {
4250 char *buff = ndoc;
4251 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;
4252 if (ptr) {
4253 strncpy(buff, methods[i].ml_doc, ldoc);
4254 buff += ldoc;
4255 strncpy(buff, "swig_ptr: ", 10);
4256 buff += 10;
4257 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr);
4258 methods[i].ml_doc = ndoc;
4266 #ifdef __cplusplus
4268 #endif
4270 /* -----------------------------------------------------------------------------*
4271 * Partial Init method
4272 * -----------------------------------------------------------------------------*/
4274 #ifdef __cplusplus
4275 extern "C"
4276 #endif
4277 SWIGEXPORT void SWIG_init(void) {
4278 PyObject *m, *d;
4280 /* Fix SwigMethods to carry the callback ptrs when needed */
4281 SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial);
4283 m = Py_InitModule((char *) SWIG_name, SwigMethods);
4284 d = PyModule_GetDict(m);
4286 SWIG_InitializeModule(0);
4287 SWIG_InstallConstants(d,swig_const_table);
4292 mod_win32_client = PyImport_ImportModule("win32com.client");
4293 mod_pywintypes = PyImport_ImportModule("pywintypes");
4294 ComError = PyObject_GetAttrString(mod_pywintypes, "com_error");
4296 wmi_init(&com_ctx, NULL);
4298 PyObject *pModule;
4300 pModule = PyImport_ImportModule( "win32com.client" );