#include <Python.h>
#include <string.h>
#include <time.h>
#include "pi-header.h"
#include "pi-source.h"
#include "pi-error.h"
#include "pi-socket.h"
#include "pi-dlp.h"
#include "pi-file.h"
#include "pi-util.h"
#include <limits.h>
Include dependency graph for pisock_wrap.c:

Go to the source code of this file.
Data Structures | |
| struct | swig_type_info |
| struct | swig_cast_info |
| struct | swig_module_info |
| struct | swig_const_info |
| struct | PySwigObject |
| struct | PySwigPacked |
| struct | swig_globalvar |
| struct | swig_varlinkobject |
Defines | |
| #define | SWIGPYTHON |
| #define | SWIGTEMPLATEDISAMBIGUATOR |
| #define | SWIGINLINE |
| #define | SWIGUNUSED |
| #define | SWIGINTERN static SWIGUNUSED |
| #define | SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
| #define | SWIGEXPORT |
| #define | SWIGSTDCALL |
| #define | SWIG_RUNTIME_VERSION "2" |
| #define | SWIG_TYPE_TABLE_NAME |
| #define | SWIGRUNTIME SWIGINTERN |
| #define | SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
| #define | SWIG_TypeCheck_Template(comparison, ty) |
| #define | SWIG_fail goto fail |
| #define | SWIG_arg_fail(arg) SWIG_Python_ArgFail(arg) |
| #define | SWIG_append_errmsg(msg) SWIG_Python_AddErrMesg(msg,0) |
| #define | SWIG_preppend_errmsg(msg) SWIG_Python_AddErrMesg(msg,1) |
| #define | SWIG_type_error(type, obj) SWIG_Python_TypeError(type,obj) |
| #define | SWIG_null_ref(type) SWIG_Python_NullRef(type) |
| #define | SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else |
| #define | SWIG_PY_INT 1 |
| #define | SWIG_PY_FLOAT 2 |
| #define | SWIG_PY_STRING 3 |
| #define | SWIG_PY_POINTER 4 |
| #define | SWIG_PY_BINARY 5 |
| #define | SWIG_OLDOBJ 1 |
| #define | SWIG_NEWOBJ SWIG_OLDOBJ + 1 |
| #define | SWIG_PYSTR SWIG_NEWOBJ + 1 |
| #define | SWIG_ConvertPtr(obj, pp, type, flags) SWIG_Python_ConvertPtr(obj, pp, type, flags) |
| #define | SWIG_NewPointerObj(p, type, flags) SWIG_Python_NewPointerObj(p, type, flags) |
| #define | SWIG_MustGetPtr(p, type, argnum, flags) SWIG_Python_MustGetPtr(p, type, argnum, flags) |
| #define | SWIG_ConvertPacked(obj, ptr, sz, ty, flags) SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags) |
| #define | SWIG_NewPackedObj(ptr, sz, type) SWIG_Python_NewPackedObj(ptr, sz, type) |
| #define | SWIG_GetModule(clientdata) SWIG_Python_GetModule() |
| #define | SWIG_SetModule(clientdata, pointer) SWIG_Python_SetModule(pointer) |
| #define | SWIG_COBJECT_TYPES |
| #define | SWIG_POINTER_EXCEPTION 0x1 |
| #define | SWIG_POINTER_DISOWN 0x2 |
| #define | PyOS_snprintf snprintf |
| #define | SWIG_BUFFER_SIZE 1024 |
| #define | PyObject_Del(op) PyMem_DEL((op)) |
| #define | SWIGTYPE_p_CardInfo swig_types[0] |
| #define | SWIGTYPE_p_DBInfo swig_types[1] |
| #define | SWIGTYPE_p_DBSizeInfo swig_types[2] |
| #define | SWIGTYPE_p_NetSyncInfo swig_types[3] |
| #define | SWIGTYPE_p_PilotUser swig_types[4] |
| #define | SWIGTYPE_p_SysInfo swig_types[5] |
| #define | SWIGTYPE_p_VFSAnyMountParam swig_types[6] |
| #define | SWIGTYPE_p_VFSDirInfo swig_types[7] |
| #define | SWIGTYPE_p_VFSInfo swig_types[8] |
| #define | SWIGTYPE_p_VFSSlotMountParam swig_types[9] |
| #define | SWIGTYPE_p_char swig_types[10] |
| #define | SWIGTYPE_p_int swig_types[11] |
| #define | SWIGTYPE_p_long swig_types[12] |
| #define | SWIGTYPE_p_p_char swig_types[13] |
| #define | SWIGTYPE_p_p_pi_protocol swig_types[14] |
| #define | SWIGTYPE_p_pi_buffer_t swig_types[15] |
| #define | SWIGTYPE_p_pi_device swig_types[16] |
| #define | SWIGTYPE_p_pi_protocol swig_types[17] |
| #define | SWIGTYPE_p_pi_socket swig_types[18] |
| #define | SWIGTYPE_p_pi_socket_list swig_types[19] |
| #define | SWIGTYPE_p_recordid_t swig_types[20] |
| #define | SWIGTYPE_p_size_t swig_types[21] |
| #define | SWIGTYPE_p_sockaddr swig_types[22] |
| #define | SWIGTYPE_p_ssize_t swig_types[23] |
| #define | SWIGTYPE_p_time_t swig_types[24] |
| #define | SWIGTYPE_p_unsigned_char swig_types[25] |
| #define | SWIGTYPE_p_unsigned_long swig_types[26] |
| #define | SWIGTYPE_ptrdiff_t swig_types[27] |
| #define | SWIGTYPE_size_t swig_types[28] |
| #define | SWIG_TypeQuery(name) SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
| #define | SWIG_MangledTypeQuery(name) SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
| #define | SWIG_init init_pisock |
| #define | SWIG_name "_pisock" |
| #define | DGETLONG(src, key, default) |
| #define | DGETSTR(src, key, default) |
| #define | SWIG_From_int PyInt_FromLong |
| #define | SWIG_From_long PyInt_FromLong |
| #define | SWIG_From_unsigned_SS_short PyInt_FromLong |
| #define | SWIG_From_unsigned_SS_char PyInt_FromLong |
| #define | SWIG_From_unsigned_SS_int SWIG_From_unsigned_SS_long |
| #define | SWIG_newvarlink() SWIG_Python_newvarlink() |
| #define | SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
| #define | SWIG_InstallConstants(d, constants) SWIG_Python_InstallConstants(d, constants) |
Typedefs | |
| typedef void *(*) | swig_converter_func (void *) |
| typedef swig_type_info *(*) | swig_dycast_func (void **) |
Functions | |
| static int | SWIG_TypeNameComp (const char *f1, const char *l1, const char *f2, const char *l2) |
| static int | SWIG_TypeEquiv (const char *nb, const char *tb) |
| static int | SWIG_TypeCompare (const char *nb, const char *tb) |
| static swig_cast_info * | SWIG_TypeCheck (const char *c, swig_type_info *ty) |
| static swig_cast_info * | SWIG_TypeCheckStruct (swig_type_info *from, swig_type_info *into) |
| static void * | SWIG_TypeCast (swig_cast_info *ty, void *ptr) |
| static swig_type_info * | SWIG_TypeDynamicCast (swig_type_info *ty, void **ptr) |
| static const char * | SWIG_TypeName (const swig_type_info *ty) |
| static const char * | SWIG_TypePrettyName (const swig_type_info *type) |
| static void | SWIG_TypeClientData (swig_type_info *ti, void *clientdata) |
| static swig_type_info * | SWIG_MangledTypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
| static swig_type_info * | SWIG_TypeQueryModule (swig_module_info *start, swig_module_info *end, const char *name) |
| static char * | SWIG_PackData (char *c, void *ptr, size_t sz) |
| static const char * | SWIG_UnpackData (const char *c, void *ptr, size_t sz) |
| static char * | SWIG_PackVoidPtr (char *buff, void *ptr, const char *name, size_t bsz) |
| static const char * | SWIG_UnpackVoidPtr (const char *c, void **ptr, const char *name) |
| static char * | SWIG_PackDataName (char *buff, void *ptr, size_t sz, const char *name, size_t bsz) |
| static const char * | SWIG_UnpackDataName (const char *c, void *ptr, size_t sz, const char *name) |
| static PyObject * | PyString_FromFormat (const char *fmt,...) |
| static int | PySwigObject_print (PySwigObject *v, FILE *fp, int flags) |
| static PyObject * | PySwigObject_repr (PySwigObject *v) |
| static PyObject * | PySwigObject_str (PySwigObject *v) |
| static PyObject * | PySwigObject_long (PySwigObject *v) |
| static PyObject * | PySwigObject_format (const char *fmt, PySwigObject *v) |
| static PyObject * | PySwigObject_oct (PySwigObject *v) |
| static PyObject * | PySwigObject_hex (PySwigObject *v) |
| static int | PySwigObject_compare (PySwigObject *v, PySwigObject *w) |
| static void | PySwigObject_dealloc (PySwigObject *self) |
| static PyTypeObject * | PySwigObject_type (void) |
| static PyObject * | PySwigObject_FromVoidPtrAndDesc (void *ptr, const char *desc) |
| static void * | PySwigObject_AsVoidPtr (PyObject *self) |
| static const char * | PySwigObject_GetDesc (PyObject *self) |
| static int | PySwigObject_Check (PyObject *op) |
| static int | PySwigPacked_print (PySwigPacked *v, FILE *fp, int flags) |
| static PyObject * | PySwigPacked_repr (PySwigPacked *v) |
| static PyObject * | PySwigPacked_str (PySwigPacked *v) |
| static int | PySwigPacked_compare (PySwigPacked *v, PySwigPacked *w) |
| static void | PySwigPacked_dealloc (PySwigPacked *self) |
| static PyTypeObject * | PySwigPacked_type (void) |
| static PyObject * | PySwigPacked_FromDataAndDesc (void *ptr, size_t size, const char *desc) |
| static const char * | PySwigPacked_UnpackData (PyObject *obj, void *ptr, size_t size) |
| static const char * | PySwigPacked_GetDesc (PyObject *self) |
| static int | PySwigPacked_Check (PyObject *op) |
| static void | SWIG_Python_TypeError (const char *type, PyObject *obj) |
| static void | SWIG_Python_NullRef (const char *type) |
| static int | SWIG_Python_AddErrMesg (const char *mesg, int infront) |
| static int | SWIG_Python_ArgFail (int argnum) |
| static int | SWIG_Python_ConvertPtr (PyObject *obj, void **ptr, swig_type_info *ty, int flags) |
| static void * | SWIG_Python_MustGetPtr (PyObject *obj, swig_type_info *ty, int argnum, int flags) |
| static int | SWIG_Python_ConvertPacked (PyObject *obj, void *ptr, size_t sz, swig_type_info *ty, int flags) |
| static PyObject * | SWIG_Python_NewPointerObj (void *ptr, swig_type_info *type, int own) |
| static PyObject * | SWIG_Python_NewPackedObj (void *ptr, size_t sz, swig_type_info *type) |
| static swig_module_info * | SWIG_Python_GetModule (void) |
| static int | PyModule_AddObject (PyObject *m, char *name, PyObject *o) |
| static void | SWIG_Python_SetModule (swig_module_info *swig_module) |
| static PyObject * | ConvertFromEncoding (const char *data, const char *encoding, const char *errors, int allowErrors) |
| static int | ConvertToEncoding (PyObject *object, const char *encoding, const char *errors, int allowErrors, char *buffer, int maxBufSize) |
| static PyObject * | PyObjectFromDBInfo (const struct DBInfo *dbi) |
| static PyObject * | PyObjectFromDBSizeInfo (const struct DBSizeInfo *si) |
| static PyObject * | PyObjectFromCardInfo (const struct CardInfo *ci) |
| static PyObject * | PyObjectFromSysInfo (const struct SysInfo *si) |
| static PyObject * | PyObjectFromPilotUser (const struct PilotUser *pi) |
| static int | PyObjectToPilotUser (PyObject *o, struct PilotUser *pi) |
| static PyObject * | PyObjectFromNetSyncInfo (const struct NetSyncInfo *ni) |
| static void | PyObjectToNetSyncInfo (PyObject *o, struct NetSyncInfo *ni) |
| static int | pythonWrapper_handlePiErr (int sd, int err) |
| static PyObject * | _wrap_dlp_ReadRecordIDList (PyObject *self, PyObject *args) |
| static int | SWIG_CheckLongInRange (long value, long min_value, long max_value, const char *errmsg) |
| static int | SWIG_AsVal_long (PyObject *obj, long *val) |
| static int | SWIG_AsVal_int (PyObject *obj, int *val) |
| static int | SWIG_As_int (PyObject *obj) |
| static int | SWIG_Check_int (PyObject *obj) |
| static int | SWIG_AsVal_unsigned_SS_long (PyObject *obj, unsigned long *val) |
| static unsigned long | SWIG_As_unsigned_SS_long (PyObject *obj) |
| static int | SWIG_Check_unsigned_SS_long (PyObject *obj) |
| static PyObject * | SWIG_From_unsigned_SS_long (unsigned long value) |
| static PyObject * | t_output_helper (PyObject *target, PyObject *o) |
| static int | SWIG_AsCharPtrAndSize (PyObject *obj, char **cptr, size_t *psize) |
| static int | SWIG_AsCharPtr (PyObject *obj, char **val) |
| static int | SWIG_AsCharArray (PyObject *obj, char *val, size_t size) |
| static PyObject * | SWIG_FromCharArray (const char *carray, size_t size) |
| static int | SWIG_CheckUnsignedLongInRange (unsigned long value, unsigned long max_value, const char *errmsg) |
| static int | SWIG_AsVal_unsigned_SS_short (PyObject *obj, unsigned short *val) |
| static unsigned short | SWIG_As_unsigned_SS_short (PyObject *obj) |
| static int | SWIG_Check_unsigned_SS_short (PyObject *obj) |
| static long | SWIG_As_long (PyObject *obj) |
| static int | SWIG_Check_long (PyObject *obj) |
| static int | SWIG_AsVal_unsigned_SS_char (PyObject *obj, unsigned char *val) |
| static unsigned char | SWIG_As_unsigned_SS_char (PyObject *obj) |
| static int | SWIG_Check_unsigned_SS_char (PyObject *obj) |
| static unsigned int | SWIG_AsVal_unsigned_SS_int (PyObject *obj, unsigned int *val) |
| static unsigned int | SWIG_As_unsigned_SS_int (PyObject *obj) |
| static int | SWIG_Check_unsigned_SS_int (PyObject *obj) |
| static PyObject * | _wrap_pi_file_install (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_file_retrieve (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_sd_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_sd_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_type_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_type_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_protocol_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_protocol_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_laddr_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_laddr_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_laddrlen_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_laddrlen_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_raddr_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_raddr_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_raddrlen_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_raddrlen_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_protocol_queue_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_protocol_queue_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_queue_len_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_queue_len_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_queue_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_queue_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_len_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_cmd_len_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_device_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_device_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_state_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_state_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_honor_rx_to_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_honor_rx_to_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_command_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_command_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_accept_to_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_accept_to_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_dlprecord_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_dlprecord_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_dlpversion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_dlpversion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_maxrecsize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_maxrecsize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_last_error_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_last_error_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_palmos_error_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_t_palmos_error_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_pi_socket_t (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_pi_socket_t (PyObject *self, PyObject *args) |
| static PyObject * | pi_socket_t_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_list_t_ps_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_list_t_ps_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_list_t_next_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_list_t_next_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_pi_socket_list_t (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_pi_socket_list_t (PyObject *self, PyObject *args) |
| static PyObject * | pi_socket_list_t_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_setsd (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_getsockname (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_getsockpeer (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_getsockopt (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_setsockopt (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_protocol (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_protocol_next (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_socket_connected (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_connect (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_bind (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_listen (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_accept (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_accept_to (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_close (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_send (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_recv (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_read (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_write (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_flush (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_error (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_set_error (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_palmos_error (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_set_palmos_error (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_reset_errors (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_version (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_maxrecsize (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_tickle (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_pi_watchdog (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSDirInfo_attr_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSDirInfo_attr_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSDirInfo_name_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSDirInfo_name_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_VFSDirInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_VFSDirInfo (PyObject *self, PyObject *args) |
| static PyObject * | VFSDirInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_volRefNum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_volRefNum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_reserved_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_reserved_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_mountClass_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSAnyMountParam_mountClass_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_VFSAnyMountParam (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_VFSAnyMountParam (PyObject *self, PyObject *args) |
| static PyObject * | VFSAnyMountParam_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_vfsMountParam_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_vfsMountParam_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_slotLibRefNum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_slotLibRefNum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_slotRefNum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSSlotMountParam_slotRefNum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_VFSSlotMountParam (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_VFSSlotMountParam (PyObject *self, PyObject *args) |
| static PyObject * | VFSSlotMountParam_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_attributes_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_attributes_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_fsType_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_fsType_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_fsCreator_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_fsCreator_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_mountClass_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_mountClass_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_slotLibRefNum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_slotLibRefNum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_slotRefNum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_slotRefNum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_mediaType_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_mediaType_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_reserved_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_VFSInfo_reserved_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_VFSInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_VFSInfo (PyObject *self, PyObject *args) |
| static PyObject * | VFSInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_passwordLength_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_passwordLength_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_username_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_username_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_password_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_password_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_userID_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_userID_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_viewerID_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_viewerID_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_lastSyncPC_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_lastSyncPC_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_successfulSyncDate_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_successfulSyncDate_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_lastSyncDate_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_PilotUser_lastSyncDate_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_PilotUser (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_PilotUser (PyObject *self, PyObject *args) |
| static PyObject * | PilotUser_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_romVersion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_romVersion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_locale_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_locale_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_prodIDLength_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_prodIDLength_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_prodID_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_prodID_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_dlpMajorVersion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_dlpMajorVersion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_dlpMinorVersion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_dlpMinorVersion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_compatMajorVersion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_compatMajorVersion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_compatMinorVersion_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_compatMinorVersion_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_maxRecSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_SysInfo_maxRecSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_SysInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_SysInfo (PyObject *self, PyObject *args) |
| static PyObject * | SysInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_more_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_more_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_name_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_name_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_flags_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_flags_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_miscFlags_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_miscFlags_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_version_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_version_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_type_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_type_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_creator_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_creator_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_modnum_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_modnum_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_index_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_index_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_createDate_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_createDate_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_modifyDate_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_modifyDate_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_backupDate_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBInfo_backupDate_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_DBInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_DBInfo (PyObject *self, PyObject *args) |
| static PyObject * | DBInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_numRecords_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_numRecords_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_totalBytes_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_totalBytes_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_dataBytes_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_dataBytes_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_appBlockSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_appBlockSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_sortBlockSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_sortBlockSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_maxRecSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_DBSizeInfo_maxRecSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_DBSizeInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_DBSizeInfo (PyObject *self, PyObject *args) |
| static PyObject * | DBSizeInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_card_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_card_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_version_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_version_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_more_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_more_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_creation_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_creation_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_romSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_romSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_ramSize_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_ramSize_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_ramFree_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_ramFree_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_name_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_name_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_manufacturer_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_CardInfo_manufacturer_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_CardInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_CardInfo (PyObject *self, PyObject *args) |
| static PyObject * | CardInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_lanSync_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_lanSync_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostName_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostName_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostAddress_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostAddress_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostSubnetMask_set (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_NetSyncInfo_hostSubnetMask_get (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_new_NetSyncInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_delete_NetSyncInfo (PyObject *self, PyObject *args) |
| static PyObject * | NetSyncInfo_swigregister (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_set_protocol_version (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ptohdate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_htopdate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_GetSysDateTime_ (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_SetSysDateTime (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadSysInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadStorageInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadUserInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteUserInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ResetLastSyncPC (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadNetSyncInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteNetSyncInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_OpenConduit (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_EndOfSync (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_AbortSync (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadFeature (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_GetROMToken (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_AddSyncLogEntry (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_CallApplication (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadAppPreference (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteAppPreference (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ResetSystem (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadDBList_ (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_FindDBByName (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_FindDBByOpenHandle (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_FindDBByTypeCreator (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_FindDBInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_OpenDB (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_CloseDB (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_CloseDB_All (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_DeleteDB (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_CreateDB (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadOpenDBInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_SetDBInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_DeleteCategory (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_MoveCategory (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadAppBlock (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteAppBlock (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadSortBlock (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteSortBlock (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_CleanUpDatabase (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ResetSyncFlags (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ResetDBIndex (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadRecordById (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadRecordByIndex (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadNextModifiedRec (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadNextModifiedRecInCategory (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadNextRecInCategory (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteRecord (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_DeleteRecord (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadResourceByType (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ReadResourceByIndex (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_WriteResource (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_DeleteResource (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ExpSlotEnumerate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ExpCardPresent (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ExpCardInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_ExpSlotMediaType (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeEnumerate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeInfo (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeGetLabel (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeSetLabel (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeSize (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSVolumeFormat (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSGetDefaultDir (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSDirEntryEnumerate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSDirCreate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSImportDatabaseFromFile (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSExportDatabaseToFile (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileCreate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileOpen (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileClose (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileWrite (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileRead (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileDelete (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileRename (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileEOF (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileTell (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileGetAttributes (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileSetAttributes (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileGetDate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileSetDate (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileSeek (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileResize (PyObject *self, PyObject *args) |
| static PyObject * | _wrap_dlp_VFSFileSize (PyObject *self, PyObject *args) |
| static void | SWIG_InitializeModule (void *clientdata) |
| static void | SWIG_PropagateClientData (void) |
| static PyObject * | swig_varlink_repr (swig_varlinkobject *v) |
| static int | swig_varlink_print (swig_varlinkobject *v, FILE *fp, int flags) |
| static PyObject * | swig_varlink_getattr (swig_varlinkobject *v, char *n) |
| static int | swig_varlink_setattr (swig_varlinkobject *v, char *n, PyObject *p) |
| static PyTypeObject * | swig_varlink_type (void) |
| static PyObject * | SWIG_Python_newvarlink (void) |
| static void | SWIG_Python_addvarlink (PyObject *p, char *name, PyObject *(*get_attr)(void), int(*set_attr)(PyObject *p)) |
| static void | SWIG_Python_InstallConstants (PyObject *d, swig_const_info constants[]) |
| static void | SWIG_Python_FixMethods (PyMethodDef *methods, swig_const_info *const_table, swig_type_info **types, swig_type_info **types_initial) |
| void | init_pisock (void) |
Variables | |
| static swig_type_info * | swig_types [30] |
| static swig_module_info | swig_module = {swig_types, 29, 0, 0, 0, 0} |
| static PyObject * | PIError = NULL |
| static PyMethodDef | SwigMethods [] |
| static swig_type_info | _swigt__p_CardInfo = {"_p_CardInfo", "struct CardInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_DBInfo = {"_p_DBInfo", "struct DBInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_DBSizeInfo = {"_p_DBSizeInfo", "struct DBSizeInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_NetSyncInfo = {"_p_NetSyncInfo", "struct NetSyncInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_PilotUser = {"_p_PilotUser", "struct PilotUser *", 0, 0, 0} |
| static swig_type_info | _swigt__p_SysInfo = {"_p_SysInfo", "struct SysInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_VFSAnyMountParam = {"_p_VFSAnyMountParam", "struct VFSAnyMountParam *", 0, 0, 0} |
| static swig_type_info | _swigt__p_VFSDirInfo = {"_p_VFSDirInfo", "struct VFSDirInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_VFSInfo = {"_p_VFSInfo", "struct VFSInfo *", 0, 0, 0} |
| static swig_type_info | _swigt__p_VFSSlotMountParam = {"_p_VFSSlotMountParam", "struct VFSSlotMountParam *", 0, 0, 0} |
| static swig_type_info | _swigt__p_char = {"_p_char", "char *", 0, 0, 0} |
| static swig_type_info | _swigt__p_int = {"_p_int", "int *", 0, 0, 0} |
| static swig_type_info | _swigt__p_long = {"_p_long", "long *", 0, 0, 0} |
| static swig_type_info | _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, 0} |
| static swig_type_info | _swigt__p_p_pi_protocol = {"_p_p_pi_protocol", "struct pi_protocol **", 0, 0, 0} |
| static swig_type_info | _swigt__p_pi_buffer_t = {"_p_pi_buffer_t", "pi_buffer_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_pi_device = {"_p_pi_device", "struct pi_device *", 0, 0, 0} |
| static swig_type_info | _swigt__p_pi_protocol = {"_p_pi_protocol", "struct pi_protocol *", 0, 0, 0} |
| static swig_type_info | _swigt__p_pi_socket = {"_p_pi_socket", "struct pi_socket *|pi_socket_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_pi_socket_list = {"_p_pi_socket_list", "struct pi_socket_list *|pi_socket_list_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_recordid_t = {"_p_recordid_t", "recordid_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_size_t = {"_p_size_t", "size_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_sockaddr = {"_p_sockaddr", "struct sockaddr *", 0, 0, 0} |
| static swig_type_info | _swigt__p_ssize_t = {"_p_ssize_t", "ssize_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_time_t = {"_p_time_t", "time_t *", 0, 0, 0} |
| static swig_type_info | _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *", 0, 0, 0} |
| static swig_type_info | _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *", 0, 0, 0} |
| static swig_type_info | _swigt__ptrdiff_t = {"_ptrdiff_t", "ptrdiff_t", 0, 0, 0} |
| static swig_type_info | _swigt__size_t = {"_size_t", "size_t", 0, 0, 0} |
| static swig_type_info * | swig_type_initial [] |
| static swig_cast_info | _swigc__p_CardInfo [] = { {&_swigt__p_CardInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_DBInfo [] = { {&_swigt__p_DBInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_DBSizeInfo [] = { {&_swigt__p_DBSizeInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_NetSyncInfo [] = { {&_swigt__p_NetSyncInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_PilotUser [] = { {&_swigt__p_PilotUser, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_SysInfo [] = { {&_swigt__p_SysInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_VFSAnyMountParam [] = { {&_swigt__p_VFSAnyMountParam, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_VFSDirInfo [] = { {&_swigt__p_VFSDirInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_VFSInfo [] = { {&_swigt__p_VFSInfo, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_VFSSlotMountParam [] = { {&_swigt__p_VFSSlotMountParam, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_char [] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_int [] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_long [] = { {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_p_char [] = { {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_p_pi_protocol [] = { {&_swigt__p_p_pi_protocol, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_pi_buffer_t [] = { {&_swigt__p_pi_buffer_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_pi_device [] = { {&_swigt__p_pi_device, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_pi_protocol [] = { {&_swigt__p_pi_protocol, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_pi_socket [] = { {&_swigt__p_pi_socket, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_pi_socket_list [] = { {&_swigt__p_pi_socket_list, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_recordid_t [] = { {&_swigt__p_recordid_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_size_t [] = { {&_swigt__p_size_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_sockaddr [] = { {&_swigt__p_sockaddr, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_ssize_t [] = { {&_swigt__p_ssize_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_time_t [] = { {&_swigt__p_time_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_unsigned_char [] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__p_unsigned_long [] = { {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__ptrdiff_t [] = { {&_swigt__ptrdiff_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info | _swigc__size_t [] = { {&_swigt__size_t, 0, 0, 0},{0, 0, 0, 0}} |
| static swig_cast_info * | swig_cast_initial [] |
| static swig_const_info | swig_const_table [] |
| #define DGETLONG | ( | src, | |||
| key, | |||||
| default | ) |
Value:
(PyDict_GetItemString(src,key) ? \
PyInt_AsLong(PyDict_GetItemString(src,key)) : default)
Definition at line 1470 of file pisock_wrap.c.
Referenced by PyObjectToNetSyncInfo(), and PyObjectToPilotUser().
| #define DGETSTR | ( | src, | |||
| key, | |||||
| default | ) |
Value:
(PyDict_GetItemString(src,key) ? \
PyString_AsString(PyDict_GetItemString(src,key)) : default)
Definition at line 1473 of file pisock_wrap.c.
Referenced by PyObjectToNetSyncInfo().
| #define PyObject_Del | ( | op | ) | PyMem_DEL((op)) |
Definition at line 648 of file pisock_wrap.c.
Referenced by PySwigObject_dealloc(), and PySwigPacked_dealloc().
| #define PyOS_snprintf snprintf |
| #define SWIG_addvarlink | ( | p, | |||
| name, | |||||
| get_attr, | |||||
| set_attr | ) | SWIG_Python_addvarlink(p, name, get_attr, set_attr) |
Definition at line 12705 of file pisock_wrap.c.
| #define SWIG_append_errmsg | ( | msg | ) | SWIG_Python_AddErrMesg(msg,0) |
Definition at line 531 of file pisock_wrap.c.
| #define SWIG_arg_fail | ( | arg | ) | SWIG_Python_ArgFail(arg) |
Definition at line 530 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_card_set(), _wrap_CardInfo_creation_get(), _wrap_CardInfo_creation_set(), _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_more_get(), _wrap_CardInfo_more_set(), _wrap_CardInfo_name_get(), _wrap_CardInfo_name_set(), _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_get(), _wrap_CardInfo_romSize_set(), _wrap_CardInfo_version_get(), _wrap_CardInfo_version_set(), _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_creator_set(), _wrap_DBInfo_flags_get(), _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_get(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_get(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_modifyDate_get(), _wrap_DBInfo_modifyDate_set(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_modnum_set(), _wrap_DBInfo_more_get(), _wrap_DBInfo_more_set(), _wrap_DBInfo_name_get(), _wrap_DBInfo_name_set(), _wrap_DBInfo_type_get(), _wrap_DBInfo_type_set(), _wrap_DBInfo_version_get(), _wrap_DBInfo_version_set(), _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_delete_CardInfo(), _wrap_delete_DBInfo(), _wrap_delete_DBSizeInfo(), _wrap_delete_NetSyncInfo(), _wrap_delete_pi_socket_list_t(), _wrap_delete_pi_socket_t(), _wrap_delete_VFSAnyMountParam(), _wrap_delete_VFSDirInfo(), _wrap_delete_VFSInfo(), _wrap_delete_VFSSlotMountParam(), _wrap_dlp_AbortSync(), _wrap_dlp_AddSyncLogEntry(), _wrap_dlp_CallApplication(), _wrap_dlp_CleanUpDatabase(), _wrap_dlp_CloseDB(), _wrap_dlp_CloseDB_All(), _wrap_dlp_CreateDB(), _wrap_dlp_DeleteCategory(), _wrap_dlp_DeleteDB(), _wrap_dlp_DeleteRecord(), _wrap_dlp_DeleteResource(), _wrap_dlp_EndOfSync(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpCardPresent(), _wrap_dlp_ExpSlotEnumerate(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_htopdate(), _wrap_dlp_MoveCategory(), _wrap_dlp_OpenConduit(), _wrap_dlp_OpenDB(), _wrap_dlp_ptohdate(), _wrap_dlp_ReadAppBlock(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadDBList_(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNetSyncInfo(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_ReadSortBlock(), _wrap_dlp_ReadStorageInfo(), _wrap_dlp_ReadSysInfo(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_ResetDBIndex(), _wrap_dlp_ResetLastSyncPC(), _wrap_dlp_ResetSyncFlags(), _wrap_dlp_ResetSystem(), _wrap_dlp_set_protocol_version(), _wrap_dlp_SetDBInfo(), _wrap_dlp_SetSysDateTime(), _wrap_dlp_VFSDirCreate(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSExportDatabaseToFile(), _wrap_dlp_VFSFileClose(), _wrap_dlp_VFSFileCreate(), _wrap_dlp_VFSFileDelete(), _wrap_dlp_VFSFileEOF(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSFileRename(), _wrap_dlp_VFSFileResize(), _wrap_dlp_VFSFileSeek(), _wrap_dlp_VFSFileSetAttributes(), _wrap_dlp_VFSFileSetDate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSFileWrite(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_dlp_VFSVolumeSetLabel(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteAppBlock(), _wrap_dlp_WriteAppPreference(), _wrap_dlp_WriteNetSyncInfo(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteResource(), _wrap_dlp_WriteSortBlock(), _wrap_dlp_WriteUserInfo(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_NetSyncInfo_lanSync_get(), _wrap_NetSyncInfo_lanSync_set(), _wrap_pi_accept(), _wrap_pi_accept_to(), _wrap_pi_bind(), _wrap_pi_close(), _wrap_pi_connect(), _wrap_pi_error(), _wrap_pi_file_install(), _wrap_pi_file_retrieve(), _wrap_pi_flush(), _wrap_pi_getsockname(), _wrap_pi_getsockopt(), _wrap_pi_getsockpeer(), _wrap_pi_listen(), _wrap_pi_maxrecsize(), _wrap_pi_palmos_error(), _wrap_pi_protocol(), _wrap_pi_protocol_next(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_pi_reset_errors(), _wrap_pi_send(), _wrap_pi_set_error(), _wrap_pi_set_palmos_error(), _wrap_pi_setsockopt(), _wrap_pi_socket(), _wrap_pi_socket_connected(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_protocol_queue_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_socket_t_raddr_set(), _wrap_pi_socket_t_raddrlen_get(), _wrap_pi_socket_t_raddrlen_set(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_get(), _wrap_pi_socket_t_type_set(), _wrap_pi_tickle(), _wrap_pi_version(), _wrap_pi_watchdog(), _wrap_pi_write(), _wrap_PilotUser_lastSyncDate_set(), _wrap_PilotUser_lastSyncPC_set(), _wrap_PilotUser_password_set(), _wrap_PilotUser_passwordLength_set(), _wrap_PilotUser_successfulSyncDate_set(), _wrap_PilotUser_userID_set(), _wrap_PilotUser_username_set(), _wrap_PilotUser_viewerID_set(), _wrap_SysInfo_compatMajorVersion_set(), _wrap_SysInfo_compatMinorVersion_set(), _wrap_SysInfo_dlpMajorVersion_set(), _wrap_SysInfo_dlpMinorVersion_set(), _wrap_SysInfo_locale_set(), _wrap_SysInfo_maxRecSize_set(), _wrap_SysInfo_prodID_set(), _wrap_SysInfo_prodIDLength_set(), _wrap_SysInfo_romVersion_set(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSDirInfo_name_get(), _wrap_VFSDirInfo_name_set(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_get(), _wrap_VFSInfo_mountClass_set(), _wrap_VFSInfo_reserved_get(), _wrap_VFSInfo_reserved_set(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotLibRefNum_set(), _wrap_VFSInfo_slotRefNum_get(), _wrap_VFSInfo_slotRefNum_set(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), _wrap_VFSSlotMountParam_slotRefNum_get(), _wrap_VFSSlotMountParam_slotRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), and _wrap_VFSSlotMountParam_vfsMountParam_set().
| #define SWIG_BUFFER_SIZE 1024 |
Definition at line 630 of file pisock_wrap.c.
Referenced by PyString_FromFormat(), PySwigObject_print(), PySwigObject_repr(), PySwigObject_str(), PySwigPacked_print(), PySwigPacked_repr(), PySwigPacked_str(), SWIG_Python_NewPackedObj(), and SWIG_Python_NewPointerObj().
| #define SWIG_COBJECT_TYPES |
Definition at line 609 of file pisock_wrap.c.
| #define SWIG_contract_assert | ( | expr, | |||
| msg | ) | if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else |
Definition at line 539 of file pisock_wrap.c.
| #define SWIG_ConvertPacked | ( | obj, | |||
| ptr, | |||||
| sz, | |||||
| ty, | |||||
| flags | ) | SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags) |
Definition at line 593 of file pisock_wrap.c.
Definition at line 587 of file pisock_wrap.c.
Referenced by _wrap_dlp_GetROMToken(), _wrap_dlp_ReadAppPreference(), _wrap_pi_getsockopt(), _wrap_pi_send(), _wrap_pi_setsockopt(), and SWIG_AsCharPtrAndSize().
| #define SWIG_fail goto fail |
Definition at line 529 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_card_set(), _wrap_CardInfo_creation_get(), _wrap_CardInfo_creation_set(), _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_more_get(), _wrap_CardInfo_more_set(), _wrap_CardInfo_name_get(), _wrap_CardInfo_name_set(), _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_get(), _wrap_CardInfo_romSize_set(), _wrap_CardInfo_version_get(), _wrap_CardInfo_version_set(), _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_creator_set(), _wrap_DBInfo_flags_get(), _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_get(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_get(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_modifyDate_get(), _wrap_DBInfo_modifyDate_set(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_modnum_set(), _wrap_DBInfo_more_get(), _wrap_DBInfo_more_set(), _wrap_DBInfo_name_get(), _wrap_DBInfo_name_set(), _wrap_DBInfo_type_get(), _wrap_DBInfo_type_set(), _wrap_DBInfo_version_get(), _wrap_DBInfo_version_set(), _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_delete_CardInfo(), _wrap_delete_DBInfo(), _wrap_delete_DBSizeInfo(), _wrap_delete_NetSyncInfo(), _wrap_delete_pi_socket_list_t(), _wrap_delete_pi_socket_t(), _wrap_delete_VFSAnyMountParam(), _wrap_delete_VFSDirInfo(), _wrap_delete_VFSInfo(), _wrap_delete_VFSSlotMountParam(), _wrap_dlp_AbortSync(), _wrap_dlp_AddSyncLogEntry(), _wrap_dlp_CallApplication(), _wrap_dlp_CleanUpDatabase(), _wrap_dlp_CloseDB(), _wrap_dlp_CloseDB_All(), _wrap_dlp_CreateDB(), _wrap_dlp_DeleteCategory(), _wrap_dlp_DeleteDB(), _wrap_dlp_DeleteRecord(), _wrap_dlp_DeleteResource(), _wrap_dlp_EndOfSync(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpCardPresent(), _wrap_dlp_ExpSlotEnumerate(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_htopdate(), _wrap_dlp_MoveCategory(), _wrap_dlp_OpenConduit(), _wrap_dlp_OpenDB(), _wrap_dlp_ptohdate(), _wrap_dlp_ReadAppBlock(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadDBList_(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNetSyncInfo(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_ReadSortBlock(), _wrap_dlp_ReadStorageInfo(), _wrap_dlp_ReadSysInfo(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_ResetDBIndex(), _wrap_dlp_ResetLastSyncPC(), _wrap_dlp_ResetSyncFlags(), _wrap_dlp_ResetSystem(), _wrap_dlp_set_protocol_version(), _wrap_dlp_SetDBInfo(), _wrap_dlp_SetSysDateTime(), _wrap_dlp_VFSDirCreate(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSExportDatabaseToFile(), _wrap_dlp_VFSFileClose(), _wrap_dlp_VFSFileCreate(), _wrap_dlp_VFSFileDelete(), _wrap_dlp_VFSFileEOF(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSFileRename(), _wrap_dlp_VFSFileResize(), _wrap_dlp_VFSFileSeek(), _wrap_dlp_VFSFileSetAttributes(), _wrap_dlp_VFSFileSetDate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSFileWrite(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_dlp_VFSVolumeSetLabel(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteAppBlock(), _wrap_dlp_WriteAppPreference(), _wrap_dlp_WriteNetSyncInfo(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteResource(), _wrap_dlp_WriteSortBlock(), _wrap_dlp_WriteUserInfo(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_NetSyncInfo_lanSync_get(), _wrap_NetSyncInfo_lanSync_set(), _wrap_pi_accept(), _wrap_pi_accept_to(), _wrap_pi_bind(), _wrap_pi_close(), _wrap_pi_connect(), _wrap_pi_error(), _wrap_pi_flush(), _wrap_pi_getsockname(), _wrap_pi_getsockopt(), _wrap_pi_getsockpeer(), _wrap_pi_listen(), _wrap_pi_maxrecsize(), _wrap_pi_palmos_error(), _wrap_pi_protocol(), _wrap_pi_protocol_next(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_pi_reset_errors(), _wrap_pi_send(), _wrap_pi_set_error(), _wrap_pi_set_palmos_error(), _wrap_pi_setsockopt(), _wrap_pi_socket(), _wrap_pi_socket_connected(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_protocol_queue_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_socket_t_raddr_set(), _wrap_pi_socket_t_raddrlen_get(), _wrap_pi_socket_t_raddrlen_set(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_get(), _wrap_pi_socket_t_type_set(), _wrap_pi_tickle(), _wrap_pi_version(), _wrap_pi_watchdog(), _wrap_pi_write(), _wrap_PilotUser_lastSyncDate_set(), _wrap_PilotUser_lastSyncPC_set(), _wrap_PilotUser_password_set(), _wrap_PilotUser_passwordLength_set(), _wrap_PilotUser_successfulSyncDate_set(), _wrap_PilotUser_userID_set(), _wrap_PilotUser_username_set(), _wrap_PilotUser_viewerID_set(), _wrap_SysInfo_compatMajorVersion_set(), _wrap_SysInfo_compatMinorVersion_set(), _wrap_SysInfo_dlpMajorVersion_set(), _wrap_SysInfo_dlpMinorVersion_set(), _wrap_SysInfo_locale_set(), _wrap_SysInfo_maxRecSize_set(), _wrap_SysInfo_prodID_set(), _wrap_SysInfo_prodIDLength_set(), _wrap_SysInfo_romVersion_set(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSDirInfo_name_get(), _wrap_VFSDirInfo_name_set(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_get(), _wrap_VFSInfo_mountClass_set(), _wrap_VFSInfo_reserved_get(), _wrap_VFSInfo_reserved_set(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotLibRefNum_set(), _wrap_VFSInfo_slotRefNum_get(), _wrap_VFSInfo_slotRefNum_set(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), _wrap_VFSSlotMountParam_slotRefNum_get(), _wrap_VFSSlotMountParam_slotRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), and _wrap_VFSSlotMountParam_vfsMountParam_set().
| #define SWIG_From_int PyInt_FromLong |
Definition at line 1821 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_more_get(), _wrap_CardInfo_version_get(), _wrap_DBInfo_more_get(), _wrap_dlp_CreateDB(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_NetSyncInfo_lanSync_get(), _wrap_pi_close(), _wrap_pi_error(), _wrap_pi_getsockname(), _wrap_pi_getsockopt(), _wrap_pi_getsockpeer(), _wrap_pi_palmos_error(), _wrap_pi_send(), _wrap_pi_set_error(), _wrap_pi_set_palmos_error(), _wrap_pi_setsockopt(), _wrap_pi_socket(), _wrap_pi_socket_connected(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_type_get(), _wrap_pi_watchdog(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotRefNum_get(), and init_pisock().
| #define SWIG_From_long PyInt_FromLong |
Definition at line 2048 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_creation_get(), _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_modifyDate_get(), _wrap_dlp_ptohdate(), _wrap_dlp_VFSVolumeSize(), _wrap_PilotUser_lastSyncDate_get(), _wrap_PilotUser_successfulSyncDate_get(), and init_pisock().
| #define SWIG_From_unsigned_SS_char PyInt_FromLong |
| #define SWIG_From_unsigned_SS_int SWIG_From_unsigned_SS_long |
Definition at line 2282 of file pisock_wrap.c.
Referenced by _wrap_DBInfo_flags_get(), _wrap_DBInfo_index_get(), _wrap_DBInfo_miscFlags_get(), and _wrap_DBInfo_version_get().
| #define SWIG_From_unsigned_SS_short PyInt_FromLong |
Definition at line 2154 of file pisock_wrap.c.
Referenced by _wrap_SysInfo_compatMajorVersion_get(), _wrap_SysInfo_compatMinorVersion_get(), _wrap_SysInfo_dlpMajorVersion_get(), _wrap_SysInfo_dlpMinorVersion_get(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), and _wrap_VFSSlotMountParam_slotRefNum_get().
| #define SWIG_GetModule | ( | clientdata | ) | SWIG_Python_GetModule() |
| #define SWIG_init init_pisock |
Definition at line 1457 of file pisock_wrap.c.
| #define SWIG_InstallConstants | ( | d, | |||
| constants | ) | SWIG_Python_InstallConstants(d, constants) |
| #define SWIG_MangledTypeQuery | ( | name | ) | SWIG_MangledTypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1449 of file pisock_wrap.c.
Definition at line 589 of file pisock_wrap.c.
| #define SWIG_name "_pisock" |
| #define SWIG_NEWOBJ SWIG_OLDOBJ + 1 |
Definition at line 568 of file pisock_wrap.c.
Referenced by _wrap_dlp_CallApplication(), _wrap_dlp_CreateDB(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeSize(), and _wrap_dlp_WriteRecord().
| #define SWIG_NewPackedObj | ( | ptr, | |||
| sz, | |||||
| type | ) | SWIG_Python_NewPackedObj(ptr, sz, type) |
Definition at line 588 of file pisock_wrap.c.
Referenced by _wrap_dlp_CallApplication(), _wrap_dlp_CreateDB(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteRecord(), _wrap_new_CardInfo(), _wrap_new_DBInfo(), _wrap_new_DBSizeInfo(), _wrap_new_NetSyncInfo(), _wrap_new_pi_socket_list_t(), _wrap_new_pi_socket_t(), _wrap_new_PilotUser(), _wrap_new_SysInfo(), _wrap_new_VFSAnyMountParam(), _wrap_new_VFSDirInfo(), _wrap_new_VFSInfo(), _wrap_new_VFSSlotMountParam(), _wrap_pi_protocol(), _wrap_pi_protocol_next(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_write(), _wrap_VFSSlotMountParam_vfsMountParam_get(), SWIG_FromCharArray(), and SWIG_Python_InstallConstants().
| #define SWIG_newvarlink | ( | ) | SWIG_Python_newvarlink() |
| #define SWIG_null_ref | ( | type | ) | SWIG_Python_NullRef(type) |
Definition at line 534 of file pisock_wrap.c.
| #define SWIG_OLDOBJ 1 |
| #define SWIG_POINTER_DISOWN 0x2 |
Definition at line 614 of file pisock_wrap.c.
Referenced by _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_raddr_set(), and SWIG_Python_ConvertPtr().
| #define SWIG_POINTER_EXCEPTION 0x1 |
Definition at line 613 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_card_set(), _wrap_CardInfo_creation_get(), _wrap_CardInfo_creation_set(), _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_more_get(), _wrap_CardInfo_more_set(), _wrap_CardInfo_name_get(), _wrap_CardInfo_name_set(), _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_get(), _wrap_CardInfo_romSize_set(), _wrap_CardInfo_version_get(), _wrap_CardInfo_version_set(), _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_creator_set(), _wrap_DBInfo_flags_get(), _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_get(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_get(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_modifyDate_get(), _wrap_DBInfo_modifyDate_set(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_modnum_set(), _wrap_DBInfo_more_get(), _wrap_DBInfo_more_set(), _wrap_DBInfo_name_get(), _wrap_DBInfo_name_set(), _wrap_DBInfo_type_get(), _wrap_DBInfo_type_set(), _wrap_DBInfo_version_get(), _wrap_DBInfo_version_set(), _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_delete_CardInfo(), _wrap_delete_DBInfo(), _wrap_delete_DBSizeInfo(), _wrap_delete_NetSyncInfo(), _wrap_delete_pi_socket_list_t(), _wrap_delete_pi_socket_t(), _wrap_delete_VFSAnyMountParam(), _wrap_delete_VFSDirInfo(), _wrap_delete_VFSInfo(), _wrap_delete_VFSSlotMountParam(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_htopdate(), _wrap_dlp_ptohdate(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_NetSyncInfo_lanSync_get(), _wrap_NetSyncInfo_lanSync_set(), _wrap_pi_getsockopt(), _wrap_pi_send(), _wrap_pi_setsockopt(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_protocol_queue_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_socket_t_raddr_set(), _wrap_pi_socket_t_raddrlen_get(), _wrap_pi_socket_t_raddrlen_set(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_get(), _wrap_pi_socket_t_type_set(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSDirInfo_name_get(), _wrap_VFSDirInfo_name_set(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_get(), _wrap_VFSInfo_mountClass_set(), _wrap_VFSInfo_reserved_get(), _wrap_VFSInfo_reserved_set(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotLibRefNum_set(), _wrap_VFSInfo_slotRefNum_get(), _wrap_VFSInfo_slotRefNum_set(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), _wrap_VFSSlotMountParam_slotRefNum_get(), _wrap_VFSSlotMountParam_slotRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), _wrap_VFSSlotMountParam_vfsMountParam_set(), SWIG_Python_ConvertPacked(), SWIG_Python_ConvertPtr(), and SWIG_Python_MustGetPtr().
| #define SWIG_preppend_errmsg | ( | msg | ) | SWIG_Python_AddErrMesg(msg,1) |
Definition at line 532 of file pisock_wrap.c.
| #define SWIG_PY_BINARY 5 |
| #define SWIG_PY_FLOAT 2 |
| #define SWIG_PY_INT 1 |
| #define SWIG_PY_POINTER 4 |
Definition at line 550 of file pisock_wrap.c.
Referenced by SWIG_Python_FixMethods(), and SWIG_Python_InstallConstants().
| #define SWIG_PY_STRING 3 |
| #define SWIG_PYSTR SWIG_NEWOBJ + 1 |
| #define SWIG_RUNTIME_VERSION "2" |
Definition at line 92 of file pisock_wrap.c.
Referenced by SWIG_Python_GetModule(), and SWIG_Python_SetModule().
| #define SWIG_SetModule | ( | clientdata, | |||
| pointer | ) | SWIG_Python_SetModule(pointer) |
| #define SWIG_type_error | ( | type, | |||
| obj | ) | SWIG_Python_TypeError(type,obj) |
Definition at line 533 of file pisock_wrap.c.
Referenced by SWIG_AsCharPtr(), SWIG_AsCharPtrAndSize(), SWIG_AsVal_long(), SWIG_AsVal_unsigned_SS_char(), SWIG_AsVal_unsigned_SS_long(), and SWIG_AsVal_unsigned_SS_short().
| #define SWIG_TYPE_TABLE_NAME |
Definition at line 100 of file pisock_wrap.c.
Referenced by SWIG_Python_GetModule(), and SWIG_Python_SetModule().
| #define SWIG_TypeCheck_Template | ( | comparison, | |||
| ty | ) |
Value:
if (ty) { \ swig_cast_info *iter = ty->cast; \ while (iter) { \ if (comparison) { \ if (iter == ty->cast) return iter; \ /* Move iter to the top of the linked list */ \ iter->prev->next = iter->next; \ if (iter->next) \ iter->next->prev = iter->prev; \ iter->next = ty->cast; \ iter->prev = 0; \ if (ty->cast) ty->cast->prev = iter; \ ty->cast = iter; \ return iter; \ } \ iter = iter->next; \ } \ } \ return 0
Definition at line 217 of file pisock_wrap.c.
Referenced by SWIG_TypeCheck(), and SWIG_TypeCheckStruct().
| #define SWIG_TypeQuery | ( | name | ) | SWIG_TypeQueryModule(&swig_module, &swig_module, name) |
Definition at line 1448 of file pisock_wrap.c.
Referenced by SWIG_AsCharPtrAndSize(), and SWIG_FromCharArray().
| #define SWIGEXPORT |
Definition at line 65 of file pisock_wrap.c.
| #define SWIGINLINE |
Definition at line 33 of file pisock_wrap.c.
| #define SWIGINTERN static SWIGUNUSED |
Definition at line 48 of file pisock_wrap.c.
| #define SWIGINTERNINLINE SWIGINTERN SWIGINLINE |
Definition at line 53 of file pisock_wrap.c.
| #define SWIGPYTHON |
Definition at line 11 of file pisock_wrap.c.
| #define SWIGRUNTIME SWIGINTERN |
Definition at line 113 of file pisock_wrap.c.
Referenced by PySwigObject_type(), and PySwigPacked_type().
| #define SWIGRUNTIMEINLINE SWIGRUNTIME SWIGINLINE |
Definition at line 117 of file pisock_wrap.c.
| #define SWIGSTDCALL |
Definition at line 74 of file pisock_wrap.c.
| #define SWIGTEMPLATEDISAMBIGUATOR |
Definition at line 24 of file pisock_wrap.c.
| #define SWIGTYPE_p_CardInfo swig_types[0] |
Definition at line 1417 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_card_set(), _wrap_CardInfo_creation_get(), _wrap_CardInfo_creation_set(), _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_more_get(), _wrap_CardInfo_more_set(), _wrap_CardInfo_name_get(), _wrap_CardInfo_name_set(), _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_get(), _wrap_CardInfo_romSize_set(), _wrap_CardInfo_version_get(), _wrap_CardInfo_version_set(), _wrap_delete_CardInfo(), _wrap_new_CardInfo(), and CardInfo_swigregister().
| #define SWIGTYPE_p_char swig_types[10] |
Definition at line 1427 of file pisock_wrap.c.
| #define SWIGTYPE_p_DBInfo swig_types[1] |
Definition at line 1418 of file pisock_wrap.c.
Referenced by _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_creator_set(), _wrap_DBInfo_flags_get(), _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_get(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_get(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_modifyDate_get(), _wrap_DBInfo_modifyDate_set(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_modnum_set(), _wrap_DBInfo_more_get(), _wrap_DBInfo_more_set(), _wrap_DBInfo_name_get(), _wrap_DBInfo_name_set(), _wrap_DBInfo_type_get(), _wrap_DBInfo_type_set(), _wrap_DBInfo_version_get(), _wrap_DBInfo_version_set(), _wrap_delete_DBInfo(), _wrap_new_DBInfo(), and DBInfo_swigregister().
| #define SWIGTYPE_p_DBSizeInfo swig_types[2] |
Definition at line 1419 of file pisock_wrap.c.
Referenced by _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_delete_DBSizeInfo(), _wrap_new_DBSizeInfo(), and DBSizeInfo_swigregister().
| #define SWIGTYPE_p_int swig_types[11] |
Definition at line 1428 of file pisock_wrap.c.
Referenced by _wrap_dlp_CreateDB(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeEnumerate(), and _wrap_dlp_VFSVolumeGetLabel().
| #define SWIGTYPE_p_long swig_types[12] |
| #define SWIGTYPE_p_NetSyncInfo swig_types[3] |
Definition at line 1420 of file pisock_wrap.c.
Referenced by _wrap_delete_NetSyncInfo(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_NetSyncInfo_lanSync_get(), _wrap_NetSyncInfo_lanSync_set(), _wrap_new_NetSyncInfo(), and NetSyncInfo_swigregister().
| #define SWIGTYPE_p_p_char swig_types[13] |
| #define SWIGTYPE_p_p_pi_protocol swig_types[14] |
Definition at line 1431 of file pisock_wrap.c.
Referenced by _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_protocol_queue_get(), and _wrap_pi_socket_t_protocol_queue_set().
| #define SWIGTYPE_p_pi_buffer_t swig_types[15] |
Definition at line 1432 of file pisock_wrap.c.
| #define SWIGTYPE_p_pi_device swig_types[16] |
Definition at line 1433 of file pisock_wrap.c.
Referenced by _wrap_pi_socket_t_device_get(), and _wrap_pi_socket_t_device_set().
| #define SWIGTYPE_p_pi_protocol swig_types[17] |
Definition at line 1434 of file pisock_wrap.c.
Referenced by _wrap_pi_protocol(), and _wrap_pi_protocol_next().
| #define SWIGTYPE_p_pi_socket swig_types[18] |
Definition at line 1435 of file pisock_wrap.c.
Referenced by _wrap_delete_pi_socket_t(), _wrap_new_pi_socket_t(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_protocol_queue_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_socket_t_raddr_set(), _wrap_pi_socket_t_raddrlen_get(), _wrap_pi_socket_t_raddrlen_set(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_get(), _wrap_pi_socket_t_type_set(), and pi_socket_t_swigregister().
| #define SWIGTYPE_p_pi_socket_list swig_types[19] |
Definition at line 1436 of file pisock_wrap.c.
Referenced by _wrap_delete_pi_socket_list_t(), _wrap_new_pi_socket_list_t(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), and pi_socket_list_t_swigregister().
| #define SWIGTYPE_p_PilotUser swig_types[4] |
Definition at line 1421 of file pisock_wrap.c.
Referenced by _wrap_new_PilotUser(), and PilotUser_swigregister().
| #define SWIGTYPE_p_recordid_t swig_types[20] |
Definition at line 1437 of file pisock_wrap.c.
Referenced by _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadRecordByIndex(), and _wrap_dlp_WriteRecord().
| #define SWIGTYPE_p_size_t swig_types[21] |
Definition at line 1438 of file pisock_wrap.c.
Referenced by _wrap_dlp_GetROMToken(), _wrap_dlp_ReadAppPreference(), _wrap_pi_getsockopt(), and _wrap_pi_setsockopt().
| #define SWIGTYPE_p_sockaddr swig_types[22] |
Definition at line 1439 of file pisock_wrap.c.
Referenced by _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_raddr_get(), and _wrap_pi_socket_t_raddr_set().
| #define SWIGTYPE_p_ssize_t swig_types[23] |
Definition at line 1440 of file pisock_wrap.c.
Referenced by _wrap_pi_read(), _wrap_pi_recv(), and _wrap_pi_write().
| #define SWIGTYPE_p_SysInfo swig_types[5] |
Definition at line 1422 of file pisock_wrap.c.
Referenced by _wrap_new_SysInfo(), and SysInfo_swigregister().
| #define SWIGTYPE_p_time_t swig_types[24] |
Definition at line 1441 of file pisock_wrap.c.
Referenced by _wrap_dlp_GetSysDateTime_(), and _wrap_dlp_VFSFileGetDate().
| #define SWIGTYPE_p_unsigned_char swig_types[25] |
Definition at line 1442 of file pisock_wrap.c.
Referenced by _wrap_dlp_htopdate(), and _wrap_dlp_ptohdate().
| #define SWIGTYPE_p_unsigned_long swig_types[26] |
Definition at line 1443 of file pisock_wrap.c.
Referenced by _wrap_dlp_CallApplication(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileOpen(), and _wrap_dlp_VFSImportDatabaseFromFile().
| #define SWIGTYPE_p_VFSAnyMountParam swig_types[6] |
Definition at line 1423 of file pisock_wrap.c.
Referenced by _wrap_delete_VFSAnyMountParam(), _wrap_new_VFSAnyMountParam(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), _wrap_VFSSlotMountParam_vfsMountParam_set(), and VFSAnyMountParam_swigregister().
| #define SWIGTYPE_p_VFSDirInfo swig_types[7] |
Definition at line 1424 of file pisock_wrap.c.
Referenced by _wrap_delete_VFSDirInfo(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_new_VFSDirInfo(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSDirInfo_name_get(), _wrap_VFSDirInfo_name_set(), and VFSDirInfo_swigregister().
| #define SWIGTYPE_p_VFSInfo swig_types[8] |
Definition at line 1425 of file pisock_wrap.c.
Referenced by _wrap_delete_VFSInfo(), _wrap_dlp_VFSVolumeInfo(), _wrap_new_VFSInfo(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_get(), _wrap_VFSInfo_mountClass_set(), _wrap_VFSInfo_reserved_get(), _wrap_VFSInfo_reserved_set(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotLibRefNum_set(), _wrap_VFSInfo_slotRefNum_get(), _wrap_VFSInfo_slotRefNum_set(), and VFSInfo_swigregister().
| #define SWIGTYPE_p_VFSSlotMountParam swig_types[9] |
Definition at line 1426 of file pisock_wrap.c.
Referenced by _wrap_delete_VFSSlotMountParam(), _wrap_dlp_VFSVolumeFormat(), _wrap_new_VFSSlotMountParam(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), _wrap_VFSSlotMountParam_slotRefNum_get(), _wrap_VFSSlotMountParam_slotRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), _wrap_VFSSlotMountParam_vfsMountParam_set(), and VFSSlotMountParam_swigregister().
| #define SWIGTYPE_ptrdiff_t swig_types[27] |
Definition at line 1444 of file pisock_wrap.c.
| #define SWIGTYPE_size_t swig_types[28] |
Definition at line 1445 of file pisock_wrap.c.
| #define SWIGUNUSED |
Definition at line 42 of file pisock_wrap.c.
| typedef void*(*) swig_converter_func(void *) |
Definition at line 126 of file pisock_wrap.c.
| typedef struct swig_type_info*(*) swig_dycast_func(void **) |
Definition at line 127 of file pisock_wrap.c.
| static PyObject* _wrap_CardInfo_card_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7260 of file pisock_wrap.c.
References CardInfo::card, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07260 { 07261 PyObject *resultobj = NULL; 07262 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07263 int result; 07264 PyObject * obj0 = 0 ; 07265 07266 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_card_get",&obj0)) goto fail; 07267 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07268 if (SWIG_arg_fail(1)) SWIG_fail; 07269 result = (int) ((arg1)->card); 07270 07271 { 07272 resultobj = SWIG_From_int((int)(result)); 07273 } 07274 return resultobj; 07275 fail: 07276 return NULL; 07277 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_card_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7237 of file pisock_wrap.c.
References CardInfo::card, fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07237 { 07238 PyObject *resultobj = NULL; 07239 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07240 int arg2 ; 07241 PyObject * obj0 = 0 ; 07242 PyObject * obj1 = 0 ; 07243 07244 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_card_set",&obj0,&obj1)) goto fail; 07245 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07246 if (SWIG_arg_fail(1)) SWIG_fail; 07247 { 07248 arg2 = (int)(SWIG_As_int(obj1)); 07249 if (SWIG_arg_fail(2)) SWIG_fail; 07250 } 07251 if (arg1) (arg1)->card = arg2; 07252 07253 Py_INCREF(Py_None); resultobj = Py_None; 07254 return resultobj; 07255 fail: 07256 return NULL; 07257 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_creation_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7389 of file pisock_wrap.c.
References CardInfo::creation, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_long, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07389 { 07390 PyObject *resultobj = NULL; 07391 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07392 time_t result; 07393 PyObject * obj0 = 0 ; 07394 07395 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_creation_get",&obj0)) goto fail; 07396 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07397 if (SWIG_arg_fail(1)) SWIG_fail; 07398 result = ((arg1)->creation); 07399 07400 { 07401 resultobj = SWIG_From_long((long)(result)); 07402 } 07403 return resultobj; 07404 fail: 07405 return NULL; 07406 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_creation_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7366 of file pisock_wrap.c.
References CardInfo::creation, fail(), SWIG_arg_fail, SWIG_As_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07366 { 07367 PyObject *resultobj = NULL; 07368 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07369 time_t arg2 ; 07370 PyObject * obj0 = 0 ; 07371 PyObject * obj1 = 0 ; 07372 07373 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_creation_set",&obj0,&obj1)) goto fail; 07374 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07375 if (SWIG_arg_fail(1)) SWIG_fail; 07376 { 07377 arg2 = (time_t)(SWIG_As_long(obj1)); 07378 if (SWIG_arg_fail(2)) SWIG_fail; 07379 } 07380 if (arg1) (arg1)->creation = arg2; 07381 07382 Py_INCREF(Py_None); resultobj = Py_None; 07383 return resultobj; 07384 fail: 07385 return NULL; 07386 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_manufacturer_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7618 of file pisock_wrap.c.
References fail(), CardInfo::manufacturer, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07618 { 07619 PyObject *resultobj = NULL; 07620 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07621 char *result; 07622 PyObject * obj0 = 0 ; 07623 07624 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_manufacturer_get",&obj0)) goto fail; 07625 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07626 if (SWIG_arg_fail(1)) SWIG_fail; 07627 result = (char *)(char *) ((arg1)->manufacturer); 07628 07629 { 07630 size_t size = 128; 07631 #ifndef SWIG_PRESERVE_CARRAY_SIZE 07632 while (size && (result[size - 1] == '\0')) --size; 07633 #endif 07634 resultobj = SWIG_FromCharArray(result, size); 07635 } 07636 return resultobj; 07637 fail: 07638 return NULL; 07639 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_manufacturer_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7590 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07590 { 07591 PyObject *resultobj = NULL; 07592 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07593 char *arg2 ; 07594 char temp2[128] ; 07595 PyObject * obj0 = 0 ; 07596 PyObject * obj1 = 0 ; 07597 07598 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_manufacturer_set",&obj0,&obj1)) goto fail; 07599 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07600 if (SWIG_arg_fail(1)) SWIG_fail; 07601 { 07602 if (!SWIG_AsCharArray(obj1, temp2, 128)) { 07603 SWIG_arg_fail(2);SWIG_fail; 07604 } 07605 arg2 = temp2; 07606 } 07607 { 07608 if (arg2) memcpy(arg1->manufacturer,arg2,128*sizeof(char)); 07609 else memset(arg1->manufacturer,0,128*sizeof(char)); 07610 } 07611 Py_INCREF(Py_None); resultobj = Py_None; 07612 return resultobj; 07613 fail: 07614 return NULL; 07615 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_more_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7346 of file pisock_wrap.c.
References fail(), CardInfo::more, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07346 { 07347 PyObject *resultobj = NULL; 07348 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07349 int result; 07350 PyObject * obj0 = 0 ; 07351 07352 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_more_get",&obj0)) goto fail; 07353 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07354 if (SWIG_arg_fail(1)) SWIG_fail; 07355 result = (int) ((arg1)->more); 07356 07357 { 07358 resultobj = SWIG_From_int((int)(result)); 07359 } 07360 return resultobj; 07361 fail: 07362 return NULL; 07363 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_more_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7323 of file pisock_wrap.c.
References fail(), CardInfo::more, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07323 { 07324 PyObject *resultobj = NULL; 07325 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07326 int arg2 ; 07327 PyObject * obj0 = 0 ; 07328 PyObject * obj1 = 0 ; 07329 07330 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_more_set",&obj0,&obj1)) goto fail; 07331 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07332 if (SWIG_arg_fail(1)) SWIG_fail; 07333 { 07334 arg2 = (int)(SWIG_As_int(obj1)); 07335 if (SWIG_arg_fail(2)) SWIG_fail; 07336 } 07337 if (arg1) (arg1)->more = arg2; 07338 07339 Py_INCREF(Py_None); resultobj = Py_None; 07340 return resultobj; 07341 fail: 07342 return NULL; 07343 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_name_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7566 of file pisock_wrap.c.
References fail(), name, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07566 { 07567 PyObject *resultobj = NULL; 07568 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07569 char *result; 07570 PyObject * obj0 = 0 ; 07571 07572 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_name_get",&obj0)) goto fail; 07573 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07574 if (SWIG_arg_fail(1)) SWIG_fail; 07575 result = (char *)(char *) ((arg1)->name); 07576 07577 { 07578 size_t size = 128; 07579 #ifndef SWIG_PRESERVE_CARRAY_SIZE 07580 while (size && (result[size - 1] == '\0')) --size; 07581 #endif 07582 resultobj = SWIG_FromCharArray(result, size); 07583 } 07584 return resultobj; 07585 fail: 07586 return NULL; 07587 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_name_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7538 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07538 { 07539 PyObject *resultobj = NULL; 07540 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07541 char *arg2 ; 07542 char temp2[128] ; 07543 PyObject * obj0 = 0 ; 07544 PyObject * obj1 = 0 ; 07545 07546 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_name_set",&obj0,&obj1)) goto fail; 07547 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07548 if (SWIG_arg_fail(1)) SWIG_fail; 07549 { 07550 if (!SWIG_AsCharArray(obj1, temp2, 128)) { 07551 SWIG_arg_fail(2);SWIG_fail; 07552 } 07553 arg2 = temp2; 07554 } 07555 { 07556 if (arg2) memcpy(arg1->name,arg2,128*sizeof(char)); 07557 else memset(arg1->name,0,128*sizeof(char)); 07558 } 07559 Py_INCREF(Py_None); resultobj = Py_None; 07560 return resultobj; 07561 fail: 07562 return NULL; 07563 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_ramFree_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7518 of file pisock_wrap.c.
References fail(), CardInfo::ramFree, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07518 { 07519 PyObject *resultobj = NULL; 07520 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07521 unsigned long result; 07522 PyObject * obj0 = 0 ; 07523 07524 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_ramFree_get",&obj0)) goto fail; 07525 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07526 if (SWIG_arg_fail(1)) SWIG_fail; 07527 result = (unsigned long) ((arg1)->ramFree); 07528 07529 { 07530 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07531 } 07532 return resultobj; 07533 fail: 07534 return NULL; 07535 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_ramFree_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7495 of file pisock_wrap.c.
References fail(), CardInfo::ramFree, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07495 { 07496 PyObject *resultobj = NULL; 07497 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07498 unsigned long arg2 ; 07499 PyObject * obj0 = 0 ; 07500 PyObject * obj1 = 0 ; 07501 07502 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_ramFree_set",&obj0,&obj1)) goto fail; 07503 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07504 if (SWIG_arg_fail(1)) SWIG_fail; 07505 { 07506 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07507 if (SWIG_arg_fail(2)) SWIG_fail; 07508 } 07509 if (arg1) (arg1)->ramFree = arg2; 07510 07511 Py_INCREF(Py_None); resultobj = Py_None; 07512 return resultobj; 07513 fail: 07514 return NULL; 07515 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_ramSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7475 of file pisock_wrap.c.
References fail(), CardInfo::ramSize, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07475 { 07476 PyObject *resultobj = NULL; 07477 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07478 unsigned long result; 07479 PyObject * obj0 = 0 ; 07480 07481 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_ramSize_get",&obj0)) goto fail; 07482 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07483 if (SWIG_arg_fail(1)) SWIG_fail; 07484 result = (unsigned long) ((arg1)->ramSize); 07485 07486 { 07487 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07488 } 07489 return resultobj; 07490 fail: 07491 return NULL; 07492 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_ramSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7452 of file pisock_wrap.c.
References fail(), CardInfo::ramSize, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07452 { 07453 PyObject *resultobj = NULL; 07454 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07455 unsigned long arg2 ; 07456 PyObject * obj0 = 0 ; 07457 PyObject * obj1 = 0 ; 07458 07459 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_ramSize_set",&obj0,&obj1)) goto fail; 07460 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07461 if (SWIG_arg_fail(1)) SWIG_fail; 07462 { 07463 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07464 if (SWIG_arg_fail(2)) SWIG_fail; 07465 } 07466 if (arg1) (arg1)->ramSize = arg2; 07467 07468 Py_INCREF(Py_None); resultobj = Py_None; 07469 return resultobj; 07470 fail: 07471 return NULL; 07472 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_romSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7432 of file pisock_wrap.c.
References fail(), CardInfo::romSize, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07432 { 07433 PyObject *resultobj = NULL; 07434 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07435 unsigned long result; 07436 PyObject * obj0 = 0 ; 07437 07438 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_romSize_get",&obj0)) goto fail; 07439 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07440 if (SWIG_arg_fail(1)) SWIG_fail; 07441 result = (unsigned long) ((arg1)->romSize); 07442 07443 { 07444 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07445 } 07446 return resultobj; 07447 fail: 07448 return NULL; 07449 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_romSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7409 of file pisock_wrap.c.
References fail(), CardInfo::romSize, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07409 { 07410 PyObject *resultobj = NULL; 07411 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07412 unsigned long arg2 ; 07413 PyObject * obj0 = 0 ; 07414 PyObject * obj1 = 0 ; 07415 07416 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_romSize_set",&obj0,&obj1)) goto fail; 07417 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07418 if (SWIG_arg_fail(1)) SWIG_fail; 07419 { 07420 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07421 if (SWIG_arg_fail(2)) SWIG_fail; 07422 } 07423 if (arg1) (arg1)->romSize = arg2; 07424 07425 Py_INCREF(Py_None); resultobj = Py_None; 07426 return resultobj; 07427 fail: 07428 return NULL; 07429 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_version_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7303 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_CardInfo, and CardInfo::version.
07303 { 07304 PyObject *resultobj = NULL; 07305 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07306 int result; 07307 PyObject * obj0 = 0 ; 07308 07309 if(!PyArg_ParseTuple(args,(char *)"O:CardInfo_version_get",&obj0)) goto fail; 07310 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07311 if (SWIG_arg_fail(1)) SWIG_fail; 07312 result = (int) ((arg1)->version); 07313 07314 { 07315 resultobj = SWIG_From_int((int)(result)); 07316 } 07317 return resultobj; 07318 fail: 07319 return NULL; 07320 }
Here is the call graph for this function:

| static PyObject* _wrap_CardInfo_version_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7280 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_CardInfo, and CardInfo::version.
07280 { 07281 PyObject *resultobj = NULL; 07282 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07283 int arg2 ; 07284 PyObject * obj0 = 0 ; 07285 PyObject * obj1 = 0 ; 07286 07287 if(!PyArg_ParseTuple(args,(char *)"OO:CardInfo_version_set",&obj0,&obj1)) goto fail; 07288 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07289 if (SWIG_arg_fail(1)) SWIG_fail; 07290 { 07291 arg2 = (int)(SWIG_As_int(obj1)); 07292 if (SWIG_arg_fail(2)) SWIG_fail; 07293 } 07294 if (arg1) (arg1)->version = arg2; 07295 07296 Py_INCREF(Py_None); resultobj = Py_None; 07297 return resultobj; 07298 fail: 07299 return NULL; 07300 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_backupDate_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6883 of file pisock_wrap.c.
References DBInfo::backupDate, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_long, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06883 { 06884 PyObject *resultobj = NULL; 06885 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06886 time_t result; 06887 PyObject * obj0 = 0 ; 06888 06889 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_backupDate_get",&obj0)) goto fail; 06890 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06891 if (SWIG_arg_fail(1)) SWIG_fail; 06892 result = ((arg1)->backupDate); 06893 06894 { 06895 resultobj = SWIG_From_long((long)(result)); 06896 } 06897 return resultobj; 06898 fail: 06899 return NULL; 06900 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_backupDate_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6860 of file pisock_wrap.c.
References DBInfo::backupDate, fail(), SWIG_arg_fail, SWIG_As_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06860 { 06861 PyObject *resultobj = NULL; 06862 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06863 time_t arg2 ; 06864 PyObject * obj0 = 0 ; 06865 PyObject * obj1 = 0 ; 06866 06867 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_backupDate_set",&obj0,&obj1)) goto fail; 06868 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06869 if (SWIG_arg_fail(1)) SWIG_fail; 06870 { 06871 arg2 = (time_t)(SWIG_As_long(obj1)); 06872 if (SWIG_arg_fail(2)) SWIG_fail; 06873 } 06874 if (arg1) (arg1)->backupDate = arg2; 06875 06876 Py_INCREF(Py_None); resultobj = Py_None; 06877 return resultobj; 06878 fail: 06879 return NULL; 06880 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_createDate_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6797 of file pisock_wrap.c.
References DBInfo::createDate, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_long, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06797 { 06798 PyObject *resultobj = NULL; 06799 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06800 time_t result; 06801 PyObject * obj0 = 0 ; 06802 06803 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_createDate_get",&obj0)) goto fail; 06804 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06805 if (SWIG_arg_fail(1)) SWIG_fail; 06806 result = ((arg1)->createDate); 06807 06808 { 06809 resultobj = SWIG_From_long((long)(result)); 06810 } 06811 return resultobj; 06812 fail: 06813 return NULL; 06814 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_createDate_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6774 of file pisock_wrap.c.
References DBInfo::createDate, fail(), SWIG_arg_fail, SWIG_As_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06774 { 06775 PyObject *resultobj = NULL; 06776 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06777 time_t arg2 ; 06778 PyObject * obj0 = 0 ; 06779 PyObject * obj1 = 0 ; 06780 06781 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_createDate_set",&obj0,&obj1)) goto fail; 06782 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06783 if (SWIG_arg_fail(1)) SWIG_fail; 06784 { 06785 arg2 = (time_t)(SWIG_As_long(obj1)); 06786 if (SWIG_arg_fail(2)) SWIG_fail; 06787 } 06788 if (arg1) (arg1)->createDate = arg2; 06789 06790 Py_INCREF(Py_None); resultobj = Py_None; 06791 return resultobj; 06792 fail: 06793 return NULL; 06794 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_creator_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6668 of file pisock_wrap.c.
References DBInfo::creator, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06668 { 06669 PyObject *resultobj = NULL; 06670 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06671 unsigned long result; 06672 PyObject * obj0 = 0 ; 06673 06674 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_creator_get",&obj0)) goto fail; 06675 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06676 if (SWIG_arg_fail(1)) SWIG_fail; 06677 result = (unsigned long) ((arg1)->creator); 06678 06679 { 06680 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 06681 } 06682 return resultobj; 06683 fail: 06684 return NULL; 06685 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_creator_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6639 of file pisock_wrap.c.
References DBInfo::creator, fail(), makelong(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06639 { 06640 PyObject *resultobj = NULL; 06641 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06642 unsigned long arg2 ; 06643 PyObject * obj0 = 0 ; 06644 PyObject * obj1 = 0 ; 06645 06646 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_creator_set",&obj0,&obj1)) goto fail; 06647 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06648 if (SWIG_arg_fail(1)) SWIG_fail; 06649 { 06650 if (PyString_Check(obj1)) 06651 arg2 = makelong(PyString_AS_STRING(obj1)); 06652 else if (PyInt_Check(obj1)) 06653 arg2 = PyInt_AsLong(obj1); 06654 else { 06655 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 06656 SWIG_fail; 06657 } 06658 } 06659 if (arg1) (arg1)->creator = arg2; 06660 06661 Py_INCREF(Py_None); resultobj = Py_None; 06662 return resultobj; 06663 fail: 06664 return NULL; 06665 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_flags_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6484 of file pisock_wrap.c.
References fail(), flags, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06484 { 06485 PyObject *resultobj = NULL; 06486 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06487 unsigned int result; 06488 PyObject * obj0 = 0 ; 06489 06490 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_flags_get",&obj0)) goto fail; 06491 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06492 if (SWIG_arg_fail(1)) SWIG_fail; 06493 result = (unsigned int) ((arg1)->flags); 06494 06495 { 06496 resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result)); 06497 } 06498 return resultobj; 06499 fail: 06500 return NULL; 06501 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_flags_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6461 of file pisock_wrap.c.
References fail(), flags, SWIG_arg_fail, SWIG_As_unsigned_SS_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06461 { 06462 PyObject *resultobj = NULL; 06463 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06464 unsigned int arg2 ; 06465 PyObject * obj0 = 0 ; 06466 PyObject * obj1 = 0 ; 06467 06468 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_flags_set",&obj0,&obj1)) goto fail; 06469 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06470 if (SWIG_arg_fail(1)) SWIG_fail; 06471 { 06472 arg2 = (unsigned int)(SWIG_As_unsigned_SS_int(obj1)); 06473 if (SWIG_arg_fail(2)) SWIG_fail; 06474 } 06475 if (arg1) (arg1)->flags = arg2; 06476 06477 Py_INCREF(Py_None); resultobj = Py_None; 06478 return resultobj; 06479 fail: 06480 return NULL; 06481 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_index_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6754 of file pisock_wrap.c.
References fail(), DBInfo::index, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06754 { 06755 PyObject *resultobj = NULL; 06756 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06757 unsigned int result; 06758 PyObject * obj0 = 0 ; 06759 06760 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_index_get",&obj0)) goto fail; 06761 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06762 if (SWIG_arg_fail(1)) SWIG_fail; 06763 result = (unsigned int) ((arg1)->index); 06764 06765 { 06766 resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result)); 06767 } 06768 return resultobj; 06769 fail: 06770 return NULL; 06771 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_index_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6731 of file pisock_wrap.c.
References fail(), DBInfo::index, SWIG_arg_fail, SWIG_As_unsigned_SS_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06731 { 06732 PyObject *resultobj = NULL; 06733 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06734 unsigned int arg2 ; 06735 PyObject * obj0 = 0 ; 06736 PyObject * obj1 = 0 ; 06737 06738 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_index_set",&obj0,&obj1)) goto fail; 06739 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06740 if (SWIG_arg_fail(1)) SWIG_fail; 06741 { 06742 arg2 = (unsigned int)(SWIG_As_unsigned_SS_int(obj1)); 06743 if (SWIG_arg_fail(2)) SWIG_fail; 06744 } 06745 if (arg1) (arg1)->index = arg2; 06746 06747 Py_INCREF(Py_None); resultobj = Py_None; 06748 return resultobj; 06749 fail: 06750 return NULL; 06751 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_miscFlags_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6527 of file pisock_wrap.c.
References fail(), DBInfo::miscFlags, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06527 { 06528 PyObject *resultobj = NULL; 06529 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06530 unsigned int result; 06531 PyObject * obj0 = 0 ; 06532 06533 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_miscFlags_get",&obj0)) goto fail; 06534 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06535 if (SWIG_arg_fail(1)) SWIG_fail; 06536 result = (unsigned int) ((arg1)->miscFlags); 06537 06538 { 06539 resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result)); 06540 } 06541 return resultobj; 06542 fail: 06543 return NULL; 06544 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_miscFlags_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6504 of file pisock_wrap.c.
References fail(), DBInfo::miscFlags, SWIG_arg_fail, SWIG_As_unsigned_SS_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06504 { 06505 PyObject *resultobj = NULL; 06506 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06507 unsigned int arg2 ; 06508 PyObject * obj0 = 0 ; 06509 PyObject * obj1 = 0 ; 06510 06511 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_miscFlags_set",&obj0,&obj1)) goto fail; 06512 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06513 if (SWIG_arg_fail(1)) SWIG_fail; 06514 { 06515 arg2 = (unsigned int)(SWIG_As_unsigned_SS_int(obj1)); 06516 if (SWIG_arg_fail(2)) SWIG_fail; 06517 } 06518 if (arg1) (arg1)->miscFlags = arg2; 06519 06520 Py_INCREF(Py_None); resultobj = Py_None; 06521 return resultobj; 06522 fail: 06523 return NULL; 06524 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_modifyDate_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6840 of file pisock_wrap.c.
References fail(), DBInfo::modifyDate, SWIG_arg_fail, SWIG_fail, SWIG_From_long, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06840 { 06841 PyObject *resultobj = NULL; 06842 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06843 time_t result; 06844 PyObject * obj0 = 0 ; 06845 06846 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_modifyDate_get",&obj0)) goto fail; 06847 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06848 if (SWIG_arg_fail(1)) SWIG_fail; 06849 result = ((arg1)->modifyDate); 06850 06851 { 06852 resultobj = SWIG_From_long((long)(result)); 06853 } 06854 return resultobj; 06855 fail: 06856 return NULL; 06857 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_modifyDate_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6817 of file pisock_wrap.c.
References fail(), DBInfo::modifyDate, SWIG_arg_fail, SWIG_As_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06817 { 06818 PyObject *resultobj = NULL; 06819 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06820 time_t arg2 ; 06821 PyObject * obj0 = 0 ; 06822 PyObject * obj1 = 0 ; 06823 06824 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_modifyDate_set",&obj0,&obj1)) goto fail; 06825 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06826 if (SWIG_arg_fail(1)) SWIG_fail; 06827 { 06828 arg2 = (time_t)(SWIG_As_long(obj1)); 06829 if (SWIG_arg_fail(2)) SWIG_fail; 06830 } 06831 if (arg1) (arg1)->modifyDate = arg2; 06832 06833 Py_INCREF(Py_None); resultobj = Py_None; 06834 return resultobj; 06835 fail: 06836 return NULL; 06837 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_modnum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6711 of file pisock_wrap.c.
References fail(), DBInfo::modnum, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06711 { 06712 PyObject *resultobj = NULL; 06713 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06714 unsigned long result; 06715 PyObject * obj0 = 0 ; 06716 06717 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_modnum_get",&obj0)) goto fail; 06718 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06719 if (SWIG_arg_fail(1)) SWIG_fail; 06720 result = (unsigned long) ((arg1)->modnum); 06721 06722 { 06723 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 06724 } 06725 return resultobj; 06726 fail: 06727 return NULL; 06728 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_modnum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6688 of file pisock_wrap.c.
References fail(), DBInfo::modnum, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06688 { 06689 PyObject *resultobj = NULL; 06690 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06691 unsigned long arg2 ; 06692 PyObject * obj0 = 0 ; 06693 PyObject * obj1 = 0 ; 06694 06695 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_modnum_set",&obj0,&obj1)) goto fail; 06696 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06697 if (SWIG_arg_fail(1)) SWIG_fail; 06698 { 06699 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 06700 if (SWIG_arg_fail(2)) SWIG_fail; 06701 } 06702 if (arg1) (arg1)->modnum = arg2; 06703 06704 Py_INCREF(Py_None); resultobj = Py_None; 06705 return resultobj; 06706 fail: 06707 return NULL; 06708 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_more_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6389 of file pisock_wrap.c.
References fail(), DBInfo::more, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06389 { 06390 PyObject *resultobj = NULL; 06391 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06392 int result; 06393 PyObject * obj0 = 0 ; 06394 06395 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_more_get",&obj0)) goto fail; 06396 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06397 if (SWIG_arg_fail(1)) SWIG_fail; 06398 result = (int) ((arg1)->more); 06399 06400 { 06401 resultobj = SWIG_From_int((int)(result)); 06402 } 06403 return resultobj; 06404 fail: 06405 return NULL; 06406 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_more_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6366 of file pisock_wrap.c.
References fail(), DBInfo::more, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06366 { 06367 PyObject *resultobj = NULL; 06368 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06369 int arg2 ; 06370 PyObject * obj0 = 0 ; 06371 PyObject * obj1 = 0 ; 06372 06373 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_more_set",&obj0,&obj1)) goto fail; 06374 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06375 if (SWIG_arg_fail(1)) SWIG_fail; 06376 { 06377 arg2 = (int)(SWIG_As_int(obj1)); 06378 if (SWIG_arg_fail(2)) SWIG_fail; 06379 } 06380 if (arg1) (arg1)->more = arg2; 06381 06382 Py_INCREF(Py_None); resultobj = Py_None; 06383 return resultobj; 06384 fail: 06385 return NULL; 06386 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_name_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6437 of file pisock_wrap.c.
References fail(), name, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06437 { 06438 PyObject *resultobj = NULL; 06439 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06440 char *result; 06441 PyObject * obj0 = 0 ; 06442 06443 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_name_get",&obj0)) goto fail; 06444 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06445 if (SWIG_arg_fail(1)) SWIG_fail; 06446 result = (char *)(char *) ((arg1)->name); 06447 06448 { 06449 size_t size = 34; 06450 #ifndef SWIG_PRESERVE_CARRAY_SIZE 06451 while (size && (result[size - 1] == '\0')) --size; 06452 #endif 06453 resultobj = SWIG_FromCharArray(result, size); 06454 } 06455 return resultobj; 06456 fail: 06457 return NULL; 06458 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_name_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6409 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06409 { 06410 PyObject *resultobj = NULL; 06411 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06412 char *arg2 ; 06413 char temp2[34] ; 06414 PyObject * obj0 = 0 ; 06415 PyObject * obj1 = 0 ; 06416 06417 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_name_set",&obj0,&obj1)) goto fail; 06418 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06419 if (SWIG_arg_fail(1)) SWIG_fail; 06420 { 06421 if (!SWIG_AsCharArray(obj1, temp2, 34)) { 06422 SWIG_arg_fail(2);SWIG_fail; 06423 } 06424 arg2 = temp2; 06425 } 06426 { 06427 if (arg2) memcpy(arg1->name,arg2,34*sizeof(char)); 06428 else memset(arg1->name,0,34*sizeof(char)); 06429 } 06430 Py_INCREF(Py_None); resultobj = Py_None; 06431 return resultobj; 06432 fail: 06433 return NULL; 06434 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_type_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6619 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBInfo, and DBInfo::type.
06619 { 06620 PyObject *resultobj = NULL; 06621 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06622 unsigned long result; 06623 PyObject * obj0 = 0 ; 06624 06625 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_type_get",&obj0)) goto fail; 06626 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06627 if (SWIG_arg_fail(1)) SWIG_fail; 06628 result = (unsigned long) ((arg1)->type); 06629 06630 { 06631 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 06632 } 06633 return resultobj; 06634 fail: 06635 return NULL; 06636 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_type_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6590 of file pisock_wrap.c.
References fail(), makelong(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBInfo, and DBInfo::type.
06590 { 06591 PyObject *resultobj = NULL; 06592 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06593 unsigned long arg2 ; 06594 PyObject * obj0 = 0 ; 06595 PyObject * obj1 = 0 ; 06596 06597 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_type_set",&obj0,&obj1)) goto fail; 06598 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06599 if (SWIG_arg_fail(1)) SWIG_fail; 06600 { 06601 if (PyString_Check(obj1)) 06602 arg2 = makelong(PyString_AS_STRING(obj1)); 06603 else if (PyInt_Check(obj1)) 06604 arg2 = PyInt_AsLong(obj1); 06605 else { 06606 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 06607 SWIG_fail; 06608 } 06609 } 06610 if (arg1) (arg1)->type = arg2; 06611 06612 Py_INCREF(Py_None); resultobj = Py_None; 06613 return resultobj; 06614 fail: 06615 return NULL; 06616 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_version_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6570 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBInfo, and DBInfo::version.
06570 { 06571 PyObject *resultobj = NULL; 06572 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06573 unsigned int result; 06574 PyObject * obj0 = 0 ; 06575 06576 if(!PyArg_ParseTuple(args,(char *)"O:DBInfo_version_get",&obj0)) goto fail; 06577 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06578 if (SWIG_arg_fail(1)) SWIG_fail; 06579 result = (unsigned int) ((arg1)->version); 06580 06581 { 06582 resultobj = SWIG_From_unsigned_SS_int((unsigned int)(result)); 06583 } 06584 return resultobj; 06585 fail: 06586 return NULL; 06587 }
Here is the call graph for this function:

| static PyObject* _wrap_DBInfo_version_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6547 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBInfo, and DBInfo::version.
06547 { 06548 PyObject *resultobj = NULL; 06549 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06550 unsigned int arg2 ; 06551 PyObject * obj0 = 0 ; 06552 PyObject * obj1 = 0 ; 06553 06554 if(!PyArg_ParseTuple(args,(char *)"OO:DBInfo_version_set",&obj0,&obj1)) goto fail; 06555 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06556 if (SWIG_arg_fail(1)) SWIG_fail; 06557 { 06558 arg2 = (unsigned int)(SWIG_As_unsigned_SS_int(obj1)); 06559 if (SWIG_arg_fail(2)) SWIG_fail; 06560 } 06561 if (arg1) (arg1)->version = arg2; 06562 06563 Py_INCREF(Py_None); resultobj = Py_None; 06564 return resultobj; 06565 fail: 06566 return NULL; 06567 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_appBlockSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7093 of file pisock_wrap.c.
References DBSizeInfo::appBlockSize, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07093 { 07094 PyObject *resultobj = NULL; 07095 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07096 unsigned long result; 07097 PyObject * obj0 = 0 ; 07098 07099 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_appBlockSize_get",&obj0)) goto fail; 07100 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07101 if (SWIG_arg_fail(1)) SWIG_fail; 07102 result = (unsigned long) ((arg1)->appBlockSize); 07103 07104 { 07105 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07106 } 07107 return resultobj; 07108 fail: 07109 return NULL; 07110 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_appBlockSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7070 of file pisock_wrap.c.
References DBSizeInfo::appBlockSize, fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07070 { 07071 PyObject *resultobj = NULL; 07072 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07073 unsigned long arg2 ; 07074 PyObject * obj0 = 0 ; 07075 PyObject * obj1 = 0 ; 07076 07077 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_appBlockSize_set",&obj0,&obj1)) goto fail; 07078 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07079 if (SWIG_arg_fail(1)) SWIG_fail; 07080 { 07081 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07082 if (SWIG_arg_fail(2)) SWIG_fail; 07083 } 07084 if (arg1) (arg1)->appBlockSize = arg2; 07085 07086 Py_INCREF(Py_None); resultobj = Py_None; 07087 return resultobj; 07088 fail: 07089 return NULL; 07090 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_dataBytes_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7050 of file pisock_wrap.c.
References DBSizeInfo::dataBytes, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07050 { 07051 PyObject *resultobj = NULL; 07052 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07053 unsigned long result; 07054 PyObject * obj0 = 0 ; 07055 07056 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_dataBytes_get",&obj0)) goto fail; 07057 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07058 if (SWIG_arg_fail(1)) SWIG_fail; 07059 result = (unsigned long) ((arg1)->dataBytes); 07060 07061 { 07062 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07063 } 07064 return resultobj; 07065 fail: 07066 return NULL; 07067 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_dataBytes_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7027 of file pisock_wrap.c.
References DBSizeInfo::dataBytes, fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07027 { 07028 PyObject *resultobj = NULL; 07029 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07030 unsigned long arg2 ; 07031 PyObject * obj0 = 0 ; 07032 PyObject * obj1 = 0 ; 07033 07034 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_dataBytes_set",&obj0,&obj1)) goto fail; 07035 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07036 if (SWIG_arg_fail(1)) SWIG_fail; 07037 { 07038 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07039 if (SWIG_arg_fail(2)) SWIG_fail; 07040 } 07041 if (arg1) (arg1)->dataBytes = arg2; 07042 07043 Py_INCREF(Py_None); resultobj = Py_None; 07044 return resultobj; 07045 fail: 07046 return NULL; 07047 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_maxRecSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7179 of file pisock_wrap.c.
References fail(), DBSizeInfo::maxRecSize, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07179 { 07180 PyObject *resultobj = NULL; 07181 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07182 unsigned long result; 07183 PyObject * obj0 = 0 ; 07184 07185 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_maxRecSize_get",&obj0)) goto fail; 07186 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07187 if (SWIG_arg_fail(1)) SWIG_fail; 07188 result = (unsigned long) ((arg1)->maxRecSize); 07189 07190 { 07191 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07192 } 07193 return resultobj; 07194 fail: 07195 return NULL; 07196 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_maxRecSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7156 of file pisock_wrap.c.
References fail(), DBSizeInfo::maxRecSize, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07156 { 07157 PyObject *resultobj = NULL; 07158 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07159 unsigned long arg2 ; 07160 PyObject * obj0 = 0 ; 07161 PyObject * obj1 = 0 ; 07162 07163 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_maxRecSize_set",&obj0,&obj1)) goto fail; 07164 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07165 if (SWIG_arg_fail(1)) SWIG_fail; 07166 { 07167 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07168 if (SWIG_arg_fail(2)) SWIG_fail; 07169 } 07170 if (arg1) (arg1)->maxRecSize = arg2; 07171 07172 Py_INCREF(Py_None); resultobj = Py_None; 07173 return resultobj; 07174 fail: 07175 return NULL; 07176 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_numRecords_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6964 of file pisock_wrap.c.
References fail(), DBSizeInfo::numRecords, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
06964 { 06965 PyObject *resultobj = NULL; 06966 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 06967 unsigned long result; 06968 PyObject * obj0 = 0 ; 06969 06970 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_numRecords_get",&obj0)) goto fail; 06971 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 06972 if (SWIG_arg_fail(1)) SWIG_fail; 06973 result = (unsigned long) ((arg1)->numRecords); 06974 06975 { 06976 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 06977 } 06978 return resultobj; 06979 fail: 06980 return NULL; 06981 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_numRecords_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6941 of file pisock_wrap.c.
References fail(), DBSizeInfo::numRecords, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
06941 { 06942 PyObject *resultobj = NULL; 06943 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 06944 unsigned long arg2 ; 06945 PyObject * obj0 = 0 ; 06946 PyObject * obj1 = 0 ; 06947 06948 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_numRecords_set",&obj0,&obj1)) goto fail; 06949 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 06950 if (SWIG_arg_fail(1)) SWIG_fail; 06951 { 06952 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 06953 if (SWIG_arg_fail(2)) SWIG_fail; 06954 } 06955 if (arg1) (arg1)->numRecords = arg2; 06956 06957 Py_INCREF(Py_None); resultobj = Py_None; 06958 return resultobj; 06959 fail: 06960 return NULL; 06961 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_sortBlockSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7136 of file pisock_wrap.c.
References fail(), DBSizeInfo::sortBlockSize, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07136 { 07137 PyObject *resultobj = NULL; 07138 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07139 unsigned long result; 07140 PyObject * obj0 = 0 ; 07141 07142 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_sortBlockSize_get",&obj0)) goto fail; 07143 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07144 if (SWIG_arg_fail(1)) SWIG_fail; 07145 result = (unsigned long) ((arg1)->sortBlockSize); 07146 07147 { 07148 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07149 } 07150 return resultobj; 07151 fail: 07152 return NULL; 07153 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_sortBlockSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7113 of file pisock_wrap.c.
References fail(), DBSizeInfo::sortBlockSize, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07113 { 07114 PyObject *resultobj = NULL; 07115 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07116 unsigned long arg2 ; 07117 PyObject * obj0 = 0 ; 07118 PyObject * obj1 = 0 ; 07119 07120 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_sortBlockSize_set",&obj0,&obj1)) goto fail; 07121 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07122 if (SWIG_arg_fail(1)) SWIG_fail; 07123 { 07124 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 07125 if (SWIG_arg_fail(2)) SWIG_fail; 07126 } 07127 if (arg1) (arg1)->sortBlockSize = arg2; 07128 07129 Py_INCREF(Py_None); resultobj = Py_None; 07130 return resultobj; 07131 fail: 07132 return NULL; 07133 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_totalBytes_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7007 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBSizeInfo, and DBSizeInfo::totalBytes.
07007 { 07008 PyObject *resultobj = NULL; 07009 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07010 unsigned long result; 07011 PyObject * obj0 = 0 ; 07012 07013 if(!PyArg_ParseTuple(args,(char *)"O:DBSizeInfo_totalBytes_get",&obj0)) goto fail; 07014 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07015 if (SWIG_arg_fail(1)) SWIG_fail; 07016 result = (unsigned long) ((arg1)->totalBytes); 07017 07018 { 07019 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 07020 } 07021 return resultobj; 07022 fail: 07023 return NULL; 07024 }
Here is the call graph for this function:

| static PyObject* _wrap_DBSizeInfo_totalBytes_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6984 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_DBSizeInfo, and DBSizeInfo::totalBytes.
06984 { 06985 PyObject *resultobj = NULL; 06986 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 06987 unsigned long arg2 ; 06988 PyObject * obj0 = 0 ; 06989 PyObject * obj1 = 0 ; 06990 06991 if(!PyArg_ParseTuple(args,(char *)"OO:DBSizeInfo_totalBytes_set",&obj0,&obj1)) goto fail; 06992 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 06993 if (SWIG_arg_fail(1)) SWIG_fail; 06994 { 06995 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 06996 if (SWIG_arg_fail(2)) SWIG_fail; 06997 } 06998 if (arg1) (arg1)->totalBytes = arg2; 06999 07000 Py_INCREF(Py_None); resultobj = Py_None; 07001 return resultobj; 07002 fail: 07003 return NULL; 07004 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_CardInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7656 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_CardInfo.
07656 { 07657 PyObject *resultobj = NULL; 07658 struct CardInfo *arg1 = (struct CardInfo *) 0 ; 07659 PyObject * obj0 = 0 ; 07660 07661 if(!PyArg_ParseTuple(args,(char *)"O:delete_CardInfo",&obj0)) goto fail; 07662 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_CardInfo, SWIG_POINTER_EXCEPTION | 0); 07663 if (SWIG_arg_fail(1)) SWIG_fail; 07664 free((char *) arg1); 07665 07666 Py_INCREF(Py_None); resultobj = Py_None; 07667 return resultobj; 07668 fail: 07669 return NULL; 07670 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_DBInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6917 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBInfo.
06917 { 06918 PyObject *resultobj = NULL; 06919 struct DBInfo *arg1 = (struct DBInfo *) 0 ; 06920 PyObject * obj0 = 0 ; 06921 06922 if(!PyArg_ParseTuple(args,(char *)"O:delete_DBInfo",&obj0)) goto fail; 06923 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBInfo, SWIG_POINTER_EXCEPTION | 0); 06924 if (SWIG_arg_fail(1)) SWIG_fail; 06925 free((char *) arg1); 06926 06927 Py_INCREF(Py_None); resultobj = Py_None; 06928 return resultobj; 06929 fail: 06930 return NULL; 06931 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_DBSizeInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7213 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_DBSizeInfo.
07213 { 07214 PyObject *resultobj = NULL; 07215 struct DBSizeInfo *arg1 = (struct DBSizeInfo *) 0 ; 07216 PyObject * obj0 = 0 ; 07217 07218 if(!PyArg_ParseTuple(args,(char *)"O:delete_DBSizeInfo",&obj0)) goto fail; 07219 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_DBSizeInfo, SWIG_POINTER_EXCEPTION | 0); 07220 if (SWIG_arg_fail(1)) SWIG_fail; 07221 free((char *) arg1); 07222 07223 Py_INCREF(Py_None); resultobj = Py_None; 07224 return resultobj; 07225 fail: 07226 return NULL; 07227 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_NetSyncInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7893 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07893 { 07894 PyObject *resultobj = NULL; 07895 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07896 PyObject * obj0 = 0 ; 07897 07898 if(!PyArg_ParseTuple(args,(char *)"O:delete_NetSyncInfo",&obj0)) goto fail; 07899 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07900 if (SWIG_arg_fail(1)) SWIG_fail; 07901 free((char *) arg1); 07902 07903 Py_INCREF(Py_None); resultobj = Py_None; 07904 return resultobj; 07905 fail: 07906 return NULL; 07907 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_pi_socket_list_t | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3465 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket_list.
03465 { 03466 PyObject *resultobj = NULL; 03467 pi_socket_list_t *arg1 = (pi_socket_list_t *) 0 ; 03468 PyObject * obj0 = 0 ; 03469 03470 if(!PyArg_ParseTuple(args,(char *)"O:delete_pi_socket_list_t",&obj0)) goto fail; 03471 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | 0); 03472 if (SWIG_arg_fail(1)) SWIG_fail; 03473 free((char *) arg1); 03474 03475 Py_INCREF(Py_None); resultobj = Py_None; 03476 return resultobj; 03477 fail: 03478 return NULL; 03479 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_pi_socket_t | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3349 of file pisock_wrap.c.
References fail(), pi_device::free, SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03349 { 03350 PyObject *resultobj = NULL; 03351 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03352 PyObject * obj0 = 0 ; 03353 03354 if(!PyArg_ParseTuple(args,(char *)"O:delete_pi_socket_t",&obj0)) goto fail; 03355 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03356 if (SWIG_arg_fail(1)) SWIG_fail; 03357 free((char *) arg1); 03358 03359 Py_INCREF(Py_None); resultobj = Py_None; 03360 return resultobj; 03361 fail: 03362 return NULL; 03363 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_PilotUser | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5828 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), and t_output_helper().
05828 { 05829 PyObject *resultobj = NULL; 05830 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05831 struct PilotUser temp1 ; 05832 05833 05834 arg1 = &temp1; 05835 05836 if(!PyArg_ParseTuple(args,(char *)":delete_PilotUser")) goto fail; 05837 free((char *) arg1); 05838 05839 Py_INCREF(Py_None); resultobj = Py_None; 05840 05841 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05842 05843 return resultobj; 05844 fail: 05845 return NULL; 05846 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_SysInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6338 of file pisock_wrap.c.
References fail(), PyObjectFromSysInfo(), and t_output_helper().
06338 { 06339 PyObject *resultobj = NULL; 06340 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06341 struct SysInfo temp1 ; 06342 06343 06344 arg1 = &temp1; 06345 06346 if(!PyArg_ParseTuple(args,(char *)":delete_SysInfo")) goto fail; 06347 free((char *) arg1); 06348 06349 Py_INCREF(Py_None); resultobj = Py_None; 06350 06351 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06352 06353 return resultobj; 06354 fail: 06355 return NULL; 06356 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_VFSAnyMountParam | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4819 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSAnyMountParam.
04819 { 04820 PyObject *resultobj = NULL; 04821 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04822 PyObject * obj0 = 0 ; 04823 04824 if(!PyArg_ParseTuple(args,(char *)"O:delete_VFSAnyMountParam",&obj0)) goto fail; 04825 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04826 if (SWIG_arg_fail(1)) SWIG_fail; 04827 free((char *) arg1); 04828 04829 Py_INCREF(Py_None); resultobj = Py_None; 04830 return resultobj; 04831 fail: 04832 return NULL; 04833 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_VFSDirInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4652 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSDirInfo.
04652 { 04653 PyObject *resultobj = NULL; 04654 struct VFSDirInfo *arg1 = (struct VFSDirInfo *) 0 ; 04655 PyObject * obj0 = 0 ; 04656 04657 if(!PyArg_ParseTuple(args,(char *)"O:delete_VFSDirInfo",&obj0)) goto fail; 04658 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 04659 if (SWIG_arg_fail(1)) SWIG_fail; 04660 free((char *) arg1); 04661 04662 Py_INCREF(Py_None); resultobj = Py_None; 04663 return resultobj; 04664 fail: 04665 return NULL; 04666 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_VFSInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5364 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05364 { 05365 PyObject *resultobj = NULL; 05366 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05367 PyObject * obj0 = 0 ; 05368 05369 if(!PyArg_ParseTuple(args,(char *)"O:delete_VFSInfo",&obj0)) goto fail; 05370 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05371 if (SWIG_arg_fail(1)) SWIG_fail; 05372 free((char *) arg1); 05373 05374 Py_INCREF(Py_None); resultobj = Py_None; 05375 return resultobj; 05376 fail: 05377 return NULL; 05378 }
Here is the call graph for this function:

| static PyObject* _wrap_delete_VFSSlotMountParam | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4982 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
04982 { 04983 PyObject *resultobj = NULL; 04984 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04985 PyObject * obj0 = 0 ; 04986 04987 if(!PyArg_ParseTuple(args,(char *)"O:delete_VFSSlotMountParam",&obj0)) goto fail; 04988 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04989 if (SWIG_arg_fail(1)) SWIG_fail; 04990 free((char *) arg1); 04991 04992 Py_INCREF(Py_None); resultobj = Py_None; 04993 return resultobj; 04994 fail: 04995 return NULL; 04996 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_AbortSync | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8388 of file pisock_wrap.c.
References dlp_AbortSync(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08388 { 08389 PyObject *resultobj = NULL; 08390 int arg1 ; 08391 PI_ERR result; 08392 PyObject * obj0 = 0 ; 08393 08394 if(!PyArg_ParseTuple(args,(char *)"O:dlp_AbortSync",&obj0)) goto fail; 08395 { 08396 arg1 = (int)(SWIG_As_int(obj0)); 08397 if (SWIG_arg_fail(1)) SWIG_fail; 08398 } 08399 { 08400 PyThreadState *__save = PyEval_SaveThread(); 08401 result = (PI_ERR)dlp_AbortSync(arg1); 08402 08403 PyEval_RestoreThread(__save); 08404 } 08405 08406 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08407 SWIG_fail; 08408 resultobj = Py_None; 08409 Py_INCREF(Py_None); 08410 08411 return resultobj; 08412 fail: 08413 return NULL; 08414 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_AddSyncLogEntry | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8516 of file pisock_wrap.c.
References dlp_AddSyncLogEntry(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
08516 { 08517 PyObject *resultobj = NULL; 08518 int arg1 ; 08519 char *arg2 = (char *) 0 ; 08520 PI_ERR result; 08521 PyObject * obj0 = 0 ; 08522 PyObject * obj1 = 0 ; 08523 08524 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_AddSyncLogEntry",&obj0,&obj1)) goto fail; 08525 { 08526 arg1 = (int)(SWIG_As_int(obj0)); 08527 if (SWIG_arg_fail(1)) SWIG_fail; 08528 } 08529 if (!SWIG_AsCharPtr(obj1, (char**)&arg2)) { 08530 SWIG_arg_fail(2);SWIG_fail; 08531 } 08532 { 08533 PyThreadState *__save = PyEval_SaveThread(); 08534 result = (PI_ERR)dlp_AddSyncLogEntry(arg1,arg2); 08535 08536 PyEval_RestoreThread(__save); 08537 } 08538 08539 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08540 SWIG_fail; 08541 resultobj = Py_None; 08542 Py_INCREF(Py_None); 08543 08544 return resultobj; 08545 fail: 08546 return NULL; 08547 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_CallApplication | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8550 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_CallApplication(), fail(), makelong(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_unsigned_long, t_output_helper(), and pi_buffer_t::used.
08550 { 08551 PyObject *resultobj = NULL; 08552 int arg1 ; 08553 unsigned long arg2 ; 08554 unsigned long arg3 ; 08555 int arg4 ; 08556 size_t arg5 ; 08557 void *arg6 = (void *) 0 ; 08558 unsigned long *arg7 = (unsigned long *) 0 ; 08559 pi_buffer_t *arg8 = (pi_buffer_t *) 0 ; 08560 PI_ERR result; 08561 unsigned long temp7 ; 08562 int res7 = 0 ; 08563 PyObject * obj0 = 0 ; 08564 PyObject * obj1 = 0 ; 08565 PyObject * obj2 = 0 ; 08566 PyObject * obj3 = 0 ; 08567 PyObject * obj4 = 0 ; 08568 08569 arg7 = &temp7; res7 = SWIG_NEWOBJ; 08570 { 08571 arg8 = pi_buffer_new(0xFFFF); 08572 } 08573 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_CallApplication",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 08574 { 08575 arg1 = (int)(SWIG_As_int(obj0)); 08576 if (SWIG_arg_fail(1)) SWIG_fail; 08577 } 08578 { 08579 if (PyString_Check(obj1)) 08580 arg2 = makelong(PyString_AS_STRING(obj1)); 08581 else if (PyInt_Check(obj1)) 08582 arg2 = PyInt_AsLong(obj1); 08583 else { 08584 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 08585 SWIG_fail; 08586 } 08587 } 08588 { 08589 if (PyString_Check(obj2)) 08590 arg3 = makelong(PyString_AS_STRING(obj2)); 08591 else if (PyInt_Check(obj2)) 08592 arg3 = PyInt_AsLong(obj2); 08593 else { 08594 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 08595 SWIG_fail; 08596 } 08597 } 08598 { 08599 arg4 = (int)(SWIG_As_int(obj3)); 08600 if (SWIG_arg_fail(4)) SWIG_fail; 08601 } 08602 08603 arg5 = PyString_Size(obj4); 08604 arg6 = (void *)PyString_AsString(obj4); 08605 08606 { 08607 PyThreadState *__save = PyEval_SaveThread(); 08608 result = (PI_ERR)dlp_CallApplication(arg1,arg2,arg3,arg4,arg5,(void const *)arg6,arg7,arg8); 08609 08610 PyEval_RestoreThread(__save); 08611 } 08612 08613 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08614 SWIG_fail; 08615 resultobj = Py_None; 08616 Py_INCREF(Py_None); 08617 08618 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 08619 SWIG_From_unsigned_SS_long((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_unsigned_long, 0))); 08620 { 08621 if (arg8) { 08622 PyObject *o1 = Py_BuildValue("s#", arg8->data, arg8->used); 08623 resultobj = t_output_helper(resultobj, o1); 08624 } 08625 } 08626 { 08627 if (arg8) { 08628 pi_buffer_free(arg8); 08629 } 08630 } 08631 return resultobj; 08632 fail: 08633 { 08634 if (arg8) { 08635 pi_buffer_free(arg8); 08636 } 08637 } 08638 return NULL; 08639 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_CleanUpDatabase | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9864 of file pisock_wrap.c.
References dlp_CleanUpDatabase(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09864 { 09865 PyObject *resultobj = NULL; 09866 int arg1 ; 09867 int arg2 ; 09868 PI_ERR result; 09869 PyObject * obj0 = 0 ; 09870 PyObject * obj1 = 0 ; 09871 09872 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_CleanUpDatabase",&obj0,&obj1)) goto fail; 09873 { 09874 arg1 = (int)(SWIG_As_int(obj0)); 09875 if (SWIG_arg_fail(1)) SWIG_fail; 09876 } 09877 { 09878 arg2 = (int)(SWIG_As_int(obj1)); 09879 if (SWIG_arg_fail(2)) SWIG_fail; 09880 } 09881 { 09882 PyThreadState *__save = PyEval_SaveThread(); 09883 result = (PI_ERR)dlp_CleanUpDatabase(arg1,arg2); 09884 09885 PyEval_RestoreThread(__save); 09886 } 09887 09888 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09889 SWIG_fail; 09890 resultobj = Py_None; 09891 Py_INCREF(Py_None); 09892 09893 return resultobj; 09894 fail: 09895 return NULL; 09896 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_CloseDB | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9236 of file pisock_wrap.c.
References dlp_CloseDB(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09236 { 09237 PyObject *resultobj = NULL; 09238 int arg1 ; 09239 int arg2 ; 09240 PI_ERR result; 09241 PyObject * obj0 = 0 ; 09242 PyObject * obj1 = 0 ; 09243 09244 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_CloseDB",&obj0,&obj1)) goto fail; 09245 { 09246 arg1 = (int)(SWIG_As_int(obj0)); 09247 if (SWIG_arg_fail(1)) SWIG_fail; 09248 } 09249 { 09250 arg2 = (int)(SWIG_As_int(obj1)); 09251 if (SWIG_arg_fail(2)) SWIG_fail; 09252 } 09253 { 09254 PyThreadState *__save = PyEval_SaveThread(); 09255 result = (PI_ERR)dlp_CloseDB(arg1,arg2); 09256 09257 PyEval_RestoreThread(__save); 09258 } 09259 09260 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09261 SWIG_fail; 09262 resultobj = Py_None; 09263 Py_INCREF(Py_None); 09264 09265 return resultobj; 09266 fail: 09267 return NULL; 09268 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_CloseDB_All | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9271 of file pisock_wrap.c.
References dlp_CloseDB_All(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09271 { 09272 PyObject *resultobj = NULL; 09273 int arg1 ; 09274 PI_ERR result; 09275 PyObject * obj0 = 0 ; 09276 09277 if(!PyArg_ParseTuple(args,(char *)"O:dlp_CloseDB_All",&obj0)) goto fail; 09278 { 09279 arg1 = (int)(SWIG_As_int(obj0)); 09280 if (SWIG_arg_fail(1)) SWIG_fail; 09281 } 09282 { 09283 PyThreadState *__save = PyEval_SaveThread(); 09284 result = (PI_ERR)dlp_CloseDB_All(arg1); 09285 09286 PyEval_RestoreThread(__save); 09287 } 09288 09289 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09290 SWIG_fail; 09291 resultobj = Py_None; 09292 Py_INCREF(Py_None); 09293 09294 return resultobj; 09295 fail: 09296 return NULL; 09297 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_CreateDB | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9340 of file pisock_wrap.c.
References dlp_CreateDB(), fail(), makelong(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, and t_output_helper().
09340 { 09341 PyObject *resultobj = NULL; 09342 int arg1 ; 09343 unsigned long arg2 ; 09344 unsigned long arg3 ; 09345 int arg4 ; 09346 int arg5 ; 09347 unsigned int arg6 ; 09348 char *arg7 = (char *) 0 ; 09349 int *arg8 = (int *) 0 ; 09350 PI_ERR result; 09351 int temp8 ; 09352 int res8 = 0 ; 09353 PyObject * obj0 = 0 ; 09354 PyObject * obj1 = 0 ; 09355 PyObject * obj2 = 0 ; 09356 PyObject * obj3 = 0 ; 09357 PyObject * obj4 = 0 ; 09358 PyObject * obj5 = 0 ; 09359 PyObject * obj6 = 0 ; 09360 09361 arg8 = &temp8; res8 = SWIG_NEWOBJ; 09362 if(!PyArg_ParseTuple(args,(char *)"OOOOOOO:dlp_CreateDB",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6)) goto fail; 09363 { 09364 arg1 = (int)(SWIG_As_int(obj0)); 09365 if (SWIG_arg_fail(1)) SWIG_fail; 09366 } 09367 { 09368 if (PyString_Check(obj1)) 09369 arg2 = makelong(PyString_AS_STRING(obj1)); 09370 else if (PyInt_Check(obj1)) 09371 arg2 = PyInt_AsLong(obj1); 09372 else { 09373 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09374 SWIG_fail; 09375 } 09376 } 09377 { 09378 if (PyString_Check(obj2)) 09379 arg3 = makelong(PyString_AS_STRING(obj2)); 09380 else if (PyInt_Check(obj2)) 09381 arg3 = PyInt_AsLong(obj2); 09382 else { 09383 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09384 SWIG_fail; 09385 } 09386 } 09387 { 09388 arg4 = (int)(SWIG_As_int(obj3)); 09389 if (SWIG_arg_fail(4)) SWIG_fail; 09390 } 09391 { 09392 arg5 = (int)(SWIG_As_int(obj4)); 09393 if (SWIG_arg_fail(5)) SWIG_fail; 09394 } 09395 { 09396 arg6 = (unsigned int)(SWIG_As_unsigned_SS_int(obj5)); 09397 if (SWIG_arg_fail(6)) SWIG_fail; 09398 } 09399 if (!SWIG_AsCharPtr(obj6, (char**)&arg7)) { 09400 SWIG_arg_fail(7);SWIG_fail; 09401 } 09402 { 09403 PyThreadState *__save = PyEval_SaveThread(); 09404 result = (PI_ERR)dlp_CreateDB(arg1,arg2,arg3,arg4,arg5,arg6,(char const *)arg7,arg8); 09405 09406 PyEval_RestoreThread(__save); 09407 } 09408 09409 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09410 SWIG_fail; 09411 resultobj = Py_None; 09412 Py_INCREF(Py_None); 09413 09414 resultobj = t_output_helper(resultobj, ((res8 == SWIG_NEWOBJ) ? 09415 SWIG_From_int((*arg8)) : SWIG_NewPointerObj((void*)(arg8), SWIGTYPE_p_int, 0))); 09416 return resultobj; 09417 fail: 09418 return NULL; 09419 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_DeleteCategory | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9558 of file pisock_wrap.c.
References dlp_DeleteCategory(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09558 { 09559 PyObject *resultobj = NULL; 09560 int arg1 ; 09561 int arg2 ; 09562 int arg3 ; 09563 PI_ERR result; 09564 PyObject * obj0 = 0 ; 09565 PyObject * obj1 = 0 ; 09566 PyObject * obj2 = 0 ; 09567 09568 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_DeleteCategory",&obj0,&obj1,&obj2)) goto fail; 09569 { 09570 arg1 = (int)(SWIG_As_int(obj0)); 09571 if (SWIG_arg_fail(1)) SWIG_fail; 09572 } 09573 { 09574 arg2 = (int)(SWIG_As_int(obj1)); 09575 if (SWIG_arg_fail(2)) SWIG_fail; 09576 } 09577 { 09578 arg3 = (int)(SWIG_As_int(obj2)); 09579 if (SWIG_arg_fail(3)) SWIG_fail; 09580 } 09581 { 09582 PyThreadState *__save = PyEval_SaveThread(); 09583 result = (PI_ERR)dlp_DeleteCategory(arg1,arg2,arg3); 09584 09585 PyEval_RestoreThread(__save); 09586 } 09587 09588 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09589 SWIG_fail; 09590 resultobj = Py_None; 09591 Py_INCREF(Py_None); 09592 09593 return resultobj; 09594 fail: 09595 return NULL; 09596 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_DeleteDB | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9300 of file pisock_wrap.c.
References dlp_DeleteDB(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
09300 { 09301 PyObject *resultobj = NULL; 09302 int arg1 ; 09303 int arg2 ; 09304 char *arg3 = (char *) 0 ; 09305 PI_ERR result; 09306 PyObject * obj0 = 0 ; 09307 PyObject * obj1 = 0 ; 09308 PyObject * obj2 = 0 ; 09309 09310 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_DeleteDB",&obj0,&obj1,&obj2)) goto fail; 09311 { 09312 arg1 = (int)(SWIG_As_int(obj0)); 09313 if (SWIG_arg_fail(1)) SWIG_fail; 09314 } 09315 { 09316 arg2 = (int)(SWIG_As_int(obj1)); 09317 if (SWIG_arg_fail(2)) SWIG_fail; 09318 } 09319 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 09320 SWIG_arg_fail(3);SWIG_fail; 09321 } 09322 { 09323 PyThreadState *__save = PyEval_SaveThread(); 09324 result = (PI_ERR)dlp_DeleteDB(arg1,arg2,(char const *)arg3); 09325 09326 PyEval_RestoreThread(__save); 09327 } 09328 09329 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09330 SWIG_fail; 09331 resultobj = Py_None; 09332 Py_INCREF(Py_None); 09333 09334 return resultobj; 09335 fail: 09336 return NULL; 09337 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_DeleteRecord | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10430 of file pisock_wrap.c.
References dlp_DeleteRecord(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
10430 { 10431 PyObject *resultobj = NULL; 10432 int arg1 ; 10433 int arg2 ; 10434 int arg3 ; 10435 recordid_t arg4 ; 10436 PI_ERR result; 10437 PyObject * obj0 = 0 ; 10438 PyObject * obj1 = 0 ; 10439 PyObject * obj2 = 0 ; 10440 PyObject * obj3 = 0 ; 10441 10442 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_DeleteRecord",&obj0,&obj1,&obj2,&obj3)) goto fail; 10443 { 10444 arg1 = (int)(SWIG_As_int(obj0)); 10445 if (SWIG_arg_fail(1)) SWIG_fail; 10446 } 10447 { 10448 arg2 = (int)(SWIG_As_int(obj1)); 10449 if (SWIG_arg_fail(2)) SWIG_fail; 10450 } 10451 { 10452 arg3 = (int)(SWIG_As_int(obj2)); 10453 if (SWIG_arg_fail(3)) SWIG_fail; 10454 } 10455 { 10456 arg4 = (recordid_t)(SWIG_As_unsigned_SS_long(obj3)); 10457 if (SWIG_arg_fail(4)) SWIG_fail; 10458 } 10459 { 10460 PyThreadState *__save = PyEval_SaveThread(); 10461 result = (PI_ERR)dlp_DeleteRecord(arg1,arg2,arg3,arg4); 10462 10463 PyEval_RestoreThread(__save); 10464 } 10465 10466 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10467 SWIG_fail; 10468 resultobj = Py_None; 10469 Py_INCREF(Py_None); 10470 10471 return resultobj; 10472 fail: 10473 return NULL; 10474 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_DeleteResource | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10681 of file pisock_wrap.c.
References dlp_DeleteResource(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
10681 { 10682 PyObject *resultobj = NULL; 10683 int arg1 ; 10684 int arg2 ; 10685 int arg3 ; 10686 unsigned long arg4 ; 10687 int arg5 ; 10688 PI_ERR result; 10689 PyObject * obj0 = 0 ; 10690 PyObject * obj1 = 0 ; 10691 PyObject * obj2 = 0 ; 10692 PyObject * obj3 = 0 ; 10693 PyObject * obj4 = 0 ; 10694 10695 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_DeleteResource",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 10696 { 10697 arg1 = (int)(SWIG_As_int(obj0)); 10698 if (SWIG_arg_fail(1)) SWIG_fail; 10699 } 10700 { 10701 arg2 = (int)(SWIG_As_int(obj1)); 10702 if (SWIG_arg_fail(2)) SWIG_fail; 10703 } 10704 { 10705 arg3 = (int)(SWIG_As_int(obj2)); 10706 if (SWIG_arg_fail(3)) SWIG_fail; 10707 } 10708 { 10709 arg4 = (unsigned long)(SWIG_As_unsigned_SS_long(obj3)); 10710 if (SWIG_arg_fail(4)) SWIG_fail; 10711 } 10712 { 10713 arg5 = (int)(SWIG_As_int(obj4)); 10714 if (SWIG_arg_fail(5)) SWIG_fail; 10715 } 10716 { 10717 PyThreadState *__save = PyEval_SaveThread(); 10718 result = (PI_ERR)dlp_DeleteResource(arg1,arg2,arg3,arg4,arg5); 10719 10720 PyEval_RestoreThread(__save); 10721 } 10722 10723 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10724 SWIG_fail; 10725 resultobj = Py_None; 10726 Py_INCREF(Py_None); 10727 10728 return resultobj; 10729 fail: 10730 return NULL; 10731 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_EndOfSync | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8353 of file pisock_wrap.c.
References dlp_EndOfSync(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08353 { 08354 PyObject *resultobj = NULL; 08355 int arg1 ; 08356 int arg2 ; 08357 PI_ERR result; 08358 PyObject * obj0 = 0 ; 08359 PyObject * obj1 = 0 ; 08360 08361 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_EndOfSync",&obj0,&obj1)) goto fail; 08362 { 08363 arg1 = (int)(SWIG_As_int(obj0)); 08364 if (SWIG_arg_fail(1)) SWIG_fail; 08365 } 08366 { 08367 arg2 = (int)(SWIG_As_int(obj1)); 08368 if (SWIG_arg_fail(2)) SWIG_fail; 08369 } 08370 { 08371 PyThreadState *__save = PyEval_SaveThread(); 08372 result = (PI_ERR)dlp_EndOfSync(arg1,arg2); 08373 08374 PyEval_RestoreThread(__save); 08375 } 08376 08377 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08378 SWIG_fail; 08379 resultobj = Py_None; 08380 Py_INCREF(Py_None); 08381 08382 return resultobj; 08383 fail: 08384 return NULL; 08385 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ExpCardInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10814 of file pisock_wrap.c.
References dlp_ExpCardInfo(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_int, SWIGTYPE_p_p_char, and SWIGTYPE_p_unsigned_long.
10814 { 10815 PyObject *resultobj = NULL; 10816 int arg1 ; 10817 int arg2 ; 10818 unsigned long *arg3 = (unsigned long *) 0 ; 10819 int *arg4 = (int *) 0 ; 10820 char **arg5 = (char **) 0 ; 10821 PI_ERR result; 10822 PyObject * obj0 = 0 ; 10823 PyObject * obj1 = 0 ; 10824 PyObject * obj2 = 0 ; 10825 PyObject * obj3 = 0 ; 10826 PyObject * obj4 = 0 ; 10827 10828 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_ExpCardInfo",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 10829 { 10830 arg1 = (int)(SWIG_As_int(obj0)); 10831 if (SWIG_arg_fail(1)) SWIG_fail; 10832 } 10833 { 10834 arg2 = (int)(SWIG_As_int(obj1)); 10835 if (SWIG_arg_fail(2)) SWIG_fail; 10836 } 10837 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 10838 if (SWIG_arg_fail(3)) SWIG_fail; 10839 SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 10840 if (SWIG_arg_fail(4)) SWIG_fail; 10841 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_p_char, SWIG_POINTER_EXCEPTION | 0); 10842 if (SWIG_arg_fail(5)) SWIG_fail; 10843 { 10844 PyThreadState *__save = PyEval_SaveThread(); 10845 result = (PI_ERR)dlp_ExpCardInfo(arg1,arg2,arg3,arg4,arg5); 10846 10847 PyEval_RestoreThread(__save); 10848 } 10849 10850 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10851 SWIG_fail; 10852 resultobj = Py_None; 10853 Py_INCREF(Py_None); 10854 10855 return resultobj; 10856 fail: 10857 return NULL; 10858 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ExpCardPresent | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10779 of file pisock_wrap.c.
References dlp_ExpCardPresent(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
10779 { 10780 PyObject *resultobj = NULL; 10781 int arg1 ; 10782 int arg2 ; 10783 PI_ERR result; 10784 PyObject * obj0 = 0 ; 10785 PyObject * obj1 = 0 ; 10786 10787 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ExpCardPresent",&obj0,&obj1)) goto fail; 10788 { 10789 arg1 = (int)(SWIG_As_int(obj0)); 10790 if (SWIG_arg_fail(1)) SWIG_fail; 10791 } 10792 { 10793 arg2 = (int)(SWIG_As_int(obj1)); 10794 if (SWIG_arg_fail(2)) SWIG_fail; 10795 } 10796 { 10797 PyThreadState *__save = PyEval_SaveThread(); 10798 result = (PI_ERR)dlp_ExpCardPresent(arg1,arg2); 10799 10800 PyEval_RestoreThread(__save); 10801 } 10802 10803 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10804 SWIG_fail; 10805 resultobj = Py_None; 10806 Py_INCREF(Py_None); 10807 10808 return resultobj; 10809 fail: 10810 return NULL; 10811 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ExpSlotEnumerate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10734 of file pisock_wrap.c.
References dlp_ExpSlotEnumerate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
10734 { 10735 PyObject *resultobj = NULL; 10736 int arg1 ; 10737 int *arg2 = (int *) 0 ; 10738 int *arg3 = (int *) 0 ; 10739 PI_ERR result; 10740 int numSlots2 ; 10741 int slotRefs2[16] ; 10742 PyObject * obj0 = 0 ; 10743 10744 10745 numSlots2 = sizeof(slotRefs2) / sizeof(slotRefs2[0]); 10746 arg2 = &numSlots2; 10747 arg3 = &slotRefs2[0]; 10748 10749 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ExpSlotEnumerate",&obj0)) goto fail; 10750 { 10751 arg1 = (int)(SWIG_As_int(obj0)); 10752 if (SWIG_arg_fail(1)) SWIG_fail; 10753 } 10754 { 10755 PyThreadState *__save = PyEval_SaveThread(); 10756 result = (PI_ERR)dlp_ExpSlotEnumerate(arg1,arg2,arg3); 10757 10758 PyEval_RestoreThread(__save); 10759 } 10760 10761 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10762 SWIG_fail; 10763 resultobj = Py_None; 10764 Py_INCREF(Py_None); 10765 10766 10767 if (arg2 && arg3) { 10768 int slotIndex; 10769 for (slotIndex=0; slotIndex < *arg2; slotIndex++) 10770 t_output_helper(resultobj, PyInt_FromLong(arg3[slotIndex])); 10771 } 10772 10773 return resultobj; 10774 fail: 10775 return NULL; 10776 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ExpSlotMediaType | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10861 of file pisock_wrap.c.
References dlp_ExpSlotMediaType(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_unsigned_long.
10861 { 10862 PyObject *resultobj = NULL; 10863 int arg1 ; 10864 int arg2 ; 10865 unsigned long *arg3 = (unsigned long *) 0 ; 10866 PI_ERR result; 10867 PyObject * obj0 = 0 ; 10868 PyObject * obj1 = 0 ; 10869 PyObject * obj2 = 0 ; 10870 10871 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ExpSlotMediaType",&obj0,&obj1,&obj2)) goto fail; 10872 { 10873 arg1 = (int)(SWIG_As_int(obj0)); 10874 if (SWIG_arg_fail(1)) SWIG_fail; 10875 } 10876 { 10877 arg2 = (int)(SWIG_As_int(obj1)); 10878 if (SWIG_arg_fail(2)) SWIG_fail; 10879 } 10880 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 10881 if (SWIG_arg_fail(3)) SWIG_fail; 10882 { 10883 PyThreadState *__save = PyEval_SaveThread(); 10884 result = (PI_ERR)dlp_ExpSlotMediaType(arg1,arg2,arg3); 10885 10886 PyEval_RestoreThread(__save); 10887 } 10888 10889 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10890 SWIG_fail; 10891 resultobj = Py_None; 10892 Py_INCREF(Py_None); 10893 10894 return resultobj; 10895 fail: 10896 return NULL; 10897 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_FindDBByName | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8888 of file pisock_wrap.c.
References dlp_FindDBByName(), fail(), PyObjectFromDBInfo(), PyObjectFromDBSizeInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, and t_output_helper().
08888 { 08889 PyObject *resultobj = NULL; 08890 int arg1 ; 08891 int arg2 ; 08892 char *arg3 = (char *) 0 ; 08893 unsigned long *arg4 = (unsigned long *) 0 ; 08894 int *arg5 = (int *) 0 ; 08895 struct DBInfo *arg6 = (struct DBInfo *) 0 ; 08896 struct DBSizeInfo *arg7 = (struct DBSizeInfo *) 0 ; 08897 PI_ERR result; 08898 unsigned long temp4 ; 08899 int res4 = 0 ; 08900 int temp5 ; 08901 int res5 = 0 ; 08902 struct DBInfo temp16 ; 08903 struct DBSizeInfo temp26 ; 08904 PyObject * obj0 = 0 ; 08905 PyObject * obj1 = 0 ; 08906 PyObject * obj2 = 0 ; 08907 08908 arg4 = &temp4; res4 = SWIG_NEWOBJ; 08909 arg5 = &temp5; res5 = SWIG_NEWOBJ; 08910 08911 arg6 = &temp16; 08912 arg7 = &temp26; 08913 08914 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_FindDBByName",&obj0,&obj1,&obj2)) goto fail; 08915 { 08916 arg1 = (int)(SWIG_As_int(obj0)); 08917 if (SWIG_arg_fail(1)) SWIG_fail; 08918 } 08919 { 08920 arg2 = (int)(SWIG_As_int(obj1)); 08921 if (SWIG_arg_fail(2)) SWIG_fail; 08922 } 08923 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 08924 SWIG_arg_fail(3);SWIG_fail; 08925 } 08926 { 08927 PyThreadState *__save = PyEval_SaveThread(); 08928 result = (PI_ERR)dlp_FindDBByName(arg1,arg2,(char const *)arg3,arg4,arg5,arg6,arg7); 08929 08930 PyEval_RestoreThread(__save); 08931 } 08932 08933 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08934 SWIG_fail; 08935 resultobj = Py_None; 08936 Py_INCREF(Py_None); 08937 08938 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 08939 SWIG_From_unsigned_SS_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_unsigned_long, 0))); 08940 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 08941 SWIG_From_int((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_int, 0))); 08942 08943 if (arg6) resultobj = t_output_helper(resultobj, PyObjectFromDBInfo(arg6)); 08944 if (arg7) resultobj = t_output_helper(resultobj, PyObjectFromDBSizeInfo(arg7)); 08945 08946 return resultobj; 08947 fail: 08948 return NULL; 08949 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_FindDBByOpenHandle | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8952 of file pisock_wrap.c.
References dlp_FindDBByOpenHandle(), fail(), PyObjectFromDBInfo(), PyObjectFromDBSizeInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, and t_output_helper().
08952 { 08953 PyObject *resultobj = NULL; 08954 int arg1 ; 08955 int arg2 ; 08956 int *arg3 = (int *) 0 ; 08957 unsigned long *arg4 = (unsigned long *) 0 ; 08958 struct DBInfo *arg5 = (struct DBInfo *) 0 ; 08959 struct DBSizeInfo *arg6 = (struct DBSizeInfo *) 0 ; 08960 PI_ERR result; 08961 int temp3 ; 08962 int res3 = 0 ; 08963 unsigned long temp4 ; 08964 int res4 = 0 ; 08965 struct DBInfo temp15 ; 08966 struct DBSizeInfo temp25 ; 08967 PyObject * obj0 = 0 ; 08968 PyObject * obj1 = 0 ; 08969 08970 arg3 = &temp3; res3 = SWIG_NEWOBJ; 08971 arg4 = &temp4; res4 = SWIG_NEWOBJ; 08972 08973 arg5 = &temp15; 08974 arg6 = &temp25; 08975 08976 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_FindDBByOpenHandle",&obj0,&obj1)) goto fail; 08977 { 08978 arg1 = (int)(SWIG_As_int(obj0)); 08979 if (SWIG_arg_fail(1)) SWIG_fail; 08980 } 08981 { 08982 arg2 = (int)(SWIG_As_int(obj1)); 08983 if (SWIG_arg_fail(2)) SWIG_fail; 08984 } 08985 { 08986 PyThreadState *__save = PyEval_SaveThread(); 08987 result = (PI_ERR)dlp_FindDBByOpenHandle(arg1,arg2,arg3,arg4,arg5,arg6); 08988 08989 PyEval_RestoreThread(__save); 08990 } 08991 08992 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08993 SWIG_fail; 08994 resultobj = Py_None; 08995 Py_INCREF(Py_None); 08996 08997 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? 08998 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0))); 08999 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 09000 SWIG_From_unsigned_SS_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_unsigned_long, 0))); 09001 09002 if (arg5) resultobj = t_output_helper(resultobj, PyObjectFromDBInfo(arg5)); 09003 if (arg6) resultobj = t_output_helper(resultobj, PyObjectFromDBSizeInfo(arg6)); 09004 09005 return resultobj; 09006 fail: 09007 return NULL; 09008 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_FindDBByTypeCreator | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9011 of file pisock_wrap.c.
References dlp_FindDBByTypeCreator(), fail(), makelong(), PyObjectFromDBInfo(), PyObjectFromDBSizeInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, and t_output_helper().
09011 { 09012 PyObject *resultobj = NULL; 09013 int arg1 ; 09014 unsigned long arg2 ; 09015 unsigned long arg3 ; 09016 int arg4 ; 09017 int arg5 ; 09018 int *arg6 = (int *) 0 ; 09019 unsigned long *arg7 = (unsigned long *) 0 ; 09020 int *arg8 = (int *) 0 ; 09021 struct DBInfo *arg9 = (struct DBInfo *) 0 ; 09022 struct DBSizeInfo *arg10 = (struct DBSizeInfo *) 0 ; 09023 PI_ERR result; 09024 int temp6 ; 09025 int res6 = 0 ; 09026 unsigned long temp7 ; 09027 int res7 = 0 ; 09028 int temp8 ; 09029 int res8 = 0 ; 09030 struct DBInfo temp19 ; 09031 struct DBSizeInfo temp29 ; 09032 PyObject * obj0 = 0 ; 09033 PyObject * obj1 = 0 ; 09034 PyObject * obj2 = 0 ; 09035 PyObject * obj3 = 0 ; 09036 PyObject * obj4 = 0 ; 09037 09038 arg6 = &temp6; res6 = SWIG_NEWOBJ; 09039 arg7 = &temp7; res7 = SWIG_NEWOBJ; 09040 arg8 = &temp8; res8 = SWIG_NEWOBJ; 09041 09042 arg9 = &temp19; 09043 arg10 = &temp29; 09044 09045 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_FindDBByTypeCreator",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 09046 { 09047 arg1 = (int)(SWIG_As_int(obj0)); 09048 if (SWIG_arg_fail(1)) SWIG_fail; 09049 } 09050 { 09051 if (PyString_Check(obj1)) 09052 arg2 = makelong(PyString_AS_STRING(obj1)); 09053 else if (PyInt_Check(obj1)) 09054 arg2 = PyInt_AsLong(obj1); 09055 else { 09056 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09057 SWIG_fail; 09058 } 09059 } 09060 { 09061 if (PyString_Check(obj2)) 09062 arg3 = makelong(PyString_AS_STRING(obj2)); 09063 else if (PyInt_Check(obj2)) 09064 arg3 = PyInt_AsLong(obj2); 09065 else { 09066 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09067 SWIG_fail; 09068 } 09069 } 09070 { 09071 arg4 = (int)(SWIG_As_int(obj3)); 09072 if (SWIG_arg_fail(4)) SWIG_fail; 09073 } 09074 { 09075 arg5 = (int)(SWIG_As_int(obj4)); 09076 if (SWIG_arg_fail(5)) SWIG_fail; 09077 } 09078 { 09079 PyThreadState *__save = PyEval_SaveThread(); 09080 result = (PI_ERR)dlp_FindDBByTypeCreator(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10); 09081 09082 PyEval_RestoreThread(__save); 09083 } 09084 09085 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09086 SWIG_fail; 09087 resultobj = Py_None; 09088 Py_INCREF(Py_None); 09089 09090 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 09091 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 09092 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 09093 SWIG_From_unsigned_SS_long((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_unsigned_long, 0))); 09094 resultobj = t_output_helper(resultobj, ((res8 == SWIG_NEWOBJ) ? 09095 SWIG_From_int((*arg8)) : SWIG_NewPointerObj((void*)(arg8), SWIGTYPE_p_int, 0))); 09096 09097 if (arg9) resultobj = t_output_helper(resultobj, PyObjectFromDBInfo(arg9)); 09098 if (arg10) resultobj = t_output_helper(resultobj, PyObjectFromDBSizeInfo(arg10)); 09099 09100 return resultobj; 09101 fail: 09102 return NULL; 09103 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_FindDBInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9106 of file pisock_wrap.c.
References dlp_FindDBInfo(), fail(), makelong(), PyObjectFromDBInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, and t_output_helper().
09106 { 09107 PyObject *resultobj = NULL; 09108 int arg1 ; 09109 int arg2 ; 09110 int arg3 ; 09111 char *arg4 = (char *) 0 ; 09112 unsigned long arg5 ; 09113 unsigned long arg6 ; 09114 struct DBInfo *arg7 = (struct DBInfo *) 0 ; 09115 PI_ERR result; 09116 struct DBInfo temp7 ; 09117 PyObject * obj0 = 0 ; 09118 PyObject * obj1 = 0 ; 09119 PyObject * obj2 = 0 ; 09120 PyObject * obj3 = 0 ; 09121 PyObject * obj4 = 0 ; 09122 PyObject * obj5 = 0 ; 09123 09124 09125 arg7 = &temp7; 09126 09127 if(!PyArg_ParseTuple(args,(char *)"OOOOOO:dlp_FindDBInfo",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; 09128 { 09129 arg1 = (int)(SWIG_As_int(obj0)); 09130 if (SWIG_arg_fail(1)) SWIG_fail; 09131 } 09132 { 09133 arg2 = (int)(SWIG_As_int(obj1)); 09134 if (SWIG_arg_fail(2)) SWIG_fail; 09135 } 09136 { 09137 arg3 = (int)(SWIG_As_int(obj2)); 09138 if (SWIG_arg_fail(3)) SWIG_fail; 09139 } 09140 if (!SWIG_AsCharPtr(obj3, (char**)&arg4)) { 09141 SWIG_arg_fail(4);SWIG_fail; 09142 } 09143 { 09144 if (PyString_Check(obj4)) 09145 arg5 = makelong(PyString_AS_STRING(obj4)); 09146 else if (PyInt_Check(obj4)) 09147 arg5 = PyInt_AsLong(obj4); 09148 else { 09149 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09150 SWIG_fail; 09151 } 09152 } 09153 { 09154 if (PyString_Check(obj5)) 09155 arg6 = makelong(PyString_AS_STRING(obj5)); 09156 else if (PyInt_Check(obj5)) 09157 arg6 = PyInt_AsLong(obj5); 09158 else { 09159 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09160 SWIG_fail; 09161 } 09162 } 09163 { 09164 PyThreadState *__save = PyEval_SaveThread(); 09165 result = (PI_ERR)dlp_FindDBInfo(arg1,arg2,arg3,(char const *)arg4,arg5,arg6,arg7); 09166 09167 PyEval_RestoreThread(__save); 09168 } 09169 09170 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09171 SWIG_fail; 09172 resultobj = Py_None; 09173 Py_INCREF(Py_None); 09174 09175 09176 if (arg7) resultobj = t_output_helper(resultobj, PyObjectFromDBInfo(arg7)); 09177 09178 return resultobj; 09179 fail: 09180 return NULL; 09181 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_GetROMToken | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8470 of file pisock_wrap.c.
References dlp_GetROMToken(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_ConvertPtr, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_size_t.
08470 { 08471 PyObject *resultobj = NULL; 08472 int arg1 ; 08473 unsigned long arg2 ; 08474 void *arg3 = (void *) 0 ; 08475 size_t *arg4 = (size_t *) 0 ; 08476 PI_ERR result; 08477 PyObject * obj0 = 0 ; 08478 PyObject * obj1 = 0 ; 08479 PyObject * obj2 = 0 ; 08480 PyObject * obj3 = 0 ; 08481 08482 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_GetROMToken",&obj0,&obj1,&obj2,&obj3)) goto fail; 08483 { 08484 arg1 = (int)(SWIG_As_int(obj0)); 08485 if (SWIG_arg_fail(1)) SWIG_fail; 08486 } 08487 { 08488 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 08489 if (SWIG_arg_fail(2)) SWIG_fail; 08490 } 08491 { 08492 if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),0,SWIG_POINTER_EXCEPTION|0))== -1) { 08493 SWIG_arg_fail(3);SWIG_fail; 08494 } 08495 } 08496 SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_size_t, SWIG_POINTER_EXCEPTION | 0); 08497 if (SWIG_arg_fail(4)) SWIG_fail; 08498 { 08499 PyThreadState *__save = PyEval_SaveThread(); 08500 result = (PI_ERR)dlp_GetROMToken(arg1,arg2,arg3,arg4); 08501 08502 PyEval_RestoreThread(__save); 08503 } 08504 08505 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08506 SWIG_fail; 08507 resultobj = Py_None; 08508 Py_INCREF(Py_None); 08509 08510 return resultobj; 08511 fail: 08512 return NULL; 08513 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_GetSysDateTime_ | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7997 of file pisock_wrap.c.
References dlp_GetSysDateTime(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_time_t.
07997 { 07998 PyObject *resultobj = NULL; 07999 int arg1 ; 08000 time_t *arg2 = (time_t *) 0 ; 08001 PI_ERR result; 08002 PyObject * obj0 = 0 ; 08003 PyObject * obj1 = 0 ; 08004 08005 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_GetSysDateTime_",&obj0,&obj1)) goto fail; 08006 { 08007 arg1 = (int)(SWIG_As_int(obj0)); 08008 if (SWIG_arg_fail(1)) SWIG_fail; 08009 } 08010 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_time_t, SWIG_POINTER_EXCEPTION | 0); 08011 if (SWIG_arg_fail(2)) SWIG_fail; 08012 { 08013 PyThreadState *__save = PyEval_SaveThread(); 08014 result = (PI_ERR)dlp_GetSysDateTime(arg1,arg2); 08015 08016 PyEval_RestoreThread(__save); 08017 } 08018 08019 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08020 SWIG_fail; 08021 resultobj = Py_None; 08022 Py_INCREF(Py_None); 08023 08024 return resultobj; 08025 fail: 08026 return NULL; 08027 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_htopdate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7970 of file pisock_wrap.c.
References dlp_htopdate(), fail(), SWIG_arg_fail, SWIG_As_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_unsigned_char.
07970 { 07971 PyObject *resultobj = NULL; 07972 time_t arg1 ; 07973 unsigned char *arg2 = (unsigned char *) 0 ; 07974 PyObject * obj0 = 0 ; 07975 PyObject * obj1 = 0 ; 07976 07977 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_htopdate",&obj0,&obj1)) goto fail; 07978 { 07979 arg1 = (time_t)(SWIG_As_long(obj0)); 07980 if (SWIG_arg_fail(1)) SWIG_fail; 07981 } 07982 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_unsigned_char, SWIG_POINTER_EXCEPTION | 0); 07983 if (SWIG_arg_fail(2)) SWIG_fail; 07984 { 07985 PyThreadState *__save = PyEval_SaveThread(); 07986 dlp_htopdate(arg1,arg2); 07987 07988 PyEval_RestoreThread(__save); 07989 } 07990 Py_INCREF(Py_None); resultobj = Py_None; 07991 return resultobj; 07992 fail: 07993 return NULL; 07994 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_MoveCategory | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9599 of file pisock_wrap.c.
References dlp_MoveCategory(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09599 { 09600 PyObject *resultobj = NULL; 09601 int arg1 ; 09602 int arg2 ; 09603 int arg3 ; 09604 int arg4 ; 09605 PI_ERR result; 09606 PyObject * obj0 = 0 ; 09607 PyObject * obj1 = 0 ; 09608 PyObject * obj2 = 0 ; 09609 PyObject * obj3 = 0 ; 09610 09611 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_MoveCategory",&obj0,&obj1,&obj2,&obj3)) goto fail; 09612 { 09613 arg1 = (int)(SWIG_As_int(obj0)); 09614 if (SWIG_arg_fail(1)) SWIG_fail; 09615 } 09616 { 09617 arg2 = (int)(SWIG_As_int(obj1)); 09618 if (SWIG_arg_fail(2)) SWIG_fail; 09619 } 09620 { 09621 arg3 = (int)(SWIG_As_int(obj2)); 09622 if (SWIG_arg_fail(3)) SWIG_fail; 09623 } 09624 { 09625 arg4 = (int)(SWIG_As_int(obj3)); 09626 if (SWIG_arg_fail(4)) SWIG_fail; 09627 } 09628 { 09629 PyThreadState *__save = PyEval_SaveThread(); 09630 result = (PI_ERR)dlp_MoveCategory(arg1,arg2,arg3,arg4); 09631 09632 PyEval_RestoreThread(__save); 09633 } 09634 09635 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09636 SWIG_fail; 09637 resultobj = Py_None; 09638 Py_INCREF(Py_None); 09639 09640 return resultobj; 09641 fail: 09642 return NULL; 09643 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_OpenConduit | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8324 of file pisock_wrap.c.
References dlp_OpenConduit(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08324 { 08325 PyObject *resultobj = NULL; 08326 int arg1 ; 08327 PI_ERR result; 08328 PyObject * obj0 = 0 ; 08329 08330 if(!PyArg_ParseTuple(args,(char *)"O:dlp_OpenConduit",&obj0)) goto fail; 08331 { 08332 arg1 = (int)(SWIG_As_int(obj0)); 08333 if (SWIG_arg_fail(1)) SWIG_fail; 08334 } 08335 { 08336 PyThreadState *__save = PyEval_SaveThread(); 08337 result = (PI_ERR)dlp_OpenConduit(arg1); 08338 08339 PyEval_RestoreThread(__save); 08340 } 08341 08342 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08343 SWIG_fail; 08344 resultobj = Py_None; 08345 Py_INCREF(Py_None); 08346 08347 return resultobj; 08348 fail: 08349 return NULL; 08350 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_OpenDB | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9184 of file pisock_wrap.c.
References dlp_OpenDB(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, and t_output_helper().
09184 { 09185 PyObject *resultobj = NULL; 09186 int arg1 ; 09187 int arg2 ; 09188 int arg3 ; 09189 char *arg4 = (char *) 0 ; 09190 int *arg5 = (int *) 0 ; 09191 PI_ERR result; 09192 int temp5 ; 09193 int res5 = 0 ; 09194 PyObject * obj0 = 0 ; 09195 PyObject * obj1 = 0 ; 09196 PyObject * obj2 = 0 ; 09197 PyObject * obj3 = 0 ; 09198 09199 arg5 = &temp5; res5 = SWIG_NEWOBJ; 09200 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_OpenDB",&obj0,&obj1,&obj2,&obj3)) goto fail; 09201 { 09202 arg1 = (int)(SWIG_As_int(obj0)); 09203 if (SWIG_arg_fail(1)) SWIG_fail; 09204 } 09205 { 09206 arg2 = (int)(SWIG_As_int(obj1)); 09207 if (SWIG_arg_fail(2)) SWIG_fail; 09208 } 09209 { 09210 arg3 = (int)(SWIG_As_int(obj2)); 09211 if (SWIG_arg_fail(3)) SWIG_fail; 09212 } 09213 if (!SWIG_AsCharPtr(obj3, (char**)&arg4)) { 09214 SWIG_arg_fail(4);SWIG_fail; 09215 } 09216 { 09217 PyThreadState *__save = PyEval_SaveThread(); 09218 result = (PI_ERR)dlp_OpenDB(arg1,arg2,arg3,(char const *)arg4,arg5); 09219 09220 PyEval_RestoreThread(__save); 09221 } 09222 09223 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09224 SWIG_fail; 09225 resultobj = Py_None; 09226 Py_INCREF(Py_None); 09227 09228 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 09229 SWIG_From_int((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_int, 0))); 09230 return resultobj; 09231 fail: 09232 return NULL; 09233 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ptohdate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7946 of file pisock_wrap.c.
References dlp_ptohdate(), fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_long, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_unsigned_char.
07946 { 07947 PyObject *resultobj = NULL; 07948 unsigned char *arg1 = (unsigned char *) 0 ; 07949 time_t result; 07950 PyObject * obj0 = 0 ; 07951 07952 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ptohdate",&obj0)) goto fail; 07953 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_unsigned_char, SWIG_POINTER_EXCEPTION | 0); 07954 if (SWIG_arg_fail(1)) SWIG_fail; 07955 { 07956 PyThreadState *__save = PyEval_SaveThread(); 07957 result = dlp_ptohdate((unsigned char const *)arg1); 07958 07959 PyEval_RestoreThread(__save); 07960 } 07961 { 07962 resultobj = SWIG_From_long((long)(result)); 07963 } 07964 return resultobj; 07965 fail: 07966 return NULL; 07967 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadAppBlock | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9646 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadAppBlock(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, t_output_helper(), and pi_buffer_t::used.
09646 { 09647 PyObject *resultobj = NULL; 09648 int arg1 ; 09649 int arg2 ; 09650 int arg3 ; 09651 int arg4 ; 09652 pi_buffer_t *arg5 = (pi_buffer_t *) 0 ; 09653 PI_ERR result; 09654 PyObject * obj0 = 0 ; 09655 PyObject * obj1 = 0 ; 09656 PyObject * obj2 = 0 ; 09657 PyObject * obj3 = 0 ; 09658 09659 { 09660 arg5 = pi_buffer_new(0xFFFF); 09661 } 09662 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_ReadAppBlock",&obj0,&obj1,&obj2,&obj3)) goto fail; 09663 { 09664 arg1 = (int)(SWIG_As_int(obj0)); 09665 if (SWIG_arg_fail(1)) SWIG_fail; 09666 } 09667 { 09668 arg2 = (int)(SWIG_As_int(obj1)); 09669 if (SWIG_arg_fail(2)) SWIG_fail; 09670 } 09671 { 09672 arg3 = (int)(SWIG_As_int(obj2)); 09673 if (SWIG_arg_fail(3)) SWIG_fail; 09674 } 09675 { 09676 arg4 = (int)(SWIG_As_int(obj3)); 09677 if (SWIG_arg_fail(4)) SWIG_fail; 09678 } 09679 { 09680 PyThreadState *__save = PyEval_SaveThread(); 09681 result = (PI_ERR)dlp_ReadAppBlock(arg1,arg2,arg3,arg4,arg5); 09682 09683 PyEval_RestoreThread(__save); 09684 } 09685 09686 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09687 SWIG_fail; 09688 resultobj = Py_None; 09689 Py_INCREF(Py_None); 09690 09691 { 09692 if (arg5) { 09693 PyObject *o1 = Py_BuildValue("s#", arg5->data, arg5->used); 09694 resultobj = t_output_helper(resultobj, o1); 09695 } 09696 } 09697 { 09698 if (arg5) { 09699 pi_buffer_free(arg5); 09700 } 09701 } 09702 return resultobj; 09703 fail: 09704 { 09705 if (arg5) { 09706 pi_buffer_free(arg5); 09707 } 09708 } 09709 return NULL; 09710 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadAppPreference | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8642 of file pisock_wrap.c.
References dlp_ReadAppPreference(), fail(), makelong(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_ConvertPtr, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_int, SWIGTYPE_p_size_t, and t_output_helper().
08642 { 08643 PyObject *resultobj = NULL; 08644 int arg1 ; 08645 unsigned long arg2 ; 08646 int arg3 ; 08647 int arg4 ; 08648 int arg5 ; 08649 void *arg6 = (void *) 0 ; 08650 size_t *arg7 = (size_t *) 0 ; 08651 int *arg8 = (int *) 0 ; 08652 PI_ERR result; 08653 PyObject * obj0 = 0 ; 08654 PyObject * obj1 = 0 ; 08655 PyObject * obj2 = 0 ; 08656 PyObject * obj3 = 0 ; 08657 PyObject * obj4 = 0 ; 08658 PyObject * obj5 = 0 ; 08659 PyObject * obj6 = 0 ; 08660 PyObject * obj7 = 0 ; 08661 08662 if(!PyArg_ParseTuple(args,(char *)"OOOOOOOO:dlp_ReadAppPreference",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7)) goto fail; 08663 { 08664 arg1 = (int)(SWIG_As_int(obj0)); 08665 if (SWIG_arg_fail(1)) SWIG_fail; 08666 } 08667 { 08668 if (PyString_Check(obj1)) 08669 arg2 = makelong(PyString_AS_STRING(obj1)); 08670 else if (PyInt_Check(obj1)) 08671 arg2 = PyInt_AsLong(obj1); 08672 else { 08673 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 08674 SWIG_fail; 08675 } 08676 } 08677 { 08678 arg3 = (int)(SWIG_As_int(obj2)); 08679 if (SWIG_arg_fail(3)) SWIG_fail; 08680 } 08681 { 08682 arg4 = (int)(SWIG_As_int(obj3)); 08683 if (SWIG_arg_fail(4)) SWIG_fail; 08684 } 08685 { 08686 arg5 = (int)(SWIG_As_int(obj4)); 08687 if (SWIG_arg_fail(5)) SWIG_fail; 08688 } 08689 { 08690 if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),0,SWIG_POINTER_EXCEPTION|0))== -1) { 08691 SWIG_arg_fail(6);SWIG_fail; 08692 } 08693 } 08694 SWIG_Python_ConvertPtr(obj6, (void **)&arg7, SWIGTYPE_p_size_t, SWIG_POINTER_EXCEPTION | 0); 08695 if (SWIG_arg_fail(7)) SWIG_fail; 08696 SWIG_Python_ConvertPtr(obj7, (void **)&arg8, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 08697 if (SWIG_arg_fail(8)) SWIG_fail; 08698 { 08699 PyThreadState *__save = PyEval_SaveThread(); 08700 result = (PI_ERR)dlp_ReadAppPreference(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); 08701 08702 PyEval_RestoreThread(__save); 08703 } 08704 08705 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08706 SWIG_fail; 08707 resultobj = Py_None; 08708 Py_INCREF(Py_None); 08709 08710 08711 if (arg6) resultobj = t_output_helper(resultobj, Py_BuildValue("is#", arg8, arg6, arg7)); 08712 08713 return resultobj; 08714 fail: 08715 return NULL; 08716 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadDBList_ | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8814 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadDBList(), fail(), pi_buffer_free(), pi_buffer_new(), PyObjectFromDBInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and pi_buffer_t::used.
08814 { 08815 PyObject *resultobj = NULL; 08816 int arg1 ; 08817 int arg2 ; 08818 int arg3 ; 08819 int arg4 ; 08820 pi_buffer_t *arg5 = (pi_buffer_t *) 0 ; 08821 PI_ERR result; 08822 PyObject * obj0 = 0 ; 08823 PyObject * obj1 = 0 ; 08824 PyObject * obj2 = 0 ; 08825 PyObject * obj3 = 0 ; 08826 08827 { 08828 arg5 = pi_buffer_new(0xFFFF); 08829 } 08830 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_ReadDBList_",&obj0,&obj1,&obj2,&obj3)) goto fail; 08831 { 08832 arg1 = (int)(SWIG_As_int(obj0)); 08833 if (SWIG_arg_fail(1)) SWIG_fail; 08834 } 08835 { 08836 arg2 = (int)(SWIG_As_int(obj1)); 08837 if (SWIG_arg_fail(2)) SWIG_fail; 08838 } 08839 { 08840 arg3 = (int)(SWIG_As_int(obj2)); 08841 if (SWIG_arg_fail(3)) SWIG_fail; 08842 } 08843 { 08844 arg4 = (int)(SWIG_As_int(obj3)); 08845 if (SWIG_arg_fail(4)) SWIG_fail; 08846 } 08847 { 08848 PyThreadState *__save = PyEval_SaveThread(); 08849 result = (PI_ERR)dlp_ReadDBList(arg1,arg2,arg3,arg4,arg5); 08850 08851 PyEval_RestoreThread(__save); 08852 } 08853 08854 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08855 SWIG_fail; 08856 resultobj = Py_None; 08857 Py_INCREF(Py_None); 08858 08859 08860 if (arg5) { 08861 int j; 08862 struct DBInfo info; 08863 resultobj = PyList_New((arg5->used / sizeof(struct DBInfo))); 08864 for (j=0; j < (arg5->used / sizeof(struct DBInfo)); j++) { 08865 memcpy(&info, arg5->data + j * sizeof(struct DBInfo), sizeof(struct DBInfo)); 08866 PyObject *o = PyObjectFromDBInfo(&info); 08867 Py_INCREF(o); 08868 PyList_SET_ITEM(resultobj, j, o); 08869 } 08870 } 08871 08872 { 08873 if (arg5) { 08874 pi_buffer_free(arg5); 08875 } 08876 } 08877 return resultobj; 08878 fail: 08879 { 08880 if (arg5) { 08881 pi_buffer_free(arg5); 08882 } 08883 } 08884 return NULL; 08885 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadFeature | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8417 of file pisock_wrap.c.
References dlp_ReadFeature(), fail(), makelong(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_unsigned_long, and t_output_helper().
08417 { 08418 PyObject *resultobj = NULL; 08419 int arg1 ; 08420 unsigned long arg2 ; 08421 int arg3 ; 08422 unsigned long *arg4 = (unsigned long *) 0 ; 08423 PI_ERR result; 08424 unsigned long temp4 ; 08425 int res4 = 0 ; 08426 PyObject * obj0 = 0 ; 08427 PyObject * obj1 = 0 ; 08428 PyObject * obj2 = 0 ; 08429 08430 arg4 = &temp4; res4 = SWIG_NEWOBJ; 08431 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ReadFeature",&obj0,&obj1,&obj2)) goto fail; 08432 { 08433 arg1 = (int)(SWIG_As_int(obj0)); 08434 if (SWIG_arg_fail(1)) SWIG_fail; 08435 } 08436 { 08437 if (PyString_Check(obj1)) 08438 arg2 = makelong(PyString_AS_STRING(obj1)); 08439 else if (PyInt_Check(obj1)) 08440 arg2 = PyInt_AsLong(obj1); 08441 else { 08442 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 08443 SWIG_fail; 08444 } 08445 } 08446 { 08447 arg3 = (int)(SWIG_As_int(obj2)); 08448 if (SWIG_arg_fail(3)) SWIG_fail; 08449 } 08450 { 08451 PyThreadState *__save = PyEval_SaveThread(); 08452 result = (PI_ERR)dlp_ReadFeature(arg1,arg2,arg3,arg4); 08453 08454 PyEval_RestoreThread(__save); 08455 } 08456 08457 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08458 SWIG_fail; 08459 resultobj = Py_None; 08460 Py_INCREF(Py_None); 08461 08462 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 08463 SWIG_From_unsigned_SS_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_unsigned_long, 0))); 08464 return resultobj; 08465 fail: 08466 return NULL; 08467 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadNetSyncInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8251 of file pisock_wrap.c.
References dlp_ReadNetSyncInfo(), fail(), PyObjectFromNetSyncInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
08251 { 08252 PyObject *resultobj = NULL; 08253 int arg1 ; 08254 struct NetSyncInfo *arg2 = (struct NetSyncInfo *) 0 ; 08255 PI_ERR result; 08256 struct NetSyncInfo temp2 ; 08257 PyObject * obj0 = 0 ; 08258 08259 { 08260 arg2 = &temp2; 08261 } 08262 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ReadNetSyncInfo",&obj0)) goto fail; 08263 { 08264 arg1 = (int)(SWIG_As_int(obj0)); 08265 if (SWIG_arg_fail(1)) SWIG_fail; 08266 } 08267 { 08268 PyThreadState *__save = PyEval_SaveThread(); 08269 result = (PI_ERR)dlp_ReadNetSyncInfo(arg1,arg2); 08270 08271 PyEval_RestoreThread(__save); 08272 } 08273 08274 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08275 SWIG_fail; 08276 resultobj = Py_None; 08277 Py_INCREF(Py_None); 08278 08279 08280 if (arg2) resultobj = t_output_helper(resultobj, PyObjectFromNetSyncInfo(arg2)); 08281 08282 return resultobj; 08283 fail: 08284 return NULL; 08285 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadNextModifiedRec | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10127 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadNextModifiedRec(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_recordid_t, t_output_helper(), and pi_buffer_t::used.
10127 { 10128 PyObject *resultobj = NULL; 10129 int arg1 ; 10130 int arg2 ; 10131 pi_buffer_t *arg3 = (pi_buffer_t *) 0 ; 10132 recordid_t *arg4 = (recordid_t *) 0 ; 10133 int *arg5 = (int *) 0 ; 10134 int *arg6 = (int *) 0 ; 10135 int *arg7 = (int *) 0 ; 10136 PI_ERR result; 10137 recordid_t temp4 ; 10138 int res4 = 0 ; 10139 int temp5 ; 10140 int res5 = 0 ; 10141 int temp6 ; 10142 int res6 = 0 ; 10143 int temp7 ; 10144 int res7 = 0 ; 10145 PyObject * obj0 = 0 ; 10146 PyObject * obj1 = 0 ; 10147 10148 { 10149 arg3 = pi_buffer_new(0xFFFF); 10150 } 10151 arg4 = &temp4; res4 = SWIG_NEWOBJ; 10152 arg5 = &temp5; res5 = SWIG_NEWOBJ; 10153 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10154 arg7 = &temp7; res7 = SWIG_NEWOBJ; 10155 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ReadNextModifiedRec",&obj0,&obj1)) goto fail; 10156 { 10157 arg1 = (int)(SWIG_As_int(obj0)); 10158 if (SWIG_arg_fail(1)) SWIG_fail; 10159 } 10160 { 10161 arg2 = (int)(SWIG_As_int(obj1)); 10162 if (SWIG_arg_fail(2)) SWIG_fail; 10163 } 10164 { 10165 PyThreadState *__save = PyEval_SaveThread(); 10166 result = (PI_ERR)dlp_ReadNextModifiedRec(arg1,arg2,arg3,arg4,arg5,arg6,arg7); 10167 10168 PyEval_RestoreThread(__save); 10169 } 10170 10171 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10172 SWIG_fail; 10173 resultobj = Py_None; 10174 Py_INCREF(Py_None); 10175 10176 { 10177 if (arg3) { 10178 PyObject *o1 = Py_BuildValue("s#", arg3->data, arg3->used); 10179 resultobj = t_output_helper(resultobj, o1); 10180 } 10181 } 10182 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 10183 SWIG_From_unsigned_SS_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_recordid_t, 0))); 10184 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 10185 SWIG_From_int((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_int, 0))); 10186 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10187 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10188 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 10189 SWIG_From_int((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_int, 0))); 10190 { 10191 if (arg3) { 10192 pi_buffer_free(arg3); 10193 } 10194 } 10195 return resultobj; 10196 fail: 10197 { 10198 if (arg3) { 10199 pi_buffer_free(arg3); 10200 } 10201 } 10202 return NULL; 10203 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadNextModifiedRecInCategory | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10206 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadNextModifiedRecInCategory(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_recordid_t, t_output_helper(), and pi_buffer_t::used.
10206 { 10207 PyObject *resultobj = NULL; 10208 int arg1 ; 10209 int arg2 ; 10210 int arg3 ; 10211 pi_buffer_t *arg4 = (pi_buffer_t *) 0 ; 10212 recordid_t *arg5 = (recordid_t *) 0 ; 10213 int *arg6 = (int *) 0 ; 10214 int *arg7 = (int *) 0 ; 10215 PI_ERR result; 10216 recordid_t temp5 ; 10217 int res5 = 0 ; 10218 int temp6 ; 10219 int res6 = 0 ; 10220 int temp7 ; 10221 int res7 = 0 ; 10222 PyObject * obj0 = 0 ; 10223 PyObject * obj1 = 0 ; 10224 PyObject * obj2 = 0 ; 10225 10226 { 10227 arg4 = pi_buffer_new(0xFFFF); 10228 } 10229 arg5 = &temp5; res5 = SWIG_NEWOBJ; 10230 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10231 arg7 = &temp7; res7 = SWIG_NEWOBJ; 10232 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ReadNextModifiedRecInCategory",&obj0,&obj1,&obj2)) goto fail; 10233 { 10234 arg1 = (int)(SWIG_As_int(obj0)); 10235 if (SWIG_arg_fail(1)) SWIG_fail; 10236 } 10237 { 10238 arg2 = (int)(SWIG_As_int(obj1)); 10239 if (SWIG_arg_fail(2)) SWIG_fail; 10240 } 10241 { 10242 arg3 = (int)(SWIG_As_int(obj2)); 10243 if (SWIG_arg_fail(3)) SWIG_fail; 10244 } 10245 { 10246 PyThreadState *__save = PyEval_SaveThread(); 10247 result = (PI_ERR)dlp_ReadNextModifiedRecInCategory(arg1,arg2,arg3,arg4,arg5,arg6,arg7); 10248 10249 PyEval_RestoreThread(__save); 10250 } 10251 10252 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10253 SWIG_fail; 10254 resultobj = Py_None; 10255 Py_INCREF(Py_None); 10256 10257 { 10258 if (arg4) { 10259 PyObject *o1 = Py_BuildValue("s#", arg4->data, arg4->used); 10260 resultobj = t_output_helper(resultobj, o1); 10261 } 10262 } 10263 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 10264 SWIG_From_unsigned_SS_long((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_recordid_t, 0))); 10265 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10266 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10267 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 10268 SWIG_From_int((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_int, 0))); 10269 { 10270 if (arg4) { 10271 pi_buffer_free(arg4); 10272 } 10273 } 10274 return resultobj; 10275 fail: 10276 { 10277 if (arg4) { 10278 pi_buffer_free(arg4); 10279 } 10280 } 10281 return NULL; 10282 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadNextRecInCategory | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10285 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadNextRecInCategory(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_recordid_t, t_output_helper(), and pi_buffer_t::used.
10285 { 10286 PyObject *resultobj = NULL; 10287 int arg1 ; 10288 int arg2 ; 10289 int arg3 ; 10290 pi_buffer_t *arg4 = (pi_buffer_t *) 0 ; 10291 recordid_t *arg5 = (recordid_t *) 0 ; 10292 int *arg6 = (int *) 0 ; 10293 int *arg7 = (int *) 0 ; 10294 PI_ERR result; 10295 recordid_t temp5 ; 10296 int res5 = 0 ; 10297 int temp6 ; 10298 int res6 = 0 ; 10299 int temp7 ; 10300 int res7 = 0 ; 10301 PyObject * obj0 = 0 ; 10302 PyObject * obj1 = 0 ; 10303 PyObject * obj2 = 0 ; 10304 10305 { 10306 arg4 = pi_buffer_new(0xFFFF); 10307 } 10308 arg5 = &temp5; res5 = SWIG_NEWOBJ; 10309 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10310 arg7 = &temp7; res7 = SWIG_NEWOBJ; 10311 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ReadNextRecInCategory",&obj0,&obj1,&obj2)) goto fail; 10312 { 10313 arg1 = (int)(SWIG_As_int(obj0)); 10314 if (SWIG_arg_fail(1)) SWIG_fail; 10315 } 10316 { 10317 arg2 = (int)(SWIG_As_int(obj1)); 10318 if (SWIG_arg_fail(2)) SWIG_fail; 10319 } 10320 { 10321 arg3 = (int)(SWIG_As_int(obj2)); 10322 if (SWIG_arg_fail(3)) SWIG_fail; 10323 } 10324 { 10325 PyThreadState *__save = PyEval_SaveThread(); 10326 result = (PI_ERR)dlp_ReadNextRecInCategory(arg1,arg2,arg3,arg4,arg5,arg6,arg7); 10327 10328 PyEval_RestoreThread(__save); 10329 } 10330 10331 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10332 SWIG_fail; 10333 resultobj = Py_None; 10334 Py_INCREF(Py_None); 10335 10336 { 10337 if (arg4) { 10338 PyObject *o1 = Py_BuildValue("s#", arg4->data, arg4->used); 10339 resultobj = t_output_helper(resultobj, o1); 10340 } 10341 } 10342 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 10343 SWIG_From_unsigned_SS_long((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_recordid_t, 0))); 10344 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10345 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10346 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 10347 SWIG_From_int((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_int, 0))); 10348 { 10349 if (arg4) { 10350 pi_buffer_free(arg4); 10351 } 10352 } 10353 return resultobj; 10354 fail: 10355 { 10356 if (arg4) { 10357 pi_buffer_free(arg4); 10358 } 10359 } 10360 return NULL; 10361 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadOpenDBInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9422 of file pisock_wrap.c.
References dlp_ReadOpenDBInfo(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, and t_output_helper().
09422 { 09423 PyObject *resultobj = NULL; 09424 int arg1 ; 09425 int arg2 ; 09426 int *arg3 = (int *) 0 ; 09427 PI_ERR result; 09428 int temp3 ; 09429 int res3 = 0 ; 09430 PyObject * obj0 = 0 ; 09431 PyObject * obj1 = 0 ; 09432 09433 arg3 = &temp3; res3 = SWIG_NEWOBJ; 09434 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ReadOpenDBInfo",&obj0,&obj1)) goto fail; 09435 { 09436 arg1 = (int)(SWIG_As_int(obj0)); 09437 if (SWIG_arg_fail(1)) SWIG_fail; 09438 } 09439 { 09440 arg2 = (int)(SWIG_As_int(obj1)); 09441 if (SWIG_arg_fail(2)) SWIG_fail; 09442 } 09443 { 09444 PyThreadState *__save = PyEval_SaveThread(); 09445 result = (PI_ERR)dlp_ReadOpenDBInfo(arg1,arg2,arg3); 09446 09447 PyEval_RestoreThread(__save); 09448 } 09449 09450 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09451 SWIG_fail; 09452 resultobj = Py_None; 09453 Py_INCREF(Py_None); 09454 09455 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? 09456 SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0))); 09457 return resultobj; 09458 fail: 09459 return NULL; 09460 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadRecordById | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9969 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadRecordById(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, t_output_helper(), and pi_buffer_t::used.
09969 { 09970 PyObject *resultobj = NULL; 09971 int arg1 ; 09972 int arg2 ; 09973 recordid_t arg3 ; 09974 pi_buffer_t *arg4 = (pi_buffer_t *) 0 ; 09975 int *arg5 = (int *) 0 ; 09976 int *arg6 = (int *) 0 ; 09977 int *arg7 = (int *) 0 ; 09978 PI_ERR result; 09979 int temp5 ; 09980 int res5 = 0 ; 09981 int temp6 ; 09982 int res6 = 0 ; 09983 int temp7 ; 09984 int res7 = 0 ; 09985 PyObject * obj0 = 0 ; 09986 PyObject * obj1 = 0 ; 09987 PyObject * obj2 = 0 ; 09988 09989 { 09990 arg4 = pi_buffer_new(0xFFFF); 09991 } 09992 arg5 = &temp5; res5 = SWIG_NEWOBJ; 09993 arg6 = &temp6; res6 = SWIG_NEWOBJ; 09994 arg7 = &temp7; res7 = SWIG_NEWOBJ; 09995 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ReadRecordById",&obj0,&obj1,&obj2)) goto fail; 09996 { 09997 arg1 = (int)(SWIG_As_int(obj0)); 09998 if (SWIG_arg_fail(1)) SWIG_fail; 09999 } 10000 { 10001 arg2 = (int)(SWIG_As_int(obj1)); 10002 if (SWIG_arg_fail(2)) SWIG_fail; 10003 } 10004 { 10005 arg3 = (recordid_t)(SWIG_As_unsigned_SS_long(obj2)); 10006 if (SWIG_arg_fail(3)) SWIG_fail; 10007 } 10008 { 10009 PyThreadState *__save = PyEval_SaveThread(); 10010 result = (PI_ERR)dlp_ReadRecordById(arg1,arg2,arg3,arg4,arg5,arg6,arg7); 10011 10012 PyEval_RestoreThread(__save); 10013 } 10014 10015 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10016 SWIG_fail; 10017 resultobj = Py_None; 10018 Py_INCREF(Py_None); 10019 10020 { 10021 if (arg4) { 10022 PyObject *o1 = Py_BuildValue("s#", arg4->data, arg4->used); 10023 resultobj = t_output_helper(resultobj, o1); 10024 } 10025 } 10026 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 10027 SWIG_From_int((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_int, 0))); 10028 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10029 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10030 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 10031 SWIG_From_int((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_int, 0))); 10032 { 10033 if (arg4) { 10034 pi_buffer_free(arg4); 10035 } 10036 } 10037 return resultobj; 10038 fail: 10039 { 10040 if (arg4) { 10041 pi_buffer_free(arg4); 10042 } 10043 } 10044 return NULL; 10045 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadRecordByIndex | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10048 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadRecordByIndex(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_recordid_t, t_output_helper(), and pi_buffer_t::used.
10048 { 10049 PyObject *resultobj = NULL; 10050 int arg1 ; 10051 int arg2 ; 10052 int arg3 ; 10053 pi_buffer_t *arg4 = (pi_buffer_t *) 0 ; 10054 recordid_t *arg5 = (recordid_t *) 0 ; 10055 int *arg6 = (int *) 0 ; 10056 int *arg7 = (int *) 0 ; 10057 PI_ERR result; 10058 recordid_t temp5 ; 10059 int res5 = 0 ; 10060 int temp6 ; 10061 int res6 = 0 ; 10062 int temp7 ; 10063 int res7 = 0 ; 10064 PyObject * obj0 = 0 ; 10065 PyObject * obj1 = 0 ; 10066 PyObject * obj2 = 0 ; 10067 10068 { 10069 arg4 = pi_buffer_new(0xFFFF); 10070 } 10071 arg5 = &temp5; res5 = SWIG_NEWOBJ; 10072 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10073 arg7 = &temp7; res7 = SWIG_NEWOBJ; 10074 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_ReadRecordByIndex",&obj0,&obj1,&obj2)) goto fail; 10075 { 10076 arg1 = (int)(SWIG_As_int(obj0)); 10077 if (SWIG_arg_fail(1)) SWIG_fail; 10078 } 10079 { 10080 arg2 = (int)(SWIG_As_int(obj1)); 10081 if (SWIG_arg_fail(2)) SWIG_fail; 10082 } 10083 { 10084 arg3 = (int)(SWIG_As_int(obj2)); 10085 if (SWIG_arg_fail(3)) SWIG_fail; 10086 } 10087 { 10088 PyThreadState *__save = PyEval_SaveThread(); 10089 result = (PI_ERR)dlp_ReadRecordByIndex(arg1,arg2,arg3,arg4,arg5,arg6,arg7); 10090 10091 PyEval_RestoreThread(__save); 10092 } 10093 10094 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10095 SWIG_fail; 10096 resultobj = Py_None; 10097 Py_INCREF(Py_None); 10098 10099 { 10100 if (arg4) { 10101 PyObject *o1 = Py_BuildValue("s#", arg4->data, arg4->used); 10102 resultobj = t_output_helper(resultobj, o1); 10103 } 10104 } 10105 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 10106 SWIG_From_unsigned_SS_long((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_recordid_t, 0))); 10107 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10108 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10109 resultobj = t_output_helper(resultobj, ((res7 == SWIG_NEWOBJ) ? 10110 SWIG_From_int((*arg7)) : SWIG_NewPointerObj((void*)(arg7), SWIGTYPE_p_int, 0))); 10111 { 10112 if (arg4) { 10113 pi_buffer_free(arg4); 10114 } 10115 } 10116 return resultobj; 10117 fail: 10118 { 10119 if (arg4) { 10120 pi_buffer_free(arg4); 10121 } 10122 } 10123 return NULL; 10124 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadRecordIDList | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 1778 of file pisock_wrap.c.
References buf, dlp_ReadRecordIDList(), dlp_strerror(), list, max, and sd.
01778 { 01779 int sd, dbhandle, sort, start, max; 01780 int ret; 01781 recordid_t *buf; 01782 int count, i; 01783 PyObject *list; 01784 01785 buf = (recordid_t *)PyMem_Malloc(0xFFFF); 01786 01787 if (!PyArg_ParseTuple(args, "iiiii", &sd, &dbhandle, &sort, &start, &max)) 01788 return NULL; 01789 01790 /* this is a rather simplistic wrapper. if max is too big, we just 01791 * refuse to do it; we don't loop, figuring that that is the job of 01792 * the python wrapper. 01793 */ 01794 if (max > (0xFFFF/sizeof(recordid_t))) { 01795 PyErr_SetString(PyExc_ValueError, "can only return about 64k worth of ids at once"); 01796 return NULL; 01797 } 01798 01799 { 01800 PyThreadState *save = PyEval_SaveThread(); 01801 ret = dlp_ReadRecordIDList(sd, dbhandle, sort, start, max, buf, &count); 01802 PyEval_RestoreThread(save); 01803 } 01804 01805 if (ret < 0) { 01806 PyErr_SetObject(PIError, Py_BuildValue("(is)", ret, dlp_strerror(ret))); 01807 PyMem_Free(buf); 01808 return NULL; 01809 } 01810 01811 list = PyList_New(0); 01812 for (i=0; i<count; i++) 01813 PyList_Append(list, PyInt_FromLong((long)buf[i])); 01814 01815 PyMem_Free(buf); 01816 return list; 01817 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadResourceByIndex | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10556 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadResourceByIndex(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, t_output_helper(), and pi_buffer_t::used.
10556 { 10557 PyObject *resultobj = NULL; 10558 int arg1 ; 10559 int arg2 ; 10560 int arg3 ; 10561 pi_buffer_t *arg4 = (pi_buffer_t *) 0 ; 10562 unsigned long *arg5 = (unsigned long *) 0 ; 10563 int *arg6 = (int *) 0 ; 10564 PI_ERR result; 10565 int temp6 ; 10566 int res6 = 0 ; 10567 PyObject * obj0 = 0 ; 10568 PyObject * obj1 = 0 ; 10569 PyObject * obj2 = 0 ; 10570 PyObject * obj3 = 0 ; 10571 10572 { 10573 arg4 = pi_buffer_new(0xFFFF); 10574 } 10575 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10576 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_ReadResourceByIndex",&obj0,&obj1,&obj2,&obj3)) goto fail; 10577 { 10578 arg1 = (int)(SWIG_As_int(obj0)); 10579 if (SWIG_arg_fail(1)) SWIG_fail; 10580 } 10581 { 10582 arg2 = (int)(SWIG_As_int(obj1)); 10583 if (SWIG_arg_fail(2)) SWIG_fail; 10584 } 10585 { 10586 arg3 = (int)(SWIG_As_int(obj2)); 10587 if (SWIG_arg_fail(3)) SWIG_fail; 10588 } 10589 SWIG_Python_ConvertPtr(obj3, (void **)&arg5, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 10590 if (SWIG_arg_fail(5)) SWIG_fail; 10591 { 10592 PyThreadState *__save = PyEval_SaveThread(); 10593 result = (PI_ERR)dlp_ReadResourceByIndex(arg1,arg2,arg3,arg4,arg5,arg6); 10594 10595 PyEval_RestoreThread(__save); 10596 } 10597 10598 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10599 SWIG_fail; 10600 resultobj = Py_None; 10601 Py_INCREF(Py_None); 10602 10603 { 10604 if (arg4) { 10605 PyObject *o1 = Py_BuildValue("s#", arg4->data, arg4->used); 10606 resultobj = t_output_helper(resultobj, o1); 10607 } 10608 } 10609 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10610 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10611 { 10612 if (arg4) { 10613 pi_buffer_free(arg4); 10614 } 10615 } 10616 return resultobj; 10617 fail: 10618 { 10619 if (arg4) { 10620 pi_buffer_free(arg4); 10621 } 10622 } 10623 return NULL; 10624 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadResourceByType | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10477 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadResourceByType(), fail(), makelong(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, t_output_helper(), and pi_buffer_t::used.
10477 { 10478 PyObject *resultobj = NULL; 10479 int arg1 ; 10480 int arg2 ; 10481 unsigned long arg3 ; 10482 int arg4 ; 10483 pi_buffer_t *arg5 = (pi_buffer_t *) 0 ; 10484 int *arg6 = (int *) 0 ; 10485 PI_ERR result; 10486 int temp6 ; 10487 int res6 = 0 ; 10488 PyObject * obj0 = 0 ; 10489 PyObject * obj1 = 0 ; 10490 PyObject * obj2 = 0 ; 10491 PyObject * obj3 = 0 ; 10492 10493 { 10494 arg5 = pi_buffer_new(0xFFFF); 10495 } 10496 arg6 = &temp6; res6 = SWIG_NEWOBJ; 10497 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_ReadResourceByType",&obj0,&obj1,&obj2,&obj3)) goto fail; 10498 { 10499 arg1 = (int)(SWIG_As_int(obj0)); 10500 if (SWIG_arg_fail(1)) SWIG_fail; 10501 } 10502 { 10503 arg2 = (int)(SWIG_As_int(obj1)); 10504 if (SWIG_arg_fail(2)) SWIG_fail; 10505 } 10506 { 10507 if (PyString_Check(obj2)) 10508 arg3 = makelong(PyString_AS_STRING(obj2)); 10509 else if (PyInt_Check(obj2)) 10510 arg3 = PyInt_AsLong(obj2); 10511 else { 10512 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 10513 SWIG_fail; 10514 } 10515 } 10516 { 10517 arg4 = (int)(SWIG_As_int(obj3)); 10518 if (SWIG_arg_fail(4)) SWIG_fail; 10519 } 10520 { 10521 PyThreadState *__save = PyEval_SaveThread(); 10522 result = (PI_ERR)dlp_ReadResourceByType(arg1,arg2,arg3,arg4,arg5,arg6); 10523 10524 PyEval_RestoreThread(__save); 10525 } 10526 10527 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10528 SWIG_fail; 10529 resultobj = Py_None; 10530 Py_INCREF(Py_None); 10531 10532 { 10533 if (arg5) { 10534 PyObject *o1 = Py_BuildValue("s#", arg5->data, arg5->used); 10535 resultobj = t_output_helper(resultobj, o1); 10536 } 10537 } 10538 resultobj = t_output_helper(resultobj, ((res6 == SWIG_NEWOBJ) ? 10539 SWIG_From_int((*arg6)) : SWIG_NewPointerObj((void*)(arg6), SWIGTYPE_p_int, 0))); 10540 { 10541 if (arg5) { 10542 pi_buffer_free(arg5); 10543 } 10544 } 10545 return resultobj; 10546 fail: 10547 { 10548 if (arg5) { 10549 pi_buffer_free(arg5); 10550 } 10551 } 10552 return NULL; 10553 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadSortBlock | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9755 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_ReadSortBlock(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, t_output_helper(), and pi_buffer_t::used.
09755 { 09756 PyObject *resultobj = NULL; 09757 int arg1 ; 09758 int arg2 ; 09759 int arg3 ; 09760 int arg4 ; 09761 pi_buffer_t *arg5 = (pi_buffer_t *) 0 ; 09762 PI_ERR result; 09763 PyObject * obj0 = 0 ; 09764 PyObject * obj1 = 0 ; 09765 PyObject * obj2 = 0 ; 09766 PyObject * obj3 = 0 ; 09767 09768 { 09769 arg5 = pi_buffer_new(0xFFFF); 09770 } 09771 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_ReadSortBlock",&obj0,&obj1,&obj2,&obj3)) goto fail; 09772 { 09773 arg1 = (int)(SWIG_As_int(obj0)); 09774 if (SWIG_arg_fail(1)) SWIG_fail; 09775 } 09776 { 09777 arg2 = (int)(SWIG_As_int(obj1)); 09778 if (SWIG_arg_fail(2)) SWIG_fail; 09779 } 09780 { 09781 arg3 = (int)(SWIG_As_int(obj2)); 09782 if (SWIG_arg_fail(3)) SWIG_fail; 09783 } 09784 { 09785 arg4 = (int)(SWIG_As_int(obj3)); 09786 if (SWIG_arg_fail(4)) SWIG_fail; 09787 } 09788 { 09789 PyThreadState *__save = PyEval_SaveThread(); 09790 result = (PI_ERR)dlp_ReadSortBlock(arg1,arg2,arg3,arg4,arg5); 09791 09792 PyEval_RestoreThread(__save); 09793 } 09794 09795 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09796 SWIG_fail; 09797 resultobj = Py_None; 09798 Py_INCREF(Py_None); 09799 09800 { 09801 if (arg5) { 09802 PyObject *o1 = Py_BuildValue("s#", arg5->data, arg5->used); 09803 resultobj = t_output_helper(resultobj, o1); 09804 } 09805 } 09806 { 09807 if (arg5) { 09808 pi_buffer_free(arg5); 09809 } 09810 } 09811 return resultobj; 09812 fail: 09813 { 09814 if (arg5) { 09815 pi_buffer_free(arg5); 09816 } 09817 } 09818 return NULL; 09819 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadStorageInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8102 of file pisock_wrap.c.
References dlp_ReadStorageInfo(), fail(), PyObjectFromCardInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
08102 { 08103 PyObject *resultobj = NULL; 08104 int arg1 ; 08105 int arg2 ; 08106 struct CardInfo *arg3 = (struct CardInfo *) 0 ; 08107 PI_ERR result; 08108 struct CardInfo temp3 ; 08109 PyObject * obj0 = 0 ; 08110 PyObject * obj1 = 0 ; 08111 08112 08113 arg3 = &temp3; 08114 08115 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ReadStorageInfo",&obj0,&obj1)) goto fail; 08116 { 08117 arg1 = (int)(SWIG_As_int(obj0)); 08118 if (SWIG_arg_fail(1)) SWIG_fail; 08119 } 08120 { 08121 arg2 = (int)(SWIG_As_int(obj1)); 08122 if (SWIG_arg_fail(2)) SWIG_fail; 08123 } 08124 { 08125 PyThreadState *__save = PyEval_SaveThread(); 08126 result = (PI_ERR)dlp_ReadStorageInfo(arg1,arg2,arg3); 08127 08128 PyEval_RestoreThread(__save); 08129 } 08130 08131 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08132 SWIG_fail; 08133 resultobj = Py_None; 08134 Py_INCREF(Py_None); 08135 08136 08137 if (arg3) resultobj = t_output_helper(resultobj, PyObjectFromCardInfo(arg3)); 08138 08139 return resultobj; 08140 fail: 08141 return NULL; 08142 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadSysInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8065 of file pisock_wrap.c.
References dlp_ReadSysInfo(), fail(), PyObjectFromSysInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
08065 { 08066 PyObject *resultobj = NULL; 08067 int arg1 ; 08068 struct SysInfo *arg2 = (struct SysInfo *) 0 ; 08069 PI_ERR result; 08070 struct SysInfo temp2 ; 08071 PyObject * obj0 = 0 ; 08072 08073 08074 arg2 = &temp2; 08075 08076 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ReadSysInfo",&obj0)) goto fail; 08077 { 08078 arg1 = (int)(SWIG_As_int(obj0)); 08079 if (SWIG_arg_fail(1)) SWIG_fail; 08080 } 08081 { 08082 PyThreadState *__save = PyEval_SaveThread(); 08083 result = (PI_ERR)dlp_ReadSysInfo(arg1,arg2); 08084 08085 PyEval_RestoreThread(__save); 08086 } 08087 08088 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08089 SWIG_fail; 08090 resultobj = Py_None; 08091 Py_INCREF(Py_None); 08092 08093 08094 if (arg2) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg2)); 08095 08096 return resultobj; 08097 fail: 08098 return NULL; 08099 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ReadUserInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8145 of file pisock_wrap.c.
References dlp_ReadUserInfo(), fail(), PyObjectFromPilotUser(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
08145 { 08146 PyObject *resultobj = NULL; 08147 int arg1 ; 08148 struct PilotUser *arg2 = (struct PilotUser *) 0 ; 08149 PI_ERR result; 08150 struct PilotUser temp2 ; 08151 PyObject * obj0 = 0 ; 08152 08153 08154 arg2 = &temp2; 08155 08156 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ReadUserInfo",&obj0)) goto fail; 08157 { 08158 arg1 = (int)(SWIG_As_int(obj0)); 08159 if (SWIG_arg_fail(1)) SWIG_fail; 08160 } 08161 { 08162 PyThreadState *__save = PyEval_SaveThread(); 08163 result = (PI_ERR)dlp_ReadUserInfo(arg1,arg2); 08164 08165 PyEval_RestoreThread(__save); 08166 } 08167 08168 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08169 SWIG_fail; 08170 resultobj = Py_None; 08171 Py_INCREF(Py_None); 08172 08173 08174 if (arg2) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg2)); 08175 08176 return resultobj; 08177 fail: 08178 return NULL; 08179 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ResetDBIndex | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9934 of file pisock_wrap.c.
References dlp_ResetDBIndex(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09934 { 09935 PyObject *resultobj = NULL; 09936 int arg1 ; 09937 int arg2 ; 09938 PI_ERR result; 09939 PyObject * obj0 = 0 ; 09940 PyObject * obj1 = 0 ; 09941 09942 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ResetDBIndex",&obj0,&obj1)) goto fail; 09943 { 09944 arg1 = (int)(SWIG_As_int(obj0)); 09945 if (SWIG_arg_fail(1)) SWIG_fail; 09946 } 09947 { 09948 arg2 = (int)(SWIG_As_int(obj1)); 09949 if (SWIG_arg_fail(2)) SWIG_fail; 09950 } 09951 { 09952 PyThreadState *__save = PyEval_SaveThread(); 09953 result = (PI_ERR)dlp_ResetDBIndex(arg1,arg2); 09954 09955 PyEval_RestoreThread(__save); 09956 } 09957 09958 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09959 SWIG_fail; 09960 resultobj = Py_None; 09961 Py_INCREF(Py_None); 09962 09963 return resultobj; 09964 fail: 09965 return NULL; 09966 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ResetLastSyncPC | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8222 of file pisock_wrap.c.
References dlp_ResetLastSyncPC(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08222 { 08223 PyObject *resultobj = NULL; 08224 int arg1 ; 08225 PI_ERR result; 08226 PyObject * obj0 = 0 ; 08227 08228 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ResetLastSyncPC",&obj0)) goto fail; 08229 { 08230 arg1 = (int)(SWIG_As_int(obj0)); 08231 if (SWIG_arg_fail(1)) SWIG_fail; 08232 } 08233 { 08234 PyThreadState *__save = PyEval_SaveThread(); 08235 result = (PI_ERR)dlp_ResetLastSyncPC(arg1); 08236 08237 PyEval_RestoreThread(__save); 08238 } 08239 08240 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08241 SWIG_fail; 08242 resultobj = Py_None; 08243 Py_INCREF(Py_None); 08244 08245 return resultobj; 08246 fail: 08247 return NULL; 08248 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ResetSyncFlags | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9899 of file pisock_wrap.c.
References dlp_ResetSyncFlags(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09899 { 09900 PyObject *resultobj = NULL; 09901 int arg1 ; 09902 int arg2 ; 09903 PI_ERR result; 09904 PyObject * obj0 = 0 ; 09905 PyObject * obj1 = 0 ; 09906 09907 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_ResetSyncFlags",&obj0,&obj1)) goto fail; 09908 { 09909 arg1 = (int)(SWIG_As_int(obj0)); 09910 if (SWIG_arg_fail(1)) SWIG_fail; 09911 } 09912 { 09913 arg2 = (int)(SWIG_As_int(obj1)); 09914 if (SWIG_arg_fail(2)) SWIG_fail; 09915 } 09916 { 09917 PyThreadState *__save = PyEval_SaveThread(); 09918 result = (PI_ERR)dlp_ResetSyncFlags(arg1,arg2); 09919 09920 PyEval_RestoreThread(__save); 09921 } 09922 09923 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09924 SWIG_fail; 09925 resultobj = Py_None; 09926 Py_INCREF(Py_None); 09927 09928 return resultobj; 09929 fail: 09930 return NULL; 09931 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_ResetSystem | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8785 of file pisock_wrap.c.
References dlp_ResetSystem(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08785 { 08786 PyObject *resultobj = NULL; 08787 int arg1 ; 08788 PI_ERR result; 08789 PyObject * obj0 = 0 ; 08790 08791 if(!PyArg_ParseTuple(args,(char *)"O:dlp_ResetSystem",&obj0)) goto fail; 08792 { 08793 arg1 = (int)(SWIG_As_int(obj0)); 08794 if (SWIG_arg_fail(1)) SWIG_fail; 08795 } 08796 { 08797 PyThreadState *__save = PyEval_SaveThread(); 08798 result = (PI_ERR)dlp_ResetSystem(arg1); 08799 08800 PyEval_RestoreThread(__save); 08801 } 08802 08803 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08804 SWIG_fail; 08805 resultobj = Py_None; 08806 Py_INCREF(Py_None); 08807 08808 return resultobj; 08809 fail: 08810 return NULL; 08811 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_set_protocol_version | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7917 of file pisock_wrap.c.
References dlp_set_protocol_version(), fail(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
07917 { 07918 PyObject *resultobj = NULL; 07919 int arg1 ; 07920 int arg2 ; 07921 PyObject * obj0 = 0 ; 07922 PyObject * obj1 = 0 ; 07923 07924 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_set_protocol_version",&obj0,&obj1)) goto fail; 07925 { 07926 arg1 = (int)(SWIG_As_int(obj0)); 07927 if (SWIG_arg_fail(1)) SWIG_fail; 07928 } 07929 { 07930 arg2 = (int)(SWIG_As_int(obj1)); 07931 if (SWIG_arg_fail(2)) SWIG_fail; 07932 } 07933 { 07934 PyThreadState *__save = PyEval_SaveThread(); 07935 dlp_set_protocol_version(arg1,arg2); 07936 07937 PyEval_RestoreThread(__save); 07938 } 07939 Py_INCREF(Py_None); resultobj = Py_None; 07940 return resultobj; 07941 fail: 07942 return NULL; 07943 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_SetDBInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9463 of file pisock_wrap.c.
References dlp_SetDBInfo(), fail(), makelong(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_long(), SWIG_As_unsigned_SS_int(), and SWIG_fail.
09463 { 09464 PyObject *resultobj = NULL; 09465 int arg1 ; 09466 int arg2 ; 09467 int arg3 ; 09468 int arg4 ; 09469 unsigned int arg5 ; 09470 time_t arg6 ; 09471 time_t arg7 ; 09472 time_t arg8 ; 09473 unsigned long arg9 ; 09474 unsigned long arg10 ; 09475 PI_ERR result; 09476 PyObject * obj0 = 0 ; 09477 PyObject * obj1 = 0 ; 09478 PyObject * obj2 = 0 ; 09479 PyObject * obj3 = 0 ; 09480 PyObject * obj4 = 0 ; 09481 PyObject * obj5 = 0 ; 09482 PyObject * obj6 = 0 ; 09483 PyObject * obj7 = 0 ; 09484 PyObject * obj8 = 0 ; 09485 PyObject * obj9 = 0 ; 09486 09487 if(!PyArg_ParseTuple(args,(char *)"OOOOOOOOOO:dlp_SetDBInfo",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5,&obj6,&obj7,&obj8,&obj9)) goto fail; 09488 { 09489 arg1 = (int)(SWIG_As_int(obj0)); 09490 if (SWIG_arg_fail(1)) SWIG_fail; 09491 } 09492 { 09493 arg2 = (int)(SWIG_As_int(obj1)); 09494 if (SWIG_arg_fail(2)) SWIG_fail; 09495 } 09496 { 09497 arg3 = (int)(SWIG_As_int(obj2)); 09498 if (SWIG_arg_fail(3)) SWIG_fail; 09499 } 09500 { 09501 arg4 = (int)(SWIG_As_int(obj3)); 09502 if (SWIG_arg_fail(4)) SWIG_fail; 09503 } 09504 { 09505 arg5 = (unsigned int)(SWIG_As_unsigned_SS_int(obj4)); 09506 if (SWIG_arg_fail(5)) SWIG_fail; 09507 } 09508 { 09509 arg6 = (time_t)(SWIG_As_long(obj5)); 09510 if (SWIG_arg_fail(6)) SWIG_fail; 09511 } 09512 { 09513 arg7 = (time_t)(SWIG_As_long(obj6)); 09514 if (SWIG_arg_fail(7)) SWIG_fail; 09515 } 09516 { 09517 arg8 = (time_t)(SWIG_As_long(obj7)); 09518 if (SWIG_arg_fail(8)) SWIG_fail; 09519 } 09520 { 09521 if (PyString_Check(obj8)) 09522 arg9 = makelong(PyString_AS_STRING(obj8)); 09523 else if (PyInt_Check(obj8)) 09524 arg9 = PyInt_AsLong(obj8); 09525 else { 09526 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09527 SWIG_fail; 09528 } 09529 } 09530 { 09531 if (PyString_Check(obj9)) 09532 arg10 = makelong(PyString_AS_STRING(obj9)); 09533 else if (PyInt_Check(obj9)) 09534 arg10 = PyInt_AsLong(obj9); 09535 else { 09536 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 09537 SWIG_fail; 09538 } 09539 } 09540 { 09541 PyThreadState *__save = PyEval_SaveThread(); 09542 result = (PI_ERR)dlp_SetDBInfo(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10); 09543 09544 PyEval_RestoreThread(__save); 09545 } 09546 09547 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09548 SWIG_fail; 09549 resultobj = Py_None; 09550 Py_INCREF(Py_None); 09551 09552 return resultobj; 09553 fail: 09554 return NULL; 09555 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_SetSysDateTime | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8030 of file pisock_wrap.c.
References dlp_SetSysDateTime(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_long(), and SWIG_fail.
08030 { 08031 PyObject *resultobj = NULL; 08032 int arg1 ; 08033 time_t arg2 ; 08034 PI_ERR result; 08035 PyObject * obj0 = 0 ; 08036 PyObject * obj1 = 0 ; 08037 08038 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_SetSysDateTime",&obj0,&obj1)) goto fail; 08039 { 08040 arg1 = (int)(SWIG_As_int(obj0)); 08041 if (SWIG_arg_fail(1)) SWIG_fail; 08042 } 08043 { 08044 arg2 = (time_t)(SWIG_As_long(obj1)); 08045 if (SWIG_arg_fail(2)) SWIG_fail; 08046 } 08047 { 08048 PyThreadState *__save = PyEval_SaveThread(); 08049 result = (PI_ERR)dlp_SetSysDateTime(arg1,arg2); 08050 08051 PyEval_RestoreThread(__save); 08052 } 08053 08054 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08055 SWIG_fail; 08056 resultobj = Py_None; 08057 Py_INCREF(Py_None); 08058 08059 return resultobj; 08060 fail: 08061 return NULL; 08062 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSDirCreate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11248 of file pisock_wrap.c.
References dlp_VFSDirCreate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
11248 { 11249 PyObject *resultobj = NULL; 11250 int arg1 ; 11251 int arg2 ; 11252 char *arg3 = (char *) 0 ; 11253 PI_ERR result; 11254 PyObject * obj0 = 0 ; 11255 PyObject * obj1 = 0 ; 11256 PyObject * obj2 = 0 ; 11257 11258 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSDirCreate",&obj0,&obj1,&obj2)) goto fail; 11259 { 11260 arg1 = (int)(SWIG_As_int(obj0)); 11261 if (SWIG_arg_fail(1)) SWIG_fail; 11262 } 11263 { 11264 arg2 = (int)(SWIG_As_int(obj1)); 11265 if (SWIG_arg_fail(2)) SWIG_fail; 11266 } 11267 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11268 SWIG_arg_fail(3);SWIG_fail; 11269 } 11270 { 11271 PyThreadState *__save = PyEval_SaveThread(); 11272 result = (PI_ERR)dlp_VFSDirCreate(arg1,arg2,(char const *)arg3); 11273 11274 PyEval_RestoreThread(__save); 11275 } 11276 11277 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11278 SWIG_fail; 11279 resultobj = Py_None; 11280 Py_INCREF(Py_None); 11281 11282 return resultobj; 11283 fail: 11284 return NULL; 11285 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSDirEntryEnumerate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11201 of file pisock_wrap.c.
References dlp_VFSDirEntryEnumerate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, and SWIGTYPE_p_VFSDirInfo.
11201 { 11202 PyObject *resultobj = NULL; 11203 int arg1 ; 11204 FileRef arg2 ; 11205 unsigned long *arg3 = (unsigned long *) 0 ; 11206 int *arg4 = (int *) 0 ; 11207 struct VFSDirInfo *arg5 = (struct VFSDirInfo *) 0 ; 11208 PI_ERR result; 11209 PyObject * obj0 = 0 ; 11210 PyObject * obj1 = 0 ; 11211 PyObject * obj2 = 0 ; 11212 PyObject * obj3 = 0 ; 11213 PyObject * obj4 = 0 ; 11214 11215 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_VFSDirEntryEnumerate",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 11216 { 11217 arg1 = (int)(SWIG_As_int(obj0)); 11218 if (SWIG_arg_fail(1)) SWIG_fail; 11219 } 11220 { 11221 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11222 if (SWIG_arg_fail(2)) SWIG_fail; 11223 } 11224 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 11225 if (SWIG_arg_fail(3)) SWIG_fail; 11226 SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 11227 if (SWIG_arg_fail(4)) SWIG_fail; 11228 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 11229 if (SWIG_arg_fail(5)) SWIG_fail; 11230 { 11231 PyThreadState *__save = PyEval_SaveThread(); 11232 result = (PI_ERR)dlp_VFSDirEntryEnumerate(arg1,arg2,arg3,arg4,arg5); 11233 11234 PyEval_RestoreThread(__save); 11235 } 11236 11237 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11238 SWIG_fail; 11239 resultobj = Py_None; 11240 Py_INCREF(Py_None); 11241 11242 return resultobj; 11243 fail: 11244 return NULL; 11245 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSExportDatabaseToFile | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11340 of file pisock_wrap.c.
References dlp_VFSExportDatabaseToFile(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_int(), SWIG_AsCharPtr(), and SWIG_fail.
11340 { 11341 PyObject *resultobj = NULL; 11342 int arg1 ; 11343 int arg2 ; 11344 char *arg3 = (char *) 0 ; 11345 int arg4 ; 11346 unsigned int arg5 ; 11347 PI_ERR result; 11348 PyObject * obj0 = 0 ; 11349 PyObject * obj1 = 0 ; 11350 PyObject * obj2 = 0 ; 11351 PyObject * obj3 = 0 ; 11352 PyObject * obj4 = 0 ; 11353 11354 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_VFSExportDatabaseToFile",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 11355 { 11356 arg1 = (int)(SWIG_As_int(obj0)); 11357 if (SWIG_arg_fail(1)) SWIG_fail; 11358 } 11359 { 11360 arg2 = (int)(SWIG_As_int(obj1)); 11361 if (SWIG_arg_fail(2)) SWIG_fail; 11362 } 11363 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11364 SWIG_arg_fail(3);SWIG_fail; 11365 } 11366 { 11367 arg4 = (int)(SWIG_As_int(obj3)); 11368 if (SWIG_arg_fail(4)) SWIG_fail; 11369 } 11370 { 11371 arg5 = (unsigned int)(SWIG_As_unsigned_SS_int(obj4)); 11372 if (SWIG_arg_fail(5)) SWIG_fail; 11373 } 11374 { 11375 PyThreadState *__save = PyEval_SaveThread(); 11376 result = (PI_ERR)dlp_VFSExportDatabaseToFile(arg1,arg2,(char const *)arg3,arg4,arg5); 11377 11378 PyEval_RestoreThread(__save); 11379 } 11380 11381 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11382 SWIG_fail; 11383 resultobj = Py_None; 11384 Py_INCREF(Py_None); 11385 11386 return resultobj; 11387 fail: 11388 return NULL; 11389 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileClose | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11482 of file pisock_wrap.c.
References dlp_VFSFileClose(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11482 { 11483 PyObject *resultobj = NULL; 11484 int arg1 ; 11485 FileRef arg2 ; 11486 PI_ERR result; 11487 PyObject * obj0 = 0 ; 11488 PyObject * obj1 = 0 ; 11489 11490 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_VFSFileClose",&obj0,&obj1)) goto fail; 11491 { 11492 arg1 = (int)(SWIG_As_int(obj0)); 11493 if (SWIG_arg_fail(1)) SWIG_fail; 11494 } 11495 { 11496 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11497 if (SWIG_arg_fail(2)) SWIG_fail; 11498 } 11499 { 11500 PyThreadState *__save = PyEval_SaveThread(); 11501 result = (PI_ERR)dlp_VFSFileClose(arg1,arg2); 11502 11503 PyEval_RestoreThread(__save); 11504 } 11505 11506 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11507 SWIG_fail; 11508 resultobj = Py_None; 11509 Py_INCREF(Py_None); 11510 11511 return resultobj; 11512 fail: 11513 return NULL; 11514 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileCreate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11392 of file pisock_wrap.c.
References dlp_VFSFileCreate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
11392 { 11393 PyObject *resultobj = NULL; 11394 int arg1 ; 11395 int arg2 ; 11396 char *arg3 = (char *) 0 ; 11397 PI_ERR result; 11398 PyObject * obj0 = 0 ; 11399 PyObject * obj1 = 0 ; 11400 PyObject * obj2 = 0 ; 11401 11402 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileCreate",&obj0,&obj1,&obj2)) goto fail; 11403 { 11404 arg1 = (int)(SWIG_As_int(obj0)); 11405 if (SWIG_arg_fail(1)) SWIG_fail; 11406 } 11407 { 11408 arg2 = (int)(SWIG_As_int(obj1)); 11409 if (SWIG_arg_fail(2)) SWIG_fail; 11410 } 11411 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11412 SWIG_arg_fail(3);SWIG_fail; 11413 } 11414 { 11415 PyThreadState *__save = PyEval_SaveThread(); 11416 result = (PI_ERR)dlp_VFSFileCreate(arg1,arg2,(char const *)arg3); 11417 11418 PyEval_RestoreThread(__save); 11419 } 11420 11421 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11422 SWIG_fail; 11423 resultobj = Py_None; 11424 Py_INCREF(Py_None); 11425 11426 return resultobj; 11427 fail: 11428 return NULL; 11429 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileDelete | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11620 of file pisock_wrap.c.
References dlp_VFSFileDelete(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
11620 { 11621 PyObject *resultobj = NULL; 11622 int arg1 ; 11623 int arg2 ; 11624 char *arg3 = (char *) 0 ; 11625 PI_ERR result; 11626 PyObject * obj0 = 0 ; 11627 PyObject * obj1 = 0 ; 11628 PyObject * obj2 = 0 ; 11629 11630 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileDelete",&obj0,&obj1,&obj2)) goto fail; 11631 { 11632 arg1 = (int)(SWIG_As_int(obj0)); 11633 if (SWIG_arg_fail(1)) SWIG_fail; 11634 } 11635 { 11636 arg2 = (int)(SWIG_As_int(obj1)); 11637 if (SWIG_arg_fail(2)) SWIG_fail; 11638 } 11639 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11640 SWIG_arg_fail(3);SWIG_fail; 11641 } 11642 { 11643 PyThreadState *__save = PyEval_SaveThread(); 11644 result = (PI_ERR)dlp_VFSFileDelete(arg1,arg2,(char const *)arg3); 11645 11646 PyEval_RestoreThread(__save); 11647 } 11648 11649 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11650 SWIG_fail; 11651 resultobj = Py_None; 11652 Py_INCREF(Py_None); 11653 11654 return resultobj; 11655 fail: 11656 return NULL; 11657 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileEOF | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11705 of file pisock_wrap.c.
References dlp_VFSFileEOF(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11705 { 11706 PyObject *resultobj = NULL; 11707 int arg1 ; 11708 FileRef arg2 ; 11709 PI_ERR result; 11710 PyObject * obj0 = 0 ; 11711 PyObject * obj1 = 0 ; 11712 11713 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_VFSFileEOF",&obj0,&obj1)) goto fail; 11714 { 11715 arg1 = (int)(SWIG_As_int(obj0)); 11716 if (SWIG_arg_fail(1)) SWIG_fail; 11717 } 11718 { 11719 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11720 if (SWIG_arg_fail(2)) SWIG_fail; 11721 } 11722 { 11723 PyThreadState *__save = PyEval_SaveThread(); 11724 result = (PI_ERR)dlp_VFSFileEOF(arg1,arg2); 11725 11726 PyEval_RestoreThread(__save); 11727 } 11728 11729 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11730 SWIG_fail; 11731 resultobj = Py_None; 11732 Py_INCREF(Py_None); 11733 11734 return resultobj; 11735 fail: 11736 return NULL; 11737 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileGetAttributes | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11779 of file pisock_wrap.c.
References dlp_VFSFileGetAttributes(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_unsigned_long.
11779 { 11780 PyObject *resultobj = NULL; 11781 int arg1 ; 11782 FileRef arg2 ; 11783 unsigned long *arg3 = (unsigned long *) 0 ; 11784 PI_ERR result; 11785 PyObject * obj0 = 0 ; 11786 PyObject * obj1 = 0 ; 11787 PyObject * obj2 = 0 ; 11788 11789 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileGetAttributes",&obj0,&obj1,&obj2)) goto fail; 11790 { 11791 arg1 = (int)(SWIG_As_int(obj0)); 11792 if (SWIG_arg_fail(1)) SWIG_fail; 11793 } 11794 { 11795 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11796 if (SWIG_arg_fail(2)) SWIG_fail; 11797 } 11798 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 11799 if (SWIG_arg_fail(3)) SWIG_fail; 11800 { 11801 PyThreadState *__save = PyEval_SaveThread(); 11802 result = (PI_ERR)dlp_VFSFileGetAttributes(arg1,arg2,arg3); 11803 11804 PyEval_RestoreThread(__save); 11805 } 11806 11807 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11808 SWIG_fail; 11809 resultobj = Py_None; 11810 Py_INCREF(Py_None); 11811 11812 return resultobj; 11813 fail: 11814 return NULL; 11815 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileGetDate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11859 of file pisock_wrap.c.
References dlp_VFSFileGetDate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_time_t.
11859 { 11860 PyObject *resultobj = NULL; 11861 int arg1 ; 11862 FileRef arg2 ; 11863 int arg3 ; 11864 time_t *arg4 = (time_t *) 0 ; 11865 PI_ERR result; 11866 PyObject * obj0 = 0 ; 11867 PyObject * obj1 = 0 ; 11868 PyObject * obj2 = 0 ; 11869 PyObject * obj3 = 0 ; 11870 11871 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSFileGetDate",&obj0,&obj1,&obj2,&obj3)) goto fail; 11872 { 11873 arg1 = (int)(SWIG_As_int(obj0)); 11874 if (SWIG_arg_fail(1)) SWIG_fail; 11875 } 11876 { 11877 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11878 if (SWIG_arg_fail(2)) SWIG_fail; 11879 } 11880 { 11881 arg3 = (int)(SWIG_As_int(obj2)); 11882 if (SWIG_arg_fail(3)) SWIG_fail; 11883 } 11884 SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_time_t, SWIG_POINTER_EXCEPTION | 0); 11885 if (SWIG_arg_fail(4)) SWIG_fail; 11886 { 11887 PyThreadState *__save = PyEval_SaveThread(); 11888 result = (PI_ERR)dlp_VFSFileGetDate(arg1,arg2,arg3,arg4); 11889 11890 PyEval_RestoreThread(__save); 11891 } 11892 11893 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11894 SWIG_fail; 11895 resultobj = Py_None; 11896 Py_INCREF(Py_None); 11897 11898 return resultobj; 11899 fail: 11900 return NULL; 11901 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileOpen | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11432 of file pisock_wrap.c.
References dlp_VFSFileOpen(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_unsigned_long.
11432 { 11433 PyObject *resultobj = NULL; 11434 int arg1 ; 11435 int arg2 ; 11436 char *arg3 = (char *) 0 ; 11437 int arg4 ; 11438 FileRef *arg5 = (FileRef *) 0 ; 11439 PI_ERR result; 11440 PyObject * obj0 = 0 ; 11441 PyObject * obj1 = 0 ; 11442 PyObject * obj2 = 0 ; 11443 PyObject * obj3 = 0 ; 11444 PyObject * obj4 = 0 ; 11445 11446 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_VFSFileOpen",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 11447 { 11448 arg1 = (int)(SWIG_As_int(obj0)); 11449 if (SWIG_arg_fail(1)) SWIG_fail; 11450 } 11451 { 11452 arg2 = (int)(SWIG_As_int(obj1)); 11453 if (SWIG_arg_fail(2)) SWIG_fail; 11454 } 11455 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11456 SWIG_arg_fail(3);SWIG_fail; 11457 } 11458 { 11459 arg4 = (int)(SWIG_As_int(obj3)); 11460 if (SWIG_arg_fail(4)) SWIG_fail; 11461 } 11462 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_unsigned_long, SWIG_POINTER_EXCEPTION | 0); 11463 if (SWIG_arg_fail(5)) SWIG_fail; 11464 { 11465 PyThreadState *__save = PyEval_SaveThread(); 11466 result = (PI_ERR)dlp_VFSFileOpen(arg1,arg2,(char const *)arg3,arg4,arg5); 11467 11468 PyEval_RestoreThread(__save); 11469 } 11470 11471 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11472 SWIG_fail; 11473 resultobj = Py_None; 11474 Py_INCREF(Py_None); 11475 11476 return resultobj; 11477 fail: 11478 return NULL; 11479 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileRead | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11559 of file pisock_wrap.c.
References pi_buffer_t::data, dlp_VFSFileRead(), fail(), pi_buffer_free(), pi_buffer_new(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, t_output_helper(), and pi_buffer_t::used.
11559 { 11560 PyObject *resultobj = NULL; 11561 int arg1 ; 11562 FileRef arg2 ; 11563 pi_buffer_t *arg3 = (pi_buffer_t *) 0 ; 11564 size_t arg4 ; 11565 PI_ERR result; 11566 PyObject * obj0 = 0 ; 11567 PyObject * obj1 = 0 ; 11568 PyObject * obj2 = 0 ; 11569 11570 { 11571 arg3 = pi_buffer_new(0xFFFF); 11572 } 11573 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileRead",&obj0,&obj1,&obj2)) goto fail; 11574 { 11575 arg1 = (int)(SWIG_As_int(obj0)); 11576 if (SWIG_arg_fail(1)) SWIG_fail; 11577 } 11578 { 11579 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11580 if (SWIG_arg_fail(2)) SWIG_fail; 11581 } 11582 { 11583 arg4 = (size_t)(SWIG_As_unsigned_SS_long(obj2)); 11584 if (SWIG_arg_fail(4)) SWIG_fail; 11585 } 11586 { 11587 PyThreadState *__save = PyEval_SaveThread(); 11588 result = (PI_ERR)dlp_VFSFileRead(arg1,arg2,arg3,arg4); 11589 11590 PyEval_RestoreThread(__save); 11591 } 11592 11593 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11594 SWIG_fail; 11595 resultobj = Py_None; 11596 Py_INCREF(Py_None); 11597 11598 { 11599 if (arg3) { 11600 PyObject *o1 = Py_BuildValue("s#", arg3->data, arg3->used); 11601 resultobj = t_output_helper(resultobj, o1); 11602 } 11603 } 11604 { 11605 if (arg3) { 11606 pi_buffer_free(arg3); 11607 } 11608 } 11609 return resultobj; 11610 fail: 11611 { 11612 if (arg3) { 11613 pi_buffer_free(arg3); 11614 } 11615 } 11616 return NULL; 11617 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileRename | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11660 of file pisock_wrap.c.
References dlp_VFSFileRename(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
11660 { 11661 PyObject *resultobj = NULL; 11662 int arg1 ; 11663 int arg2 ; 11664 char *arg3 = (char *) 0 ; 11665 char *arg4 = (char *) 0 ; 11666 PI_ERR result; 11667 PyObject * obj0 = 0 ; 11668 PyObject * obj1 = 0 ; 11669 PyObject * obj2 = 0 ; 11670 PyObject * obj3 = 0 ; 11671 11672 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSFileRename",&obj0,&obj1,&obj2,&obj3)) goto fail; 11673 { 11674 arg1 = (int)(SWIG_As_int(obj0)); 11675 if (SWIG_arg_fail(1)) SWIG_fail; 11676 } 11677 { 11678 arg2 = (int)(SWIG_As_int(obj1)); 11679 if (SWIG_arg_fail(2)) SWIG_fail; 11680 } 11681 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11682 SWIG_arg_fail(3);SWIG_fail; 11683 } 11684 if (!SWIG_AsCharPtr(obj3, (char**)&arg4)) { 11685 SWIG_arg_fail(4);SWIG_fail; 11686 } 11687 { 11688 PyThreadState *__save = PyEval_SaveThread(); 11689 result = (PI_ERR)dlp_VFSFileRename(arg1,arg2,(char const *)arg3,(char const *)arg4); 11690 11691 PyEval_RestoreThread(__save); 11692 } 11693 11694 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11695 SWIG_fail; 11696 resultobj = Py_None; 11697 Py_INCREF(Py_None); 11698 11699 return resultobj; 11700 fail: 11701 return NULL; 11702 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileResize | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11998 of file pisock_wrap.c.
References dlp_VFSFileResize(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11998 { 11999 PyObject *resultobj = NULL; 12000 int arg1 ; 12001 FileRef arg2 ; 12002 int arg3 ; 12003 PI_ERR result; 12004 PyObject * obj0 = 0 ; 12005 PyObject * obj1 = 0 ; 12006 PyObject * obj2 = 0 ; 12007 12008 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileResize",&obj0,&obj1,&obj2)) goto fail; 12009 { 12010 arg1 = (int)(SWIG_As_int(obj0)); 12011 if (SWIG_arg_fail(1)) SWIG_fail; 12012 } 12013 { 12014 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 12015 if (SWIG_arg_fail(2)) SWIG_fail; 12016 } 12017 { 12018 arg3 = (int)(SWIG_As_int(obj2)); 12019 if (SWIG_arg_fail(3)) SWIG_fail; 12020 } 12021 { 12022 PyThreadState *__save = PyEval_SaveThread(); 12023 result = (PI_ERR)dlp_VFSFileResize(arg1,arg2,arg3); 12024 12025 PyEval_RestoreThread(__save); 12026 } 12027 12028 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 12029 SWIG_fail; 12030 resultobj = Py_None; 12031 Py_INCREF(Py_None); 12032 12033 return resultobj; 12034 fail: 12035 return NULL; 12036 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileSeek | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11951 of file pisock_wrap.c.
References dlp_VFSFileSeek(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11951 { 11952 PyObject *resultobj = NULL; 11953 int arg1 ; 11954 FileRef arg2 ; 11955 int arg3 ; 11956 int arg4 ; 11957 PI_ERR result; 11958 PyObject * obj0 = 0 ; 11959 PyObject * obj1 = 0 ; 11960 PyObject * obj2 = 0 ; 11961 PyObject * obj3 = 0 ; 11962 11963 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSFileSeek",&obj0,&obj1,&obj2,&obj3)) goto fail; 11964 { 11965 arg1 = (int)(SWIG_As_int(obj0)); 11966 if (SWIG_arg_fail(1)) SWIG_fail; 11967 } 11968 { 11969 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11970 if (SWIG_arg_fail(2)) SWIG_fail; 11971 } 11972 { 11973 arg3 = (int)(SWIG_As_int(obj2)); 11974 if (SWIG_arg_fail(3)) SWIG_fail; 11975 } 11976 { 11977 arg4 = (int)(SWIG_As_int(obj3)); 11978 if (SWIG_arg_fail(4)) SWIG_fail; 11979 } 11980 { 11981 PyThreadState *__save = PyEval_SaveThread(); 11982 result = (PI_ERR)dlp_VFSFileSeek(arg1,arg2,arg3,arg4); 11983 11984 PyEval_RestoreThread(__save); 11985 } 11986 11987 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11988 SWIG_fail; 11989 resultobj = Py_None; 11990 Py_INCREF(Py_None); 11991 11992 return resultobj; 11993 fail: 11994 return NULL; 11995 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileSetAttributes | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11818 of file pisock_wrap.c.
References dlp_VFSFileSetAttributes(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11818 { 11819 PyObject *resultobj = NULL; 11820 int arg1 ; 11821 FileRef arg2 ; 11822 unsigned long arg3 ; 11823 PI_ERR result; 11824 PyObject * obj0 = 0 ; 11825 PyObject * obj1 = 0 ; 11826 PyObject * obj2 = 0 ; 11827 11828 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileSetAttributes",&obj0,&obj1,&obj2)) goto fail; 11829 { 11830 arg1 = (int)(SWIG_As_int(obj0)); 11831 if (SWIG_arg_fail(1)) SWIG_fail; 11832 } 11833 { 11834 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11835 if (SWIG_arg_fail(2)) SWIG_fail; 11836 } 11837 { 11838 arg3 = (unsigned long)(SWIG_As_unsigned_SS_long(obj2)); 11839 if (SWIG_arg_fail(3)) SWIG_fail; 11840 } 11841 { 11842 PyThreadState *__save = PyEval_SaveThread(); 11843 result = (PI_ERR)dlp_VFSFileSetAttributes(arg1,arg2,arg3); 11844 11845 PyEval_RestoreThread(__save); 11846 } 11847 11848 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11849 SWIG_fail; 11850 resultobj = Py_None; 11851 Py_INCREF(Py_None); 11852 11853 return resultobj; 11854 fail: 11855 return NULL; 11856 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileSetDate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11904 of file pisock_wrap.c.
References dlp_VFSFileSetDate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_long(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11904 { 11905 PyObject *resultobj = NULL; 11906 int arg1 ; 11907 FileRef arg2 ; 11908 int arg3 ; 11909 time_t arg4 ; 11910 PI_ERR result; 11911 PyObject * obj0 = 0 ; 11912 PyObject * obj1 = 0 ; 11913 PyObject * obj2 = 0 ; 11914 PyObject * obj3 = 0 ; 11915 11916 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSFileSetDate",&obj0,&obj1,&obj2,&obj3)) goto fail; 11917 { 11918 arg1 = (int)(SWIG_As_int(obj0)); 11919 if (SWIG_arg_fail(1)) SWIG_fail; 11920 } 11921 { 11922 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11923 if (SWIG_arg_fail(2)) SWIG_fail; 11924 } 11925 { 11926 arg3 = (int)(SWIG_As_int(obj2)); 11927 if (SWIG_arg_fail(3)) SWIG_fail; 11928 } 11929 { 11930 arg4 = (time_t)(SWIG_As_long(obj3)); 11931 if (SWIG_arg_fail(4)) SWIG_fail; 11932 } 11933 { 11934 PyThreadState *__save = PyEval_SaveThread(); 11935 result = (PI_ERR)dlp_VFSFileSetDate(arg1,arg2,arg3,arg4); 11936 11937 PyEval_RestoreThread(__save); 11938 } 11939 11940 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11941 SWIG_fail; 11942 resultobj = Py_None; 11943 Py_INCREF(Py_None); 11944 11945 return resultobj; 11946 fail: 11947 return NULL; 11948 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileSize | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 12039 of file pisock_wrap.c.
References dlp_VFSFileSize(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_int.
12039 { 12040 PyObject *resultobj = NULL; 12041 int arg1 ; 12042 FileRef arg2 ; 12043 int *arg3 = (int *) 0 ; 12044 PI_ERR result; 12045 PyObject * obj0 = 0 ; 12046 PyObject * obj1 = 0 ; 12047 PyObject * obj2 = 0 ; 12048 12049 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileSize",&obj0,&obj1,&obj2)) goto fail; 12050 { 12051 arg1 = (int)(SWIG_As_int(obj0)); 12052 if (SWIG_arg_fail(1)) SWIG_fail; 12053 } 12054 { 12055 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 12056 if (SWIG_arg_fail(2)) SWIG_fail; 12057 } 12058 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 12059 if (SWIG_arg_fail(3)) SWIG_fail; 12060 { 12061 PyThreadState *__save = PyEval_SaveThread(); 12062 result = (PI_ERR)dlp_VFSFileSize(arg1,arg2,arg3); 12063 12064 PyEval_RestoreThread(__save); 12065 } 12066 12067 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 12068 SWIG_fail; 12069 resultobj = Py_None; 12070 Py_INCREF(Py_None); 12071 12072 return resultobj; 12073 fail: 12074 return NULL; 12075 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileTell | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11740 of file pisock_wrap.c.
References dlp_VFSFileTell(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_int.
11740 { 11741 PyObject *resultobj = NULL; 11742 int arg1 ; 11743 FileRef arg2 ; 11744 int *arg3 = (int *) 0 ; 11745 PI_ERR result; 11746 PyObject * obj0 = 0 ; 11747 PyObject * obj1 = 0 ; 11748 PyObject * obj2 = 0 ; 11749 11750 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileTell",&obj0,&obj1,&obj2)) goto fail; 11751 { 11752 arg1 = (int)(SWIG_As_int(obj0)); 11753 if (SWIG_arg_fail(1)) SWIG_fail; 11754 } 11755 { 11756 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11757 if (SWIG_arg_fail(2)) SWIG_fail; 11758 } 11759 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 11760 if (SWIG_arg_fail(3)) SWIG_fail; 11761 { 11762 PyThreadState *__save = PyEval_SaveThread(); 11763 result = (PI_ERR)dlp_VFSFileTell(arg1,arg2,arg3); 11764 11765 PyEval_RestoreThread(__save); 11766 } 11767 11768 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11769 SWIG_fail; 11770 resultobj = Py_None; 11771 Py_INCREF(Py_None); 11772 11773 return resultobj; 11774 fail: 11775 return NULL; 11776 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSFileWrite | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11517 of file pisock_wrap.c.
References dlp_VFSFileWrite(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
11517 { 11518 PyObject *resultobj = NULL; 11519 int arg1 ; 11520 FileRef arg2 ; 11521 void *arg3 = (void *) 0 ; 11522 size_t arg4 ; 11523 PI_ERR result; 11524 PyObject * obj0 = 0 ; 11525 PyObject * obj1 = 0 ; 11526 PyObject * obj2 = 0 ; 11527 11528 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSFileWrite",&obj0,&obj1,&obj2)) goto fail; 11529 { 11530 arg1 = (int)(SWIG_As_int(obj0)); 11531 if (SWIG_arg_fail(1)) SWIG_fail; 11532 } 11533 { 11534 arg2 = (FileRef)(SWIG_As_unsigned_SS_long(obj1)); 11535 if (SWIG_arg_fail(2)) SWIG_fail; 11536 } 11537 11538 arg3 = (void *)PyString_AsString(obj2); 11539 arg4 = PyString_Size(obj2); 11540 11541 { 11542 PyThreadState *__save = PyEval_SaveThread(); 11543 result = (PI_ERR)dlp_VFSFileWrite(arg1,arg2,(void const *)arg3,arg4); 11544 11545 PyEval_RestoreThread(__save); 11546 } 11547 11548 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11549 SWIG_fail; 11550 resultobj = Py_None; 11551 Py_INCREF(Py_None); 11552 11553 return resultobj; 11554 fail: 11555 return NULL; 11556 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSGetDefaultDir | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11152 of file pisock_wrap.c.
References dlp_VFSGetDefaultDir(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_int.
11152 { 11153 PyObject *resultobj = NULL; 11154 int arg1 ; 11155 int arg2 ; 11156 char *arg3 = (char *) 0 ; 11157 char *arg4 = (char *) 0 ; 11158 int *arg5 = (int *) 0 ; 11159 PI_ERR result; 11160 PyObject * obj0 = 0 ; 11161 PyObject * obj1 = 0 ; 11162 PyObject * obj2 = 0 ; 11163 PyObject * obj3 = 0 ; 11164 PyObject * obj4 = 0 ; 11165 11166 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_VFSGetDefaultDir",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 11167 { 11168 arg1 = (int)(SWIG_As_int(obj0)); 11169 if (SWIG_arg_fail(1)) SWIG_fail; 11170 } 11171 { 11172 arg2 = (int)(SWIG_As_int(obj1)); 11173 if (SWIG_arg_fail(2)) SWIG_fail; 11174 } 11175 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11176 SWIG_arg_fail(3);SWIG_fail; 11177 } 11178 if (!SWIG_AsCharPtr(obj3, (char**)&arg4)) { 11179 SWIG_arg_fail(4);SWIG_fail; 11180 } 11181 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 11182 if (SWIG_arg_fail(5)) SWIG_fail; 11183 { 11184 PyThreadState *__save = PyEval_SaveThread(); 11185 result = (PI_ERR)dlp_VFSGetDefaultDir(arg1,arg2,(char const *)arg3,arg4,arg5); 11186 11187 PyEval_RestoreThread(__save); 11188 } 11189 11190 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11191 SWIG_fail; 11192 resultobj = Py_None; 11193 Py_INCREF(Py_None); 11194 11195 return resultobj; 11196 fail: 11197 return NULL; 11198 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSImportDatabaseFromFile | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11288 of file pisock_wrap.c.
References dlp_VFSImportDatabaseFromFile(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_From_int, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_int, SWIGTYPE_p_unsigned_long, and t_output_helper().
11288 { 11289 PyObject *resultobj = NULL; 11290 int arg1 ; 11291 int arg2 ; 11292 char *arg3 = (char *) 0 ; 11293 int *arg4 = (int *) 0 ; 11294 unsigned long *arg5 = (unsigned long *) 0 ; 11295 PI_ERR result; 11296 int temp4 ; 11297 int res4 = 0 ; 11298 unsigned long temp5 ; 11299 int res5 = 0 ; 11300 PyObject * obj0 = 0 ; 11301 PyObject * obj1 = 0 ; 11302 PyObject * obj2 = 0 ; 11303 11304 arg4 = &temp4; res4 = SWIG_NEWOBJ; 11305 arg5 = &temp5; res5 = SWIG_NEWOBJ; 11306 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSImportDatabaseFromFile",&obj0,&obj1,&obj2)) goto fail; 11307 { 11308 arg1 = (int)(SWIG_As_int(obj0)); 11309 if (SWIG_arg_fail(1)) SWIG_fail; 11310 } 11311 { 11312 arg2 = (int)(SWIG_As_int(obj1)); 11313 if (SWIG_arg_fail(2)) SWIG_fail; 11314 } 11315 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11316 SWIG_arg_fail(3);SWIG_fail; 11317 } 11318 { 11319 PyThreadState *__save = PyEval_SaveThread(); 11320 result = (PI_ERR)dlp_VFSImportDatabaseFromFile(arg1,arg2,(char const *)arg3,arg4,arg5); 11321 11322 PyEval_RestoreThread(__save); 11323 } 11324 11325 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11326 SWIG_fail; 11327 resultobj = Py_None; 11328 Py_INCREF(Py_None); 11329 11330 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 11331 SWIG_From_int((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_int, 0))); 11332 resultobj = t_output_helper(resultobj, ((res5 == SWIG_NEWOBJ) ? 11333 SWIG_From_unsigned_SS_long((*arg5)) : SWIG_NewPointerObj((void*)(arg5), SWIGTYPE_p_unsigned_long, 0))); 11334 return resultobj; 11335 fail: 11336 return NULL; 11337 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeEnumerate | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10900 of file pisock_wrap.c.
References dlp_VFSVolumeEnumerate(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_int.
10900 { 10901 PyObject *resultobj = NULL; 10902 int arg1 ; 10903 int *arg2 = (int *) 0 ; 10904 int *arg3 = (int *) 0 ; 10905 PI_ERR result; 10906 PyObject * obj0 = 0 ; 10907 PyObject * obj1 = 0 ; 10908 PyObject * obj2 = 0 ; 10909 10910 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSVolumeEnumerate",&obj0,&obj1,&obj2)) goto fail; 10911 { 10912 arg1 = (int)(SWIG_As_int(obj0)); 10913 if (SWIG_arg_fail(1)) SWIG_fail; 10914 } 10915 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 10916 if (SWIG_arg_fail(2)) SWIG_fail; 10917 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 10918 if (SWIG_arg_fail(3)) SWIG_fail; 10919 { 10920 PyThreadState *__save = PyEval_SaveThread(); 10921 result = (PI_ERR)dlp_VFSVolumeEnumerate(arg1,arg2,arg3); 10922 10923 PyEval_RestoreThread(__save); 10924 } 10925 10926 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10927 SWIG_fail; 10928 resultobj = Py_None; 10929 Py_INCREF(Py_None); 10930 10931 return resultobj; 10932 fail: 10933 return NULL; 10934 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeFormat | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11107 of file pisock_wrap.c.
References dlp_VFSVolumeFormat(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_char(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
11107 { 11108 PyObject *resultobj = NULL; 11109 int arg1 ; 11110 unsigned char arg2 ; 11111 int arg3 ; 11112 struct VFSSlotMountParam *arg4 = (struct VFSSlotMountParam *) 0 ; 11113 PI_ERR result; 11114 PyObject * obj0 = 0 ; 11115 PyObject * obj1 = 0 ; 11116 PyObject * obj2 = 0 ; 11117 PyObject * obj3 = 0 ; 11118 11119 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSVolumeFormat",&obj0,&obj1,&obj2,&obj3)) goto fail; 11120 { 11121 arg1 = (int)(SWIG_As_int(obj0)); 11122 if (SWIG_arg_fail(1)) SWIG_fail; 11123 } 11124 { 11125 arg2 = (unsigned char)(SWIG_As_unsigned_SS_char(obj1)); 11126 if (SWIG_arg_fail(2)) SWIG_fail; 11127 } 11128 { 11129 arg3 = (int)(SWIG_As_int(obj2)); 11130 if (SWIG_arg_fail(3)) SWIG_fail; 11131 } 11132 SWIG_Python_ConvertPtr(obj3, (void **)&arg4, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 11133 if (SWIG_arg_fail(4)) SWIG_fail; 11134 { 11135 PyThreadState *__save = PyEval_SaveThread(); 11136 result = (PI_ERR)dlp_VFSVolumeFormat(arg1,arg2,arg3,arg4); 11137 11138 PyEval_RestoreThread(__save); 11139 } 11140 11141 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11142 SWIG_fail; 11143 resultobj = Py_None; 11144 Py_INCREF(Py_None); 11145 11146 return resultobj; 11147 fail: 11148 return NULL; 11149 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeGetLabel | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10976 of file pisock_wrap.c.
References dlp_VFSVolumeGetLabel(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_int.
10976 { 10977 PyObject *resultobj = NULL; 10978 int arg1 ; 10979 int arg2 ; 10980 int *arg3 = (int *) 0 ; 10981 char *arg4 = (char *) 0 ; 10982 PI_ERR result; 10983 PyObject * obj0 = 0 ; 10984 PyObject * obj1 = 0 ; 10985 PyObject * obj2 = 0 ; 10986 PyObject * obj3 = 0 ; 10987 10988 if(!PyArg_ParseTuple(args,(char *)"OOOO:dlp_VFSVolumeGetLabel",&obj0,&obj1,&obj2,&obj3)) goto fail; 10989 { 10990 arg1 = (int)(SWIG_As_int(obj0)); 10991 if (SWIG_arg_fail(1)) SWIG_fail; 10992 } 10993 { 10994 arg2 = (int)(SWIG_As_int(obj1)); 10995 if (SWIG_arg_fail(2)) SWIG_fail; 10996 } 10997 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_int, SWIG_POINTER_EXCEPTION | 0); 10998 if (SWIG_arg_fail(3)) SWIG_fail; 10999 if (!SWIG_AsCharPtr(obj3, (char**)&arg4)) { 11000 SWIG_arg_fail(4);SWIG_fail; 11001 } 11002 { 11003 PyThreadState *__save = PyEval_SaveThread(); 11004 result = (PI_ERR)dlp_VFSVolumeGetLabel(arg1,arg2,arg3,arg4); 11005 11006 PyEval_RestoreThread(__save); 11007 } 11008 11009 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11010 SWIG_fail; 11011 resultobj = Py_None; 11012 Py_INCREF(Py_None); 11013 11014 return resultobj; 11015 fail: 11016 return NULL; 11017 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10937 of file pisock_wrap.c.
References dlp_VFSVolumeInfo(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
10937 { 10938 PyObject *resultobj = NULL; 10939 int arg1 ; 10940 int arg2 ; 10941 struct VFSInfo *arg3 = (struct VFSInfo *) 0 ; 10942 PI_ERR result; 10943 PyObject * obj0 = 0 ; 10944 PyObject * obj1 = 0 ; 10945 PyObject * obj2 = 0 ; 10946 10947 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSVolumeInfo",&obj0,&obj1,&obj2)) goto fail; 10948 { 10949 arg1 = (int)(SWIG_As_int(obj0)); 10950 if (SWIG_arg_fail(1)) SWIG_fail; 10951 } 10952 { 10953 arg2 = (int)(SWIG_As_int(obj1)); 10954 if (SWIG_arg_fail(2)) SWIG_fail; 10955 } 10956 SWIG_Python_ConvertPtr(obj2, (void **)&arg3, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 10957 if (SWIG_arg_fail(3)) SWIG_fail; 10958 { 10959 PyThreadState *__save = PyEval_SaveThread(); 10960 result = (PI_ERR)dlp_VFSVolumeInfo(arg1,arg2,arg3); 10961 10962 PyEval_RestoreThread(__save); 10963 } 10964 10965 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10966 SWIG_fail; 10967 resultobj = Py_None; 10968 Py_INCREF(Py_None); 10969 10970 return resultobj; 10971 fail: 10972 return NULL; 10973 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeSetLabel | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11020 of file pisock_wrap.c.
References dlp_VFSVolumeSetLabel(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
11020 { 11021 PyObject *resultobj = NULL; 11022 int arg1 ; 11023 int arg2 ; 11024 char *arg3 = (char *) 0 ; 11025 PI_ERR result; 11026 PyObject * obj0 = 0 ; 11027 PyObject * obj1 = 0 ; 11028 PyObject * obj2 = 0 ; 11029 11030 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_VFSVolumeSetLabel",&obj0,&obj1,&obj2)) goto fail; 11031 { 11032 arg1 = (int)(SWIG_As_int(obj0)); 11033 if (SWIG_arg_fail(1)) SWIG_fail; 11034 } 11035 { 11036 arg2 = (int)(SWIG_As_int(obj1)); 11037 if (SWIG_arg_fail(2)) SWIG_fail; 11038 } 11039 if (!SWIG_AsCharPtr(obj2, (char**)&arg3)) { 11040 SWIG_arg_fail(3);SWIG_fail; 11041 } 11042 { 11043 PyThreadState *__save = PyEval_SaveThread(); 11044 result = (PI_ERR)dlp_VFSVolumeSetLabel(arg1,arg2,(char const *)arg3); 11045 11046 PyEval_RestoreThread(__save); 11047 } 11048 11049 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11050 SWIG_fail; 11051 resultobj = Py_None; 11052 Py_INCREF(Py_None); 11053 11054 return resultobj; 11055 fail: 11056 return NULL; 11057 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_VFSVolumeSize | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 11060 of file pisock_wrap.c.
References dlp_VFSVolumeSize(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_long, SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_long, and t_output_helper().
11060 { 11061 PyObject *resultobj = NULL; 11062 int arg1 ; 11063 int arg2 ; 11064 long *arg3 = (long *) 0 ; 11065 long *arg4 = (long *) 0 ; 11066 PI_ERR result; 11067 long temp3 ; 11068 int res3 = 0 ; 11069 long temp4 ; 11070 int res4 = 0 ; 11071 PyObject * obj0 = 0 ; 11072 PyObject * obj1 = 0 ; 11073 11074 arg3 = &temp3; res3 = SWIG_NEWOBJ; 11075 arg4 = &temp4; res4 = SWIG_NEWOBJ; 11076 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_VFSVolumeSize",&obj0,&obj1)) goto fail; 11077 { 11078 arg1 = (int)(SWIG_As_int(obj0)); 11079 if (SWIG_arg_fail(1)) SWIG_fail; 11080 } 11081 { 11082 arg2 = (int)(SWIG_As_int(obj1)); 11083 if (SWIG_arg_fail(2)) SWIG_fail; 11084 } 11085 { 11086 PyThreadState *__save = PyEval_SaveThread(); 11087 result = (PI_ERR)dlp_VFSVolumeSize(arg1,arg2,arg3,arg4); 11088 11089 PyEval_RestoreThread(__save); 11090 } 11091 11092 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 11093 SWIG_fail; 11094 resultobj = Py_None; 11095 Py_INCREF(Py_None); 11096 11097 resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? 11098 SWIG_From_long((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_long, 0))); 11099 resultobj = t_output_helper(resultobj, ((res4 == SWIG_NEWOBJ) ? 11100 SWIG_From_long((*arg4)) : SWIG_NewPointerObj((void*)(arg4), SWIGTYPE_p_long, 0))); 11101 return resultobj; 11102 fail: 11103 return NULL; 11104 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteAppBlock | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9713 of file pisock_wrap.c.
References dlp_WriteAppBlock(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09713 { 09714 PyObject *resultobj = NULL; 09715 int arg1 ; 09716 int arg2 ; 09717 void *arg3 = (void *) 0 ; 09718 size_t arg4 ; 09719 PI_ERR result; 09720 PyObject * obj0 = 0 ; 09721 PyObject * obj1 = 0 ; 09722 PyObject * obj2 = 0 ; 09723 09724 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_WriteAppBlock",&obj0,&obj1,&obj2)) goto fail; 09725 { 09726 arg1 = (int)(SWIG_As_int(obj0)); 09727 if (SWIG_arg_fail(1)) SWIG_fail; 09728 } 09729 { 09730 arg2 = (int)(SWIG_As_int(obj1)); 09731 if (SWIG_arg_fail(2)) SWIG_fail; 09732 } 09733 09734 arg3 = (void *)PyString_AsString(obj2); 09735 arg4 = PyString_Size(obj2); 09736 09737 { 09738 PyThreadState *__save = PyEval_SaveThread(); 09739 result = (PI_ERR)dlp_WriteAppBlock(arg1,arg2,(void const *)arg3,arg4); 09740 09741 PyEval_RestoreThread(__save); 09742 } 09743 09744 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09745 SWIG_fail; 09746 resultobj = Py_None; 09747 Py_INCREF(Py_None); 09748 09749 return resultobj; 09750 fail: 09751 return NULL; 09752 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteAppPreference | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8719 of file pisock_wrap.c.
References dlp_WriteAppPreference(), fail(), makelong(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08719 { 08720 PyObject *resultobj = NULL; 08721 int arg1 ; 08722 unsigned long arg2 ; 08723 int arg3 ; 08724 int arg4 ; 08725 int arg5 ; 08726 void *arg6 = (void *) 0 ; 08727 size_t arg7 ; 08728 PI_ERR result; 08729 PyObject * obj0 = 0 ; 08730 PyObject * obj1 = 0 ; 08731 PyObject * obj2 = 0 ; 08732 PyObject * obj3 = 0 ; 08733 PyObject * obj4 = 0 ; 08734 PyObject * obj5 = 0 ; 08735 08736 if(!PyArg_ParseTuple(args,(char *)"OOOOOO:dlp_WriteAppPreference",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; 08737 { 08738 arg1 = (int)(SWIG_As_int(obj0)); 08739 if (SWIG_arg_fail(1)) SWIG_fail; 08740 } 08741 { 08742 if (PyString_Check(obj1)) 08743 arg2 = makelong(PyString_AS_STRING(obj1)); 08744 else if (PyInt_Check(obj1)) 08745 arg2 = PyInt_AsLong(obj1); 08746 else { 08747 PyErr_SetString(PyExc_TypeError,"You must specify a type/creator"); 08748 SWIG_fail; 08749 } 08750 } 08751 { 08752 arg3 = (int)(SWIG_As_int(obj2)); 08753 if (SWIG_arg_fail(3)) SWIG_fail; 08754 } 08755 { 08756 arg4 = (int)(SWIG_As_int(obj3)); 08757 if (SWIG_arg_fail(4)) SWIG_fail; 08758 } 08759 { 08760 arg5 = (int)(SWIG_As_int(obj4)); 08761 if (SWIG_arg_fail(5)) SWIG_fail; 08762 } 08763 08764 arg6 = (void *)PyString_AsString(obj5); 08765 arg7 = PyString_Size(obj5); 08766 08767 { 08768 PyThreadState *__save = PyEval_SaveThread(); 08769 result = (PI_ERR)dlp_WriteAppPreference(arg1,arg2,arg3,arg4,arg5,(void const *)arg6,arg7); 08770 08771 PyEval_RestoreThread(__save); 08772 } 08773 08774 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08775 SWIG_fail; 08776 resultobj = Py_None; 08777 Py_INCREF(Py_None); 08778 08779 return resultobj; 08780 fail: 08781 return NULL; 08782 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteNetSyncInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8288 of file pisock_wrap.c.
References dlp_WriteNetSyncInfo(), fail(), PyObjectToNetSyncInfo(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
08288 { 08289 PyObject *resultobj = NULL; 08290 int arg1 ; 08291 struct NetSyncInfo *arg2 = (struct NetSyncInfo *) 0 ; 08292 PI_ERR result; 08293 struct NetSyncInfo temp2 ; 08294 PyObject * obj0 = 0 ; 08295 PyObject * obj1 = 0 ; 08296 08297 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_WriteNetSyncInfo",&obj0,&obj1)) goto fail; 08298 { 08299 arg1 = (int)(SWIG_As_int(obj0)); 08300 if (SWIG_arg_fail(1)) SWIG_fail; 08301 } 08302 08303 PyObjectToNetSyncInfo(obj1, &temp2); 08304 arg2 = &temp2; 08305 08306 { 08307 PyThreadState *__save = PyEval_SaveThread(); 08308 result = (PI_ERR)dlp_WriteNetSyncInfo(arg1,(struct NetSyncInfo const *)arg2); 08309 08310 PyEval_RestoreThread(__save); 08311 } 08312 08313 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08314 SWIG_fail; 08315 resultobj = Py_None; 08316 Py_INCREF(Py_None); 08317 08318 return resultobj; 08319 fail: 08320 return NULL; 08321 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteRecord | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10364 of file pisock_wrap.c.
References dlp_WriteRecord(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_NEWOBJ, SWIG_NewPointerObj, SWIGTYPE_p_recordid_t, and t_output_helper().
10364 { 10365 PyObject *resultobj = NULL; 10366 int arg1 ; 10367 int arg2 ; 10368 int arg3 ; 10369 recordid_t arg4 ; 10370 int arg5 ; 10371 void *arg6 = (void *) 0 ; 10372 size_t arg7 ; 10373 recordid_t *arg8 = (recordid_t *) 0 ; 10374 PI_ERR result; 10375 recordid_t temp8 ; 10376 int res8 = 0 ; 10377 PyObject * obj0 = 0 ; 10378 PyObject * obj1 = 0 ; 10379 PyObject * obj2 = 0 ; 10380 PyObject * obj3 = 0 ; 10381 PyObject * obj4 = 0 ; 10382 PyObject * obj5 = 0 ; 10383 10384 arg8 = &temp8; res8 = SWIG_NEWOBJ; 10385 if(!PyArg_ParseTuple(args,(char *)"OOOOOO:dlp_WriteRecord",&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; 10386 { 10387 arg1 = (int)(SWIG_As_int(obj0)); 10388 if (SWIG_arg_fail(1)) SWIG_fail; 10389 } 10390 { 10391 arg2 = (int)(SWIG_As_int(obj1)); 10392 if (SWIG_arg_fail(2)) SWIG_fail; 10393 } 10394 { 10395 arg3 = (int)(SWIG_As_int(obj2)); 10396 if (SWIG_arg_fail(3)) SWIG_fail; 10397 } 10398 { 10399 arg4 = (recordid_t)(SWIG_As_unsigned_SS_long(obj3)); 10400 if (SWIG_arg_fail(4)) SWIG_fail; 10401 } 10402 { 10403 arg5 = (int)(SWIG_As_int(obj4)); 10404 if (SWIG_arg_fail(5)) SWIG_fail; 10405 } 10406 10407 arg6 = (void *)PyString_AsString(obj5); 10408 arg7 = PyString_Size(obj5); 10409 10410 { 10411 PyThreadState *__save = PyEval_SaveThread(); 10412 result = (PI_ERR)dlp_WriteRecord(arg1,arg2,arg3,arg4,arg5,(void const *)arg6,arg7,arg8); 10413 10414 PyEval_RestoreThread(__save); 10415 } 10416 10417 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10418 SWIG_fail; 10419 resultobj = Py_None; 10420 Py_INCREF(Py_None); 10421 10422 resultobj = t_output_helper(resultobj, ((res8 == SWIG_NEWOBJ) ? 10423 SWIG_From_unsigned_SS_long((*arg8)) : SWIG_NewPointerObj((void*)(arg8), SWIGTYPE_p_recordid_t, 0))); 10424 return resultobj; 10425 fail: 10426 return NULL; 10427 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteResource | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 10627 of file pisock_wrap.c.
References dlp_WriteResource(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), and SWIG_fail.
10627 { 10628 PyObject *resultobj = NULL; 10629 int arg1 ; 10630 int arg2 ; 10631 unsigned long arg3 ; 10632 int arg4 ; 10633 void *arg5 = (void *) 0 ; 10634 size_t arg6 ; 10635 PI_ERR result; 10636 PyObject * obj0 = 0 ; 10637 PyObject * obj1 = 0 ; 10638 PyObject * obj2 = 0 ; 10639 PyObject * obj3 = 0 ; 10640 PyObject * obj4 = 0 ; 10641 10642 if(!PyArg_ParseTuple(args,(char *)"OOOOO:dlp_WriteResource",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 10643 { 10644 arg1 = (int)(SWIG_As_int(obj0)); 10645 if (SWIG_arg_fail(1)) SWIG_fail; 10646 } 10647 { 10648 arg2 = (int)(SWIG_As_int(obj1)); 10649 if (SWIG_arg_fail(2)) SWIG_fail; 10650 } 10651 { 10652 arg3 = (unsigned long)(SWIG_As_unsigned_SS_long(obj2)); 10653 if (SWIG_arg_fail(3)) SWIG_fail; 10654 } 10655 { 10656 arg4 = (int)(SWIG_As_int(obj3)); 10657 if (SWIG_arg_fail(4)) SWIG_fail; 10658 } 10659 10660 arg5 = (void *)PyString_AsString(obj4); 10661 arg6 = PyString_Size(obj4); 10662 10663 { 10664 PyThreadState *__save = PyEval_SaveThread(); 10665 result = (PI_ERR)dlp_WriteResource(arg1,arg2,arg3,arg4,(void const *)arg5,arg6); 10666 10667 PyEval_RestoreThread(__save); 10668 } 10669 10670 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 10671 SWIG_fail; 10672 resultobj = Py_None; 10673 Py_INCREF(Py_None); 10674 10675 return resultobj; 10676 fail: 10677 return NULL; 10678 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteSortBlock | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 9822 of file pisock_wrap.c.
References dlp_WriteSortBlock(), fail(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
09822 { 09823 PyObject *resultobj = NULL; 09824 int arg1 ; 09825 int arg2 ; 09826 void *arg3 = (void *) 0 ; 09827 size_t arg4 ; 09828 PI_ERR result; 09829 PyObject * obj0 = 0 ; 09830 PyObject * obj1 = 0 ; 09831 PyObject * obj2 = 0 ; 09832 09833 if(!PyArg_ParseTuple(args,(char *)"OOO:dlp_WriteSortBlock",&obj0,&obj1,&obj2)) goto fail; 09834 { 09835 arg1 = (int)(SWIG_As_int(obj0)); 09836 if (SWIG_arg_fail(1)) SWIG_fail; 09837 } 09838 { 09839 arg2 = (int)(SWIG_As_int(obj1)); 09840 if (SWIG_arg_fail(2)) SWIG_fail; 09841 } 09842 09843 arg3 = (void *)PyString_AsString(obj2); 09844 arg4 = PyString_Size(obj2); 09845 09846 { 09847 PyThreadState *__save = PyEval_SaveThread(); 09848 result = (PI_ERR)dlp_WriteSortBlock(arg1,arg2,(void const *)arg3,arg4); 09849 09850 PyEval_RestoreThread(__save); 09851 } 09852 09853 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 09854 SWIG_fail; 09855 resultobj = Py_None; 09856 Py_INCREF(Py_None); 09857 09858 return resultobj; 09859 fail: 09860 return NULL; 09861 }
Here is the call graph for this function:

| static PyObject* _wrap_dlp_WriteUserInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 8182 of file pisock_wrap.c.
References dlp_WriteUserInfo(), fail(), PyObjectFromPilotUser(), PyObjectToPilotUser(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
08182 { 08183 PyObject *resultobj = NULL; 08184 int arg1 ; 08185 struct PilotUser *arg2 = (struct PilotUser *) 0 ; 08186 PI_ERR result; 08187 struct PilotUser temp2 ; 08188 PyObject * obj0 = 0 ; 08189 PyObject * obj1 = 0 ; 08190 08191 if(!PyArg_ParseTuple(args,(char *)"OO:dlp_WriteUserInfo",&obj0,&obj1)) goto fail; 08192 { 08193 arg1 = (int)(SWIG_As_int(obj0)); 08194 if (SWIG_arg_fail(1)) SWIG_fail; 08195 } 08196 08197 if (!PyObjectToPilotUser(obj1, &temp2)) 08198 SWIG_fail; 08199 arg2 = &temp2; 08200 08201 { 08202 PyThreadState *__save = PyEval_SaveThread(); 08203 result = (PI_ERR)dlp_WriteUserInfo(arg1,(struct PilotUser const *)arg2); 08204 08205 PyEval_RestoreThread(__save); 08206 } 08207 08208 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 08209 SWIG_fail; 08210 resultobj = Py_None; 08211 Py_INCREF(Py_None); 08212 08213 08214 if (arg2) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg2)); 08215 08216 return resultobj; 08217 fail: 08218 return NULL; 08219 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostAddress_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7803 of file pisock_wrap.c.
References fail(), NetSyncInfo::hostAddress, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07803 { 07804 PyObject *resultobj = NULL; 07805 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07806 char *result; 07807 PyObject * obj0 = 0 ; 07808 07809 if(!PyArg_ParseTuple(args,(char *)"O:NetSyncInfo_hostAddress_get",&obj0)) goto fail; 07810 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07811 if (SWIG_arg_fail(1)) SWIG_fail; 07812 result = (char *)(char *) ((arg1)->hostAddress); 07813 07814 { 07815 size_t size = 40; 07816 #ifndef SWIG_PRESERVE_CARRAY_SIZE 07817 while (size && (result[size - 1] == '\0')) --size; 07818 #endif 07819 resultobj = SWIG_FromCharArray(result, size); 07820 } 07821 return resultobj; 07822 fail: 07823 return NULL; 07824 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostAddress_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7775 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07775 { 07776 PyObject *resultobj = NULL; 07777 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07778 char *arg2 ; 07779 char temp2[40] ; 07780 PyObject * obj0 = 0 ; 07781 PyObject * obj1 = 0 ; 07782 07783 if(!PyArg_ParseTuple(args,(char *)"OO:NetSyncInfo_hostAddress_set",&obj0,&obj1)) goto fail; 07784 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07785 if (SWIG_arg_fail(1)) SWIG_fail; 07786 { 07787 if (!SWIG_AsCharArray(obj1, temp2, 40)) { 07788 SWIG_arg_fail(2);SWIG_fail; 07789 } 07790 arg2 = temp2; 07791 } 07792 { 07793 if (arg2) memcpy(arg1->hostAddress,arg2,40*sizeof(char)); 07794 else memset(arg1->hostAddress,0,40*sizeof(char)); 07795 } 07796 Py_INCREF(Py_None); resultobj = Py_None; 07797 return resultobj; 07798 fail: 07799 return NULL; 07800 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostName_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7751 of file pisock_wrap.c.
References fail(), NetSyncInfo::hostName, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07751 { 07752 PyObject *resultobj = NULL; 07753 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07754 char *result; 07755 PyObject * obj0 = 0 ; 07756 07757 if(!PyArg_ParseTuple(args,(char *)"O:NetSyncInfo_hostName_get",&obj0)) goto fail; 07758 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07759 if (SWIG_arg_fail(1)) SWIG_fail; 07760 result = (char *)(char *) ((arg1)->hostName); 07761 07762 { 07763 size_t size = 256; 07764 #ifndef SWIG_PRESERVE_CARRAY_SIZE 07765 while (size && (result[size - 1] == '\0')) --size; 07766 #endif 07767 resultobj = SWIG_FromCharArray(result, size); 07768 } 07769 return resultobj; 07770 fail: 07771 return NULL; 07772 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostName_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7723 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07723 { 07724 PyObject *resultobj = NULL; 07725 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07726 char *arg2 ; 07727 char temp2[256] ; 07728 PyObject * obj0 = 0 ; 07729 PyObject * obj1 = 0 ; 07730 07731 if(!PyArg_ParseTuple(args,(char *)"OO:NetSyncInfo_hostName_set",&obj0,&obj1)) goto fail; 07732 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07733 if (SWIG_arg_fail(1)) SWIG_fail; 07734 { 07735 if (!SWIG_AsCharArray(obj1, temp2, 256)) { 07736 SWIG_arg_fail(2);SWIG_fail; 07737 } 07738 arg2 = temp2; 07739 } 07740 { 07741 if (arg2) memcpy(arg1->hostName,arg2,256*sizeof(char)); 07742 else memset(arg1->hostName,0,256*sizeof(char)); 07743 } 07744 Py_INCREF(Py_None); resultobj = Py_None; 07745 return resultobj; 07746 fail: 07747 return NULL; 07748 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostSubnetMask_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7855 of file pisock_wrap.c.
References fail(), NetSyncInfo::hostSubnetMask, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07855 { 07856 PyObject *resultobj = NULL; 07857 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07858 char *result; 07859 PyObject * obj0 = 0 ; 07860 07861 if(!PyArg_ParseTuple(args,(char *)"O:NetSyncInfo_hostSubnetMask_get",&obj0)) goto fail; 07862 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07863 if (SWIG_arg_fail(1)) SWIG_fail; 07864 result = (char *)(char *) ((arg1)->hostSubnetMask); 07865 07866 { 07867 size_t size = 40; 07868 #ifndef SWIG_PRESERVE_CARRAY_SIZE 07869 while (size && (result[size - 1] == '\0')) --size; 07870 #endif 07871 resultobj = SWIG_FromCharArray(result, size); 07872 } 07873 return resultobj; 07874 fail: 07875 return NULL; 07876 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_hostSubnetMask_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7827 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07827 { 07828 PyObject *resultobj = NULL; 07829 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07830 char *arg2 ; 07831 char temp2[40] ; 07832 PyObject * obj0 = 0 ; 07833 PyObject * obj1 = 0 ; 07834 07835 if(!PyArg_ParseTuple(args,(char *)"OO:NetSyncInfo_hostSubnetMask_set",&obj0,&obj1)) goto fail; 07836 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07837 if (SWIG_arg_fail(1)) SWIG_fail; 07838 { 07839 if (!SWIG_AsCharArray(obj1, temp2, 40)) { 07840 SWIG_arg_fail(2);SWIG_fail; 07841 } 07842 arg2 = temp2; 07843 } 07844 { 07845 if (arg2) memcpy(arg1->hostSubnetMask,arg2,40*sizeof(char)); 07846 else memset(arg1->hostSubnetMask,0,40*sizeof(char)); 07847 } 07848 Py_INCREF(Py_None); resultobj = Py_None; 07849 return resultobj; 07850 fail: 07851 return NULL; 07852 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_lanSync_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7703 of file pisock_wrap.c.
References fail(), NetSyncInfo::lanSync, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07703 { 07704 PyObject *resultobj = NULL; 07705 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07706 int result; 07707 PyObject * obj0 = 0 ; 07708 07709 if(!PyArg_ParseTuple(args,(char *)"O:NetSyncInfo_lanSync_get",&obj0)) goto fail; 07710 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07711 if (SWIG_arg_fail(1)) SWIG_fail; 07712 result = (int) ((arg1)->lanSync); 07713 07714 { 07715 resultobj = SWIG_From_int((int)(result)); 07716 } 07717 return resultobj; 07718 fail: 07719 return NULL; 07720 }
Here is the call graph for this function:

| static PyObject* _wrap_NetSyncInfo_lanSync_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7680 of file pisock_wrap.c.
References fail(), NetSyncInfo::lanSync, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_NetSyncInfo.
07680 { 07681 PyObject *resultobj = NULL; 07682 struct NetSyncInfo *arg1 = (struct NetSyncInfo *) 0 ; 07683 int arg2 ; 07684 PyObject * obj0 = 0 ; 07685 PyObject * obj1 = 0 ; 07686 07687 if(!PyArg_ParseTuple(args,(char *)"OO:NetSyncInfo_lanSync_set",&obj0,&obj1)) goto fail; 07688 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_NetSyncInfo, SWIG_POINTER_EXCEPTION | 0); 07689 if (SWIG_arg_fail(1)) SWIG_fail; 07690 { 07691 arg2 = (int)(SWIG_As_int(obj1)); 07692 if (SWIG_arg_fail(2)) SWIG_fail; 07693 } 07694 if (arg1) (arg1)->lanSync = arg2; 07695 07696 Py_INCREF(Py_None); resultobj = Py_None; 07697 return resultobj; 07698 fail: 07699 return NULL; 07700 }
Here is the call graph for this function:

| static PyObject* _wrap_new_CardInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7642 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_CardInfo.
07642 { 07643 PyObject *resultobj = NULL; 07644 struct CardInfo *result; 07645 07646 if(!PyArg_ParseTuple(args,(char *)":new_CardInfo")) goto fail; 07647 result = (struct CardInfo *)(struct CardInfo *) calloc(1, sizeof(struct CardInfo)); 07648 07649 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_CardInfo, 1); 07650 return resultobj; 07651 fail: 07652 return NULL; 07653 }
Here is the call graph for this function:

| static PyObject* _wrap_new_DBInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6903 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_DBInfo.
06903 { 06904 PyObject *resultobj = NULL; 06905 struct DBInfo *result; 06906 06907 if(!PyArg_ParseTuple(args,(char *)":new_DBInfo")) goto fail; 06908 result = (struct DBInfo *)(struct DBInfo *) calloc(1, sizeof(struct DBInfo)); 06909 06910 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_DBInfo, 1); 06911 return resultobj; 06912 fail: 06913 return NULL; 06914 }
Here is the call graph for this function:

| static PyObject* _wrap_new_DBSizeInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7199 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_DBSizeInfo.
07199 { 07200 PyObject *resultobj = NULL; 07201 struct DBSizeInfo *result; 07202 07203 if(!PyArg_ParseTuple(args,(char *)":new_DBSizeInfo")) goto fail; 07204 result = (struct DBSizeInfo *)(struct DBSizeInfo *) calloc(1, sizeof(struct DBSizeInfo)); 07205 07206 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_DBSizeInfo, 1); 07207 return resultobj; 07208 fail: 07209 return NULL; 07210 }
Here is the call graph for this function:

| static PyObject* _wrap_new_NetSyncInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7879 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_NetSyncInfo.
07879 { 07880 PyObject *resultobj = NULL; 07881 struct NetSyncInfo *result; 07882 07883 if(!PyArg_ParseTuple(args,(char *)":new_NetSyncInfo")) goto fail; 07884 result = (struct NetSyncInfo *)(struct NetSyncInfo *) calloc(1, sizeof(struct NetSyncInfo)); 07885 07886 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_NetSyncInfo, 1); 07887 return resultobj; 07888 fail: 07889 return NULL; 07890 }
Here is the call graph for this function:

| static PyObject* _wrap_new_pi_socket_list_t | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3451 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_pi_socket_list.
03451 { 03452 PyObject *resultobj = NULL; 03453 pi_socket_list_t *result; 03454 03455 if(!PyArg_ParseTuple(args,(char *)":new_pi_socket_list_t")) goto fail; 03456 result = (pi_socket_list_t *)(pi_socket_list_t *) calloc(1, sizeof(pi_socket_list_t)); 03457 03458 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_socket_list, 1); 03459 return resultobj; 03460 fail: 03461 return NULL; 03462 }
Here is the call graph for this function:

| static PyObject* _wrap_new_pi_socket_t | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3335 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_pi_socket.
03335 { 03336 PyObject *resultobj = NULL; 03337 pi_socket_t *result; 03338 03339 if(!PyArg_ParseTuple(args,(char *)":new_pi_socket_t")) goto fail; 03340 result = (pi_socket_t *)(pi_socket_t *) calloc(1, sizeof(pi_socket_t)); 03341 03342 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_socket, 1); 03343 return resultobj; 03344 fail: 03345 return NULL; 03346 }
Here is the call graph for this function:

| static PyObject* _wrap_new_PilotUser | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5814 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_PilotUser.
05814 { 05815 PyObject *resultobj = NULL; 05816 struct PilotUser *result; 05817 05818 if(!PyArg_ParseTuple(args,(char *)":new_PilotUser")) goto fail; 05819 result = (struct PilotUser *)(struct PilotUser *) calloc(1, sizeof(struct PilotUser)); 05820 05821 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_PilotUser, 1); 05822 return resultobj; 05823 fail: 05824 return NULL; 05825 }
Here is the call graph for this function:

| static PyObject* _wrap_new_SysInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6324 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_SysInfo.
06324 { 06325 PyObject *resultobj = NULL; 06326 struct SysInfo *result; 06327 06328 if(!PyArg_ParseTuple(args,(char *)":new_SysInfo")) goto fail; 06329 result = (struct SysInfo *)(struct SysInfo *) calloc(1, sizeof(struct SysInfo)); 06330 06331 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_SysInfo, 1); 06332 return resultobj; 06333 fail: 06334 return NULL; 06335 }
Here is the call graph for this function:

| static PyObject* _wrap_new_VFSAnyMountParam | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4805 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_VFSAnyMountParam.
04805 { 04806 PyObject *resultobj = NULL; 04807 struct VFSAnyMountParam *result; 04808 04809 if(!PyArg_ParseTuple(args,(char *)":new_VFSAnyMountParam")) goto fail; 04810 result = (struct VFSAnyMountParam *)(struct VFSAnyMountParam *) calloc(1, sizeof(struct VFSAnyMountParam)); 04811 04812 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_VFSAnyMountParam, 1); 04813 return resultobj; 04814 fail: 04815 return NULL; 04816 }
Here is the call graph for this function:

| static PyObject* _wrap_new_VFSDirInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4638 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_VFSDirInfo.
04638 { 04639 PyObject *resultobj = NULL; 04640 struct VFSDirInfo *result; 04641 04642 if(!PyArg_ParseTuple(args,(char *)":new_VFSDirInfo")) goto fail; 04643 result = (struct VFSDirInfo *)(struct VFSDirInfo *) calloc(1, sizeof(struct VFSDirInfo)); 04644 04645 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_VFSDirInfo, 1); 04646 return resultobj; 04647 fail: 04648 return NULL; 04649 }
Here is the call graph for this function:

| static PyObject* _wrap_new_VFSInfo | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5350 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_VFSInfo.
05350 { 05351 PyObject *resultobj = NULL; 05352 struct VFSInfo *result; 05353 05354 if(!PyArg_ParseTuple(args,(char *)":new_VFSInfo")) goto fail; 05355 result = (struct VFSInfo *)(struct VFSInfo *) calloc(1, sizeof(struct VFSInfo)); 05356 05357 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_VFSInfo, 1); 05358 return resultobj; 05359 fail: 05360 return NULL; 05361 }
Here is the call graph for this function:

| static PyObject* _wrap_new_VFSSlotMountParam | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4968 of file pisock_wrap.c.
References fail(), SWIG_NewPointerObj, and SWIGTYPE_p_VFSSlotMountParam.
04968 { 04969 PyObject *resultobj = NULL; 04970 struct VFSSlotMountParam *result; 04971 04972 if(!PyArg_ParseTuple(args,(char *)":new_VFSSlotMountParam")) goto fail; 04973 result = (struct VFSSlotMountParam *)(struct VFSSlotMountParam *) calloc(1, sizeof(struct VFSSlotMountParam)); 04974 04975 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_VFSSlotMountParam, 1); 04976 return resultobj; 04977 fail: 04978 return NULL; 04979 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_accept | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3934 of file pisock_wrap.c.
References fail(), pi_accept(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
03934 { 03935 PyObject *resultobj = NULL; 03936 int arg1 ; 03937 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 03938 size_t *arg3 = (size_t *) 0 ; 03939 PI_ERR result; 03940 struct pi_sockaddr temp2 ; 03941 size_t temp3 ; 03942 PyObject * obj0 = 0 ; 03943 03944 { 03945 arg2 = (struct sockaddr *)&temp2; 03946 } 03947 { 03948 arg3 = (size_t *)&temp3; 03949 } 03950 if(!PyArg_ParseTuple(args,(char *)"O:pi_accept",&obj0)) goto fail; 03951 { 03952 arg1 = (int)(SWIG_As_int(obj0)); 03953 if (SWIG_arg_fail(1)) SWIG_fail; 03954 } 03955 { 03956 PyThreadState *__save = PyEval_SaveThread(); 03957 result = (PI_ERR)pi_accept(arg1,arg2,arg3); 03958 03959 PyEval_RestoreThread(__save); 03960 } 03961 03962 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 03963 SWIG_fail; 03964 resultobj = Py_None; 03965 Py_INCREF(Py_None); 03966 03967 { 03968 PyObject *o; 03969 03970 if (arg2) { 03971 o = Py_BuildValue("(is)", (int)((struct pi_sockaddr *)arg2)->pi_family, 03972 ((struct pi_sockaddr *)arg2)->pi_device); 03973 resultobj = t_output_helper(resultobj, o); 03974 } 03975 } 03976 return resultobj; 03977 fail: 03978 return NULL; 03979 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_accept_to | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3982 of file pisock_wrap.c.
References fail(), pi_accept_to(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and t_output_helper().
03982 { 03983 PyObject *resultobj = NULL; 03984 int arg1 ; 03985 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 03986 size_t *arg3 = (size_t *) 0 ; 03987 int arg4 ; 03988 PI_ERR result; 03989 struct pi_sockaddr temp2 ; 03990 size_t temp3 ; 03991 PyObject * obj0 = 0 ; 03992 PyObject * obj1 = 0 ; 03993 03994 { 03995 arg2 = (struct sockaddr *)&temp2; 03996 } 03997 { 03998 arg3 = (size_t *)&temp3; 03999 } 04000 if(!PyArg_ParseTuple(args,(char *)"OO:pi_accept_to",&obj0,&obj1)) goto fail; 04001 { 04002 arg1 = (int)(SWIG_As_int(obj0)); 04003 if (SWIG_arg_fail(1)) SWIG_fail; 04004 } 04005 { 04006 arg4 = (int)(SWIG_As_int(obj1)); 04007 if (SWIG_arg_fail(4)) SWIG_fail; 04008 } 04009 { 04010 PyThreadState *__save = PyEval_SaveThread(); 04011 result = (PI_ERR)pi_accept_to(arg1,arg2,arg3,arg4); 04012 04013 PyEval_RestoreThread(__save); 04014 } 04015 04016 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 04017 SWIG_fail; 04018 resultobj = Py_None; 04019 Py_INCREF(Py_None); 04020 04021 { 04022 PyObject *o; 04023 04024 if (arg2) { 04025 o = Py_BuildValue("(is)", (int)((struct pi_sockaddr *)arg2)->pi_family, 04026 ((struct pi_sockaddr *)arg2)->pi_device); 04027 resultobj = t_output_helper(resultobj, o); 04028 } 04029 } 04030 return resultobj; 04031 fail: 04032 return NULL; 04033 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_bind | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3865 of file pisock_wrap.c.
References fail(), pi_bind(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
03865 { 03866 PyObject *resultobj = NULL; 03867 int arg1 ; 03868 char *arg2 = (char *) 0 ; 03869 PI_ERR result; 03870 PyObject * obj0 = 0 ; 03871 PyObject * obj1 = 0 ; 03872 03873 if(!PyArg_ParseTuple(args,(char *)"OO:pi_bind",&obj0,&obj1)) goto fail; 03874 { 03875 arg1 = (int)(SWIG_As_int(obj0)); 03876 if (SWIG_arg_fail(1)) SWIG_fail; 03877 } 03878 if (!SWIG_AsCharPtr(obj1, (char**)&arg2)) { 03879 SWIG_arg_fail(2);SWIG_fail; 03880 } 03881 { 03882 PyThreadState *__save = PyEval_SaveThread(); 03883 result = (PI_ERR)pi_bind(arg1,(char const *)arg2); 03884 03885 PyEval_RestoreThread(__save); 03886 } 03887 03888 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 03889 SWIG_fail; 03890 resultobj = Py_None; 03891 Py_INCREF(Py_None); 03892 03893 return resultobj; 03894 fail: 03895 return NULL; 03896 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_close | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4036 of file pisock_wrap.c.
References fail(), pi_close(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04036 { 04037 PyObject *resultobj = NULL; 04038 int arg1 ; 04039 int result; 04040 PyObject * obj0 = 0 ; 04041 04042 if(!PyArg_ParseTuple(args,(char *)"O:pi_close",&obj0)) goto fail; 04043 { 04044 arg1 = (int)(SWIG_As_int(obj0)); 04045 if (SWIG_arg_fail(1)) SWIG_fail; 04046 } 04047 { 04048 PyThreadState *__save = PyEval_SaveThread(); 04049 result = (int)pi_close(arg1); 04050 04051 PyEval_RestoreThread(__save); 04052 } 04053 { 04054 resultobj = SWIG_From_int((int)(result)); 04055 } 04056 return resultobj; 04057 fail: 04058 return NULL; 04059 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_connect | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3831 of file pisock_wrap.c.
References fail(), pi_connect(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), SWIG_AsCharPtr(), and SWIG_fail.
03831 { 03832 PyObject *resultobj = NULL; 03833 int arg1 ; 03834 char *arg2 = (char *) 0 ; 03835 PI_ERR result; 03836 PyObject * obj0 = 0 ; 03837 PyObject * obj1 = 0 ; 03838 03839 if(!PyArg_ParseTuple(args,(char *)"OO:pi_connect",&obj0,&obj1)) goto fail; 03840 { 03841 arg1 = (int)(SWIG_As_int(obj0)); 03842 if (SWIG_arg_fail(1)) SWIG_fail; 03843 } 03844 if (!SWIG_AsCharPtr(obj1, (char**)&arg2)) { 03845 SWIG_arg_fail(2);SWIG_fail; 03846 } 03847 { 03848 PyThreadState *__save = PyEval_SaveThread(); 03849 result = (PI_ERR)pi_connect(arg1,(char const *)arg2); 03850 03851 PyEval_RestoreThread(__save); 03852 } 03853 03854 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 03855 SWIG_fail; 03856 resultobj = Py_None; 03857 Py_INCREF(Py_None); 03858 03859 return resultobj; 03860 fail: 03861 return NULL; 03862 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_error | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4288 of file pisock_wrap.c.
References fail(), pi_error(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04288 { 04289 PyObject *resultobj = NULL; 04290 int arg1 ; 04291 int result; 04292 PyObject * obj0 = 0 ; 04293 04294 if(!PyArg_ParseTuple(args,(char *)"O:pi_error",&obj0)) goto fail; 04295 { 04296 arg1 = (int)(SWIG_As_int(obj0)); 04297 if (SWIG_arg_fail(1)) SWIG_fail; 04298 } 04299 { 04300 PyThreadState *__save = PyEval_SaveThread(); 04301 result = (int)pi_error(arg1); 04302 04303 PyEval_RestoreThread(__save); 04304 } 04305 { 04306 resultobj = SWIG_From_int((int)(result)); 04307 } 04308 return resultobj; 04309 fail: 04310 return NULL; 04311 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_file_install | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2296 of file pisock_wrap.c.
References PI_ERR_FILE_INVALID, pi_file_close(), pi_file_install(), pi_file_open(), pythonWrapper_handlePiErr(), sd, SWIG_arg_fail, SWIG_As_int(), and SWIG_AsCharPtr().
02297 { 02298 PyObject *obj1 = NULL; 02299 PyObject *obj2 = NULL; 02300 PyObject *obj3 = NULL; 02301 PyObject *cback = NULL; 02302 int sd, cardno, result; 02303 char *path = NULL; 02304 pi_file_t *pf = NULL; 02305 02306 if (!PyArg_ParseTuple(args,(char *)"OOOO:pi_file_install",&obj1, &obj2, &obj3, &cback)) 02307 return NULL; 02308 02309 sd = (int)SWIG_As_int(obj1); 02310 cardno = (int)SWIG_As_int(obj2); 02311 if (!SWIG_AsCharPtr(obj3, (char**)&path)) { 02312 SWIG_arg_fail(3); 02313 return NULL; 02314 } 02315 02316 pf = pi_file_open(path); 02317 if (pf == NULL) { 02318 PyErr_SetObject(PIError, Py_BuildValue("(is)", PI_ERR_FILE_INVALID, "invalid file")); 02319 return NULL; 02320 } 02321 02322 { 02323 PyThreadState *save = PyEval_SaveThread(); 02324 result = pi_file_install(pf, sd, cardno, NULL); 02325 PyEval_RestoreThread(save); 02326 } 02327 02328 pi_file_close(pf); 02329 02330 if (result < 0) { 02331 pythonWrapper_handlePiErr(sd, result); 02332 return NULL; 02333 } 02334 02335 Py_INCREF(Py_None); 02336 return Py_None; 02337 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_file_retrieve | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2342 of file pisock_wrap.c.
References dlp_FindDBByName(), PI_ERR_FILE_INVALID, pi_file_close(), pi_file_create(), pi_file_retrieve(), pythonWrapper_handlePiErr(), sd, SWIG_arg_fail, SWIG_As_int(), and SWIG_AsCharPtr().
02343 { 02344 PyObject *obj1 = NULL; 02345 PyObject *obj2 = NULL; 02346 PyObject *obj3 = NULL; 02347 PyObject *obj4 = NULL; 02348 PyObject *cback = NULL; 02349 int sd, cardno, result; 02350 char *dbname = NULL; 02351 char *path = NULL; 02352 struct DBInfo dbi; 02353 pi_file_t *pf = NULL; 02354 PyThreadState *save; 02355 02356 if (!PyArg_ParseTuple(args, (char *)"OOOOO:pi_file_retrieve",&obj1,&obj2,&obj3,&obj4,&cback)) 02357 return NULL; 02358 02359 sd = SWIG_As_int(obj1); 02360 cardno = SWIG_As_int(obj2); 02361 02362 if (!SWIG_AsCharPtr(obj3, (char**)&dbname)) { 02363 SWIG_arg_fail(3); 02364 return NULL; 02365 } 02366 02367 if (!SWIG_AsCharPtr(obj4, (char **)&path)) { 02368 SWIG_arg_fail(4); 02369 return NULL; 02370 } 02371 02372 /* let other threads run */ 02373 save = PyEval_SaveThread(); 02374 02375 memset(&dbi, 0, sizeof(dbi)); 02376 result = dlp_FindDBByName(sd, cardno, dbname, NULL, NULL, &dbi, NULL); 02377 if (result < 0) { 02378 PyEval_RestoreThread(save); 02379 pythonWrapper_handlePiErr(sd, result); 02380 return NULL; 02381 } 02382 02383 pf = pi_file_create(path, &dbi); 02384 if (pf == NULL) { 02385 PyEval_RestoreThread(save); 02386 PyErr_SetObject(PIError, Py_BuildValue("(is)", PI_ERR_FILE_INVALID, "invalid file")); 02387 return NULL; 02388 } 02389 02390 result = pi_file_retrieve(pf, sd, cardno, NULL); 02391 if (result < 0) { 02392 PyEval_RestoreThread(save); 02393 pythonWrapper_handlePiErr(sd, result); 02394 return NULL; 02395 } 02396 02397 result = pi_file_close(pf); 02398 PyEval_RestoreThread(save); 02399 if (result < 0) { 02400 pythonWrapper_handlePiErr(sd, result); 02401 return NULL; 02402 } 02403 02404 Py_INCREF(Py_None); 02405 return Py_None; 02406 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_flush | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4259 of file pisock_wrap.c.
References fail(), pi_flush(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
04259 { 04260 PyObject *resultobj = NULL; 04261 int arg1 ; 04262 int arg2 ; 04263 PyObject * obj0 = 0 ; 04264 PyObject * obj1 = 0 ; 04265 04266 if(!PyArg_ParseTuple(args,(char *)"OO:pi_flush",&obj0,&obj1)) goto fail; 04267 { 04268 arg1 = (int)(SWIG_As_int(obj0)); 04269 if (SWIG_arg_fail(1)) SWIG_fail; 04270 } 04271 { 04272 arg2 = (int)(SWIG_As_int(obj1)); 04273 if (SWIG_arg_fail(2)) SWIG_fail; 04274 } 04275 { 04276 PyThreadState *__save = PyEval_SaveThread(); 04277 pi_flush(arg1,arg2); 04278 04279 PyEval_RestoreThread(__save); 04280 } 04281 Py_INCREF(Py_None); resultobj = Py_None; 04282 return resultobj; 04283 fail: 04284 return NULL; 04285 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_getsockname | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3557 of file pisock_wrap.c.
References fail(), pi_getsockname(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, and t_output_helper().
03557 { 03558 PyObject *resultobj = NULL; 03559 int arg1 ; 03560 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 03561 size_t *arg3 = (size_t *) 0 ; 03562 int result; 03563 struct pi_sockaddr temp2 ; 03564 size_t temp3 ; 03565 PyObject * obj0 = 0 ; 03566 03567 { 03568 arg2 = (struct sockaddr *)&temp2; 03569 } 03570 { 03571 arg3 = (size_t *)&temp3; 03572 } 03573 if(!PyArg_ParseTuple(args,(char *)"O:pi_getsockname",&obj0)) goto fail; 03574 { 03575 arg1 = (int)(SWIG_As_int(obj0)); 03576 if (SWIG_arg_fail(1)) SWIG_fail; 03577 } 03578 { 03579 PyThreadState *__save = PyEval_SaveThread(); 03580 result = (int)pi_getsockname(arg1,arg2,arg3); 03581 03582 PyEval_RestoreThread(__save); 03583 } 03584 { 03585 resultobj = SWIG_From_int((int)(result)); 03586 } 03587 { 03588 PyObject *o; 03589 03590 if (arg2) { 03591 o = Py_BuildValue("(is)", (int)((struct pi_sockaddr *)arg2)->pi_family, 03592 ((struct pi_sockaddr *)arg2)->pi_device); 03593 resultobj = t_output_helper(resultobj, o); 03594 } 03595 } 03596 return resultobj; 03597 fail: 03598 return NULL; 03599 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_getsockopt | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3647 of file pisock_wrap.c.
References fail(), pi_getsockopt(), SWIG_arg_fail, SWIG_As_int(), SWIG_ConvertPtr, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_size_t.
03647 { 03648 PyObject *resultobj = NULL; 03649 int arg1 ; 03650 int arg2 ; 03651 int arg3 ; 03652 void *arg4 = (void *) 0 ; 03653 size_t *arg5 = (size_t *) 0 ; 03654 int result; 03655 PyObject * obj0 = 0 ; 03656 PyObject * obj1 = 0 ; 03657 PyObject * obj2 = 0 ; 03658 PyObject * obj3 = 0 ; 03659 PyObject * obj4 = 0 ; 03660 03661 if(!PyArg_ParseTuple(args,(char *)"OOOOO:pi_getsockopt",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 03662 { 03663 arg1 = (int)(SWIG_As_int(obj0)); 03664 if (SWIG_arg_fail(1)) SWIG_fail; 03665 } 03666 { 03667 arg2 = (int)(SWIG_As_int(obj1)); 03668 if (SWIG_arg_fail(2)) SWIG_fail; 03669 } 03670 { 03671 arg3 = (int)(SWIG_As_int(obj2)); 03672 if (SWIG_arg_fail(3)) SWIG_fail; 03673 } 03674 { 03675 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),0,SWIG_POINTER_EXCEPTION|0))== -1) { 03676 SWIG_arg_fail(4);SWIG_fail; 03677 } 03678 } 03679 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_size_t, SWIG_POINTER_EXCEPTION | 0); 03680 if (SWIG_arg_fail(5)) SWIG_fail; 03681 { 03682 PyThreadState *__save = PyEval_SaveThread(); 03683 result = (int)pi_getsockopt(arg1,arg2,arg3,arg4,arg5); 03684 03685 PyEval_RestoreThread(__save); 03686 } 03687 { 03688 resultobj = SWIG_From_int((int)(result)); 03689 } 03690 return resultobj; 03691 fail: 03692 return NULL; 03693 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_getsockpeer | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3602 of file pisock_wrap.c.
References fail(), pi_getsockpeer(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, and t_output_helper().
03602 { 03603 PyObject *resultobj = NULL; 03604 int arg1 ; 03605 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 03606 size_t *arg3 = (size_t *) 0 ; 03607 int result; 03608 struct pi_sockaddr temp2 ; 03609 size_t temp3 ; 03610 PyObject * obj0 = 0 ; 03611 03612 { 03613 arg2 = (struct sockaddr *)&temp2; 03614 } 03615 { 03616 arg3 = (size_t *)&temp3; 03617 } 03618 if(!PyArg_ParseTuple(args,(char *)"O:pi_getsockpeer",&obj0)) goto fail; 03619 { 03620 arg1 = (int)(SWIG_As_int(obj0)); 03621 if (SWIG_arg_fail(1)) SWIG_fail; 03622 } 03623 { 03624 PyThreadState *__save = PyEval_SaveThread(); 03625 result = (int)pi_getsockpeer(arg1,arg2,arg3); 03626 03627 PyEval_RestoreThread(__save); 03628 } 03629 { 03630 resultobj = SWIG_From_int((int)(result)); 03631 } 03632 { 03633 PyObject *o; 03634 03635 if (arg2) { 03636 o = Py_BuildValue("(is)", (int)((struct pi_sockaddr *)arg2)->pi_family, 03637 ((struct pi_sockaddr *)arg2)->pi_device); 03638 resultobj = t_output_helper(resultobj, o); 03639 } 03640 } 03641 return resultobj; 03642 fail: 03643 return NULL; 03644 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_listen | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3899 of file pisock_wrap.c.
References fail(), pi_listen(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
03899 { 03900 PyObject *resultobj = NULL; 03901 int arg1 ; 03902 int arg2 ; 03903 PI_ERR result; 03904 PyObject * obj0 = 0 ; 03905 PyObject * obj1 = 0 ; 03906 03907 if(!PyArg_ParseTuple(args,(char *)"OO:pi_listen",&obj0,&obj1)) goto fail; 03908 { 03909 arg1 = (int)(SWIG_As_int(obj0)); 03910 if (SWIG_arg_fail(1)) SWIG_fail; 03911 } 03912 { 03913 arg2 = (int)(SWIG_As_int(obj1)); 03914 if (SWIG_arg_fail(2)) SWIG_fail; 03915 } 03916 { 03917 PyThreadState *__save = PyEval_SaveThread(); 03918 result = (PI_ERR)pi_listen(arg1,arg2); 03919 03920 PyEval_RestoreThread(__save); 03921 } 03922 03923 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 03924 SWIG_fail; 03925 resultobj = Py_None; 03926 Py_INCREF(Py_None); 03927 03928 return resultobj; 03929 fail: 03930 return NULL; 03931 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_maxrecsize | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4456 of file pisock_wrap.c.
References fail(), pi_maxrecsize(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_unsigned_SS_long().
04456 { 04457 PyObject *resultobj = NULL; 04458 int arg1 ; 04459 unsigned long result; 04460 PyObject * obj0 = 0 ; 04461 04462 if(!PyArg_ParseTuple(args,(char *)"O:pi_maxrecsize",&obj0)) goto fail; 04463 { 04464 arg1 = (int)(SWIG_As_int(obj0)); 04465 if (SWIG_arg_fail(1)) SWIG_fail; 04466 } 04467 { 04468 PyThreadState *__save = PyEval_SaveThread(); 04469 result = (unsigned long)pi_maxrecsize(arg1); 04470 04471 PyEval_RestoreThread(__save); 04472 } 04473 { 04474 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 04475 } 04476 return resultobj; 04477 fail: 04478 return NULL; 04479 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_palmos_error | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4346 of file pisock_wrap.c.
References fail(), pi_palmos_error(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04346 { 04347 PyObject *resultobj = NULL; 04348 int arg1 ; 04349 int result; 04350 PyObject * obj0 = 0 ; 04351 04352 if(!PyArg_ParseTuple(args,(char *)"O:pi_palmos_error",&obj0)) goto fail; 04353 { 04354 arg1 = (int)(SWIG_As_int(obj0)); 04355 if (SWIG_arg_fail(1)) SWIG_fail; 04356 } 04357 { 04358 PyThreadState *__save = PyEval_SaveThread(); 04359 result = (int)pi_palmos_error(arg1); 04360 04361 PyEval_RestoreThread(__save); 04362 } 04363 { 04364 resultobj = SWIG_From_int((int)(result)); 04365 } 04366 return resultobj; 04367 fail: 04368 return NULL; 04369 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_protocol | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3745 of file pisock_wrap.c.
References fail(), pi_protocol(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_NewPointerObj, and SWIGTYPE_p_pi_protocol.
03745 { 03746 PyObject *resultobj = NULL; 03747 int arg1 ; 03748 int arg2 ; 03749 struct pi_protocol *result; 03750 PyObject * obj0 = 0 ; 03751 PyObject * obj1 = 0 ; 03752 03753 if(!PyArg_ParseTuple(args,(char *)"OO:pi_protocol",&obj0,&obj1)) goto fail; 03754 { 03755 arg1 = (int)(SWIG_As_int(obj0)); 03756 if (SWIG_arg_fail(1)) SWIG_fail; 03757 } 03758 { 03759 arg2 = (int)(SWIG_As_int(obj1)); 03760 if (SWIG_arg_fail(2)) SWIG_fail; 03761 } 03762 { 03763 PyThreadState *__save = PyEval_SaveThread(); 03764 result = (struct pi_protocol *)pi_protocol(arg1,arg2); 03765 03766 PyEval_RestoreThread(__save); 03767 } 03768 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_protocol, 0); 03769 return resultobj; 03770 fail: 03771 return NULL; 03772 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_protocol_next | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3775 of file pisock_wrap.c.
References fail(), pi_protocol_next(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_NewPointerObj, and SWIGTYPE_p_pi_protocol.
03775 { 03776 PyObject *resultobj = NULL; 03777 int arg1 ; 03778 int arg2 ; 03779 struct pi_protocol *result; 03780 PyObject * obj0 = 0 ; 03781 PyObject * obj1 = 0 ; 03782 03783 if(!PyArg_ParseTuple(args,(char *)"OO:pi_protocol_next",&obj0,&obj1)) goto fail; 03784 { 03785 arg1 = (int)(SWIG_As_int(obj0)); 03786 if (SWIG_arg_fail(1)) SWIG_fail; 03787 } 03788 { 03789 arg2 = (int)(SWIG_As_int(obj1)); 03790 if (SWIG_arg_fail(2)) SWIG_fail; 03791 } 03792 { 03793 PyThreadState *__save = PyEval_SaveThread(); 03794 result = (struct pi_protocol *)pi_protocol_next(arg1,arg2); 03795 03796 PyEval_RestoreThread(__save); 03797 } 03798 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_protocol, 0); 03799 return resultobj; 03800 fail: 03801 return NULL; 03802 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_read | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4168 of file pisock_wrap.c.
References pi_buffer_t::data, fail(), pi_buffer_free(), pi_buffer_new(), pi_read(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_NewPointerObj, SWIGTYPE_p_ssize_t, t_output_helper(), and pi_buffer_t::used.
04168 { 04169 PyObject *resultobj = NULL; 04170 int arg1 ; 04171 pi_buffer_t *arg2 = (pi_buffer_t *) 0 ; 04172 size_t arg3 ; 04173 ssize_t result; 04174 PyObject * obj0 = 0 ; 04175 PyObject * obj1 = 0 ; 04176 04177 { 04178 arg2 = pi_buffer_new(0xFFFF); 04179 } 04180 if(!PyArg_ParseTuple(args,(char *)"OO:pi_read",&obj0,&obj1)) goto fail; 04181 { 04182 arg1 = (int)(SWIG_As_int(obj0)); 04183 if (SWIG_arg_fail(1)) SWIG_fail; 04184 } 04185 { 04186 arg3 = (size_t)(SWIG_As_unsigned_SS_long(obj1)); 04187 if (SWIG_arg_fail(3)) SWIG_fail; 04188 } 04189 { 04190 PyThreadState *__save = PyEval_SaveThread(); 04191 result = pi_read(arg1,arg2,arg3); 04192 04193 PyEval_RestoreThread(__save); 04194 } 04195 { 04196 ssize_t * resultptr; 04197 resultptr = (ssize_t *) malloc(sizeof(ssize_t)); 04198 if (resultptr) memcpy(resultptr, &result, sizeof(ssize_t)); 04199 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_ssize_t, 1); 04200 } 04201 { 04202 if (arg2) { 04203 PyObject *o1 = Py_BuildValue("s#", arg2->data, arg2->used); 04204 resultobj = t_output_helper(resultobj, o1); 04205 } 04206 } 04207 { 04208 if (arg2) { 04209 pi_buffer_free(arg2); 04210 } 04211 } 04212 return resultobj; 04213 fail: 04214 { 04215 if (arg2) { 04216 pi_buffer_free(arg2); 04217 } 04218 } 04219 return NULL; 04220 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_recv | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4107 of file pisock_wrap.c.
References pi_buffer_t::data, fail(), pi_buffer_free(), pi_buffer_new(), pi_recv(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_NewPointerObj, SWIGTYPE_p_ssize_t, t_output_helper(), and pi_buffer_t::used.
04107 { 04108 PyObject *resultobj = NULL; 04109 int arg1 ; 04110 pi_buffer_t *arg2 = (pi_buffer_t *) 0 ; 04111 size_t arg3 ; 04112 int arg4 ; 04113 ssize_t result; 04114 PyObject * obj0 = 0 ; 04115 PyObject * obj1 = 0 ; 04116 PyObject * obj2 = 0 ; 04117 04118 { 04119 arg2 = pi_buffer_new(0xFFFF); 04120 } 04121 if(!PyArg_ParseTuple(args,(char *)"OOO:pi_recv",&obj0,&obj1,&obj2)) goto fail; 04122 { 04123 arg1 = (int)(SWIG_As_int(obj0)); 04124 if (SWIG_arg_fail(1)) SWIG_fail; 04125 } 04126 { 04127 arg3 = (size_t)(SWIG_As_unsigned_SS_long(obj1)); 04128 if (SWIG_arg_fail(3)) SWIG_fail; 04129 } 04130 { 04131 arg4 = (int)(SWIG_As_int(obj2)); 04132 if (SWIG_arg_fail(4)) SWIG_fail; 04133 } 04134 { 04135 PyThreadState *__save = PyEval_SaveThread(); 04136 result = pi_recv(arg1,arg2,arg3,arg4); 04137 04138 PyEval_RestoreThread(__save); 04139 } 04140 { 04141 ssize_t * resultptr; 04142 resultptr = (ssize_t *) malloc(sizeof(ssize_t)); 04143 if (resultptr) memcpy(resultptr, &result, sizeof(ssize_t)); 04144 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_ssize_t, 1); 04145 } 04146 { 04147 if (arg2) { 04148 PyObject *o1 = Py_BuildValue("s#", arg2->data, arg2->used); 04149 resultobj = t_output_helper(resultobj, o1); 04150 } 04151 } 04152 { 04153 if (arg2) { 04154 pi_buffer_free(arg2); 04155 } 04156 } 04157 return resultobj; 04158 fail: 04159 { 04160 if (arg2) { 04161 pi_buffer_free(arg2); 04162 } 04163 } 04164 return NULL; 04165 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_reset_errors | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4404 of file pisock_wrap.c.
References fail(), pi_reset_errors(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
04404 { 04405 PyObject *resultobj = NULL; 04406 int arg1 ; 04407 PyObject * obj0 = 0 ; 04408 04409 if(!PyArg_ParseTuple(args,(char *)"O:pi_reset_errors",&obj0)) goto fail; 04410 { 04411 arg1 = (int)(SWIG_As_int(obj0)); 04412 if (SWIG_arg_fail(1)) SWIG_fail; 04413 } 04414 { 04415 PyThreadState *__save = PyEval_SaveThread(); 04416 pi_reset_errors(arg1); 04417 04418 PyEval_RestoreThread(__save); 04419 } 04420 Py_INCREF(Py_None); resultobj = Py_None; 04421 return resultobj; 04422 fail: 04423 return NULL; 04424 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_send | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4062 of file pisock_wrap.c.
References fail(), pi_send(), SWIG_arg_fail, SWIG_As_int(), SWIG_As_unsigned_SS_long(), SWIG_ConvertPtr, SWIG_fail, SWIG_From_int, and SWIG_POINTER_EXCEPTION.
04062 { 04063 PyObject *resultobj = NULL; 04064 int arg1 ; 04065 void *arg2 = (void *) 0 ; 04066 size_t arg3 ; 04067 int arg4 ; 04068 int result; 04069 PyObject * obj0 = 0 ; 04070 PyObject * obj1 = 0 ; 04071 PyObject * obj2 = 0 ; 04072 PyObject * obj3 = 0 ; 04073 04074 if(!PyArg_ParseTuple(args,(char *)"OOOO:pi_send",&obj0,&obj1,&obj2,&obj3)) goto fail; 04075 { 04076 arg1 = (int)(SWIG_As_int(obj0)); 04077 if (SWIG_arg_fail(1)) SWIG_fail; 04078 } 04079 { 04080 if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),0,SWIG_POINTER_EXCEPTION|0))== -1) { 04081 SWIG_arg_fail(2);SWIG_fail; 04082 } 04083 } 04084 { 04085 arg3 = (size_t)(SWIG_As_unsigned_SS_long(obj2)); 04086 if (SWIG_arg_fail(3)) SWIG_fail; 04087 } 04088 { 04089 arg4 = (int)(SWIG_As_int(obj3)); 04090 if (SWIG_arg_fail(4)) SWIG_fail; 04091 } 04092 { 04093 PyThreadState *__save = PyEval_SaveThread(); 04094 result = (int)pi_send(arg1,(void const *)arg2,arg3,arg4); 04095 04096 PyEval_RestoreThread(__save); 04097 } 04098 { 04099 resultobj = SWIG_From_int((int)(result)); 04100 } 04101 return resultobj; 04102 fail: 04103 return NULL; 04104 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_set_error | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4314 of file pisock_wrap.c.
References fail(), pi_set_error(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04314 { 04315 PyObject *resultobj = NULL; 04316 int arg1 ; 04317 int arg2 ; 04318 int result; 04319 PyObject * obj0 = 0 ; 04320 PyObject * obj1 = 0 ; 04321 04322 if(!PyArg_ParseTuple(args,(char *)"OO:pi_set_error",&obj0,&obj1)) goto fail; 04323 { 04324 arg1 = (int)(SWIG_As_int(obj0)); 04325 if (SWIG_arg_fail(1)) SWIG_fail; 04326 } 04327 { 04328 arg2 = (int)(SWIG_As_int(obj1)); 04329 if (SWIG_arg_fail(2)) SWIG_fail; 04330 } 04331 { 04332 PyThreadState *__save = PyEval_SaveThread(); 04333 result = (int)pi_set_error(arg1,arg2); 04334 04335 PyEval_RestoreThread(__save); 04336 } 04337 { 04338 resultobj = SWIG_From_int((int)(result)); 04339 } 04340 return resultobj; 04341 fail: 04342 return NULL; 04343 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_set_palmos_error | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4372 of file pisock_wrap.c.
References fail(), pi_set_palmos_error(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04372 { 04373 PyObject *resultobj = NULL; 04374 int arg1 ; 04375 int arg2 ; 04376 int result; 04377 PyObject * obj0 = 0 ; 04378 PyObject * obj1 = 0 ; 04379 04380 if(!PyArg_ParseTuple(args,(char *)"OO:pi_set_palmos_error",&obj0,&obj1)) goto fail; 04381 { 04382 arg1 = (int)(SWIG_As_int(obj0)); 04383 if (SWIG_arg_fail(1)) SWIG_fail; 04384 } 04385 { 04386 arg2 = (int)(SWIG_As_int(obj1)); 04387 if (SWIG_arg_fail(2)) SWIG_fail; 04388 } 04389 { 04390 PyThreadState *__save = PyEval_SaveThread(); 04391 result = (int)pi_set_palmos_error(arg1,arg2); 04392 04393 PyEval_RestoreThread(__save); 04394 } 04395 { 04396 resultobj = SWIG_From_int((int)(result)); 04397 } 04398 return resultobj; 04399 fail: 04400 return NULL; 04401 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_setsockopt | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3696 of file pisock_wrap.c.
References fail(), pi_setsockopt(), SWIG_arg_fail, SWIG_As_int(), SWIG_ConvertPtr, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_size_t.
03696 { 03697 PyObject *resultobj = NULL; 03698 int arg1 ; 03699 int arg2 ; 03700 int arg3 ; 03701 void *arg4 = (void *) 0 ; 03702 size_t *arg5 = (size_t *) 0 ; 03703 int result; 03704 PyObject * obj0 = 0 ; 03705 PyObject * obj1 = 0 ; 03706 PyObject * obj2 = 0 ; 03707 PyObject * obj3 = 0 ; 03708 PyObject * obj4 = 0 ; 03709 03710 if(!PyArg_ParseTuple(args,(char *)"OOOOO:pi_setsockopt",&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; 03711 { 03712 arg1 = (int)(SWIG_As_int(obj0)); 03713 if (SWIG_arg_fail(1)) SWIG_fail; 03714 } 03715 { 03716 arg2 = (int)(SWIG_As_int(obj1)); 03717 if (SWIG_arg_fail(2)) SWIG_fail; 03718 } 03719 { 03720 arg3 = (int)(SWIG_As_int(obj2)); 03721 if (SWIG_arg_fail(3)) SWIG_fail; 03722 } 03723 { 03724 if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),0,SWIG_POINTER_EXCEPTION|0))== -1) { 03725 SWIG_arg_fail(4);SWIG_fail; 03726 } 03727 } 03728 SWIG_Python_ConvertPtr(obj4, (void **)&arg5, SWIGTYPE_p_size_t, SWIG_POINTER_EXCEPTION | 0); 03729 if (SWIG_arg_fail(5)) SWIG_fail; 03730 { 03731 PyThreadState *__save = PyEval_SaveThread(); 03732 result = (int)pi_setsockopt(arg1,arg2,arg3,(void const *)arg4,arg5); 03733 03734 PyEval_RestoreThread(__save); 03735 } 03736 { 03737 resultobj = SWIG_From_int((int)(result)); 03738 } 03739 return resultobj; 03740 fail: 03741 return NULL; 03742 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3489 of file pisock_wrap.c.
References fail(), pi_socket(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
03489 { 03490 PyObject *resultobj = NULL; 03491 int arg1 ; 03492 int arg2 ; 03493 int arg3 ; 03494 int result; 03495 PyObject * obj0 = 0 ; 03496 PyObject * obj1 = 0 ; 03497 PyObject * obj2 = 0 ; 03498 03499 if(!PyArg_ParseTuple(args,(char *)"OOO:pi_socket",&obj0,&obj1,&obj2)) goto fail; 03500 { 03501 arg1 = (int)(SWIG_As_int(obj0)); 03502 if (SWIG_arg_fail(1)) SWIG_fail; 03503 } 03504 { 03505 arg2 = (int)(SWIG_As_int(obj1)); 03506 if (SWIG_arg_fail(2)) SWIG_fail; 03507 } 03508 { 03509 arg3 = (int)(SWIG_As_int(obj2)); 03510 if (SWIG_arg_fail(3)) SWIG_fail; 03511 } 03512 { 03513 PyThreadState *__save = PyEval_SaveThread(); 03514 result = (int)pi_socket(arg1,arg2,arg3); 03515 03516 PyEval_RestoreThread(__save); 03517 } 03518 { 03519 resultobj = SWIG_From_int((int)(result)); 03520 } 03521 return resultobj; 03522 fail: 03523 return NULL; 03524 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_connected | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3805 of file pisock_wrap.c.
References fail(), pi_socket_connected(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
03805 { 03806 PyObject *resultobj = NULL; 03807 int arg1 ; 03808 int result; 03809 PyObject * obj0 = 0 ; 03810 03811 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_connected",&obj0)) goto fail; 03812 { 03813 arg1 = (int)(SWIG_As_int(obj0)); 03814 if (SWIG_arg_fail(1)) SWIG_fail; 03815 } 03816 { 03817 PyThreadState *__save = PyEval_SaveThread(); 03818 result = (int)pi_socket_connected(arg1); 03819 03820 PyEval_RestoreThread(__save); 03821 } 03822 { 03823 resultobj = SWIG_From_int((int)(result)); 03824 } 03825 return resultobj; 03826 fail: 03827 return NULL; 03828 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_list_t_next_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3433 of file pisock_wrap.c.
References fail(), pi_socket_list::next, SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket_list.
03433 { 03434 PyObject *resultobj = NULL; 03435 pi_socket_list_t *arg1 = (pi_socket_list_t *) 0 ; 03436 struct pi_socket_list *result; 03437 PyObject * obj0 = 0 ; 03438 03439 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_list_t_next_get",&obj0)) goto fail; 03440 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | 0); 03441 if (SWIG_arg_fail(1)) SWIG_fail; 03442 result = (struct pi_socket_list *) ((arg1)->next); 03443 03444 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_socket_list, 0); 03445 return resultobj; 03446 fail: 03447 return NULL; 03448 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_list_t_next_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3412 of file pisock_wrap.c.
References fail(), pi_socket_list::next, SWIG_arg_fail, SWIG_fail, SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket_list.
03412 { 03413 PyObject *resultobj = NULL; 03414 pi_socket_list_t *arg1 = (pi_socket_list_t *) 0 ; 03415 struct pi_socket_list *arg2 = (struct pi_socket_list *) 0 ; 03416 PyObject * obj0 = 0 ; 03417 PyObject * obj1 = 0 ; 03418 03419 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_list_t_next_set",&obj0,&obj1)) goto fail; 03420 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | 0); 03421 if (SWIG_arg_fail(1)) SWIG_fail; 03422 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN); 03423 if (SWIG_arg_fail(2)) SWIG_fail; 03424 if (arg1) (arg1)->next = arg2; 03425 03426 Py_INCREF(Py_None); resultobj = Py_None; 03427 return resultobj; 03428 fail: 03429 return NULL; 03430 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_list_t_ps_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3394 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_pi_socket_list.
03394 { 03395 PyObject *resultobj = NULL; 03396 pi_socket_list_t *arg1 = (pi_socket_list_t *) 0 ; 03397 pi_socket_t *result; 03398 PyObject * obj0 = 0 ; 03399 03400 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_list_t_ps_get",&obj0)) goto fail; 03401 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | 0); 03402 if (SWIG_arg_fail(1)) SWIG_fail; 03403 result = (pi_socket_t *) ((arg1)->ps); 03404 03405 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_socket, 0); 03406 return resultobj; 03407 fail: 03408 return NULL; 03409 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_list_t_ps_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3373 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_pi_socket_list.
03373 { 03374 PyObject *resultobj = NULL; 03375 pi_socket_list_t *arg1 = (pi_socket_list_t *) 0 ; 03376 pi_socket_t *arg2 = (pi_socket_t *) 0 ; 03377 PyObject * obj0 = 0 ; 03378 PyObject * obj1 = 0 ; 03379 03380 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_list_t_ps_set",&obj0,&obj1)) goto fail; 03381 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket_list, SWIG_POINTER_EXCEPTION | 0); 03382 if (SWIG_arg_fail(1)) SWIG_fail; 03383 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN); 03384 if (SWIG_arg_fail(2)) SWIG_fail; 03385 if (arg1) (arg1)->ps = arg2; 03386 03387 Py_INCREF(Py_None); resultobj = Py_None; 03388 return resultobj; 03389 fail: 03390 return NULL; 03391 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_setsd | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3527 of file pisock_wrap.c.
References fail(), pi_socket_setsd(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03527 { 03528 PyObject *resultobj = NULL; 03529 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03530 int arg2 ; 03531 int result; 03532 PyObject * obj0 = 0 ; 03533 PyObject * obj1 = 0 ; 03534 03535 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_setsd",&obj0,&obj1)) goto fail; 03536 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03537 if (SWIG_arg_fail(1)) SWIG_fail; 03538 { 03539 arg2 = (int)(SWIG_As_int(obj1)); 03540 if (SWIG_arg_fail(2)) SWIG_fail; 03541 } 03542 { 03543 PyThreadState *__save = PyEval_SaveThread(); 03544 result = (int)pi_socket_setsd(arg1,arg2); 03545 03546 PyEval_RestoreThread(__save); 03547 } 03548 { 03549 resultobj = SWIG_From_int((int)(result)); 03550 } 03551 return resultobj; 03552 fail: 03553 return NULL; 03554 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_accept_to_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3100 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03100 { 03101 PyObject *resultobj = NULL; 03102 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03103 int result; 03104 PyObject * obj0 = 0 ; 03105 03106 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_accept_to_get",&obj0)) goto fail; 03107 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03108 if (SWIG_arg_fail(1)) SWIG_fail; 03109 result = (int) ((arg1)->accept_to); 03110 03111 { 03112 resultobj = SWIG_From_int((int)(result)); 03113 } 03114 return resultobj; 03115 fail: 03116 return NULL; 03117 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_accept_to_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3077 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03077 { 03078 PyObject *resultobj = NULL; 03079 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03080 int arg2 ; 03081 PyObject * obj0 = 0 ; 03082 PyObject * obj1 = 0 ; 03083 03084 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_accept_to_set",&obj0,&obj1)) goto fail; 03085 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03086 if (SWIG_arg_fail(1)) SWIG_fail; 03087 { 03088 arg2 = (int)(SWIG_As_int(obj1)); 03089 if (SWIG_arg_fail(2)) SWIG_fail; 03090 } 03091 if (arg1) (arg1)->accept_to = arg2; 03092 03093 Py_INCREF(Py_None); resultobj = Py_None; 03094 return resultobj; 03095 fail: 03096 return NULL; 03097 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2561 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02561 { 02562 PyObject *resultobj = NULL; 02563 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02564 int result; 02565 PyObject * obj0 = 0 ; 02566 02567 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_cmd_get",&obj0)) goto fail; 02568 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02569 if (SWIG_arg_fail(1)) SWIG_fail; 02570 result = (int) ((arg1)->cmd); 02571 02572 { 02573 resultobj = SWIG_From_int((int)(result)); 02574 } 02575 return resultobj; 02576 fail: 02577 return NULL; 02578 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_len_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2889 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02889 { 02890 PyObject *resultobj = NULL; 02891 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02892 int result; 02893 PyObject * obj0 = 0 ; 02894 02895 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_cmd_len_get",&obj0)) goto fail; 02896 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02897 if (SWIG_arg_fail(1)) SWIG_fail; 02898 result = (int) ((arg1)->cmd_len); 02899 02900 { 02901 resultobj = SWIG_From_int((int)(result)); 02902 } 02903 return resultobj; 02904 fail: 02905 return NULL; 02906 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_len_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2866 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02866 { 02867 PyObject *resultobj = NULL; 02868 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02869 int arg2 ; 02870 PyObject * obj0 = 0 ; 02871 PyObject * obj1 = 0 ; 02872 02873 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_cmd_len_set",&obj0,&obj1)) goto fail; 02874 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02875 if (SWIG_arg_fail(1)) SWIG_fail; 02876 { 02877 arg2 = (int)(SWIG_As_int(obj1)); 02878 if (SWIG_arg_fail(2)) SWIG_fail; 02879 } 02880 if (arg1) (arg1)->cmd_len = arg2; 02881 02882 Py_INCREF(Py_None); resultobj = Py_None; 02883 return resultobj; 02884 fail: 02885 return NULL; 02886 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_queue_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2848 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_p_pi_protocol, and SWIGTYPE_p_pi_socket.
02848 { 02849 PyObject *resultobj = NULL; 02850 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02851 struct pi_protocol **result; 02852 PyObject * obj0 = 0 ; 02853 02854 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_cmd_queue_get",&obj0)) goto fail; 02855 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02856 if (SWIG_arg_fail(1)) SWIG_fail; 02857 result = (struct pi_protocol **) ((arg1)->cmd_queue); 02858 02859 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_p_pi_protocol, 0); 02860 return resultobj; 02861 fail: 02862 return NULL; 02863 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_queue_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2827 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_p_pi_protocol, and SWIGTYPE_p_pi_socket.
02827 { 02828 PyObject *resultobj = NULL; 02829 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02830 struct pi_protocol **arg2 = (struct pi_protocol **) 0 ; 02831 PyObject * obj0 = 0 ; 02832 PyObject * obj1 = 0 ; 02833 02834 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_cmd_queue_set",&obj0,&obj1)) goto fail; 02835 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02836 if (SWIG_arg_fail(1)) SWIG_fail; 02837 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_p_pi_protocol, SWIG_POINTER_EXCEPTION | 0); 02838 if (SWIG_arg_fail(2)) SWIG_fail; 02839 if (arg1) (arg1)->cmd_queue = arg2; 02840 02841 Py_INCREF(Py_None); resultobj = Py_None; 02842 return resultobj; 02843 fail: 02844 return NULL; 02845 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_cmd_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2538 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02538 { 02539 PyObject *resultobj = NULL; 02540 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02541 int arg2 ; 02542 PyObject * obj0 = 0 ; 02543 PyObject * obj1 = 0 ; 02544 02545 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_cmd_set",&obj0,&obj1)) goto fail; 02546 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02547 if (SWIG_arg_fail(1)) SWIG_fail; 02548 { 02549 arg2 = (int)(SWIG_As_int(obj1)); 02550 if (SWIG_arg_fail(2)) SWIG_fail; 02551 } 02552 if (arg1) (arg1)->cmd = arg2; 02553 02554 Py_INCREF(Py_None); resultobj = Py_None; 02555 return resultobj; 02556 fail: 02557 return NULL; 02558 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_command_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3057 of file pisock_wrap.c.
References command, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03057 { 03058 PyObject *resultobj = NULL; 03059 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03060 int result; 03061 PyObject * obj0 = 0 ; 03062 03063 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_command_get",&obj0)) goto fail; 03064 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03065 if (SWIG_arg_fail(1)) SWIG_fail; 03066 result = (int) ((arg1)->command); 03067 03068 { 03069 resultobj = SWIG_From_int((int)(result)); 03070 } 03071 return resultobj; 03072 fail: 03073 return NULL; 03074 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_command_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3034 of file pisock_wrap.c.
References command, fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03034 { 03035 PyObject *resultobj = NULL; 03036 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03037 int arg2 ; 03038 PyObject * obj0 = 0 ; 03039 PyObject * obj1 = 0 ; 03040 03041 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_command_set",&obj0,&obj1)) goto fail; 03042 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03043 if (SWIG_arg_fail(1)) SWIG_fail; 03044 { 03045 arg2 = (int)(SWIG_As_int(obj1)); 03046 if (SWIG_arg_fail(2)) SWIG_fail; 03047 } 03048 if (arg1) (arg1)->command = arg2; 03049 03050 Py_INCREF(Py_None); resultobj = Py_None; 03051 return resultobj; 03052 fail: 03053 return NULL; 03054 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_device_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2930 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_device, and SWIGTYPE_p_pi_socket.
02930 { 02931 PyObject *resultobj = NULL; 02932 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02933 struct pi_device *result; 02934 PyObject * obj0 = 0 ; 02935 02936 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_device_get",&obj0)) goto fail; 02937 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02938 if (SWIG_arg_fail(1)) SWIG_fail; 02939 result = (struct pi_device *) ((arg1)->device); 02940 02941 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_pi_device, 0); 02942 return resultobj; 02943 fail: 02944 return NULL; 02945 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_device_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2909 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_device, and SWIGTYPE_p_pi_socket.
02909 { 02910 PyObject *resultobj = NULL; 02911 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02912 struct pi_device *arg2 = (struct pi_device *) 0 ; 02913 PyObject * obj0 = 0 ; 02914 PyObject * obj1 = 0 ; 02915 02916 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_device_set",&obj0,&obj1)) goto fail; 02917 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02918 if (SWIG_arg_fail(1)) SWIG_fail; 02919 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_pi_device, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN); 02920 if (SWIG_arg_fail(2)) SWIG_fail; 02921 if (arg1) (arg1)->device = arg2; 02922 02923 Py_INCREF(Py_None); resultobj = Py_None; 02924 return resultobj; 02925 fail: 02926 return NULL; 02927 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_dlprecord_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3143 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03143 { 03144 PyObject *resultobj = NULL; 03145 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03146 int result; 03147 PyObject * obj0 = 0 ; 03148 03149 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_dlprecord_get",&obj0)) goto fail; 03150 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03151 if (SWIG_arg_fail(1)) SWIG_fail; 03152 result = (int) ((arg1)->dlprecord); 03153 03154 { 03155 resultobj = SWIG_From_int((int)(result)); 03156 } 03157 return resultobj; 03158 fail: 03159 return NULL; 03160 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_dlprecord_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3120 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03120 { 03121 PyObject *resultobj = NULL; 03122 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03123 int arg2 ; 03124 PyObject * obj0 = 0 ; 03125 PyObject * obj1 = 0 ; 03126 03127 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_dlprecord_set",&obj0,&obj1)) goto fail; 03128 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03129 if (SWIG_arg_fail(1)) SWIG_fail; 03130 { 03131 arg2 = (int)(SWIG_As_int(obj1)); 03132 if (SWIG_arg_fail(2)) SWIG_fail; 03133 } 03134 if (arg1) (arg1)->dlprecord = arg2; 03135 03136 Py_INCREF(Py_None); resultobj = Py_None; 03137 return resultobj; 03138 fail: 03139 return NULL; 03140 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_dlpversion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3186 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03186 { 03187 PyObject *resultobj = NULL; 03188 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03189 int result; 03190 PyObject * obj0 = 0 ; 03191 03192 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_dlpversion_get",&obj0)) goto fail; 03193 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03194 if (SWIG_arg_fail(1)) SWIG_fail; 03195 result = (int) ((arg1)->dlpversion); 03196 03197 { 03198 resultobj = SWIG_From_int((int)(result)); 03199 } 03200 return resultobj; 03201 fail: 03202 return NULL; 03203 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_dlpversion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3163 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03163 { 03164 PyObject *resultobj = NULL; 03165 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03166 int arg2 ; 03167 PyObject * obj0 = 0 ; 03168 PyObject * obj1 = 0 ; 03169 03170 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_dlpversion_set",&obj0,&obj1)) goto fail; 03171 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03172 if (SWIG_arg_fail(1)) SWIG_fail; 03173 { 03174 arg2 = (int)(SWIG_As_int(obj1)); 03175 if (SWIG_arg_fail(2)) SWIG_fail; 03176 } 03177 if (arg1) (arg1)->dlpversion = arg2; 03178 03179 Py_INCREF(Py_None); resultobj = Py_None; 03180 return resultobj; 03181 fail: 03182 return NULL; 03183 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_honor_rx_to_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3014 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03014 { 03015 PyObject *resultobj = NULL; 03016 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03017 int result; 03018 PyObject * obj0 = 0 ; 03019 03020 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_honor_rx_to_get",&obj0)) goto fail; 03021 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03022 if (SWIG_arg_fail(1)) SWIG_fail; 03023 result = (int) ((arg1)->honor_rx_to); 03024 03025 { 03026 resultobj = SWIG_From_int((int)(result)); 03027 } 03028 return resultobj; 03029 fail: 03030 return NULL; 03031 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_honor_rx_to_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2991 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02991 { 02992 PyObject *resultobj = NULL; 02993 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02994 int arg2 ; 02995 PyObject * obj0 = 0 ; 02996 PyObject * obj1 = 0 ; 02997 02998 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_honor_rx_to_set",&obj0,&obj1)) goto fail; 02999 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03000 if (SWIG_arg_fail(1)) SWIG_fail; 03001 { 03002 arg2 = (int)(SWIG_As_int(obj1)); 03003 if (SWIG_arg_fail(2)) SWIG_fail; 03004 } 03005 if (arg1) (arg1)->honor_rx_to = arg2; 03006 03007 Py_INCREF(Py_None); resultobj = Py_None; 03008 return resultobj; 03009 fail: 03010 return NULL; 03011 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_laddr_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2602 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_sockaddr.
02602 { 02603 PyObject *resultobj = NULL; 02604 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02605 struct sockaddr *result; 02606 PyObject * obj0 = 0 ; 02607 02608 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_laddr_get",&obj0)) goto fail; 02609 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02610 if (SWIG_arg_fail(1)) SWIG_fail; 02611 result = (struct sockaddr *) ((arg1)->laddr); 02612 02613 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_sockaddr, 0); 02614 return resultobj; 02615 fail: 02616 return NULL; 02617 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_laddr_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2581 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_sockaddr.
02581 { 02582 PyObject *resultobj = NULL; 02583 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02584 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 02585 PyObject * obj0 = 0 ; 02586 PyObject * obj1 = 0 ; 02587 02588 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_laddr_set",&obj0,&obj1)) goto fail; 02589 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02590 if (SWIG_arg_fail(1)) SWIG_fail; 02591 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_sockaddr, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN); 02592 if (SWIG_arg_fail(2)) SWIG_fail; 02593 if (arg1) (arg1)->laddr = arg2; 02594 02595 Py_INCREF(Py_None); resultobj = Py_None; 02596 return resultobj; 02597 fail: 02598 return NULL; 02599 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_laddrlen_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2643 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02643 { 02644 PyObject *resultobj = NULL; 02645 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02646 size_t result; 02647 PyObject * obj0 = 0 ; 02648 02649 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_laddrlen_get",&obj0)) goto fail; 02650 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02651 if (SWIG_arg_fail(1)) SWIG_fail; 02652 result = ((arg1)->laddrlen); 02653 02654 { 02655 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 02656 } 02657 return resultobj; 02658 fail: 02659 return NULL; 02660 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_laddrlen_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2620 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02620 { 02621 PyObject *resultobj = NULL; 02622 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02623 size_t arg2 ; 02624 PyObject * obj0 = 0 ; 02625 PyObject * obj1 = 0 ; 02626 02627 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_laddrlen_set",&obj0,&obj1)) goto fail; 02628 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02629 if (SWIG_arg_fail(1)) SWIG_fail; 02630 { 02631 arg2 = (size_t)(SWIG_As_unsigned_SS_long(obj1)); 02632 if (SWIG_arg_fail(2)) SWIG_fail; 02633 } 02634 if (arg1) (arg1)->laddrlen = arg2; 02635 02636 Py_INCREF(Py_None); resultobj = Py_None; 02637 return resultobj; 02638 fail: 02639 return NULL; 02640 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_last_error_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3272 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03272 { 03273 PyObject *resultobj = NULL; 03274 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03275 int result; 03276 PyObject * obj0 = 0 ; 03277 03278 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_last_error_get",&obj0)) goto fail; 03279 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03280 if (SWIG_arg_fail(1)) SWIG_fail; 03281 result = (int) ((arg1)->last_error); 03282 03283 { 03284 resultobj = SWIG_From_int((int)(result)); 03285 } 03286 return resultobj; 03287 fail: 03288 return NULL; 03289 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_last_error_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3249 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03249 { 03250 PyObject *resultobj = NULL; 03251 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03252 int arg2 ; 03253 PyObject * obj0 = 0 ; 03254 PyObject * obj1 = 0 ; 03255 03256 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_last_error_set",&obj0,&obj1)) goto fail; 03257 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03258 if (SWIG_arg_fail(1)) SWIG_fail; 03259 { 03260 arg2 = (int)(SWIG_As_int(obj1)); 03261 if (SWIG_arg_fail(2)) SWIG_fail; 03262 } 03263 if (arg1) (arg1)->last_error = arg2; 03264 03265 Py_INCREF(Py_None); resultobj = Py_None; 03266 return resultobj; 03267 fail: 03268 return NULL; 03269 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_maxrecsize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3229 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03229 { 03230 PyObject *resultobj = NULL; 03231 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03232 unsigned long result; 03233 PyObject * obj0 = 0 ; 03234 03235 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_maxrecsize_get",&obj0)) goto fail; 03236 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03237 if (SWIG_arg_fail(1)) SWIG_fail; 03238 result = (unsigned long) ((arg1)->maxrecsize); 03239 03240 { 03241 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 03242 } 03243 return resultobj; 03244 fail: 03245 return NULL; 03246 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_maxrecsize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3206 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03206 { 03207 PyObject *resultobj = NULL; 03208 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03209 unsigned long arg2 ; 03210 PyObject * obj0 = 0 ; 03211 PyObject * obj1 = 0 ; 03212 03213 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_maxrecsize_set",&obj0,&obj1)) goto fail; 03214 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03215 if (SWIG_arg_fail(1)) SWIG_fail; 03216 { 03217 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 03218 if (SWIG_arg_fail(2)) SWIG_fail; 03219 } 03220 if (arg1) (arg1)->maxrecsize = arg2; 03221 03222 Py_INCREF(Py_None); resultobj = Py_None; 03223 return resultobj; 03224 fail: 03225 return NULL; 03226 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_palmos_error_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3315 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03315 { 03316 PyObject *resultobj = NULL; 03317 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03318 int result; 03319 PyObject * obj0 = 0 ; 03320 03321 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_palmos_error_get",&obj0)) goto fail; 03322 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03323 if (SWIG_arg_fail(1)) SWIG_fail; 03324 result = (int) ((arg1)->palmos_error); 03325 03326 { 03327 resultobj = SWIG_From_int((int)(result)); 03328 } 03329 return resultobj; 03330 fail: 03331 return NULL; 03332 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_palmos_error_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3292 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
03292 { 03293 PyObject *resultobj = NULL; 03294 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 03295 int arg2 ; 03296 PyObject * obj0 = 0 ; 03297 PyObject * obj1 = 0 ; 03298 03299 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_palmos_error_set",&obj0,&obj1)) goto fail; 03300 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 03301 if (SWIG_arg_fail(1)) SWIG_fail; 03302 { 03303 arg2 = (int)(SWIG_As_int(obj1)); 03304 if (SWIG_arg_fail(2)) SWIG_fail; 03305 } 03306 if (arg1) (arg1)->palmos_error = arg2; 03307 03308 Py_INCREF(Py_None); resultobj = Py_None; 03309 return resultobj; 03310 fail: 03311 return NULL; 03312 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_protocol_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2518 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02518 { 02519 PyObject *resultobj = NULL; 02520 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02521 int result; 02522 PyObject * obj0 = 0 ; 02523 02524 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_protocol_get",&obj0)) goto fail; 02525 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02526 if (SWIG_arg_fail(1)) SWIG_fail; 02527 result = (int) ((arg1)->protocol); 02528 02529 { 02530 resultobj = SWIG_From_int((int)(result)); 02531 } 02532 return resultobj; 02533 fail: 02534 return NULL; 02535 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_protocol_queue_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2766 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_p_pi_protocol, and SWIGTYPE_p_pi_socket.
02766 { 02767 PyObject *resultobj = NULL; 02768 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02769 struct pi_protocol **result; 02770 PyObject * obj0 = 0 ; 02771 02772 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_protocol_queue_get",&obj0)) goto fail; 02773 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02774 if (SWIG_arg_fail(1)) SWIG_fail; 02775 result = (struct pi_protocol **) ((arg1)->protocol_queue); 02776 02777 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_p_pi_protocol, 0); 02778 return resultobj; 02779 fail: 02780 return NULL; 02781 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_protocol_queue_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2745 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_p_pi_protocol, and SWIGTYPE_p_pi_socket.
02745 { 02746 PyObject *resultobj = NULL; 02747 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02748 struct pi_protocol **arg2 = (struct pi_protocol **) 0 ; 02749 PyObject * obj0 = 0 ; 02750 PyObject * obj1 = 0 ; 02751 02752 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_protocol_queue_set",&obj0,&obj1)) goto fail; 02753 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02754 if (SWIG_arg_fail(1)) SWIG_fail; 02755 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_p_pi_protocol, SWIG_POINTER_EXCEPTION | 0); 02756 if (SWIG_arg_fail(2)) SWIG_fail; 02757 if (arg1) (arg1)->protocol_queue = arg2; 02758 02759 Py_INCREF(Py_None); resultobj = Py_None; 02760 return resultobj; 02761 fail: 02762 return NULL; 02763 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_protocol_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2495 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02495 { 02496 PyObject *resultobj = NULL; 02497 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02498 int arg2 ; 02499 PyObject * obj0 = 0 ; 02500 PyObject * obj1 = 0 ; 02501 02502 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_protocol_set",&obj0,&obj1)) goto fail; 02503 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02504 if (SWIG_arg_fail(1)) SWIG_fail; 02505 { 02506 arg2 = (int)(SWIG_As_int(obj1)); 02507 if (SWIG_arg_fail(2)) SWIG_fail; 02508 } 02509 if (arg1) (arg1)->protocol = arg2; 02510 02511 Py_INCREF(Py_None); resultobj = Py_None; 02512 return resultobj; 02513 fail: 02514 return NULL; 02515 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_queue_len_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2807 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02807 { 02808 PyObject *resultobj = NULL; 02809 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02810 int result; 02811 PyObject * obj0 = 0 ; 02812 02813 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_queue_len_get",&obj0)) goto fail; 02814 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02815 if (SWIG_arg_fail(1)) SWIG_fail; 02816 result = (int) ((arg1)->queue_len); 02817 02818 { 02819 resultobj = SWIG_From_int((int)(result)); 02820 } 02821 return resultobj; 02822 fail: 02823 return NULL; 02824 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_queue_len_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2784 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02784 { 02785 PyObject *resultobj = NULL; 02786 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02787 int arg2 ; 02788 PyObject * obj0 = 0 ; 02789 PyObject * obj1 = 0 ; 02790 02791 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_queue_len_set",&obj0,&obj1)) goto fail; 02792 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02793 if (SWIG_arg_fail(1)) SWIG_fail; 02794 { 02795 arg2 = (int)(SWIG_As_int(obj1)); 02796 if (SWIG_arg_fail(2)) SWIG_fail; 02797 } 02798 if (arg1) (arg1)->queue_len = arg2; 02799 02800 Py_INCREF(Py_None); resultobj = Py_None; 02801 return resultobj; 02802 fail: 02803 return NULL; 02804 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_raddr_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2684 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_sockaddr.
02684 { 02685 PyObject *resultobj = NULL; 02686 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02687 struct sockaddr *result; 02688 PyObject * obj0 = 0 ; 02689 02690 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_raddr_get",&obj0)) goto fail; 02691 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02692 if (SWIG_arg_fail(1)) SWIG_fail; 02693 result = (struct sockaddr *) ((arg1)->raddr); 02694 02695 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_sockaddr, 0); 02696 return resultobj; 02697 fail: 02698 return NULL; 02699 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_raddr_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2663 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and SWIGTYPE_p_sockaddr.
02663 { 02664 PyObject *resultobj = NULL; 02665 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02666 struct sockaddr *arg2 = (struct sockaddr *) 0 ; 02667 PyObject * obj0 = 0 ; 02668 PyObject * obj1 = 0 ; 02669 02670 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_raddr_set",&obj0,&obj1)) goto fail; 02671 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02672 if (SWIG_arg_fail(1)) SWIG_fail; 02673 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_sockaddr, SWIG_POINTER_EXCEPTION | SWIG_POINTER_DISOWN); 02674 if (SWIG_arg_fail(2)) SWIG_fail; 02675 if (arg1) (arg1)->raddr = arg2; 02676 02677 Py_INCREF(Py_None); resultobj = Py_None; 02678 return resultobj; 02679 fail: 02680 return NULL; 02681 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_raddrlen_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2725 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02725 { 02726 PyObject *resultobj = NULL; 02727 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02728 size_t result; 02729 PyObject * obj0 = 0 ; 02730 02731 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_raddrlen_get",&obj0)) goto fail; 02732 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02733 if (SWIG_arg_fail(1)) SWIG_fail; 02734 result = ((arg1)->raddrlen); 02735 02736 { 02737 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 02738 } 02739 return resultobj; 02740 fail: 02741 return NULL; 02742 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_raddrlen_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2702 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02702 { 02703 PyObject *resultobj = NULL; 02704 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02705 size_t arg2 ; 02706 PyObject * obj0 = 0 ; 02707 PyObject * obj1 = 0 ; 02708 02709 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_raddrlen_set",&obj0,&obj1)) goto fail; 02710 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02711 if (SWIG_arg_fail(1)) SWIG_fail; 02712 { 02713 arg2 = (size_t)(SWIG_As_unsigned_SS_long(obj1)); 02714 if (SWIG_arg_fail(2)) SWIG_fail; 02715 } 02716 if (arg1) (arg1)->raddrlen = arg2; 02717 02718 Py_INCREF(Py_None); resultobj = Py_None; 02719 return resultobj; 02720 fail: 02721 return NULL; 02722 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_sd_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2432 of file pisock_wrap.c.
References fail(), sd, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02432 { 02433 PyObject *resultobj = NULL; 02434 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02435 int result; 02436 PyObject * obj0 = 0 ; 02437 02438 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_sd_get",&obj0)) goto fail; 02439 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02440 if (SWIG_arg_fail(1)) SWIG_fail; 02441 result = (int) ((arg1)->sd); 02442 02443 { 02444 resultobj = SWIG_From_int((int)(result)); 02445 } 02446 return resultobj; 02447 fail: 02448 return NULL; 02449 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_sd_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2409 of file pisock_wrap.c.
References fail(), sd, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02409 { 02410 PyObject *resultobj = NULL; 02411 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02412 int arg2 ; 02413 PyObject * obj0 = 0 ; 02414 PyObject * obj1 = 0 ; 02415 02416 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_sd_set",&obj0,&obj1)) goto fail; 02417 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02418 if (SWIG_arg_fail(1)) SWIG_fail; 02419 { 02420 arg2 = (int)(SWIG_As_int(obj1)); 02421 if (SWIG_arg_fail(2)) SWIG_fail; 02422 } 02423 if (arg1) (arg1)->sd = arg2; 02424 02425 Py_INCREF(Py_None); resultobj = Py_None; 02426 return resultobj; 02427 fail: 02428 return NULL; 02429 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_state_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2971 of file pisock_wrap.c.
References fail(), state, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02971 { 02972 PyObject *resultobj = NULL; 02973 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02974 int result; 02975 PyObject * obj0 = 0 ; 02976 02977 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_state_get",&obj0)) goto fail; 02978 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02979 if (SWIG_arg_fail(1)) SWIG_fail; 02980 result = (int) ((arg1)->state); 02981 02982 { 02983 resultobj = SWIG_From_int((int)(result)); 02984 } 02985 return resultobj; 02986 fail: 02987 return NULL; 02988 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_state_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2948 of file pisock_wrap.c.
References fail(), state, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_pi_socket.
02948 { 02949 PyObject *resultobj = NULL; 02950 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02951 int arg2 ; 02952 PyObject * obj0 = 0 ; 02953 PyObject * obj1 = 0 ; 02954 02955 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_state_set",&obj0,&obj1)) goto fail; 02956 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02957 if (SWIG_arg_fail(1)) SWIG_fail; 02958 { 02959 arg2 = (int)(SWIG_As_int(obj1)); 02960 if (SWIG_arg_fail(2)) SWIG_fail; 02961 } 02962 if (arg1) (arg1)->state = arg2; 02963 02964 Py_INCREF(Py_None); resultobj = Py_None; 02965 return resultobj; 02966 fail: 02967 return NULL; 02968 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_type_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2475 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and DBInfo::type.
02475 { 02476 PyObject *resultobj = NULL; 02477 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02478 int result; 02479 PyObject * obj0 = 0 ; 02480 02481 if(!PyArg_ParseTuple(args,(char *)"O:pi_socket_t_type_get",&obj0)) goto fail; 02482 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02483 if (SWIG_arg_fail(1)) SWIG_fail; 02484 result = (int) ((arg1)->type); 02485 02486 { 02487 resultobj = SWIG_From_int((int)(result)); 02488 } 02489 return resultobj; 02490 fail: 02491 return NULL; 02492 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_socket_t_type_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 2452 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_pi_socket, and DBInfo::type.
02452 { 02453 PyObject *resultobj = NULL; 02454 pi_socket_t *arg1 = (pi_socket_t *) 0 ; 02455 int arg2 ; 02456 PyObject * obj0 = 0 ; 02457 PyObject * obj1 = 0 ; 02458 02459 if(!PyArg_ParseTuple(args,(char *)"OO:pi_socket_t_type_set",&obj0,&obj1)) goto fail; 02460 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_pi_socket, SWIG_POINTER_EXCEPTION | 0); 02461 if (SWIG_arg_fail(1)) SWIG_fail; 02462 { 02463 arg2 = (int)(SWIG_As_int(obj1)); 02464 if (SWIG_arg_fail(2)) SWIG_fail; 02465 } 02466 if (arg1) (arg1)->type = arg2; 02467 02468 Py_INCREF(Py_None); resultobj = Py_None; 02469 return resultobj; 02470 fail: 02471 return NULL; 02472 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_tickle | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4482 of file pisock_wrap.c.
References fail(), pi_tickle(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
04482 { 04483 PyObject *resultobj = NULL; 04484 int arg1 ; 04485 PI_ERR result; 04486 PyObject * obj0 = 0 ; 04487 04488 if(!PyArg_ParseTuple(args,(char *)"O:pi_tickle",&obj0)) goto fail; 04489 { 04490 arg1 = (int)(SWIG_As_int(obj0)); 04491 if (SWIG_arg_fail(1)) SWIG_fail; 04492 } 04493 { 04494 PyThreadState *__save = PyEval_SaveThread(); 04495 result = (PI_ERR)pi_tickle(arg1); 04496 04497 PyEval_RestoreThread(__save); 04498 } 04499 04500 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 04501 SWIG_fail; 04502 resultobj = Py_None; 04503 Py_INCREF(Py_None); 04504 04505 return resultobj; 04506 fail: 04507 return NULL; 04508 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_version | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4427 of file pisock_wrap.c.
References fail(), pi_version(), pythonWrapper_handlePiErr(), SWIG_arg_fail, SWIG_As_int(), and SWIG_fail.
04427 { 04428 PyObject *resultobj = NULL; 04429 int arg1 ; 04430 PI_ERR result; 04431 PyObject * obj0 = 0 ; 04432 04433 if(!PyArg_ParseTuple(args,(char *)"O:pi_version",&obj0)) goto fail; 04434 { 04435 arg1 = (int)(SWIG_As_int(obj0)); 04436 if (SWIG_arg_fail(1)) SWIG_fail; 04437 } 04438 { 04439 PyThreadState *__save = PyEval_SaveThread(); 04440 result = (PI_ERR)pi_version(arg1); 04441 04442 PyEval_RestoreThread(__save); 04443 } 04444 04445 if (result < 0 && pythonWrapper_handlePiErr(arg1, result) != 0) 04446 SWIG_fail; 04447 resultobj = Py_None; 04448 Py_INCREF(Py_None); 04449 04450 return resultobj; 04451 fail: 04452 return NULL; 04453 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_watchdog | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4511 of file pisock_wrap.c.
References fail(), pi_watchdog(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, and SWIG_From_int.
04511 { 04512 PyObject *resultobj = NULL; 04513 int arg1 ; 04514 int arg2 ; 04515 int result; 04516 PyObject * obj0 = 0 ; 04517 PyObject * obj1 = 0 ; 04518 04519 if(!PyArg_ParseTuple(args,(char *)"OO:pi_watchdog",&obj0,&obj1)) goto fail; 04520 { 04521 arg1 = (int)(SWIG_As_int(obj0)); 04522 if (SWIG_arg_fail(1)) SWIG_fail; 04523 } 04524 { 04525 arg2 = (int)(SWIG_As_int(obj1)); 04526 if (SWIG_arg_fail(2)) SWIG_fail; 04527 } 04528 { 04529 PyThreadState *__save = PyEval_SaveThread(); 04530 result = (int)pi_watchdog(arg1,arg2); 04531 04532 PyEval_RestoreThread(__save); 04533 } 04534 { 04535 resultobj = SWIG_From_int((int)(result)); 04536 } 04537 return resultobj; 04538 fail: 04539 return NULL; 04540 }
Here is the call graph for this function:

| static PyObject* _wrap_pi_write | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4223 of file pisock_wrap.c.
References fail(), pi_write(), SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_NewPointerObj, and SWIGTYPE_p_ssize_t.
04223 { 04224 PyObject *resultobj = NULL; 04225 int arg1 ; 04226 void *arg2 = (void *) 0 ; 04227 size_t arg3 ; 04228 ssize_t result; 04229 PyObject * obj0 = 0 ; 04230 PyObject * obj1 = 0 ; 04231 04232 if(!PyArg_ParseTuple(args,(char *)"OO:pi_write",&obj0,&obj1)) goto fail; 04233 { 04234 arg1 = (int)(SWIG_As_int(obj0)); 04235 if (SWIG_arg_fail(1)) SWIG_fail; 04236 } 04237 04238 arg2 = (void *)PyString_AsString(obj1); 04239 arg3 = PyString_Size(obj1); 04240 04241 { 04242 PyThreadState *__save = PyEval_SaveThread(); 04243 result = pi_write(arg1,(void const *)arg2,arg3); 04244 04245 PyEval_RestoreThread(__save); 04246 } 04247 { 04248 ssize_t * resultptr; 04249 resultptr = (ssize_t *) malloc(sizeof(ssize_t)); 04250 if (resultptr) memcpy(resultptr, &result, sizeof(ssize_t)); 04251 resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_ssize_t, 1); 04252 } 04253 return resultobj; 04254 fail: 04255 return NULL; 04256 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_lastSyncDate_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5790 of file pisock_wrap.c.
References fail(), PilotUser::lastSyncDate, PyObjectFromPilotUser(), SWIG_From_long, and t_output_helper().
05790 { 05791 PyObject *resultobj = NULL; 05792 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05793 time_t result; 05794 struct PilotUser temp1 ; 05795 05796 05797 arg1 = &temp1; 05798 05799 if(!PyArg_ParseTuple(args,(char *)":PilotUser_lastSyncDate_get")) goto fail; 05800 result = ((arg1)->lastSyncDate); 05801 05802 { 05803 resultobj = SWIG_From_long((long)(result)); 05804 } 05805 05806 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05807 05808 return resultobj; 05809 fail: 05810 return NULL; 05811 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_lastSyncDate_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5763 of file pisock_wrap.c.
References fail(), PilotUser::lastSyncDate, PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_As_long(), SWIG_fail, and t_output_helper().
05763 { 05764 PyObject *resultobj = NULL; 05765 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05766 time_t arg2 ; 05767 struct PilotUser temp1 ; 05768 PyObject * obj0 = 0 ; 05769 05770 05771 arg1 = &temp1; 05772 05773 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_lastSyncDate_set",&obj0)) goto fail; 05774 { 05775 arg2 = (time_t)(SWIG_As_long(obj0)); 05776 if (SWIG_arg_fail(2)) SWIG_fail; 05777 } 05778 if (arg1) (arg1)->lastSyncDate = arg2; 05779 05780 Py_INCREF(Py_None); resultobj = Py_None; 05781 05782 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05783 05784 return resultobj; 05785 fail: 05786 return NULL; 05787 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_lastSyncPC_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5688 of file pisock_wrap.c.
References fail(), PilotUser::lastSyncPC, PyObjectFromPilotUser(), SWIG_From_unsigned_SS_long(), and t_output_helper().
05688 { 05689 PyObject *resultobj = NULL; 05690 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05691 unsigned long result; 05692 struct PilotUser temp1 ; 05693 05694 05695 arg1 = &temp1; 05696 05697 if(!PyArg_ParseTuple(args,(char *)":PilotUser_lastSyncPC_get")) goto fail; 05698 result = (unsigned long) ((arg1)->lastSyncPC); 05699 05700 { 05701 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05702 } 05703 05704 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05705 05706 return resultobj; 05707 fail: 05708 return NULL; 05709 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_lastSyncPC_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5661 of file pisock_wrap.c.
References fail(), PilotUser::lastSyncPC, PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, and t_output_helper().
05661 { 05662 PyObject *resultobj = NULL; 05663 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05664 unsigned long arg2 ; 05665 struct PilotUser temp1 ; 05666 PyObject * obj0 = 0 ; 05667 05668 05669 arg1 = &temp1; 05670 05671 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_lastSyncPC_set",&obj0)) goto fail; 05672 { 05673 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 05674 if (SWIG_arg_fail(2)) SWIG_fail; 05675 } 05676 if (arg1) (arg1)->lastSyncPC = arg2; 05677 05678 Py_INCREF(Py_None); resultobj = Py_None; 05679 05680 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05681 05682 return resultobj; 05683 fail: 05684 return NULL; 05685 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_password_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5531 of file pisock_wrap.c.
References fail(), PilotUser::password, PyObjectFromPilotUser(), size, SWIG_FromCharArray(), and t_output_helper().
05531 { 05532 PyObject *resultobj = NULL; 05533 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05534 char *result; 05535 struct PilotUser temp1 ; 05536 05537 05538 arg1 = &temp1; 05539 05540 if(!PyArg_ParseTuple(args,(char *)":PilotUser_password_get")) goto fail; 05541 result = (char *)(char *) ((arg1)->password); 05542 05543 { 05544 size_t size = 128; 05545 #ifndef SWIG_PRESERVE_CARRAY_SIZE 05546 while (size && (result[size - 1] == '\0')) --size; 05547 #endif 05548 resultobj = SWIG_FromCharArray(result, size); 05549 } 05550 05551 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05552 05553 return resultobj; 05554 fail: 05555 return NULL; 05556 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_password_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5499 of file pisock_wrap.c.
References fail(), PilotUser::password, PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, and t_output_helper().
05499 { 05500 PyObject *resultobj = NULL; 05501 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05502 char *arg2 ; 05503 struct PilotUser temp1 ; 05504 char temp2[128] ; 05505 PyObject * obj0 = 0 ; 05506 05507 05508 arg1 = &temp1; 05509 05510 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_password_set",&obj0)) goto fail; 05511 { 05512 if (!SWIG_AsCharArray(obj0, temp2, 128)) { 05513 SWIG_arg_fail(2);SWIG_fail; 05514 } 05515 arg2 = temp2; 05516 } 05517 { 05518 if (arg2) memcpy(arg1->password,arg2,128*sizeof(char)); 05519 else memset(arg1->password,0,128*sizeof(char)); 05520 } 05521 Py_INCREF(Py_None); resultobj = Py_None; 05522 05523 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05524 05525 return resultobj; 05526 fail: 05527 return NULL; 05528 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_passwordLength_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5415 of file pisock_wrap.c.
References fail(), PilotUser::passwordLength, PyObjectFromPilotUser(), SWIG_From_unsigned_SS_long(), and t_output_helper().
05415 { 05416 PyObject *resultobj = NULL; 05417 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05418 size_t result; 05419 struct PilotUser temp1 ; 05420 05421 05422 arg1 = &temp1; 05423 05424 if(!PyArg_ParseTuple(args,(char *)":PilotUser_passwordLength_get")) goto fail; 05425 result = ((arg1)->passwordLength); 05426 05427 { 05428 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05429 } 05430 05431 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05432 05433 return resultobj; 05434 fail: 05435 return NULL; 05436 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_passwordLength_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5388 of file pisock_wrap.c.
References fail(), PilotUser::passwordLength, PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, and t_output_helper().
05388 { 05389 PyObject *resultobj = NULL; 05390 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05391 size_t arg2 ; 05392 struct PilotUser temp1 ; 05393 PyObject * obj0 = 0 ; 05394 05395 05396 arg1 = &temp1; 05397 05398 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_passwordLength_set",&obj0)) goto fail; 05399 { 05400 arg2 = (size_t)(SWIG_As_unsigned_SS_long(obj0)); 05401 if (SWIG_arg_fail(2)) SWIG_fail; 05402 } 05403 if (arg1) (arg1)->passwordLength = arg2; 05404 05405 Py_INCREF(Py_None); resultobj = Py_None; 05406 05407 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05408 05409 return resultobj; 05410 fail: 05411 return NULL; 05412 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_successfulSyncDate_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5739 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), PilotUser::successfulSyncDate, SWIG_From_long, and t_output_helper().
05739 { 05740 PyObject *resultobj = NULL; 05741 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05742 time_t result; 05743 struct PilotUser temp1 ; 05744 05745 05746 arg1 = &temp1; 05747 05748 if(!PyArg_ParseTuple(args,(char *)":PilotUser_successfulSyncDate_get")) goto fail; 05749 result = ((arg1)->successfulSyncDate); 05750 05751 { 05752 resultobj = SWIG_From_long((long)(result)); 05753 } 05754 05755 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05756 05757 return resultobj; 05758 fail: 05759 return NULL; 05760 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_successfulSyncDate_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5712 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), PilotUser::successfulSyncDate, SWIG_arg_fail, SWIG_As_long(), SWIG_fail, and t_output_helper().
05712 { 05713 PyObject *resultobj = NULL; 05714 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05715 time_t arg2 ; 05716 struct PilotUser temp1 ; 05717 PyObject * obj0 = 0 ; 05718 05719 05720 arg1 = &temp1; 05721 05722 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_successfulSyncDate_set",&obj0)) goto fail; 05723 { 05724 arg2 = (time_t)(SWIG_As_long(obj0)); 05725 if (SWIG_arg_fail(2)) SWIG_fail; 05726 } 05727 if (arg1) (arg1)->successfulSyncDate = arg2; 05728 05729 Py_INCREF(Py_None); resultobj = Py_None; 05730 05731 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05732 05733 return resultobj; 05734 fail: 05735 return NULL; 05736 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_userID_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5586 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), SWIG_From_unsigned_SS_long(), t_output_helper(), and PilotUser::userID.
05586 { 05587 PyObject *resultobj = NULL; 05588 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05589 unsigned long result; 05590 struct PilotUser temp1 ; 05591 05592 05593 arg1 = &temp1; 05594 05595 if(!PyArg_ParseTuple(args,(char *)":PilotUser_userID_get")) goto fail; 05596 result = (unsigned long) ((arg1)->userID); 05597 05598 { 05599 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05600 } 05601 05602 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05603 05604 return resultobj; 05605 fail: 05606 return NULL; 05607 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_userID_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5559 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, t_output_helper(), and PilotUser::userID.
05559 { 05560 PyObject *resultobj = NULL; 05561 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05562 unsigned long arg2 ; 05563 struct PilotUser temp1 ; 05564 PyObject * obj0 = 0 ; 05565 05566 05567 arg1 = &temp1; 05568 05569 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_userID_set",&obj0)) goto fail; 05570 { 05571 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 05572 if (SWIG_arg_fail(2)) SWIG_fail; 05573 } 05574 if (arg1) (arg1)->userID = arg2; 05575 05576 Py_INCREF(Py_None); resultobj = Py_None; 05577 05578 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05579 05580 return resultobj; 05581 fail: 05582 return NULL; 05583 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_username_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5471 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), size, SWIG_FromCharArray(), t_output_helper(), and PilotUser::username.
05471 { 05472 PyObject *resultobj = NULL; 05473 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05474 char *result; 05475 struct PilotUser temp1 ; 05476 05477 05478 arg1 = &temp1; 05479 05480 if(!PyArg_ParseTuple(args,(char *)":PilotUser_username_get")) goto fail; 05481 result = (char *)(char *) ((arg1)->username); 05482 05483 { 05484 size_t size = 128; 05485 #ifndef SWIG_PRESERVE_CARRAY_SIZE 05486 while (size && (result[size - 1] == '\0')) --size; 05487 #endif 05488 resultobj = SWIG_FromCharArray(result, size); 05489 } 05490 05491 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05492 05493 return resultobj; 05494 fail: 05495 return NULL; 05496 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_username_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5439 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, t_output_helper(), and PilotUser::username.
05439 { 05440 PyObject *resultobj = NULL; 05441 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05442 char *arg2 ; 05443 struct PilotUser temp1 ; 05444 char temp2[128] ; 05445 PyObject * obj0 = 0 ; 05446 05447 05448 arg1 = &temp1; 05449 05450 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_username_set",&obj0)) goto fail; 05451 { 05452 if (!SWIG_AsCharArray(obj0, temp2, 128)) { 05453 SWIG_arg_fail(2);SWIG_fail; 05454 } 05455 arg2 = temp2; 05456 } 05457 { 05458 if (arg2) memcpy(arg1->username,arg2,128*sizeof(char)); 05459 else memset(arg1->username,0,128*sizeof(char)); 05460 } 05461 Py_INCREF(Py_None); resultobj = Py_None; 05462 05463 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05464 05465 return resultobj; 05466 fail: 05467 return NULL; 05468 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_viewerID_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5637 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), SWIG_From_unsigned_SS_long(), t_output_helper(), and PilotUser::viewerID.
05637 { 05638 PyObject *resultobj = NULL; 05639 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05640 unsigned long result; 05641 struct PilotUser temp1 ; 05642 05643 05644 arg1 = &temp1; 05645 05646 if(!PyArg_ParseTuple(args,(char *)":PilotUser_viewerID_get")) goto fail; 05647 result = (unsigned long) ((arg1)->viewerID); 05648 05649 { 05650 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05651 } 05652 05653 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05654 05655 return resultobj; 05656 fail: 05657 return NULL; 05658 }
Here is the call graph for this function:

| static PyObject* _wrap_PilotUser_viewerID_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5610 of file pisock_wrap.c.
References fail(), PyObjectFromPilotUser(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, t_output_helper(), and PilotUser::viewerID.
05610 { 05611 PyObject *resultobj = NULL; 05612 struct PilotUser *arg1 = (struct PilotUser *) 0 ; 05613 unsigned long arg2 ; 05614 struct PilotUser temp1 ; 05615 PyObject * obj0 = 0 ; 05616 05617 05618 arg1 = &temp1; 05619 05620 if(!PyArg_ParseTuple(args,(char *)"O:PilotUser_viewerID_set",&obj0)) goto fail; 05621 { 05622 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 05623 if (SWIG_arg_fail(2)) SWIG_fail; 05624 } 05625 if (arg1) (arg1)->viewerID = arg2; 05626 05627 Py_INCREF(Py_None); resultobj = Py_None; 05628 05629 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromPilotUser(arg1)); 05630 05631 return resultobj; 05632 fail: 05633 return NULL; 05634 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_compatMajorVersion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6198 of file pisock_wrap.c.
References SysInfo::compatMajorVersion, fail(), PyObjectFromSysInfo(), SWIG_From_unsigned_SS_short, and t_output_helper().
06198 { 06199 PyObject *resultobj = NULL; 06200 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06201 unsigned short result; 06202 struct SysInfo temp1 ; 06203 06204 06205 arg1 = &temp1; 06206 06207 if(!PyArg_ParseTuple(args,(char *)":SysInfo_compatMajorVersion_get")) goto fail; 06208 result = (unsigned short) ((arg1)->compatMajorVersion); 06209 06210 { 06211 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 06212 } 06213 06214 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06215 06216 return resultobj; 06217 fail: 06218 return NULL; 06219 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_compatMajorVersion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6171 of file pisock_wrap.c.
References SysInfo::compatMajorVersion, fail(), PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, and t_output_helper().
06171 { 06172 PyObject *resultobj = NULL; 06173 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06174 unsigned short arg2 ; 06175 struct SysInfo temp1 ; 06176 PyObject * obj0 = 0 ; 06177 06178 06179 arg1 = &temp1; 06180 06181 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_compatMajorVersion_set",&obj0)) goto fail; 06182 { 06183 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj0)); 06184 if (SWIG_arg_fail(2)) SWIG_fail; 06185 } 06186 if (arg1) (arg1)->compatMajorVersion = arg2; 06187 06188 Py_INCREF(Py_None); resultobj = Py_None; 06189 06190 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06191 06192 return resultobj; 06193 fail: 06194 return NULL; 06195 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_compatMinorVersion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6249 of file pisock_wrap.c.
References SysInfo::compatMinorVersion, fail(), PyObjectFromSysInfo(), SWIG_From_unsigned_SS_short, and t_output_helper().
06249 { 06250 PyObject *resultobj = NULL; 06251 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06252 unsigned short result; 06253 struct SysInfo temp1 ; 06254 06255 06256 arg1 = &temp1; 06257 06258 if(!PyArg_ParseTuple(args,(char *)":SysInfo_compatMinorVersion_get")) goto fail; 06259 result = (unsigned short) ((arg1)->compatMinorVersion); 06260 06261 { 06262 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 06263 } 06264 06265 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06266 06267 return resultobj; 06268 fail: 06269 return NULL; 06270 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_compatMinorVersion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6222 of file pisock_wrap.c.
References SysInfo::compatMinorVersion, fail(), PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, and t_output_helper().
06222 { 06223 PyObject *resultobj = NULL; 06224 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06225 unsigned short arg2 ; 06226 struct SysInfo temp1 ; 06227 PyObject * obj0 = 0 ; 06228 06229 06230 arg1 = &temp1; 06231 06232 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_compatMinorVersion_set",&obj0)) goto fail; 06233 { 06234 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj0)); 06235 if (SWIG_arg_fail(2)) SWIG_fail; 06236 } 06237 if (arg1) (arg1)->compatMinorVersion = arg2; 06238 06239 Py_INCREF(Py_None); resultobj = Py_None; 06240 06241 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06242 06243 return resultobj; 06244 fail: 06245 return NULL; 06246 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_dlpMajorVersion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6096 of file pisock_wrap.c.
References SysInfo::dlpMajorVersion, fail(), PyObjectFromSysInfo(), SWIG_From_unsigned_SS_short, and t_output_helper().
06096 { 06097 PyObject *resultobj = NULL; 06098 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06099 unsigned short result; 06100 struct SysInfo temp1 ; 06101 06102 06103 arg1 = &temp1; 06104 06105 if(!PyArg_ParseTuple(args,(char *)":SysInfo_dlpMajorVersion_get")) goto fail; 06106 result = (unsigned short) ((arg1)->dlpMajorVersion); 06107 06108 { 06109 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 06110 } 06111 06112 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06113 06114 return resultobj; 06115 fail: 06116 return NULL; 06117 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_dlpMajorVersion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6069 of file pisock_wrap.c.
References SysInfo::dlpMajorVersion, fail(), PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, and t_output_helper().
06069 { 06070 PyObject *resultobj = NULL; 06071 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06072 unsigned short arg2 ; 06073 struct SysInfo temp1 ; 06074 PyObject * obj0 = 0 ; 06075 06076 06077 arg1 = &temp1; 06078 06079 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_dlpMajorVersion_set",&obj0)) goto fail; 06080 { 06081 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj0)); 06082 if (SWIG_arg_fail(2)) SWIG_fail; 06083 } 06084 if (arg1) (arg1)->dlpMajorVersion = arg2; 06085 06086 Py_INCREF(Py_None); resultobj = Py_None; 06087 06088 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06089 06090 return resultobj; 06091 fail: 06092 return NULL; 06093 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_dlpMinorVersion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6147 of file pisock_wrap.c.
References SysInfo::dlpMinorVersion, fail(), PyObjectFromSysInfo(), SWIG_From_unsigned_SS_short, and t_output_helper().
06147 { 06148 PyObject *resultobj = NULL; 06149 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06150 unsigned short result; 06151 struct SysInfo temp1 ; 06152 06153 06154 arg1 = &temp1; 06155 06156 if(!PyArg_ParseTuple(args,(char *)":SysInfo_dlpMinorVersion_get")) goto fail; 06157 result = (unsigned short) ((arg1)->dlpMinorVersion); 06158 06159 { 06160 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 06161 } 06162 06163 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06164 06165 return resultobj; 06166 fail: 06167 return NULL; 06168 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_dlpMinorVersion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6120 of file pisock_wrap.c.
References SysInfo::dlpMinorVersion, fail(), PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, and t_output_helper().
06120 { 06121 PyObject *resultobj = NULL; 06122 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06123 unsigned short arg2 ; 06124 struct SysInfo temp1 ; 06125 PyObject * obj0 = 0 ; 06126 06127 06128 arg1 = &temp1; 06129 06130 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_dlpMinorVersion_set",&obj0)) goto fail; 06131 { 06132 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj0)); 06133 if (SWIG_arg_fail(2)) SWIG_fail; 06134 } 06135 if (arg1) (arg1)->dlpMinorVersion = arg2; 06136 06137 Py_INCREF(Py_None); resultobj = Py_None; 06138 06139 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06140 06141 return resultobj; 06142 fail: 06143 return NULL; 06144 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_locale_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5934 of file pisock_wrap.c.
References fail(), SysInfo::locale, PyObjectFromSysInfo(), SWIG_From_unsigned_SS_long(), and t_output_helper().
05934 { 05935 PyObject *resultobj = NULL; 05936 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05937 unsigned long result; 05938 struct SysInfo temp1 ; 05939 05940 05941 arg1 = &temp1; 05942 05943 if(!PyArg_ParseTuple(args,(char *)":SysInfo_locale_get")) goto fail; 05944 result = (unsigned long) ((arg1)->locale); 05945 05946 { 05947 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05948 } 05949 05950 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 05951 05952 return resultobj; 05953 fail: 05954 return NULL; 05955 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_locale_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5907 of file pisock_wrap.c.
References fail(), SysInfo::locale, PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, and t_output_helper().
05907 { 05908 PyObject *resultobj = NULL; 05909 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05910 unsigned long arg2 ; 05911 struct SysInfo temp1 ; 05912 PyObject * obj0 = 0 ; 05913 05914 05915 arg1 = &temp1; 05916 05917 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_locale_set",&obj0)) goto fail; 05918 { 05919 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 05920 if (SWIG_arg_fail(2)) SWIG_fail; 05921 } 05922 if (arg1) (arg1)->locale = arg2; 05923 05924 Py_INCREF(Py_None); resultobj = Py_None; 05925 05926 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 05927 05928 return resultobj; 05929 fail: 05930 return NULL; 05931 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_maxRecSize_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6300 of file pisock_wrap.c.
References fail(), SysInfo::maxRecSize, PyObjectFromSysInfo(), SWIG_From_unsigned_SS_long(), and t_output_helper().
06300 { 06301 PyObject *resultobj = NULL; 06302 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06303 unsigned long result; 06304 struct SysInfo temp1 ; 06305 06306 06307 arg1 = &temp1; 06308 06309 if(!PyArg_ParseTuple(args,(char *)":SysInfo_maxRecSize_get")) goto fail; 06310 result = (unsigned long) ((arg1)->maxRecSize); 06311 06312 { 06313 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 06314 } 06315 06316 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06317 06318 return resultobj; 06319 fail: 06320 return NULL; 06321 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_maxRecSize_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6273 of file pisock_wrap.c.
References fail(), SysInfo::maxRecSize, PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, and t_output_helper().
06273 { 06274 PyObject *resultobj = NULL; 06275 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06276 unsigned long arg2 ; 06277 struct SysInfo temp1 ; 06278 PyObject * obj0 = 0 ; 06279 06280 06281 arg1 = &temp1; 06282 06283 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_maxRecSize_set",&obj0)) goto fail; 06284 { 06285 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 06286 if (SWIG_arg_fail(2)) SWIG_fail; 06287 } 06288 if (arg1) (arg1)->maxRecSize = arg2; 06289 06290 Py_INCREF(Py_None); resultobj = Py_None; 06291 06292 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06293 06294 return resultobj; 06295 fail: 06296 return NULL; 06297 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_prodID_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6041 of file pisock_wrap.c.
References fail(), SysInfo::prodID, PyObjectFromSysInfo(), size, SWIG_FromCharArray(), and t_output_helper().
06041 { 06042 PyObject *resultobj = NULL; 06043 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06044 char *result; 06045 struct SysInfo temp1 ; 06046 06047 06048 arg1 = &temp1; 06049 06050 if(!PyArg_ParseTuple(args,(char *)":SysInfo_prodID_get")) goto fail; 06051 result = (char *)(char *) ((arg1)->prodID); 06052 06053 { 06054 size_t size = 128; 06055 #ifndef SWIG_PRESERVE_CARRAY_SIZE 06056 while (size && (result[size - 1] == '\0')) --size; 06057 #endif 06058 resultobj = SWIG_FromCharArray(result, size); 06059 } 06060 06061 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06062 06063 return resultobj; 06064 fail: 06065 return NULL; 06066 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_prodID_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6009 of file pisock_wrap.c.
References fail(), SysInfo::prodID, PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, and t_output_helper().
06009 { 06010 PyObject *resultobj = NULL; 06011 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 06012 char *arg2 ; 06013 struct SysInfo temp1 ; 06014 char temp2[128] ; 06015 PyObject * obj0 = 0 ; 06016 06017 06018 arg1 = &temp1; 06019 06020 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_prodID_set",&obj0)) goto fail; 06021 { 06022 if (!SWIG_AsCharArray(obj0, temp2, 128)) { 06023 SWIG_arg_fail(2);SWIG_fail; 06024 } 06025 arg2 = temp2; 06026 } 06027 { 06028 if (arg2) memcpy(arg1->prodID,arg2,128*sizeof(char)); 06029 else memset(arg1->prodID,0,128*sizeof(char)); 06030 } 06031 Py_INCREF(Py_None); resultobj = Py_None; 06032 06033 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06034 06035 return resultobj; 06036 fail: 06037 return NULL; 06038 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_prodIDLength_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5985 of file pisock_wrap.c.
References fail(), SysInfo::prodIDLength, PyObjectFromSysInfo(), SWIG_From_unsigned_SS_char, and t_output_helper().
05985 { 05986 PyObject *resultobj = NULL; 05987 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05988 unsigned char result; 05989 struct SysInfo temp1 ; 05990 05991 05992 arg1 = &temp1; 05993 05994 if(!PyArg_ParseTuple(args,(char *)":SysInfo_prodIDLength_get")) goto fail; 05995 result = (unsigned char) ((arg1)->prodIDLength); 05996 05997 { 05998 resultobj = SWIG_From_unsigned_SS_char((unsigned char)(result)); 05999 } 06000 06001 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 06002 06003 return resultobj; 06004 fail: 06005 return NULL; 06006 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_prodIDLength_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5958 of file pisock_wrap.c.
References fail(), SysInfo::prodIDLength, PyObjectFromSysInfo(), SWIG_arg_fail, SWIG_As_unsigned_SS_char(), SWIG_fail, and t_output_helper().
05958 { 05959 PyObject *resultobj = NULL; 05960 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05961 unsigned char arg2 ; 05962 struct SysInfo temp1 ; 05963 PyObject * obj0 = 0 ; 05964 05965 05966 arg1 = &temp1; 05967 05968 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_prodIDLength_set",&obj0)) goto fail; 05969 { 05970 arg2 = (unsigned char)(SWIG_As_unsigned_SS_char(obj0)); 05971 if (SWIG_arg_fail(2)) SWIG_fail; 05972 } 05973 if (arg1) (arg1)->prodIDLength = arg2; 05974 05975 Py_INCREF(Py_None); resultobj = Py_None; 05976 05977 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 05978 05979 return resultobj; 05980 fail: 05981 return NULL; 05982 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_romVersion_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5883 of file pisock_wrap.c.
References fail(), PyObjectFromSysInfo(), SysInfo::romVersion, SWIG_From_unsigned_SS_long(), and t_output_helper().
05883 { 05884 PyObject *resultobj = NULL; 05885 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05886 unsigned long result; 05887 struct SysInfo temp1 ; 05888 05889 05890 arg1 = &temp1; 05891 05892 if(!PyArg_ParseTuple(args,(char *)":SysInfo_romVersion_get")) goto fail; 05893 result = (unsigned long) ((arg1)->romVersion); 05894 05895 { 05896 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05897 } 05898 05899 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 05900 05901 return resultobj; 05902 fail: 05903 return NULL; 05904 }
Here is the call graph for this function:

| static PyObject* _wrap_SysInfo_romVersion_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5856 of file pisock_wrap.c.
References fail(), PyObjectFromSysInfo(), SysInfo::romVersion, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, and t_output_helper().
05856 { 05857 PyObject *resultobj = NULL; 05858 struct SysInfo *arg1 = (struct SysInfo *) 0 ; 05859 unsigned long arg2 ; 05860 struct SysInfo temp1 ; 05861 PyObject * obj0 = 0 ; 05862 05863 05864 arg1 = &temp1; 05865 05866 if(!PyArg_ParseTuple(args,(char *)"O:SysInfo_romVersion_set",&obj0)) goto fail; 05867 { 05868 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj0)); 05869 if (SWIG_arg_fail(2)) SWIG_fail; 05870 } 05871 if (arg1) (arg1)->romVersion = arg2; 05872 05873 Py_INCREF(Py_None); resultobj = Py_None; 05874 05875 if (arg1) resultobj = t_output_helper(resultobj, PyObjectFromSysInfo(arg1)); 05876 05877 return resultobj; 05878 fail: 05879 return NULL; 05880 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_mountClass_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4785 of file pisock_wrap.c.
References fail(), VFSAnyMountParam::mountClass, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSAnyMountParam.
04785 { 04786 PyObject *resultobj = NULL; 04787 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04788 unsigned long result; 04789 PyObject * obj0 = 0 ; 04790 04791 if(!PyArg_ParseTuple(args,(char *)"O:VFSAnyMountParam_mountClass_get",&obj0)) goto fail; 04792 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04793 if (SWIG_arg_fail(1)) SWIG_fail; 04794 result = (unsigned long) ((arg1)->mountClass); 04795 04796 { 04797 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 04798 } 04799 return resultobj; 04800 fail: 04801 return NULL; 04802 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_mountClass_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4762 of file pisock_wrap.c.
References fail(), VFSAnyMountParam::mountClass, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSAnyMountParam.
04762 { 04763 PyObject *resultobj = NULL; 04764 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04765 unsigned long arg2 ; 04766 PyObject * obj0 = 0 ; 04767 PyObject * obj1 = 0 ; 04768 04769 if(!PyArg_ParseTuple(args,(char *)"OO:VFSAnyMountParam_mountClass_set",&obj0,&obj1)) goto fail; 04770 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04771 if (SWIG_arg_fail(1)) SWIG_fail; 04772 { 04773 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 04774 if (SWIG_arg_fail(2)) SWIG_fail; 04775 } 04776 if (arg1) (arg1)->mountClass = arg2; 04777 04778 Py_INCREF(Py_None); resultobj = Py_None; 04779 return resultobj; 04780 fail: 04781 return NULL; 04782 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_reserved_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4742 of file pisock_wrap.c.
References fail(), VFSAnyMountParam::reserved, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_short, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSAnyMountParam.
04742 { 04743 PyObject *resultobj = NULL; 04744 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04745 unsigned short result; 04746 PyObject * obj0 = 0 ; 04747 04748 if(!PyArg_ParseTuple(args,(char *)"O:VFSAnyMountParam_reserved_get",&obj0)) goto fail; 04749 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04750 if (SWIG_arg_fail(1)) SWIG_fail; 04751 result = (unsigned short) ((arg1)->reserved); 04752 04753 { 04754 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 04755 } 04756 return resultobj; 04757 fail: 04758 return NULL; 04759 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_reserved_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4719 of file pisock_wrap.c.
References fail(), VFSAnyMountParam::reserved, SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSAnyMountParam.
04719 { 04720 PyObject *resultobj = NULL; 04721 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04722 unsigned short arg2 ; 04723 PyObject * obj0 = 0 ; 04724 PyObject * obj1 = 0 ; 04725 04726 if(!PyArg_ParseTuple(args,(char *)"OO:VFSAnyMountParam_reserved_set",&obj0,&obj1)) goto fail; 04727 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04728 if (SWIG_arg_fail(1)) SWIG_fail; 04729 { 04730 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj1)); 04731 if (SWIG_arg_fail(2)) SWIG_fail; 04732 } 04733 if (arg1) (arg1)->reserved = arg2; 04734 04735 Py_INCREF(Py_None); resultobj = Py_None; 04736 return resultobj; 04737 fail: 04738 return NULL; 04739 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_volRefNum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4699 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_short, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_VFSAnyMountParam, and VFSAnyMountParam::volRefNum.
04699 { 04700 PyObject *resultobj = NULL; 04701 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04702 unsigned short result; 04703 PyObject * obj0 = 0 ; 04704 04705 if(!PyArg_ParseTuple(args,(char *)"O:VFSAnyMountParam_volRefNum_get",&obj0)) goto fail; 04706 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04707 if (SWIG_arg_fail(1)) SWIG_fail; 04708 result = (unsigned short) ((arg1)->volRefNum); 04709 04710 { 04711 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 04712 } 04713 return resultobj; 04714 fail: 04715 return NULL; 04716 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSAnyMountParam_volRefNum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4676 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_VFSAnyMountParam, and VFSAnyMountParam::volRefNum.
04676 { 04677 PyObject *resultobj = NULL; 04678 struct VFSAnyMountParam *arg1 = (struct VFSAnyMountParam *) 0 ; 04679 unsigned short arg2 ; 04680 PyObject * obj0 = 0 ; 04681 PyObject * obj1 = 0 ; 04682 04683 if(!PyArg_ParseTuple(args,(char *)"OO:VFSAnyMountParam_volRefNum_set",&obj0,&obj1)) goto fail; 04684 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04685 if (SWIG_arg_fail(1)) SWIG_fail; 04686 { 04687 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj1)); 04688 if (SWIG_arg_fail(2)) SWIG_fail; 04689 } 04690 if (arg1) (arg1)->volRefNum = arg2; 04691 04692 Py_INCREF(Py_None); resultobj = Py_None; 04693 return resultobj; 04694 fail: 04695 return NULL; 04696 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSDirInfo_attr_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4566 of file pisock_wrap.c.
References VFSDirInfo::attr, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSDirInfo.
04566 { 04567 PyObject *resultobj = NULL; 04568 struct VFSDirInfo *arg1 = (struct VFSDirInfo *) 0 ; 04569 unsigned long result; 04570 PyObject * obj0 = 0 ; 04571 04572 if(!PyArg_ParseTuple(args,(char *)"O:VFSDirInfo_attr_get",&obj0)) goto fail; 04573 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 04574 if (SWIG_arg_fail(1)) SWIG_fail; 04575 result = (unsigned long) ((arg1)->attr); 04576 04577 { 04578 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 04579 } 04580 return resultobj; 04581 fail: 04582 return NULL; 04583 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSDirInfo_attr_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4543 of file pisock_wrap.c.
References VFSDirInfo::attr, fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSDirInfo.
04543 { 04544 PyObject *resultobj = NULL; 04545 struct VFSDirInfo *arg1 = (struct VFSDirInfo *) 0 ; 04546 unsigned long arg2 ; 04547 PyObject * obj0 = 0 ; 04548 PyObject * obj1 = 0 ; 04549 04550 if(!PyArg_ParseTuple(args,(char *)"OO:VFSDirInfo_attr_set",&obj0,&obj1)) goto fail; 04551 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 04552 if (SWIG_arg_fail(1)) SWIG_fail; 04553 { 04554 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 04555 if (SWIG_arg_fail(2)) SWIG_fail; 04556 } 04557 if (arg1) (arg1)->attr = arg2; 04558 04559 Py_INCREF(Py_None); resultobj = Py_None; 04560 return resultobj; 04561 fail: 04562 return NULL; 04563 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSDirInfo_name_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4614 of file pisock_wrap.c.
References fail(), name, size, SWIG_arg_fail, SWIG_fail, SWIG_FromCharArray(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSDirInfo.
04614 { 04615 PyObject *resultobj = NULL; 04616 struct VFSDirInfo *arg1 = (struct VFSDirInfo *) 0 ; 04617 char *result; 04618 PyObject * obj0 = 0 ; 04619 04620 if(!PyArg_ParseTuple(args,(char *)"O:VFSDirInfo_name_get",&obj0)) goto fail; 04621 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 04622 if (SWIG_arg_fail(1)) SWIG_fail; 04623 result = (char *)(char *) ((arg1)->name); 04624 04625 { 04626 size_t size = 256; 04627 #ifndef SWIG_PRESERVE_CARRAY_SIZE 04628 while (size && (result[size - 1] == '\0')) --size; 04629 #endif 04630 resultobj = SWIG_FromCharArray(result, size); 04631 } 04632 return resultobj; 04633 fail: 04634 return NULL; 04635 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSDirInfo_name_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4586 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_AsCharArray(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSDirInfo.
04586 { 04587 PyObject *resultobj = NULL; 04588 struct VFSDirInfo *arg1 = (struct VFSDirInfo *) 0 ; 04589 char *arg2 ; 04590 char temp2[256] ; 04591 PyObject * obj0 = 0 ; 04592 PyObject * obj1 = 0 ; 04593 04594 if(!PyArg_ParseTuple(args,(char *)"OO:VFSDirInfo_name_set",&obj0,&obj1)) goto fail; 04595 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSDirInfo, SWIG_POINTER_EXCEPTION | 0); 04596 if (SWIG_arg_fail(1)) SWIG_fail; 04597 { 04598 if (!SWIG_AsCharArray(obj1, temp2, 256)) { 04599 SWIG_arg_fail(2);SWIG_fail; 04600 } 04601 arg2 = temp2; 04602 } 04603 { 04604 if (arg2) memcpy(arg1->name,arg2,256*sizeof(char)); 04605 else memset(arg1->name,0,256*sizeof(char)); 04606 } 04607 Py_INCREF(Py_None); resultobj = Py_None; 04608 return resultobj; 04609 fail: 04610 return NULL; 04611 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_attributes_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5029 of file pisock_wrap.c.
References VFSInfo::attributes, fail(), SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05029 { 05030 PyObject *resultobj = NULL; 05031 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05032 unsigned long result; 05033 PyObject * obj0 = 0 ; 05034 05035 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_attributes_get",&obj0)) goto fail; 05036 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05037 if (SWIG_arg_fail(1)) SWIG_fail; 05038 result = (unsigned long) ((arg1)->attributes); 05039 05040 { 05041 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05042 } 05043 return resultobj; 05044 fail: 05045 return NULL; 05046 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_attributes_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5006 of file pisock_wrap.c.
References VFSInfo::attributes, fail(), SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05006 { 05007 PyObject *resultobj = NULL; 05008 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05009 unsigned long arg2 ; 05010 PyObject * obj0 = 0 ; 05011 PyObject * obj1 = 0 ; 05012 05013 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_attributes_set",&obj0,&obj1)) goto fail; 05014 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05015 if (SWIG_arg_fail(1)) SWIG_fail; 05016 { 05017 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05018 if (SWIG_arg_fail(2)) SWIG_fail; 05019 } 05020 if (arg1) (arg1)->attributes = arg2; 05021 05022 Py_INCREF(Py_None); resultobj = Py_None; 05023 return resultobj; 05024 fail: 05025 return NULL; 05026 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_fsCreator_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5115 of file pisock_wrap.c.
References fail(), VFSInfo::fsCreator, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05115 { 05116 PyObject *resultobj = NULL; 05117 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05118 unsigned long result; 05119 PyObject * obj0 = 0 ; 05120 05121 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_fsCreator_get",&obj0)) goto fail; 05122 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05123 if (SWIG_arg_fail(1)) SWIG_fail; 05124 result = (unsigned long) ((arg1)->fsCreator); 05125 05126 { 05127 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05128 } 05129 return resultobj; 05130 fail: 05131 return NULL; 05132 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_fsCreator_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5092 of file pisock_wrap.c.
References fail(), VFSInfo::fsCreator, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05092 { 05093 PyObject *resultobj = NULL; 05094 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05095 unsigned long arg2 ; 05096 PyObject * obj0 = 0 ; 05097 PyObject * obj1 = 0 ; 05098 05099 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_fsCreator_set",&obj0,&obj1)) goto fail; 05100 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05101 if (SWIG_arg_fail(1)) SWIG_fail; 05102 { 05103 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05104 if (SWIG_arg_fail(2)) SWIG_fail; 05105 } 05106 if (arg1) (arg1)->fsCreator = arg2; 05107 05108 Py_INCREF(Py_None); resultobj = Py_None; 05109 return resultobj; 05110 fail: 05111 return NULL; 05112 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_fsType_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5072 of file pisock_wrap.c.
References fail(), VFSInfo::fsType, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05072 { 05073 PyObject *resultobj = NULL; 05074 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05075 unsigned long result; 05076 PyObject * obj0 = 0 ; 05077 05078 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_fsType_get",&obj0)) goto fail; 05079 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05080 if (SWIG_arg_fail(1)) SWIG_fail; 05081 result = (unsigned long) ((arg1)->fsType); 05082 05083 { 05084 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05085 } 05086 return resultobj; 05087 fail: 05088 return NULL; 05089 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_fsType_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5049 of file pisock_wrap.c.
References fail(), VFSInfo::fsType, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05049 { 05050 PyObject *resultobj = NULL; 05051 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05052 unsigned long arg2 ; 05053 PyObject * obj0 = 0 ; 05054 PyObject * obj1 = 0 ; 05055 05056 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_fsType_set",&obj0,&obj1)) goto fail; 05057 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05058 if (SWIG_arg_fail(1)) SWIG_fail; 05059 { 05060 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05061 if (SWIG_arg_fail(2)) SWIG_fail; 05062 } 05063 if (arg1) (arg1)->fsType = arg2; 05064 05065 Py_INCREF(Py_None); resultobj = Py_None; 05066 return resultobj; 05067 fail: 05068 return NULL; 05069 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_mediaType_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5287 of file pisock_wrap.c.
References fail(), VFSInfo::mediaType, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05287 { 05288 PyObject *resultobj = NULL; 05289 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05290 unsigned long result; 05291 PyObject * obj0 = 0 ; 05292 05293 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_mediaType_get",&obj0)) goto fail; 05294 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05295 if (SWIG_arg_fail(1)) SWIG_fail; 05296 result = (unsigned long) ((arg1)->mediaType); 05297 05298 { 05299 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05300 } 05301 return resultobj; 05302 fail: 05303 return NULL; 05304 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_mediaType_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5264 of file pisock_wrap.c.
References fail(), VFSInfo::mediaType, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05264 { 05265 PyObject *resultobj = NULL; 05266 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05267 unsigned long arg2 ; 05268 PyObject * obj0 = 0 ; 05269 PyObject * obj1 = 0 ; 05270 05271 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_mediaType_set",&obj0,&obj1)) goto fail; 05272 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05273 if (SWIG_arg_fail(1)) SWIG_fail; 05274 { 05275 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05276 if (SWIG_arg_fail(2)) SWIG_fail; 05277 } 05278 if (arg1) (arg1)->mediaType = arg2; 05279 05280 Py_INCREF(Py_None); resultobj = Py_None; 05281 return resultobj; 05282 fail: 05283 return NULL; 05284 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_mountClass_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5158 of file pisock_wrap.c.
References fail(), VFSInfo::mountClass, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05158 { 05159 PyObject *resultobj = NULL; 05160 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05161 unsigned long result; 05162 PyObject * obj0 = 0 ; 05163 05164 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_mountClass_get",&obj0)) goto fail; 05165 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05166 if (SWIG_arg_fail(1)) SWIG_fail; 05167 result = (unsigned long) ((arg1)->mountClass); 05168 05169 { 05170 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05171 } 05172 return resultobj; 05173 fail: 05174 return NULL; 05175 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_mountClass_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5135 of file pisock_wrap.c.
References fail(), VFSInfo::mountClass, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05135 { 05136 PyObject *resultobj = NULL; 05137 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05138 unsigned long arg2 ; 05139 PyObject * obj0 = 0 ; 05140 PyObject * obj1 = 0 ; 05141 05142 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_mountClass_set",&obj0,&obj1)) goto fail; 05143 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05144 if (SWIG_arg_fail(1)) SWIG_fail; 05145 { 05146 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05147 if (SWIG_arg_fail(2)) SWIG_fail; 05148 } 05149 if (arg1) (arg1)->mountClass = arg2; 05150 05151 Py_INCREF(Py_None); resultobj = Py_None; 05152 return resultobj; 05153 fail: 05154 return NULL; 05155 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_reserved_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5330 of file pisock_wrap.c.
References fail(), VFSInfo::reserved, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_long(), SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05330 { 05331 PyObject *resultobj = NULL; 05332 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05333 unsigned long result; 05334 PyObject * obj0 = 0 ; 05335 05336 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_reserved_get",&obj0)) goto fail; 05337 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05338 if (SWIG_arg_fail(1)) SWIG_fail; 05339 result = (unsigned long) ((arg1)->reserved); 05340 05341 { 05342 resultobj = SWIG_From_unsigned_SS_long((unsigned long)(result)); 05343 } 05344 return resultobj; 05345 fail: 05346 return NULL; 05347 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_reserved_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5307 of file pisock_wrap.c.
References fail(), VFSInfo::reserved, SWIG_arg_fail, SWIG_As_unsigned_SS_long(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05307 { 05308 PyObject *resultobj = NULL; 05309 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05310 unsigned long arg2 ; 05311 PyObject * obj0 = 0 ; 05312 PyObject * obj1 = 0 ; 05313 05314 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_reserved_set",&obj0,&obj1)) goto fail; 05315 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05316 if (SWIG_arg_fail(1)) SWIG_fail; 05317 { 05318 arg2 = (unsigned long)(SWIG_As_unsigned_SS_long(obj1)); 05319 if (SWIG_arg_fail(2)) SWIG_fail; 05320 } 05321 if (arg1) (arg1)->reserved = arg2; 05322 05323 Py_INCREF(Py_None); resultobj = Py_None; 05324 return resultobj; 05325 fail: 05326 return NULL; 05327 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_slotLibRefNum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5201 of file pisock_wrap.c.
References fail(), VFSInfo::slotLibRefNum, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05201 { 05202 PyObject *resultobj = NULL; 05203 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05204 int result; 05205 PyObject * obj0 = 0 ; 05206 05207 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_slotLibRefNum_get",&obj0)) goto fail; 05208 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05209 if (SWIG_arg_fail(1)) SWIG_fail; 05210 result = (int) ((arg1)->slotLibRefNum); 05211 05212 { 05213 resultobj = SWIG_From_int((int)(result)); 05214 } 05215 return resultobj; 05216 fail: 05217 return NULL; 05218 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_slotLibRefNum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5178 of file pisock_wrap.c.
References fail(), VFSInfo::slotLibRefNum, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05178 { 05179 PyObject *resultobj = NULL; 05180 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05181 int arg2 ; 05182 PyObject * obj0 = 0 ; 05183 PyObject * obj1 = 0 ; 05184 05185 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_slotLibRefNum_set",&obj0,&obj1)) goto fail; 05186 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05187 if (SWIG_arg_fail(1)) SWIG_fail; 05188 { 05189 arg2 = (int)(SWIG_As_int(obj1)); 05190 if (SWIG_arg_fail(2)) SWIG_fail; 05191 } 05192 if (arg1) (arg1)->slotLibRefNum = arg2; 05193 05194 Py_INCREF(Py_None); resultobj = Py_None; 05195 return resultobj; 05196 fail: 05197 return NULL; 05198 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_slotRefNum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5244 of file pisock_wrap.c.
References fail(), VFSInfo::slotRefNum, SWIG_arg_fail, SWIG_fail, SWIG_From_int, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05244 { 05245 PyObject *resultobj = NULL; 05246 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05247 int result; 05248 PyObject * obj0 = 0 ; 05249 05250 if(!PyArg_ParseTuple(args,(char *)"O:VFSInfo_slotRefNum_get",&obj0)) goto fail; 05251 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05252 if (SWIG_arg_fail(1)) SWIG_fail; 05253 result = (int) ((arg1)->slotRefNum); 05254 05255 { 05256 resultobj = SWIG_From_int((int)(result)); 05257 } 05258 return resultobj; 05259 fail: 05260 return NULL; 05261 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSInfo_slotRefNum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5221 of file pisock_wrap.c.
References fail(), VFSInfo::slotRefNum, SWIG_arg_fail, SWIG_As_int(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSInfo.
05221 { 05222 PyObject *resultobj = NULL; 05223 struct VFSInfo *arg1 = (struct VFSInfo *) 0 ; 05224 int arg2 ; 05225 PyObject * obj0 = 0 ; 05226 PyObject * obj1 = 0 ; 05227 05228 if(!PyArg_ParseTuple(args,(char *)"OO:VFSInfo_slotRefNum_set",&obj0,&obj1)) goto fail; 05229 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSInfo, SWIG_POINTER_EXCEPTION | 0); 05230 if (SWIG_arg_fail(1)) SWIG_fail; 05231 { 05232 arg2 = (int)(SWIG_As_int(obj1)); 05233 if (SWIG_arg_fail(2)) SWIG_fail; 05234 } 05235 if (arg1) (arg1)->slotRefNum = arg2; 05236 05237 Py_INCREF(Py_None); resultobj = Py_None; 05238 return resultobj; 05239 fail: 05240 return NULL; 05241 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_slotLibRefNum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4905 of file pisock_wrap.c.
References fail(), VFSSlotMountParam::slotLibRefNum, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_short, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
04905 { 04906 PyObject *resultobj = NULL; 04907 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04908 unsigned short result; 04909 PyObject * obj0 = 0 ; 04910 04911 if(!PyArg_ParseTuple(args,(char *)"O:VFSSlotMountParam_slotLibRefNum_get",&obj0)) goto fail; 04912 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04913 if (SWIG_arg_fail(1)) SWIG_fail; 04914 result = (unsigned short) ((arg1)->slotLibRefNum); 04915 04916 { 04917 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 04918 } 04919 return resultobj; 04920 fail: 04921 return NULL; 04922 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_slotLibRefNum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4882 of file pisock_wrap.c.
References fail(), VFSSlotMountParam::slotLibRefNum, SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
04882 { 04883 PyObject *resultobj = NULL; 04884 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04885 unsigned short arg2 ; 04886 PyObject * obj0 = 0 ; 04887 PyObject * obj1 = 0 ; 04888 04889 if(!PyArg_ParseTuple(args,(char *)"OO:VFSSlotMountParam_slotLibRefNum_set",&obj0,&obj1)) goto fail; 04890 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04891 if (SWIG_arg_fail(1)) SWIG_fail; 04892 { 04893 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj1)); 04894 if (SWIG_arg_fail(2)) SWIG_fail; 04895 } 04896 if (arg1) (arg1)->slotLibRefNum = arg2; 04897 04898 Py_INCREF(Py_None); resultobj = Py_None; 04899 return resultobj; 04900 fail: 04901 return NULL; 04902 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_slotRefNum_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4948 of file pisock_wrap.c.
References fail(), VFSSlotMountParam::slotRefNum, SWIG_arg_fail, SWIG_fail, SWIG_From_unsigned_SS_short, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
04948 { 04949 PyObject *resultobj = NULL; 04950 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04951 unsigned short result; 04952 PyObject * obj0 = 0 ; 04953 04954 if(!PyArg_ParseTuple(args,(char *)"O:VFSSlotMountParam_slotRefNum_get",&obj0)) goto fail; 04955 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04956 if (SWIG_arg_fail(1)) SWIG_fail; 04957 result = (unsigned short) ((arg1)->slotRefNum); 04958 04959 { 04960 resultobj = SWIG_From_unsigned_SS_short((unsigned short)(result)); 04961 } 04962 return resultobj; 04963 fail: 04964 return NULL; 04965 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_slotRefNum_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4925 of file pisock_wrap.c.
References fail(), VFSSlotMountParam::slotRefNum, SWIG_arg_fail, SWIG_As_unsigned_SS_short(), SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), and SWIGTYPE_p_VFSSlotMountParam.
04925 { 04926 PyObject *resultobj = NULL; 04927 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04928 unsigned short arg2 ; 04929 PyObject * obj0 = 0 ; 04930 PyObject * obj1 = 0 ; 04931 04932 if(!PyArg_ParseTuple(args,(char *)"OO:VFSSlotMountParam_slotRefNum_set",&obj0,&obj1)) goto fail; 04933 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04934 if (SWIG_arg_fail(1)) SWIG_fail; 04935 { 04936 arg2 = (unsigned short)(SWIG_As_unsigned_SS_short(obj1)); 04937 if (SWIG_arg_fail(2)) SWIG_fail; 04938 } 04939 if (arg1) (arg1)->slotRefNum = arg2; 04940 04941 Py_INCREF(Py_None); resultobj = Py_None; 04942 return resultobj; 04943 fail: 04944 return NULL; 04945 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_vfsMountParam_get | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4864 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_NewPointerObj, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_VFSAnyMountParam, and SWIGTYPE_p_VFSSlotMountParam.
04864 { 04865 PyObject *resultobj = NULL; 04866 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04867 struct VFSAnyMountParam *result; 04868 PyObject * obj0 = 0 ; 04869 04870 if(!PyArg_ParseTuple(args,(char *)"O:VFSSlotMountParam_vfsMountParam_get",&obj0)) goto fail; 04871 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04872 if (SWIG_arg_fail(1)) SWIG_fail; 04873 result = (struct VFSAnyMountParam *)& ((arg1)->vfsMountParam); 04874 04875 resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_VFSAnyMountParam, 0); 04876 return resultobj; 04877 fail: 04878 return NULL; 04879 }
Here is the call graph for this function:

| static PyObject* _wrap_VFSSlotMountParam_vfsMountParam_set | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4843 of file pisock_wrap.c.
References fail(), SWIG_arg_fail, SWIG_fail, SWIG_POINTER_EXCEPTION, SWIG_Python_ConvertPtr(), SWIGTYPE_p_VFSAnyMountParam, and SWIGTYPE_p_VFSSlotMountParam.
04843 { 04844 PyObject *resultobj = NULL; 04845 struct VFSSlotMountParam *arg1 = (struct VFSSlotMountParam *) 0 ; 04846 struct VFSAnyMountParam *arg2 = (struct VFSAnyMountParam *) 0 ; 04847 PyObject * obj0 = 0 ; 04848 PyObject * obj1 = 0 ; 04849 04850 if(!PyArg_ParseTuple(args,(char *)"OO:VFSSlotMountParam_vfsMountParam_set",&obj0,&obj1)) goto fail; 04851 SWIG_Python_ConvertPtr(obj0, (void **)&arg1, SWIGTYPE_p_VFSSlotMountParam, SWIG_POINTER_EXCEPTION | 0); 04852 if (SWIG_arg_fail(1)) SWIG_fail; 04853 SWIG_Python_ConvertPtr(obj1, (void **)&arg2, SWIGTYPE_p_VFSAnyMountParam, SWIG_POINTER_EXCEPTION | 0); 04854 if (SWIG_arg_fail(2)) SWIG_fail; 04855 if (arg1) (arg1)->vfsMountParam = *arg2; 04856 04857 Py_INCREF(Py_None); resultobj = Py_None; 04858 return resultobj; 04859 fail: 04860 return NULL; 04861 }
Here is the call graph for this function:

| static PyObject* CardInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7673 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_CardInfo.
07673 { 07674 PyObject *obj; 07675 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 07676 SWIG_TypeClientData(SWIGTYPE_p_CardInfo, obj); 07677 Py_INCREF(obj); 07678 return Py_BuildValue((char *)""); 07679 }
Here is the call graph for this function:

| static PyObject* ConvertFromEncoding | ( | const char * | data, | |
| const char * | encoding, | |||
| const char * | errors, | |||
| int | allowErrors | |||
| ) | [static] |
Definition at line 1480 of file pisock_wrap.c.
References buffer, and pisock::error.
Referenced by PyObjectFromCardInfo(), PyObjectFromDBInfo(), and PyObjectFromPilotUser().
01481 { 01482 PyObject *buffer, *string = NULL; 01483 01484 buffer = PyBuffer_FromMemory((void *)data, strlen(data)); 01485 if (buffer == NULL) 01486 { 01487 if (allowErrors) 01488 { 01489 PyErr_Clear(); 01490 Py_INCREF(Py_None); 01491 return Py_None; 01492 } 01493 return NULL; 01494 } 01495 01496 string = PyUnicode_FromEncodedObject(buffer, encoding, errors); 01497 if (string == NULL) 01498 goto error; 01499 01500 Py_DECREF(buffer); 01501 return string; 01502 01503 error: 01504 Py_XDECREF(buffer); 01505 Py_XDECREF(string); 01506 if (allowErrors) 01507 { 01508 PyErr_Clear(); 01509 Py_INCREF(Py_None); 01510 return Py_None; 01511 } 01512 return NULL; 01513 }
| static int ConvertToEncoding | ( | PyObject * | object, | |
| const char * | encoding, | |||
| const char * | errors, | |||
| int | allowErrors, | |||
| char * | buffer, | |||
| int | maxBufSize | |||
| ) | [static] |
Definition at line 1515 of file pisock_wrap.c.
References pisock::error.
Referenced by PyObjectToPilotUser().
01516 { 01517 int len; 01518 char *s; 01519 PyObject *encoded = NULL; 01520 01521 if (PyString_Check(object)) 01522 encoded = PyString_AsEncodedObject(object, encoding, errors); 01523 else if (PyUnicode_Check(object)) 01524 encoded = PyUnicode_AsEncodedString(object, encoding, errors); 01525 01526 if (encoded == NULL) 01527 goto error; 01528 01529 s = PyString_AsString(encoded); 01530 if (s == NULL) 01531 goto error; 01532 len = strlen(s); 01533 if (len) 01534 { 01535 if (len >= maxBufSize) 01536 len = maxBufSize - 1; 01537 memcpy(buffer, s, len); 01538 } 01539 buffer[len] = 0; 01540 01541 Py_DECREF(encoded); 01542 return 1; 01543 01544 error: 01545 Py_XDECREF(encoded); 01546 if (allowErrors) 01547 { 01548 PyErr_Clear(); 01549 memset(buffer, 0, maxBufSize); 01550 } 01551 return 0; 01552 }
| static PyObject* DBInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6934 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_DBInfo.
06934 { 06935 PyObject *obj; 06936 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 06937 SWIG_TypeClientData(SWIGTYPE_p_DBInfo, obj); 06938 Py_INCREF(obj); 06939 return Py_BuildValue((char *)""); 06940 }
Here is the call graph for this function:

| static PyObject* DBSizeInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7230 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_DBSizeInfo.
07230 { 07231 PyObject *obj; 07232 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 07233 SWIG_TypeClientData(SWIGTYPE_p_DBSizeInfo, obj); 07234 Py_INCREF(obj); 07235 return Py_BuildValue((char *)""); 07236 }
Here is the call graph for this function:

| void init_pisock | ( | void | ) |
Definition at line 12958 of file pisock_wrap.c.
References dlpDBFlagAppInfoDirty, dlpDBFlagBackup, dlpDBFlagBundle, dlpDBFlagCopyPrevention, dlpDBFlagExtended, dlpDBFlagFixedUp, dlpDBFlagHidden, dlpDBFlagLaunchable, dlpDBFlagNewer, dlpDBFlagOpen, dlpDBFlagReadOnly, dlpDBFlagRecyclable, dlpDBFlagReset, dlpDBFlagResource, dlpDBFlagSchema, dlpDBFlagSecure, dlpDBFlagStream, dlpDBListMultiple, dlpDBListRAM, dlpDBListROM, dlpDBMiscFlagExcludeFromSync, dlpDBMiscFlagRamBased, dlpEndCodeNormal, dlpEndCodeOther, dlpEndCodeOutOfMemory, dlpEndCodeUserCan, dlpErrAlreadyOpen, dlpErrArgument, dlpErrBusy, dlpErrDeleted, dlpErrExists, dlpErrIllegalReq, dlpErrLimit, dlpErrMemory, dlpErrNoError, dlpErrNoneOpen, dlpErrNotFound, dlpErrNotSupp, dlpErrOpen, dlpErrParam, dlpErrReadOnly, dlpErrSize, dlpErrSpace, dlpErrSync, dlpErrSystem, dlpErrTooManyOpen, dlpErrUnknown, dlpErrUnused1, dlpErrWrapper, dlpExpCapabilityHasStorage, dlpExpCapabilityReadOnly, dlpExpCapabilitySerial, dlpFindDBOptFlagGetAttributes, dlpFindDBOptFlagGetSize, dlpFindDBOptFlagMaxRecSize, dlpFindDBSrchFlagNewSearch, dlpFindDBSrchFlagOnlyLatest, dlpOpenExclusive, dlpOpenRead, dlpOpenReadWrite, dlpOpenSecret, dlpOpenWrite, dlpRecAttrArchived, dlpRecAttrBusy, dlpRecAttrDeleted, dlpRecAttrDirty, dlpRecAttrSecret, dlpVFSOpenExclusive, dlpVFSOpenRead, dlpVFSOpenReadWrite, dlpVFSOpenWrite, PI_CMP_BAUD, PI_CMP_FLAGS, PI_CMP_TYPE, PI_CMP_VERS, PI_DEV_ESTRATE, PI_DEV_HIGHRATE, PI_DEV_RATE, PI_DEV_TIMEOUT, PI_ERR_DLP_BUFSIZE, PI_ERR_DLP_COMMAND, PI_ERR_DLP_DATASIZE, PI_ERR_DLP_PALMOS, PI_ERR_DLP_SOCKET, PI_ERR_DLP_UNSUPPORTED, PI_ERR_FILE_ABORTED, PI_ERR_FILE_ALREADY_EXISTS, PI_ERR_FILE_ERROR, PI_ERR_FILE_INVALID, PI_ERR_FILE_NOT_FOUND, PI_ERR_GENERIC_ARGUMENT, PI_ERR_GENERIC_MEMORY, PI_ERR_GENERIC_SYSTEM, PI_ERR_PROT_ABORTED, PI_ERR_PROT_BADPACKET, PI_ERR_PROT_INCOMPATIBLE, PI_ERR_SOCK_CANCELED, PI_ERR_SOCK_DISCONNECTED, PI_ERR_SOCK_INVALID, PI_ERR_SOCK_IO, PI_ERR_SOCK_LISTENER, PI_ERR_SOCK_TIMEOUT, PI_LEVEL_CMP, PI_LEVEL_DEV, PI_LEVEL_DLP, PI_LEVEL_NET, PI_LEVEL_PADP, PI_LEVEL_SLP, PI_LEVEL_SOCK, PI_LEVEL_SYS, PI_NET_SPLIT_WRITES, PI_NET_TYPE, PI_NET_WRITE_CHUNKSIZE, PI_PADP_FREEZE_TXID, PI_PADP_LASTTYPE, PI_PADP_TYPE, PI_PADP_USE_LONG_FORMAT, PI_PF_DEV, PI_PF_DLP, PI_PF_NET, PI_PF_PADP, PI_PF_SLP, PI_PF_SYS, PI_SLP_DEST, PI_SLP_LASTDEST, PI_SLP_LASTSRC, PI_SLP_LASTTXID, PI_SLP_LASTTYPE, PI_SLP_SRC, PI_SLP_TXID, PI_SLP_TYPE, PI_SOCK_HONOR_RX_TIMEOUT, PI_SOCK_STATE, swig_const_table, SWIG_From_int, SWIG_From_long, SWIG_InitializeModule(), SWIG_InstallConstants, SWIG_name, SWIG_newvarlink, SWIG_Python_FixMethods(), swig_type_initial, swig_types, vfsFileAttrArchive, vfsFileAttrDirectory, vfsFileAttrHidden, vfsFileAttrLink, vfsFileAttrReadOnly, vfsFileAttrSystem, vfsFileAttrVolumeLabel, vfsFileDateAccessed, vfsFileDateCreated, vfsFileDateModified, vfsIteratorStart, vfsIteratorStop, vfsModeCreate, vfsModeExclusive, vfsModeLeaveOpen, vfsModeRead, vfsModeReadWrite, vfsModeTruncate, vfsModeWrite, vfsOriginBeginning, vfsOriginCurrent, vfsOriginEnd, vfsVolAttrHidden, vfsVolAttrReadOnly, and vfsVolAttrSlotBased.
12958 { 12959 static PyObject *SWIG_globals = 0; 12960 PyObject *m, *d; 12961 if (!SWIG_globals) SWIG_globals = SWIG_newvarlink(); 12962 12963 /* Fix SwigMethods to carry the callback ptrs when needed */ 12964 SWIG_Python_FixMethods(SwigMethods, swig_const_table, swig_types, swig_type_initial); 12965 12966 m = Py_InitModule((char *) SWIG_name, SwigMethods); 12967 d = PyModule_GetDict(m); 12968 12969 SWIG_InitializeModule(0); 12970 SWIG_InstallConstants(d,swig_const_table); 12971 12972 12973 PIError = PyErr_NewException("pisock.error", NULL, NULL); 12974 Py_INCREF(PIError); 12975 PyDict_SetItemString(d, "error", PIError); 12976 12977 { 12978 PyDict_SetItemString(d,"PI_ERR_PROT_ABORTED", SWIG_From_int((int)(PI_ERR_PROT_ABORTED))); 12979 } 12980 { 12981 PyDict_SetItemString(d,"PI_ERR_PROT_INCOMPATIBLE", SWIG_From_int((int)(PI_ERR_PROT_INCOMPATIBLE))); 12982 } 12983 { 12984 PyDict_SetItemString(d,"PI_ERR_PROT_BADPACKET", SWIG_From_int((int)(PI_ERR_PROT_BADPACKET))); 12985 } 12986 { 12987 PyDict_SetItemString(d,"PI_ERR_SOCK_DISCONNECTED", SWIG_From_int((int)(PI_ERR_SOCK_DISCONNECTED))); 12988 } 12989 { 12990 PyDict_SetItemString(d,"PI_ERR_SOCK_INVALID", SWIG_From_int((int)(PI_ERR_SOCK_INVALID))); 12991 } 12992 { 12993 PyDict_SetItemString(d,"PI_ERR_SOCK_TIMEOUT", SWIG_From_int((int)(PI_ERR_SOCK_TIMEOUT))); 12994 } 12995 { 12996 PyDict_SetItemString(d,"PI_ERR_SOCK_CANCELED", SWIG_From_int((int)(PI_ERR_SOCK_CANCELED))); 12997 } 12998 { 12999 PyDict_SetItemString(d,"PI_ERR_SOCK_IO", SWIG_From_int((int)(PI_ERR_SOCK_IO))); 13000 } 13001 { 13002 PyDict_SetItemString(d,"PI_ERR_SOCK_LISTENER", SWIG_From_int((int)(PI_ERR_SOCK_LISTENER))); 13003 } 13004 { 13005 PyDict_SetItemString(d,"PI_ERR_DLP_BUFSIZE", SWIG_From_int((int)(PI_ERR_DLP_BUFSIZE))); 13006 } 13007 { 13008 PyDict_SetItemString(d,"PI_ERR_DLP_PALMOS", SWIG_From_int((int)(PI_ERR_DLP_PALMOS))); 13009 } 13010 { 13011 PyDict_SetItemString(d,"PI_ERR_DLP_UNSUPPORTED", SWIG_From_int((int)(PI_ERR_DLP_UNSUPPORTED))); 13012 } 13013 { 13014 PyDict_SetItemString(d,"PI_ERR_DLP_SOCKET", SWIG_From_int((int)(PI_ERR_DLP_SOCKET))); 13015 } 13016 { 13017 PyDict_SetItemString(d,"PI_ERR_DLP_DATASIZE", SWIG_From_int((int)(PI_ERR_DLP_DATASIZE))); 13018 } 13019 { 13020 PyDict_SetItemString(d,"PI_ERR_DLP_COMMAND", SWIG_From_int((int)(PI_ERR_DLP_COMMAND))); 13021 } 13022 { 13023 PyDict_SetItemString(d,"PI_ERR_FILE_INVALID", SWIG_From_int((int)(PI_ERR_FILE_INVALID))); 13024 } 13025 { 13026 PyDict_SetItemString(d,"PI_ERR_FILE_ERROR", SWIG_From_int((int)(PI_ERR_FILE_ERROR))); 13027 } 13028 { 13029 PyDict_SetItemString(d,"PI_ERR_FILE_ABORTED", SWIG_From_int((int)(PI_ERR_FILE_ABORTED))); 13030 } 13031 { 13032 PyDict_SetItemString(d,"PI_ERR_FILE_NOT_FOUND", SWIG_From_int((int)(PI_ERR_FILE_NOT_FOUND))); 13033 } 13034 { 13035 PyDict_SetItemString(d,"PI_ERR_FILE_ALREADY_EXISTS", SWIG_From_int((int)(PI_ERR_FILE_ALREADY_EXISTS))); 13036 } 13037 { 13038 PyDict_SetItemString(d,"PI_ERR_GENERIC_MEMORY", SWIG_From_int((int)(PI_ERR_GENERIC_MEMORY))); 13039 } 13040 { 13041 PyDict_SetItemString(d,"PI_ERR_GENERIC_ARGUMENT", SWIG_From_int((int)(PI_ERR_GENERIC_ARGUMENT))); 13042 } 13043 { 13044 PyDict_SetItemString(d,"PI_ERR_GENERIC_SYSTEM", SWIG_From_int((int)(PI_ERR_GENERIC_SYSTEM))); 13045 } 13046 { 13047 PyDict_SetItemString(d,"PI_AF_PILOT", SWIG_From_int((int)(0x00))); 13048 } 13049 { 13050 PyDict_SetItemString(d,"PI_SOCK_STREAM", SWIG_From_int((int)(0x0010))); 13051 } 13052 { 13053 PyDict_SetItemString(d,"PI_SOCK_RAW", SWIG_From_int((int)(0x0030))); 13054 } 13055 { 13056 PyDict_SetItemString(d,"PI_CMD_CMP", SWIG_From_int((int)(0x01))); 13057 } 13058 { 13059 PyDict_SetItemString(d,"PI_CMD_NET", SWIG_From_int((int)(0x02))); 13060 } 13061 { 13062 PyDict_SetItemString(d,"PI_CMD_SYS", SWIG_From_int((int)(0x03))); 13063 } 13064 { 13065 PyDict_SetItemString(d,"PI_MSG_PEEK", SWIG_From_int((int)(0x01))); 13066 } 13067 { 13068 PyDict_SetItemString(d,"PI_PF_DEV", SWIG_From_int((int)(PI_PF_DEV))); 13069 } 13070 { 13071 PyDict_SetItemString(d,"PI_PF_SLP", SWIG_From_int((int)(PI_PF_SLP))); 13072 } 13073 { 13074 PyDict_SetItemString(d,"PI_PF_SYS", SWIG_From_int((int)(PI_PF_SYS))); 13075 } 13076 { 13077 PyDict_SetItemString(d,"PI_PF_PADP", SWIG_From_int((int)(PI_PF_PADP))); 13078 } 13079 { 13080 PyDict_SetItemString(d,"PI_PF_NET", SWIG_From_int((int)(PI_PF_NET))); 13081 } 13082 { 13083 PyDict_SetItemString(d,"PI_PF_DLP", SWIG_From_int((int)(PI_PF_DLP))); 13084 } 13085 { 13086 PyDict_SetItemString(d,"PI_LEVEL_DEV", SWIG_From_int((int)(PI_LEVEL_DEV))); 13087 } 13088 { 13089 PyDict_SetItemString(d,"PI_LEVEL_SLP", SWIG_From_int((int)(PI_LEVEL_SLP))); 13090 } 13091 { 13092 PyDict_SetItemString(d,"PI_LEVEL_PADP", SWIG_From_int((int)(PI_LEVEL_PADP))); 13093 } 13094 { 13095 PyDict_SetItemString(d,"PI_LEVEL_NET", SWIG_From_int((int)(PI_LEVEL_NET))); 13096 } 13097 { 13098 PyDict_SetItemString(d,"PI_LEVEL_SYS", SWIG_From_int((int)(PI_LEVEL_SYS))); 13099 } 13100 { 13101 PyDict_SetItemString(d,"PI_LEVEL_CMP", SWIG_From_int((int)(PI_LEVEL_CMP))); 13102 } 13103 { 13104 PyDict_SetItemString(d,"PI_LEVEL_DLP", SWIG_From_int((int)(PI_LEVEL_DLP))); 13105 } 13106 { 13107 PyDict_SetItemString(d,"PI_LEVEL_SOCK", SWIG_From_int((int)(PI_LEVEL_SOCK))); 13108 } 13109 { 13110 PyDict_SetItemString(d,"PI_DEV_RATE", SWIG_From_int((int)(PI_DEV_RATE))); 13111 } 13112 { 13113 PyDict_SetItemString(d,"PI_DEV_ESTRATE", SWIG_From_int((int)(PI_DEV_ESTRATE))); 13114 } 13115 { 13116 PyDict_SetItemString(d,"PI_DEV_HIGHRATE", SWIG_From_int((int)(PI_DEV_HIGHRATE))); 13117 } 13118 { 13119 PyDict_SetItemString(d,"PI_DEV_TIMEOUT", SWIG_From_int((int)(PI_DEV_TIMEOUT))); 13120 } 13121 { 13122 PyDict_SetItemString(d,"PI_SLP_DEST", SWIG_From_int((int)(PI_SLP_DEST))); 13123 } 13124 { 13125 PyDict_SetItemString(d,"PI_SLP_LASTDEST", SWIG_From_int((int)(PI_SLP_LASTDEST))); 13126 } 13127 { 13128 PyDict_SetItemString(d,"PI_SLP_SRC", SWIG_From_int((int)(PI_SLP_SRC))); 13129 } 13130 { 13131 PyDict_SetItemString(d,"PI_SLP_LASTSRC", SWIG_From_int((int)(PI_SLP_LASTSRC))); 13132 } 13133 { 13134 PyDict_SetItemString(d,"PI_SLP_TYPE", SWIG_From_int((int)(PI_SLP_TYPE))); 13135 } 13136 { 13137 PyDict_SetItemString(d,"PI_SLP_LASTTYPE", SWIG_From_int((int)(PI_SLP_LASTTYPE))); 13138 } 13139 { 13140 PyDict_SetItemString(d,"PI_SLP_TXID", SWIG_From_int((int)(PI_SLP_TXID))); 13141 } 13142 { 13143 PyDict_SetItemString(d,"PI_SLP_LASTTXID", SWIG_From_int((int)(PI_SLP_LASTTXID))); 13144 } 13145 { 13146 PyDict_SetItemString(d,"PI_PADP_TYPE", SWIG_From_int((int)(PI_PADP_TYPE))); 13147 } 13148 { 13149 PyDict_SetItemString(d,"PI_PADP_LASTTYPE", SWIG_From_int((int)(PI_PADP_LASTTYPE))); 13150 } 13151 { 13152 PyDict_SetItemString(d,"PI_PADP_FREEZE_TXID", SWIG_From_int((int)(PI_PADP_FREEZE_TXID))); 13153 } 13154 { 13155 PyDict_SetItemString(d,"PI_PADP_USE_LONG_FORMAT", SWIG_From_int((int)(PI_PADP_USE_LONG_FORMAT))); 13156 } 13157 { 13158 PyDict_SetItemString(d,"PI_CMP_TYPE", SWIG_From_int((int)(PI_CMP_TYPE))); 13159 } 13160 { 13161 PyDict_SetItemString(d,"PI_CMP_FLAGS", SWIG_From_int((int)(PI_CMP_FLAGS))); 13162 } 13163 { 13164 PyDict_SetItemString(d,"PI_CMP_VERS", SWIG_From_int((int)(PI_CMP_VERS))); 13165 } 13166 { 13167 PyDict_SetItemString(d,"PI_CMP_BAUD", SWIG_From_int((int)(PI_CMP_BAUD))); 13168 } 13169 { 13170 PyDict_SetItemString(d,"PI_NET_TYPE", SWIG_From_int((int)(PI_NET_TYPE))); 13171 } 13172 { 13173 PyDict_SetItemString(d,"PI_NET_SPLIT_WRITES", SWIG_From_int((int)(PI_NET_SPLIT_WRITES))); 13174 } 13175 { 13176 PyDict_SetItemString(d,"PI_NET_WRITE_CHUNKSIZE", SWIG_From_int((int)(PI_NET_WRITE_CHUNKSIZE))); 13177 } 13178 { 13179 PyDict_SetItemString(d,"PI_SOCK_STATE", SWIG_From_int((int)(PI_SOCK_STATE))); 13180 } 13181 { 13182 PyDict_SetItemString(d,"PI_SOCK_HONOR_RX_TIMEOUT", SWIG_From_int((int)(PI_SOCK_HONOR_RX_TIMEOUT))); 13183 } 13184 { 13185 PyDict_SetItemString(d,"PI_DLP_VERSION_MAJOR", SWIG_From_int((int)(1))); 13186 } 13187 { 13188 PyDict_SetItemString(d,"PI_DLP_VERSION_MINOR", SWIG_From_int((int)(4))); 13189 } 13190 { 13191 PyDict_SetItemString(d,"vfsMountFlagsUseThisFileSystem", SWIG_From_int((int)(0x01))); 13192 } 13193 { 13194 PyDict_SetItemString(d,"vfsMAXFILENAME", SWIG_From_int((int)(256))); 13195 } 13196 { 13197 PyDict_SetItemString(d,"vfsInvalidVolRef", SWIG_From_int((int)(0))); 13198 } 13199 { 13200 PyDict_SetItemString(d,"vfsInvalidFileRef", SWIG_From_long((long)(0L))); 13201 } 13202 { 13203 PyDict_SetItemString(d,"dlpDBFlagResource", SWIG_From_int((int)(dlpDBFlagResource))); 13204 } 13205 { 13206 PyDict_SetItemString(d,"dlpDBFlagReadOnly", SWIG_From_int((int)(dlpDBFlagReadOnly))); 13207 } 13208 { 13209 PyDict_SetItemString(d,"dlpDBFlagAppInfoDirty", SWIG_From_int((int)(dlpDBFlagAppInfoDirty))); 13210 } 13211 { 13212 PyDict_SetItemString(d,"dlpDBFlagBackup", SWIG_From_int((int)(dlpDBFlagBackup))); 13213 } 13214 { 13215 PyDict_SetItemString(d,"dlpDBFlagHidden", SWIG_From_int((int)(dlpDBFlagHidden))); 13216 } 13217 { 13218 PyDict_SetItemString(d,"dlpDBFlagLaunchable", SWIG_From_int((int)(dlpDBFlagLaunchable))); 13219 } 13220 { 13221 PyDict_SetItemString(d,"dlpDBFlagRecyclable", SWIG_From_int((int)(dlpDBFlagRecyclable))); 13222 } 13223 { 13224 PyDict_SetItemString(d,"dlpDBFlagBundle", SWIG_From_int((int)(dlpDBFlagBundle))); 13225 } 13226 { 13227 PyDict_SetItemString(d,"dlpDBFlagOpen", SWIG_From_int((int)(dlpDBFlagOpen))); 13228 } 13229 { 13230 PyDict_SetItemString(d,"dlpDBFlagNewer", SWIG_From_int((int)(dlpDBFlagNewer))); 13231 } 13232 { 13233 PyDict_SetItemString(d,"dlpDBFlagReset", SWIG_From_int((int)(dlpDBFlagReset))); 13234 } 13235 { 13236 PyDict_SetItemString(d,"dlpDBFlagCopyPrevention", SWIG_From_int((int)(dlpDBFlagCopyPrevention))); 13237 } 13238 { 13239 PyDict_SetItemString(d,"dlpDBFlagStream", SWIG_From_int((int)(dlpDBFlagStream))); 13240 } 13241 { 13242 PyDict_SetItemString(d,"dlpDBFlagSchema", SWIG_From_int((int)(dlpDBFlagSchema))); 13243 } 13244 { 13245 PyDict_SetItemString(d,"dlpDBFlagSecure", SWIG_From_int((int)(dlpDBFlagSecure))); 13246 } 13247 { 13248 PyDict_SetItemString(d,"dlpDBFlagExtended", SWIG_From_int((int)(dlpDBFlagExtended))); 13249 } 13250 { 13251 PyDict_SetItemString(d,"dlpDBFlagFixedUp", SWIG_From_int((int)(dlpDBFlagFixedUp))); 13252 } 13253 { 13254 PyDict_SetItemString(d,"dlpDBMiscFlagExcludeFromSync", SWIG_From_int((int)(dlpDBMiscFlagExcludeFromSync))); 13255 } 13256 { 13257 PyDict_SetItemString(d,"dlpDBMiscFlagRamBased", SWIG_From_int((int)(dlpDBMiscFlagRamBased))); 13258 } 13259 { 13260 PyDict_SetItemString(d,"dlpRecAttrDeleted", SWIG_From_int((int)(dlpRecAttrDeleted))); 13261 } 13262 { 13263 PyDict_SetItemString(d,"dlpRecAttrDirty", SWIG_From_int((int)(dlpRecAttrDirty))); 13264 } 13265 { 13266 PyDict_SetItemString(d,"dlpRecAttrBusy", SWIG_From_int((int)(dlpRecAttrBusy))); 13267 } 13268 { 13269 PyDict_SetItemString(d,"dlpRecAttrSecret", SWIG_From_int((int)(dlpRecAttrSecret))); 13270 } 13271 { 13272 PyDict_SetItemString(d,"dlpRecAttrArchived", SWIG_From_int((int)(dlpRecAttrArchived))); 13273 } 13274 { 13275 PyDict_SetItemString(d,"dlpOpenRead", SWIG_From_int((int)(dlpOpenRead))); 13276 } 13277 { 13278 PyDict_SetItemString(d,"dlpOpenWrite", SWIG_From_int((int)(dlpOpenWrite))); 13279 } 13280 { 13281 PyDict_SetItemString(d,"dlpOpenExclusive", SWIG_From_int((int)(dlpOpenExclusive))); 13282 } 13283 { 13284 PyDict_SetItemString(d,"dlpOpenSecret", SWIG_From_int((int)(dlpOpenSecret))); 13285 } 13286 { 13287 PyDict_SetItemString(d,"dlpOpenReadWrite", SWIG_From_int((int)(dlpOpenReadWrite))); 13288 } 13289 { 13290 PyDict_SetItemString(d,"dlpDBListRAM", SWIG_From_int((int)(dlpDBListRAM))); 13291 } 13292 { 13293 PyDict_SetItemString(d,"dlpDBListROM", SWIG_From_int((int)(dlpDBListROM))); 13294 } 13295 { 13296 PyDict_SetItemString(d,"dlpDBListMultiple", SWIG_From_int((int)(dlpDBListMultiple))); 13297 } 13298 { 13299 PyDict_SetItemString(d,"dlpFindDBOptFlagGetAttributes", SWIG_From_int((int)(dlpFindDBOptFlagGetAttributes))); 13300 } 13301 { 13302 PyDict_SetItemString(d,"dlpFindDBOptFlagGetSize", SWIG_From_int((int)(dlpFindDBOptFlagGetSize))); 13303 } 13304 { 13305 PyDict_SetItemString(d,"dlpFindDBOptFlagMaxRecSize", SWIG_From_int((int)(dlpFindDBOptFlagMaxRecSize))); 13306 } 13307 { 13308 PyDict_SetItemString(d,"dlpFindDBSrchFlagNewSearch", SWIG_From_int((int)(dlpFindDBSrchFlagNewSearch))); 13309 } 13310 { 13311 PyDict_SetItemString(d,"dlpFindDBSrchFlagOnlyLatest", SWIG_From_int((int)(dlpFindDBSrchFlagOnlyLatest))); 13312 } 13313 { 13314 PyDict_SetItemString(d,"dlpEndCodeNormal", SWIG_From_int((int)(dlpEndCodeNormal))); 13315 } 13316 { 13317 PyDict_SetItemString(d,"dlpEndCodeOutOfMemory", SWIG_From_int((int)(dlpEndCodeOutOfMemory))); 13318 } 13319 { 13320 PyDict_SetItemString(d,"dlpEndCodeUserCan", SWIG_From_int((int)(dlpEndCodeUserCan))); 13321 } 13322 { 13323 PyDict_SetItemString(d,"dlpEndCodeOther", SWIG_From_int((int)(dlpEndCodeOther))); 13324 } 13325 { 13326 PyDict_SetItemString(d,"dlpExpCapabilityHasStorage", SWIG_From_int((int)(dlpExpCapabilityHasStorage))); 13327 } 13328 { 13329 PyDict_SetItemString(d,"dlpExpCapabilityReadOnly", SWIG_From_int((int)(dlpExpCapabilityReadOnly))); 13330 } 13331 { 13332 PyDict_SetItemString(d,"dlpExpCapabilitySerial", SWIG_From_int((int)(dlpExpCapabilitySerial))); 13333 } 13334 { 13335 PyDict_SetItemString(d,"vfsVolAttrSlotBased", SWIG_From_int((int)(vfsVolAttrSlotBased))); 13336 } 13337 { 13338 PyDict_SetItemString(d,"vfsVolAttrReadOnly", SWIG_From_int((int)(vfsVolAttrReadOnly))); 13339 } 13340 { 13341 PyDict_SetItemString(d,"vfsVolAttrHidden", SWIG_From_int((int)(vfsVolAttrHidden))); 13342 } 13343 { 13344 PyDict_SetItemString(d,"vfsOriginBeginning", SWIG_From_int((int)(vfsOriginBeginning))); 13345 } 13346 { 13347 PyDict_SetItemString(d,"vfsOriginCurrent", SWIG_From_int((int)(vfsOriginCurrent))); 13348 } 13349 { 13350 PyDict_SetItemString(d,"vfsOriginEnd", SWIG_From_int((int)(vfsOriginEnd))); 13351 } 13352 { 13353 PyDict_SetItemString(d,"dlpVFSOpenExclusive", SWIG_From_int((int)(dlpVFSOpenExclusive))); 13354 } 13355 { 13356 PyDict_SetItemString(d,"dlpVFSOpenRead", SWIG_From_int((int)(dlpVFSOpenRead))); 13357 } 13358 { 13359 PyDict_SetItemString(d,"dlpVFSOpenWrite", SWIG_From_int((int)(dlpVFSOpenWrite))); 13360 } 13361 { 13362 PyDict_SetItemString(d,"dlpVFSOpenReadWrite", SWIG_From_int((int)(dlpVFSOpenReadWrite))); 13363 } 13364 { 13365 PyDict_SetItemString(d,"vfsModeExclusive", SWIG_From_int((int)(vfsModeExclusive))); 13366 } 13367 { 13368 PyDict_SetItemString(d,"vfsModeRead", SWIG_From_int((int)(vfsModeRead))); 13369 } 13370 { 13371 PyDict_SetItemString(d,"vfsModeWrite", SWIG_From_int((int)(vfsModeWrite))); 13372 } 13373 { 13374 PyDict_SetItemString(d,"vfsModeReadWrite", SWIG_From_int((int)(vfsModeReadWrite))); 13375 } 13376 { 13377 PyDict_SetItemString(d,"vfsModeCreate", SWIG_From_int((int)(vfsModeCreate))); 13378 } 13379 { 13380 PyDict_SetItemString(d,"vfsModeTruncate", SWIG_From_int((int)(vfsModeTruncate))); 13381 } 13382 { 13383 PyDict_SetItemString(d,"vfsModeLeaveOpen", SWIG_From_int((int)(vfsModeLeaveOpen))); 13384 } 13385 { 13386 PyDict_SetItemString(d,"vfsFileAttrReadOnly", SWIG_From_int((int)(vfsFileAttrReadOnly))); 13387 } 13388 { 13389 PyDict_SetItemString(d,"vfsFileAttrHidden", SWIG_From_int((int)(vfsFileAttrHidden))); 13390 } 13391 { 13392 PyDict_SetItemString(d,"vfsFileAttrSystem", SWIG_From_int((int)(vfsFileAttrSystem))); 13393 } 13394 { 13395 PyDict_SetItemString(d,"vfsFileAttrVolumeLabel", SWIG_From_int((int)(vfsFileAttrVolumeLabel))); 13396 } 13397 { 13398 PyDict_SetItemString(d,"vfsFileAttrDirectory", SWIG_From_int((int)(vfsFileAttrDirectory))); 13399 } 13400 { 13401 PyDict_SetItemString(d,"vfsFileAttrArchive", SWIG_From_int((int)(vfsFileAttrArchive))); 13402 } 13403 { 13404 PyDict_SetItemString(d,"vfsFileAttrLink", SWIG_From_int((int)(vfsFileAttrLink))); 13405 } 13406 { 13407 PyDict_SetItemString(d,"vfsFileDateCreated", SWIG_From_int((int)(vfsFileDateCreated))); 13408 } 13409 { 13410 PyDict_SetItemString(d,"vfsFileDateModified", SWIG_From_int((int)(vfsFileDateModified))); 13411 } 13412 { 13413 PyDict_SetItemString(d,"vfsFileDateAccessed", SWIG_From_int((int)(vfsFileDateAccessed))); 13414 } 13415 { 13416 PyDict_SetItemString(d,"vfsIteratorStart", SWIG_From_int((int)(vfsIteratorStart))); 13417 } 13418 { 13419 PyDict_SetItemString(d,"vfsIteratorStop", SWIG_From_int((int)(vfsIteratorStop))); 13420 } 13421 { 13422 PyDict_SetItemString(d,"dlpErrNoError", SWIG_From_int((int)(dlpErrNoError))); 13423 } 13424 { 13425 PyDict_SetItemString(d,"dlpErrSystem", SWIG_From_int((int)(dlpErrSystem))); 13426 } 13427 { 13428 PyDict_SetItemString(d,"dlpErrIllegalReq", SWIG_From_int((int)(dlpErrIllegalReq))); 13429 } 13430 { 13431 PyDict_SetItemString(d,"dlpErrMemory", SWIG_From_int((int)(dlpErrMemory))); 13432 } 13433 { 13434 PyDict_SetItemString(d,"dlpErrParam", SWIG_From_int((int)(dlpErrParam))); 13435 } 13436 { 13437 PyDict_SetItemString(d,"dlpErrNotFound", SWIG_From_int((int)(dlpErrNotFound))); 13438 } 13439 { 13440 PyDict_SetItemString(d,"dlpErrNoneOpen", SWIG_From_int((int)(dlpErrNoneOpen))); 13441 } 13442 { 13443 PyDict_SetItemString(d,"dlpErrAlreadyOpen", SWIG_From_int((int)(dlpErrAlreadyOpen))); 13444 } 13445 { 13446 PyDict_SetItemString(d,"dlpErrTooManyOpen", SWIG_From_int((int)(dlpErrTooManyOpen))); 13447 } 13448 { 13449 PyDict_SetItemString(d,"dlpErrExists", SWIG_From_int((int)(dlpErrExists))); 13450 } 13451 { 13452 PyDict_SetItemString(d,"dlpErrOpen", SWIG_From_int((int)(dlpErrOpen))); 13453 } 13454 { 13455 PyDict_SetItemString(d,"dlpErrDeleted", SWIG_From_int((int)(dlpErrDeleted))); 13456 } 13457 { 13458 PyDict_SetItemString(d,"dlpErrBusy", SWIG_From_int((int)(dlpErrBusy))); 13459 } 13460 { 13461 PyDict_SetItemString(d,"dlpErrNotSupp", SWIG_From_int((int)(dlpErrNotSupp))); 13462 } 13463 { 13464 PyDict_SetItemString(d,"dlpErrUnused1", SWIG_From_int((int)(dlpErrUnused1))); 13465 } 13466 { 13467 PyDict_SetItemString(d,"dlpErrReadOnly", SWIG_From_int((int)(dlpErrReadOnly))); 13468 } 13469 { 13470 PyDict_SetItemString(d,"dlpErrSpace", SWIG_From_int((int)(dlpErrSpace))); 13471 } 13472 { 13473 PyDict_SetItemString(d,"dlpErrLimit", SWIG_From_int((int)(dlpErrLimit))); 13474 } 13475 { 13476 PyDict_SetItemString(d,"dlpErrSync", SWIG_From_int((int)(dlpErrSync))); 13477 } 13478 { 13479 PyDict_SetItemString(d,"dlpErrWrapper", SWIG_From_int((int)(dlpErrWrapper))); 13480 } 13481 { 13482 PyDict_SetItemString(d,"dlpErrArgument", SWIG_From_int((int)(dlpErrArgument))); 13483 } 13484 { 13485 PyDict_SetItemString(d,"dlpErrSize", SWIG_From_int((int)(dlpErrSize))); 13486 } 13487 { 13488 PyDict_SetItemString(d,"dlpErrUnknown", SWIG_From_int((int)(dlpErrUnknown))); 13489 } 13490 }
Here is the call graph for this function:

| static PyObject* NetSyncInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 7910 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_NetSyncInfo.
07910 { 07911 PyObject *obj; 07912 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 07913 SWIG_TypeClientData(SWIGTYPE_p_NetSyncInfo, obj); 07914 Py_INCREF(obj); 07915 return Py_BuildValue((char *)""); 07916 }
Here is the call graph for this function:

| static PyObject* pi_socket_list_t_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3482 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_pi_socket_list.
03482 { 03483 PyObject *obj; 03484 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 03485 SWIG_TypeClientData(SWIGTYPE_p_pi_socket_list, obj); 03486 Py_INCREF(obj); 03487 return Py_BuildValue((char *)""); 03488 }
Here is the call graph for this function:

| static PyObject* pi_socket_t_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 3366 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_pi_socket.
03366 { 03367 PyObject *obj; 03368 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 03369 SWIG_TypeClientData(SWIGTYPE_p_pi_socket, obj); 03370 Py_INCREF(obj); 03371 return Py_BuildValue((char *)""); 03372 }
Here is the call graph for this function:

| static PyObject* PilotUser_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5849 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_PilotUser.
05849 { 05850 PyObject *obj; 05851 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 05852 SWIG_TypeClientData(SWIGTYPE_p_PilotUser, obj); 05853 Py_INCREF(obj); 05854 return Py_BuildValue((char *)""); 05855 }
Here is the call graph for this function:

| static int PyModule_AddObject | ( | PyObject * | m, | |
| char * | name, | |||
| PyObject * | o | |||
| ) | [static] |
Definition at line 1370 of file pisock_wrap.c.
Referenced by SWIG_Python_SetModule().
01371 { 01372 PyObject *dict; 01373 if (!PyModule_Check(m)) { 01374 PyErr_SetString(PyExc_TypeError, 01375 "PyModule_AddObject() needs module as first arg"); 01376 return -1; 01377 } 01378 if (!o) { 01379 PyErr_SetString(PyExc_TypeError, 01380 "PyModule_AddObject() needs non-NULL value"); 01381 return -1; 01382 } 01383 01384 dict = PyModule_GetDict(m); 01385 if (dict == NULL) { 01386 /* Internal error -- modules must have a dict! */ 01387 PyErr_Format(PyExc_SystemError, "module '%s' has no __dict__", 01388 PyModule_GetName(m)); 01389 return -1; 01390 } 01391 if (PyDict_SetItemString(dict, name, o)) 01392 return -1; 01393 Py_DECREF(o); 01394 return 0; 01395 }
| static PyObject* PyObjectFromCardInfo | ( | const struct CardInfo * | ci | ) | [static] |
Definition at line 1646 of file pisock_wrap.c.
References CardInfo::card, ConvertFromEncoding(), CardInfo::creation, CardInfo::manufacturer, CardInfo::more, CardInfo::name, CardInfo::ramFree, CardInfo::ramSize, CardInfo::romSize, and CardInfo::version.
Referenced by _wrap_dlp_ReadStorageInfo().
01647 { 01648 PyObject *returnObj, *nameObj, *manufacturerObj; 01649 01650 nameObj = ConvertFromEncoding(ci->name, "cp1252", "replace", 1); 01651 manufacturerObj = ConvertFromEncoding(ci->manufacturer, "cp1252", "replace", 1); 01652 01653 returnObj = Py_BuildValue("{sisislslslslsOsOsi}", 01654 "card", ci->card, 01655 "version", ci->version, 01656 "creation", ci->creation, 01657 "romSize", ci->romSize, 01658 "ramSize", ci->ramSize, 01659 "ramFree", ci->ramFree, 01660 "name", nameObj, 01661 "manufacturer", manufacturerObj, 01662 "more", ci->more); 01663 01664 Py_DECREF(nameObj); 01665 Py_DECREF(manufacturerObj); 01666 return returnObj; 01667 }
Here is the call graph for this function:

| static PyObject* PyObjectFromDBInfo | ( | const struct DBInfo * | dbi | ) | [static] |
Definition at line 1554 of file pisock_wrap.c.
References DBInfo::backupDate, ConvertFromEncoding(), DBInfo::createDate, DBInfo::creator, dlpDBFlagAppInfoDirty, dlpDBFlagBackup, dlpDBFlagCopyPrevention, dlpDBFlagExtended, dlpDBFlagFixedUp, dlpDBFlagLaunchable, dlpDBFlagNewer, dlpDBFlagOpen, dlpDBFlagReadOnly, dlpDBFlagReset, dlpDBFlagResource, dlpDBFlagSchema, dlpDBFlagSecure, dlpDBFlagStream, dlpDBMiscFlagExcludeFromSync, DBInfo::flags, DBInfo::index, DBInfo::miscFlags, DBInfo::modifyDate, DBInfo::modnum, DBInfo::more, DBInfo::name, printlong(), DBInfo::type, and DBInfo::version.
Referenced by _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), and _wrap_dlp_ReadDBList_().
01555 { 01556 PyObject *returnObj; 01557 PyObject *nameObj = ConvertFromEncoding(dbi->name, "palmos", "replace", 1); 01558 01559 returnObj = Py_BuildValue("{sisisisOsOsislslslslsisOsisisisisisisisisisisisisisisi}", 01560 "more", dbi->more, 01561 "flags", dbi->flags, 01562 "miscFlags", dbi->miscFlags, 01563 "type", PyString_FromStringAndSize(printlong(dbi->type), 4), 01564 "creator", PyString_FromStringAndSize(printlong(dbi->creator), 4), 01565 "version", dbi->version, 01566 "modnum", dbi->modnum, 01567 "createDate", dbi->createDate, 01568 "modifyDate", dbi->modifyDate, 01569 "backupDate", dbi->backupDate, 01570 "index", dbi->index, 01571 "name", nameObj, 01572 01573 "flagResource", !!(dbi->flags & dlpDBFlagResource), 01574 "flagReadOnly", !!(dbi->flags & dlpDBFlagReadOnly), 01575 "flagAppInfoDirty", !!(dbi->flags & dlpDBFlagAppInfoDirty), 01576 "flagBackup", !!(dbi->flags & dlpDBFlagBackup), 01577 "flagLaunchable", !!(dbi->flags & dlpDBFlagLaunchable), 01578 "flagOpen", !!(dbi->flags & dlpDBFlagOpen), 01579 "flagNewer", !!(dbi->flags & dlpDBFlagNewer), 01580 "flagReset", !!(dbi->flags & dlpDBFlagReset), 01581 "flagCopyPrevention", !!(dbi->flags & dlpDBFlagCopyPrevention), 01582 "flagStream", !!(dbi->flags & dlpDBFlagStream), 01583 "flagExcludeFromSync", !!(dbi->miscFlags & dlpDBMiscFlagExcludeFromSync), 01584 01585 "flagSchema", !!(dbi->flags & dlpDBFlagSchema), 01586 "flagSecure", !!(dbi->flags & dlpDBFlagSecure), 01587 "flagExtended", !!(dbi->flags & dlpDBFlagExtended), 01588 "flagFixedUp", !!(dbi->flags & dlpDBFlagFixedUp)); 01589 01590 Py_DECREF(nameObj); 01591 return returnObj; 01592 }
Here is the call graph for this function:

| static PyObject* PyObjectFromDBSizeInfo | ( | const struct DBSizeInfo * | si | ) | [static] |
Definition at line 1635 of file pisock_wrap.c.
References DBSizeInfo::appBlockSize, DBSizeInfo::dataBytes, DBSizeInfo::maxRecSize, DBSizeInfo::numRecords, DBSizeInfo::sortBlockSize, and DBSizeInfo::totalBytes.
Referenced by _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), and _wrap_dlp_FindDBByTypeCreator().
01636 { 01637 return Py_BuildValue("{slslslslslsl}", 01638 "numRecords", si->numRecords, 01639 "totalBytes", si->totalBytes, 01640 "dataBytes", si->dataBytes, 01641 "appBlockSize", si->appBlockSize, 01642 "sortBlockSize", si->sortBlockSize, 01643 "maxRecSize", si->maxRecSize); 01644 }
| static PyObject* PyObjectFromNetSyncInfo | ( | const struct NetSyncInfo * | ni | ) | [static] |
Definition at line 1726 of file pisock_wrap.c.
References NetSyncInfo::hostAddress, NetSyncInfo::hostName, NetSyncInfo::hostSubnetMask, and NetSyncInfo::lanSync.
Referenced by _wrap_dlp_ReadNetSyncInfo().
01727 { 01728 return Py_BuildValue("{sissssss}", 01729 "lanSync", ni->lanSync, 01730 "hostName", ni->hostName, 01731 "hostAddress", ni->hostAddress, 01732 "hostSubnetMask", ni->hostSubnetMask); 01733 }
| static PyObject* PyObjectFromPilotUser | ( | const struct PilotUser * | pi | ) | [static] |
Definition at line 1677 of file pisock_wrap.c.
References ConvertFromEncoding(), PilotUser::lastSyncDate, PilotUser::lastSyncPC, PilotUser::password, PilotUser::successfulSyncDate, PilotUser::userID, PilotUser::username, and PilotUser::viewerID.
Referenced by _wrap_delete_PilotUser(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_WriteUserInfo(), _wrap_PilotUser_lastSyncDate_get(), _wrap_PilotUser_lastSyncDate_set(), _wrap_PilotUser_lastSyncPC_get(), _wrap_PilotUser_lastSyncPC_set(), _wrap_PilotUser_password_get(), _wrap_PilotUser_password_set(), _wrap_PilotUser_passwordLength_get(), _wrap_PilotUser_passwordLength_set(), _wrap_PilotUser_successfulSyncDate_get(), _wrap_PilotUser_successfulSyncDate_set(), _wrap_PilotUser_userID_get(), _wrap_PilotUser_userID_set(), _wrap_PilotUser_username_get(), _wrap_PilotUser_username_set(), _wrap_PilotUser_viewerID_get(), and _wrap_PilotUser_viewerID_set().
01678 { 01679 PyObject *nameObj, *passwordObj, *returnObj; 01680 01681 nameObj = ConvertFromEncoding(pi->username, "palmos", "replace", 1); 01682 passwordObj = ConvertFromEncoding(pi->password, "palmos", "strict", 1); 01683 01684 returnObj = Py_BuildValue("{slslslslslsOsO}", 01685 "userID", pi->userID, 01686 "viewerID", pi->viewerID, 01687 "lastSyncPC", pi->lastSyncPC, 01688 "successfulSyncDate", pi->successfulSyncDate, 01689 "lastSyncDate", pi->lastSyncDate, 01690 "name", nameObj, 01691 "password", passwordObj); 01692 01693 Py_DECREF(nameObj); 01694 Py_DECREF(passwordObj); 01695 return returnObj; 01696 }
Here is the call graph for this function:

| static PyObject* PyObjectFromSysInfo | ( | const struct SysInfo * | si | ) | [static] |
Definition at line 1669 of file pisock_wrap.c.
References SysInfo::locale, SysInfo::prodID, SysInfo::prodIDLength, and SysInfo::romVersion.
Referenced by _wrap_delete_SysInfo(), _wrap_dlp_ReadSysInfo(), _wrap_SysInfo_compatMajorVersion_get(), _wrap_SysInfo_compatMajorVersion_set(), _wrap_SysInfo_compatMinorVersion_get(), _wrap_SysInfo_compatMinorVersion_set(), _wrap_SysInfo_dlpMajorVersion_get(), _wrap_SysInfo_dlpMajorVersion_set(), _wrap_SysInfo_dlpMinorVersion_get(), _wrap_SysInfo_dlpMinorVersion_set(), _wrap_SysInfo_locale_get(), _wrap_SysInfo_locale_set(), _wrap_SysInfo_maxRecSize_get(), _wrap_SysInfo_maxRecSize_set(), _wrap_SysInfo_prodID_get(), _wrap_SysInfo_prodID_set(), _wrap_SysInfo_prodIDLength_get(), _wrap_SysInfo_prodIDLength_set(), _wrap_SysInfo_romVersion_get(), and _wrap_SysInfo_romVersion_set().
01670 { 01671 return Py_BuildValue("{slslss#}", 01672 "romVersion", si->romVersion, 01673 "locale", si->locale, 01674 "name", si->prodID, si->prodIDLength); 01675 }
| static void PyObjectToNetSyncInfo | ( | PyObject * | o, | |
| struct NetSyncInfo * | ni | |||
| ) | [static] |
Definition at line 1735 of file pisock_wrap.c.
References DGETLONG, DGETSTR, NetSyncInfo::hostAddress, NetSyncInfo::hostName, NetSyncInfo::hostSubnetMask, and NetSyncInfo::lanSync.
Referenced by _wrap_dlp_WriteNetSyncInfo().
01736 { 01737 ni->lanSync = (int) DGETLONG(o,"lanSync",0); 01738 strncpy(ni->hostName, DGETSTR(o,"hostName",""), sizeof(ni->hostName)); 01739 strncpy(ni->hostAddress, DGETSTR(o,"hostAddress",""), sizeof(ni->hostAddress)); 01740 strncpy(ni->hostSubnetMask, DGETSTR(o,"hostSubnetMask",""), sizeof(ni->hostSubnetMask)); 01741 }
| static int PyObjectToPilotUser | ( | PyObject * | o, | |
| struct PilotUser * | pi | |||
| ) | [static] |
Definition at line 1698 of file pisock_wrap.c.
References ConvertToEncoding(), DGETLONG, PilotUser::lastSyncDate, PilotUser::lastSyncPC, PilotUser::password, PilotUser::successfulSyncDate, PilotUser::userID, PilotUser::username, and PilotUser::viewerID.
Referenced by _wrap_dlp_WriteUserInfo().
01699 { 01700 /* return 0 if string conversion to palmos charset failed, otherwise return 1 */ 01701 PyObject *stringObj; 01702 01703 pi->userID = DGETLONG(o,"userID",0); 01704 pi->viewerID = DGETLONG(o,"viewerID",0); 01705 pi->lastSyncPC = DGETLONG(o,"lastSyncPC",0); 01706 pi->successfulSyncDate = DGETLONG(o,"successfulSyncDate",0); 01707 pi->lastSyncDate = DGETLONG(o,"lastSyncDate",0); 01708 01709 memset(pi->username, 0, sizeof(pi->username)); 01710 stringObj = PyDict_GetItemString(o,"name"); 01711 if (stringObj) { 01712 if (!ConvertToEncoding(stringObj, "palmos", "replace", 0, pi->username, sizeof(pi->username))) 01713 return 0; 01714 } 01715 01716 memset(pi->password, 0, sizeof(pi->password)); 01717 stringObj = PyDict_GetItemString(o,"password"); 01718 if (stringObj) { 01719 if (!ConvertToEncoding(stringObj, "palmos", "strict", 0, pi->password, sizeof(pi->password))) 01720 return 0; 01721 } 01722 01723 return 1; 01724 }
Here is the call graph for this function:

| static PyObject* PyString_FromFormat | ( | const char * | fmt, | |
| ... | ||||
| ) | [static] |
Definition at line 636 of file pisock_wrap.c.
References buf, and SWIG_BUFFER_SIZE.
Referenced by PySwigObject_repr(), PySwigPacked_repr(), and PySwigPacked_str().
00636 { 00637 va_list ap; 00638 char buf[SWIG_BUFFER_SIZE * 2]; 00639 int res; 00640 va_start(ap, fmt); 00641 res = vsnprintf(buf, sizeof(buf), fmt, ap); 00642 va_end(ap); 00643 return (res < 0 || res >= sizeof(buf)) ? 0 : PyString_FromString(buf); 00644 }
| static void* PySwigObject_AsVoidPtr | ( | PyObject * | self | ) | [static] |
Definition at line 850 of file pisock_wrap.c.
Referenced by SWIG_Python_ConvertPtr().
00851 { 00852 return ((PySwigObject *)self)->ptr; 00853 }
| static int PySwigObject_Check | ( | PyObject * | op | ) | [static] |
Definition at line 862 of file pisock_wrap.c.
References PySwigObject_type().
Referenced by SWIG_Python_ConvertPtr(), and SWIG_Python_TypeError().
00862 { 00863 return ((op)->ob_type == PySwigObject_type()) 00864 || (strcmp((op)->ob_type->tp_name,"PySwigObject") == 0); 00865 }
Here is the call graph for this function:

| static int PySwigObject_compare | ( | PySwigObject * | v, | |
| PySwigObject * | w | |||
| ) | [static] |
Definition at line 729 of file pisock_wrap.c.
References PySwigObject::desc, and PySwigObject::ptr.
Referenced by PySwigObject_type().
00730 { 00731 int c = strcmp(v->desc, w->desc); 00732 if (c) { 00733 return (c > 0) ? 1 : -1; 00734 } else { 00735 void *i = v->ptr; 00736 void *j = w->ptr; 00737 return (i < j) ? -1 : ((i > j) ? 1 : 0); 00738 } 00739 }
| static void PySwigObject_dealloc | ( | PySwigObject * | self | ) | [static] |
Definition at line 742 of file pisock_wrap.c.
References PyObject_Del.
Referenced by PySwigObject_type().
00743 { 00744 PyObject_Del(self); 00745 }
| static PyObject* PySwigObject_format | ( | const char * | fmt, | |
| PySwigObject * | v | |||
| ) | [static] |
Definition at line 701 of file pisock_wrap.c.
References PySwigObject_long().
Referenced by PySwigObject_hex(), and PySwigObject_oct().
00702 { 00703 PyObject *res = NULL; 00704 PyObject *args = PyTuple_New(1); 00705 if (args && (PyTuple_SetItem(args, 0, PySwigObject_long(v)) == 0)) { 00706 PyObject *ofmt = PyString_FromString(fmt); 00707 if (ofmt) { 00708 res = PyString_Format(ofmt,args); 00709 Py_DECREF(ofmt); 00710 } 00711 Py_DECREF(args); 00712 } 00713 return res; 00714 }
Here is the call graph for this function:

| static PyObject* PySwigObject_FromVoidPtrAndDesc | ( | void * | ptr, | |
| const char * | desc | |||
| ) | [static] |
Definition at line 839 of file pisock_wrap.c.
References PySwigObject_type().
Referenced by SWIG_Python_NewPointerObj().
00840 { 00841 PySwigObject *self = PyObject_NEW(PySwigObject, PySwigObject_type()); 00842 if (self) { 00843 self->ptr = ptr; 00844 self->desc = desc; 00845 } 00846 return (PyObject *)self; 00847 }
Here is the call graph for this function:

| static const char* PySwigObject_GetDesc | ( | PyObject * | self | ) | [static] |
Definition at line 856 of file pisock_wrap.c.
Referenced by SWIG_Python_ConvertPtr(), and SWIG_Python_TypeError().
00857 { 00858 return ((PySwigObject *)self)->desc; 00859 }
| static PyObject* PySwigObject_hex | ( | PySwigObject * | v | ) | [static] |
Definition at line 723 of file pisock_wrap.c.
References PySwigObject_format().
Referenced by PySwigObject_type().
00724 { 00725 return PySwigObject_format("%x",v); 00726 }
Here is the call graph for this function:

| static PyObject* PySwigObject_long | ( | PySwigObject * | v | ) | [static] |
Definition at line 695 of file pisock_wrap.c.
References PySwigObject::ptr.
Referenced by PySwigObject_format(), and PySwigObject_type().
00696 { 00697 return PyLong_FromVoidPtr(v->ptr); 00698 }
| static PyObject* PySwigObject_oct | ( | PySwigObject * | v | ) | [static] |
Definition at line 717 of file pisock_wrap.c.
References PySwigObject_format().
Referenced by PySwigObject_type().
00718 { 00719 return PySwigObject_format("%o",v); 00720 }
Here is the call graph for this function:

| static int PySwigObject_print | ( | PySwigObject * | v, | |
| FILE * | fp, | |||
| int | flags | |||
| ) | [static] |
Definition at line 666 of file pisock_wrap.c.
References PySwigObject::desc, PySwigObject::ptr, SWIG_BUFFER_SIZE, and SWIG_PackVoidPtr().
Referenced by PySwigObject_type().
00667 { 00668 char result[SWIG_BUFFER_SIZE]; 00669 flags = flags; 00670 if (SWIG_PackVoidPtr(result, v->ptr, v->desc, sizeof(result))) { 00671 fputs("<Swig Object at ", fp); fputs(result, fp); fputs(">", fp); 00672 return 0; 00673 } else { 00674 return 1; 00675 } 00676 }
Here is the call graph for this function:

| static PyObject* PySwigObject_repr | ( | PySwigObject * | v | ) | [static] |
Definition at line 679 of file pisock_wrap.c.
References PySwigObject::desc, PySwigObject::ptr, PyString_FromFormat(), SWIG_BUFFER_SIZE, and SWIG_PackVoidPtr().
Referenced by PySwigObject_type().
00680 { 00681 char result[SWIG_BUFFER_SIZE]; 00682 return SWIG_PackVoidPtr(result, v->ptr, v->desc, sizeof(result)) ? 00683 PyString_FromFormat("<Swig Object at %s>", result) : 0; 00684 }
Here is the call graph for this function:

| static PyObject* PySwigObject_str | ( | PySwigObject * | v | ) | [static] |
Definition at line 687 of file pisock_wrap.c.
References PySwigObject::desc, PySwigObject::ptr, SWIG_BUFFER_SIZE, and SWIG_PackVoidPtr().
Referenced by PySwigObject_type().
00688 { 00689 char result[SWIG_BUFFER_SIZE]; 00690 return SWIG_PackVoidPtr(result, v->ptr, v->desc, sizeof(result)) ? 00691 PyString_FromString(result) : 0; 00692 }
Here is the call graph for this function:

| static PyTypeObject* PySwigObject_type | ( | void | ) | [static] |
Definition at line 748 of file pisock_wrap.c.
References PySwigObject_compare(), PySwigObject_dealloc(), PySwigObject_hex(), PySwigObject_long(), PySwigObject_oct(), PySwigObject_print(), PySwigObject_repr(), PySwigObject_str(), and SWIGRUNTIME.
Referenced by PySwigObject_Check(), and PySwigObject_FromVoidPtrAndDesc().
00748 { 00749 static char pyswigobject_type__doc__[] = 00750 "Swig object carries a C/C++ instance pointer"; 00751 00752 static PyNumberMethods PySwigObject_as_number = { 00753 (binaryfunc)0, /*nb_add*/ 00754 (binaryfunc)0, /*nb_subtract*/ 00755 (binaryfunc)0, /*nb_multiply*/ 00756 (binaryfunc)0, /*nb_divide*/ 00757 (binaryfunc)0, /*nb_remainder*/ 00758 (binaryfunc)0, /*nb_divmod*/ 00759 (ternaryfunc)0,/*nb_power*/ 00760 (unaryfunc)0, /*nb_negative*/ 00761 (unaryfunc)0, /*nb_positive*/ 00762 (unaryfunc)0, /*nb_absolute*/ 00763 (inquiry)0, /*nb_nonzero*/ 00764 0, /*nb_invert*/ 00765 0, /*nb_lshift*/ 00766 0, /*nb_rshift*/ 00767 0, /*nb_and*/ 00768 0, /*nb_xor*/ 00769 0, /*nb_or*/ 00770 (coercion)0, /*nb_coerce*/ 00771 (unaryfunc)PySwigObject_long, /*nb_int*/ 00772 (unaryfunc)PySwigObject_long, /*nb_long*/ 00773 (unaryfunc)0, /*nb_float*/ 00774 (unaryfunc)PySwigObject_oct, /*nb_oct*/ 00775 (unaryfunc)PySwigObject_hex, /*nb_hex*/ 00776 #if PY_VERSION_HEX >= 0x02020000 00777 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_true_divide */ 00778 #elif PY_VERSION_HEX >= 0x02000000 00779 0,0,0,0,0,0,0,0,0,0,0 /* nb_inplace_add -> nb_inplace_or */ 00780 #endif 00781 }; 00782 00783 static PyTypeObject pyswigobject_type 00784 #if !defined(__cplusplus) 00785 ; 00786 static int type_init = 0; 00787 if (!type_init) { 00788 PyTypeObject tmp 00789 #endif 00790 = { 00791 PyObject_HEAD_INIT(&PyType_Type) 00792 0, /*ob_size*/ 00793 (char *)"PySwigObject", /*tp_name*/ 00794 sizeof(PySwigObject), /*tp_basicsize*/ 00795 0, /*tp_itemsize*/ 00796 /* methods */ 00797 (destructor)PySwigObject_dealloc, /*tp_dealloc*/ 00798 (printfunc)PySwigObject_print, /*tp_print*/ 00799 (getattrfunc)0, /*tp_getattr*/ 00800 (setattrfunc)0, /*tp_setattr*/ 00801 (cmpfunc)PySwigObject_compare, /*tp_compare*/ 00802 (reprfunc)PySwigObject_repr, /*tp_repr*/ 00803 &PySwigObject_as_number, /*tp_as_number*/ 00804 0, /*tp_as_sequence*/ 00805 0, /*tp_as_mapping*/ 00806 (hashfunc)0, /*tp_hash*/ 00807 (ternaryfunc)0, /*tp_call*/ 00808 (reprfunc)PySwigObject_str, /*tp_str*/ 00809 /* Space for future expansion */ 00810 0,0,0,0, 00811 pyswigobject_type__doc__, /* Documentation string */ 00812 #if PY_VERSION_HEX >= 0x02000000 00813 0, /* tp_traverse */ 00814 0, /* tp_clear */ 00815 #endif 00816 #if PY_VERSION_HEX >= 0x02010000 00817 0, /* tp_richcompare */ 00818 0, /* tp_weaklistoffset */ 00819 #endif 00820 #if PY_VERSION_HEX >= 0x02020000 00821 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */ 00822 #endif 00823 #if PY_VERSION_HEX >= 0x02030000 00824 0, /* tp_del */ 00825 #endif 00826 #ifdef COUNT_ALLOCS 00827 0,0,0,0 /* tp_alloc -> tp_next */ 00828 #endif 00829 }; 00830 #if !defined(__cplusplus) 00831 pyswigobject_type = tmp; 00832 type_init = 1; 00833 } 00834 #endif 00835 return &pyswigobject_type; 00836 }
Here is the call graph for this function:

| static int PySwigPacked_Check | ( | PyObject * | op | ) | [static] |
Definition at line 1030 of file pisock_wrap.c.
References PySwigPacked_type().
01030 { 01031 return ((op)->ob_type == PySwigPacked_type()) 01032 || (strcmp((op)->ob_type->tp_name,"PySwigPacked") == 0); 01033 }
Here is the call graph for this function:

| static int PySwigPacked_compare | ( | PySwigPacked * | v, | |
| PySwigPacked * | w | |||
| ) | [static] |
Definition at line 916 of file pisock_wrap.c.
References PySwigPacked::desc, PySwigPacked::pack, and PySwigPacked::size.
Referenced by PySwigPacked_type().
00917 { 00918 int c = strcmp(v->desc, w->desc); 00919 if (c) { 00920 return (c > 0) ? 1 : -1; 00921 } else { 00922 size_t i = v->size; 00923 size_t j = w->size; 00924 int s = (i < j) ? -1 : ((i > j) ? 1 : 0); 00925 return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size); 00926 } 00927 }
| static void PySwigPacked_dealloc | ( | PySwigPacked * | self | ) | [static] |
Definition at line 930 of file pisock_wrap.c.
References PySwigPacked::pack, and PyObject_Del.
Referenced by PySwigPacked_type().
00931 { 00932 free(self->pack); 00933 PyObject_Del(self); 00934 }
| static PyObject* PySwigPacked_FromDataAndDesc | ( | void * | ptr, | |
| size_t | size, | |||
| const char * | desc | |||
| ) | [static] |
Definition at line 996 of file pisock_wrap.c.
References pack, and PySwigPacked_type().
Referenced by SWIG_Python_NewPackedObj().
00997 { 00998 PySwigPacked *self = PyObject_NEW(PySwigPacked, PySwigPacked_type()); 00999 if (self == NULL) { 01000 return NULL; 01001 } else { 01002 void *pack = malloc(size); 01003 if (pack) { 01004 memcpy(pack, ptr, size); 01005 self->pack = pack; 01006 self->desc = desc; 01007 self->size = size; 01008 return (PyObject *) self; 01009 } 01010 return NULL; 01011 } 01012 }
Here is the call graph for this function:

| static const char* PySwigPacked_GetDesc | ( | PyObject * | self | ) | [static] |
Definition at line 1024 of file pisock_wrap.c.
01025 { 01026 return ((PySwigPacked *)self)->desc; 01027 }
| static int PySwigPacked_print | ( | PySwigPacked * | v, | |
| FILE * | fp, | |||
| int | flags | |||
| ) | [static] |
Definition at line 879 of file pisock_wrap.c.
References PySwigPacked::desc, PySwigPacked::pack, PySwigPacked::size, SWIG_BUFFER_SIZE, and SWIG_PackDataName().
Referenced by PySwigPacked_type().
00880 { 00881 char result[SWIG_BUFFER_SIZE]; 00882 flags = flags; 00883 fputs("<Swig Packed ", fp); 00884 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { 00885 fputs("at ", fp); 00886 fputs(result, fp); 00887 } 00888 fputs(v->desc,fp); 00889 fputs(">", fp); 00890 return 0; 00891 }
Here is the call graph for this function:

| static PyObject* PySwigPacked_repr | ( | PySwigPacked * | v | ) | [static] |
Definition at line 894 of file pisock_wrap.c.
References PySwigPacked::desc, PySwigPacked::pack, PyString_FromFormat(), PySwigPacked::size, SWIG_BUFFER_SIZE, and SWIG_PackDataName().
Referenced by PySwigPacked_type().
00895 { 00896 char result[SWIG_BUFFER_SIZE]; 00897 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) { 00898 return PyString_FromFormat("<Swig Packed at %s%s>", result, v->desc); 00899 } else { 00900 return PyString_FromFormat("<Swig Packed %s>", v->desc); 00901 } 00902 }
Here is the call graph for this function:

| static PyObject* PySwigPacked_str | ( | PySwigPacked * | v | ) | [static] |
Definition at line 905 of file pisock_wrap.c.
References PySwigPacked::desc, PySwigPacked::pack, PyString_FromFormat(), PySwigPacked::size, SWIG_BUFFER_SIZE, and SWIG_PackDataName().
Referenced by PySwigPacked_type().
00906 { 00907 char result[SWIG_BUFFER_SIZE]; 00908 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))){ 00909 return PyString_FromFormat("%s%s", result, v->desc); 00910 } else { 00911 return PyString_FromString(v->desc); 00912 } 00913 }
Here is the call graph for this function:

| static PyTypeObject* PySwigPacked_type | ( | void | ) | [static] |
Definition at line 937 of file pisock_wrap.c.
References PySwigPacked_compare(), PySwigPacked_dealloc(), PySwigPacked_print(), PySwigPacked_repr(), PySwigPacked_str(), and SWIGRUNTIME.
Referenced by PySwigPacked_Check(), and PySwigPacked_FromDataAndDesc().
00937 { 00938 static char pyswigpacked_type__doc__[] = 00939 "Swig object carries a C/C++ instance pointer"; 00940 static PyTypeObject pyswigpacked_type 00941 #if !defined(__cplusplus) 00942 ; 00943 static int type_init = 0; 00944 if (!type_init) { 00945 PyTypeObject tmp 00946 #endif 00947 = { 00948 PyObject_HEAD_INIT(&PyType_Type) 00949 0, /*ob_size*/ 00950 (char *)"PySwigPacked", /*tp_name*/ 00951 sizeof(PySwigPacked), /*tp_basicsize*/ 00952 0, /*tp_itemsize*/ 00953 /* methods */ 00954 (destructor)PySwigPacked_dealloc, /*tp_dealloc*/ 00955 (printfunc)PySwigPacked_print, /*tp_print*/ 00956 (getattrfunc)0, /*tp_getattr*/ 00957 (setattrfunc)0, /*tp_setattr*/ 00958 (cmpfunc)PySwigPacked_compare, /*tp_compare*/ 00959 (reprfunc)PySwigPacked_repr, /*tp_repr*/ 00960 0, /*tp_as_number*/ 00961 0, /*tp_as_sequence*/ 00962 0, /*tp_as_mapping*/ 00963 (hashfunc)0, /*tp_hash*/ 00964 (ternaryfunc)0, /*tp_call*/ 00965 (reprfunc)PySwigPacked_str, /*tp_str*/ 00966 /* Space for future expansion */ 00967 0,0,0,0, 00968 pyswigpacked_type__doc__, /* Documentation string */ 00969 #if PY_VERSION_HEX >= 0x02000000 00970 0, /* tp_traverse */ 00971 0, /* tp_clear */ 00972 #endif 00973 #if PY_VERSION_HEX >= 0x02010000 00974 0, /* tp_richcompare */ 00975 0, /* tp_weaklistoffset */ 00976 #endif 00977 #if PY_VERSION_HEX >= 0x02020000 00978 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */ 00979 #endif 00980 #if PY_VERSION_HEX >= 0x02030000 00981 0, /* tp_del */ 00982 #endif 00983 #ifdef COUNT_ALLOCS 00984 0,0,0,0 /* tp_alloc -> tp_next */ 00985 #endif 00986 }; 00987 #if !defined(__cplusplus) 00988 pyswigpacked_type = tmp; 00989 type_init = 1; 00990 } 00991 #endif 00992 return &pyswigpacked_type; 00993 }
Here is the call graph for this function:

| static const char* PySwigPacked_UnpackData | ( | PyObject * | obj, | |
| void * | ptr, | |||
| size_t | size | |||
| ) | [static] |
Definition at line 1015 of file pisock_wrap.c.
Referenced by SWIG_Python_ConvertPacked().
01016 { 01017 PySwigPacked *self = (PySwigPacked *)obj; 01018 if (self->size != size) return 0; 01019 memcpy(ptr, self->pack, size); 01020 return self->desc; 01021 }
| static int pythonWrapper_handlePiErr | ( | int | sd, | |
| int | err | |||
| ) | [static] |
Definition at line 1745 of file pisock_wrap.c.
References dlp_strerror(), dlpErrNoError, dlpErrUnknown, IS_DLP_ERR, IS_FILE_ERR, IS_GENERIC_ERR, IS_PROT_ERR, IS_SOCK_ERR, PI_ERR_DLP_PALMOS, and pi_palmos_error().
Referenced by _wrap_dlp_AbortSync(), _wrap_dlp_AddSyncLogEntry(), _wrap_dlp_CallApplication(), _wrap_dlp_CleanUpDatabase(), _wrap_dlp_CloseDB(), _wrap_dlp_CloseDB_All(), _wrap_dlp_CreateDB(), _wrap_dlp_DeleteCategory(), _wrap_dlp_DeleteDB(), _wrap_dlp_DeleteRecord(), _wrap_dlp_DeleteResource(), _wrap_dlp_EndOfSync(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpCardPresent(), _wrap_dlp_ExpSlotEnumerate(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_MoveCategory(), _wrap_dlp_OpenConduit(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadAppBlock(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadDBList_(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNetSyncInfo(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_ReadSortBlock(), _wrap_dlp_ReadStorageInfo(), _wrap_dlp_ReadSysInfo(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_ResetDBIndex(), _wrap_dlp_ResetLastSyncPC(), _wrap_dlp_ResetSyncFlags(), _wrap_dlp_ResetSystem(), _wrap_dlp_SetDBInfo(), _wrap_dlp_SetSysDateTime(), _wrap_dlp_VFSDirCreate(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSExportDatabaseToFile(), _wrap_dlp_VFSFileClose(), _wrap_dlp_VFSFileCreate(), _wrap_dlp_VFSFileDelete(), _wrap_dlp_VFSFileEOF(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSFileRename(), _wrap_dlp_VFSFileResize(), _wrap_dlp_VFSFileSeek(), _wrap_dlp_VFSFileSetAttributes(), _wrap_dlp_VFSFileSetDate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSFileWrite(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_dlp_VFSVolumeSetLabel(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteAppBlock(), _wrap_dlp_WriteAppPreference(), _wrap_dlp_WriteNetSyncInfo(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteResource(), _wrap_dlp_WriteSortBlock(), _wrap_dlp_WriteUserInfo(), _wrap_pi_accept(), _wrap_pi_accept_to(), _wrap_pi_bind(), _wrap_pi_connect(), _wrap_pi_file_install(), _wrap_pi_file_retrieve(), _wrap_pi_listen(), _wrap_pi_tickle(), and _wrap_pi_version().
01746 { 01747 /* This function is called by each function 01748 * which receives a PI_ERR return code 01749 */ 01750 if (err == PI_ERR_DLP_PALMOS) { 01751 int palmerr = pi_palmos_error(sd); 01752 if (palmerr == dlpErrNoError) 01753 return 0; 01754 if (palmerr > dlpErrNoError && palmerr <= dlpErrUnknown) { 01755 PyErr_SetObject(PIError, 01756 Py_BuildValue("(is)", palmerr, dlp_strerror(palmerr))); 01757 return err; 01758 } 01759 } 01760 01761 if (IS_PROT_ERR(err)) 01762 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "protocol error")); 01763 else if (IS_SOCK_ERR(err)) 01764 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "socket error")); 01765 else if (IS_DLP_ERR(err)) 01766 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "DLP error")); 01767 else if (IS_FILE_ERR(err)) 01768 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "file error")); 01769 else if (IS_GENERIC_ERR(err)) 01770 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "generic error")); 01771 else 01772 PyErr_SetObject(PIError, Py_BuildValue("(is)", err, "pisock error")); 01773 01774 return err; 01775 }
Here is the call graph for this function:

| static int SWIG_As_int | ( | PyObject * | obj | ) | [static] |
Definition at line 1906 of file pisock_wrap.c.
References SWIG_AsVal_int().
Referenced by _wrap_CardInfo_card_set(), _wrap_CardInfo_more_set(), _wrap_CardInfo_version_set(), _wrap_DBInfo_more_set(), _wrap_dlp_AbortSync(), _wrap_dlp_AddSyncLogEntry(), _wrap_dlp_CallApplication(), _wrap_dlp_CleanUpDatabase(), _wrap_dlp_CloseDB(), _wrap_dlp_CloseDB_All(), _wrap_dlp_CreateDB(), _wrap_dlp_DeleteCategory(), _wrap_dlp_DeleteDB(), _wrap_dlp_DeleteRecord(), _wrap_dlp_DeleteResource(), _wrap_dlp_EndOfSync(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpCardPresent(), _wrap_dlp_ExpSlotEnumerate(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_MoveCategory(), _wrap_dlp_OpenConduit(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadAppBlock(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadDBList_(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNetSyncInfo(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_ReadSortBlock(), _wrap_dlp_ReadStorageInfo(), _wrap_dlp_ReadSysInfo(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_ResetDBIndex(), _wrap_dlp_ResetLastSyncPC(), _wrap_dlp_ResetSyncFlags(), _wrap_dlp_ResetSystem(), _wrap_dlp_set_protocol_version(), _wrap_dlp_SetDBInfo(), _wrap_dlp_SetSysDateTime(), _wrap_dlp_VFSDirCreate(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSExportDatabaseToFile(), _wrap_dlp_VFSFileClose(), _wrap_dlp_VFSFileCreate(), _wrap_dlp_VFSFileDelete(), _wrap_dlp_VFSFileEOF(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSFileRename(), _wrap_dlp_VFSFileResize(), _wrap_dlp_VFSFileSeek(), _wrap_dlp_VFSFileSetAttributes(), _wrap_dlp_VFSFileSetDate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSFileWrite(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_dlp_VFSVolumeSetLabel(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteAppBlock(), _wrap_dlp_WriteAppPreference(), _wrap_dlp_WriteNetSyncInfo(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteResource(), _wrap_dlp_WriteSortBlock(), _wrap_dlp_WriteUserInfo(), _wrap_NetSyncInfo_lanSync_set(), _wrap_pi_accept(), _wrap_pi_accept_to(), _wrap_pi_bind(), _wrap_pi_close(), _wrap_pi_connect(), _wrap_pi_error(), _wrap_pi_file_install(), _wrap_pi_file_retrieve(), _wrap_pi_flush(), _wrap_pi_getsockname(), _wrap_pi_getsockopt(), _wrap_pi_getsockpeer(), _wrap_pi_listen(), _wrap_pi_maxrecsize(), _wrap_pi_palmos_error(), _wrap_pi_protocol(), _wrap_pi_protocol_next(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_pi_reset_errors(), _wrap_pi_send(), _wrap_pi_set_error(), _wrap_pi_set_palmos_error(), _wrap_pi_setsockopt(), _wrap_pi_socket(), _wrap_pi_socket_connected(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_set(), _wrap_pi_tickle(), _wrap_pi_version(), _wrap_pi_watchdog(), _wrap_pi_write(), _wrap_VFSInfo_slotLibRefNum_set(), and _wrap_VFSInfo_slotRefNum_set().
01907 { 01908 int v; 01909 if (!SWIG_AsVal_int(obj, &v)) { 01910 /* 01911 this is needed to make valgrind/purify happier. 01912 */ 01913 memset((void*)&v, 0, sizeof(int)); 01914 } 01915 return v; 01916 }
Here is the call graph for this function:

| static long SWIG_As_long | ( | PyObject * | obj | ) | [static] |
Definition at line 2159 of file pisock_wrap.c.
References SWIG_AsVal_long().
Referenced by _wrap_CardInfo_creation_set(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_modifyDate_set(), _wrap_dlp_htopdate(), _wrap_dlp_SetDBInfo(), _wrap_dlp_SetSysDateTime(), _wrap_dlp_VFSFileSetDate(), _wrap_PilotUser_lastSyncDate_set(), and _wrap_PilotUser_successfulSyncDate_set().
02160 { 02161 long v; 02162 if (!SWIG_AsVal_long(obj, &v)) { 02163 /* 02164 this is needed to make valgrind/purify happier. 02165 */ 02166 memset((void*)&v, 0, sizeof(long)); 02167 } 02168 return v; 02169 }
Here is the call graph for this function:

| static unsigned char SWIG_As_unsigned_SS_char | ( | PyObject * | obj | ) | [static] |
Definition at line 2202 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_char().
Referenced by _wrap_dlp_VFSVolumeFormat(), and _wrap_SysInfo_prodIDLength_set().
02203 { 02204 unsigned char v; 02205 if (!SWIG_AsVal_unsigned_SS_char(obj, &v)) { 02206 /* 02207 this is needed to make valgrind/purify happier. 02208 */ 02209 memset((void*)&v, 0, sizeof(unsigned char)); 02210 } 02211 return v; 02212 }
Here is the call graph for this function:

| static unsigned int SWIG_As_unsigned_SS_int | ( | PyObject * | obj | ) | [static] |
Definition at line 2256 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_int().
Referenced by _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_version_set(), _wrap_dlp_CreateDB(), _wrap_dlp_SetDBInfo(), and _wrap_dlp_VFSExportDatabaseToFile().
02257 { 02258 unsigned int v; 02259 if (!SWIG_AsVal_unsigned_SS_int(obj, &v)) { 02260 /* 02261 this is needed to make valgrind/purify happier. 02262 */ 02263 memset((void*)&v, 0, sizeof(unsigned int)); 02264 } 02265 return v; 02266 }
Here is the call graph for this function:

| static unsigned long SWIG_As_unsigned_SS_long | ( | PyObject * | obj | ) | [static] |
Definition at line 1954 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_long().
Referenced by _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_set(), _wrap_DBInfo_modnum_set(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_dlp_DeleteRecord(), _wrap_dlp_DeleteResource(), _wrap_dlp_GetROMToken(), _wrap_dlp_ReadRecordById(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSFileClose(), _wrap_dlp_VFSFileEOF(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSFileResize(), _wrap_dlp_VFSFileSeek(), _wrap_dlp_VFSFileSetAttributes(), _wrap_dlp_VFSFileSetDate(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSFileWrite(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteResource(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_pi_send(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_raddrlen_set(), _wrap_PilotUser_lastSyncPC_set(), _wrap_PilotUser_passwordLength_set(), _wrap_PilotUser_userID_set(), _wrap_PilotUser_viewerID_set(), _wrap_SysInfo_locale_set(), _wrap_SysInfo_maxRecSize_set(), _wrap_SysInfo_romVersion_set(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_set(), and _wrap_VFSInfo_reserved_set().
01955 { 01956 unsigned long v; 01957 if (!SWIG_AsVal_unsigned_SS_long(obj, &v)) { 01958 /* 01959 this is needed to make valgrind/purify happier. 01960 */ 01961 memset((void*)&v, 0, sizeof(unsigned long)); 01962 } 01963 return v; 01964 }
Here is the call graph for this function:

| static unsigned short SWIG_As_unsigned_SS_short | ( | PyObject * | obj | ) | [static] |
Definition at line 2133 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_short().
Referenced by _wrap_SysInfo_compatMajorVersion_set(), _wrap_SysInfo_compatMinorVersion_set(), _wrap_SysInfo_dlpMajorVersion_set(), _wrap_SysInfo_dlpMinorVersion_set(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), and _wrap_VFSSlotMountParam_slotRefNum_set().
02134 { 02135 unsigned short v; 02136 if (!SWIG_AsVal_unsigned_SS_short(obj, &v)) { 02137 /* 02138 this is needed to make valgrind/purify happier. 02139 */ 02140 memset((void*)&v, 0, sizeof(unsigned short)); 02141 } 02142 return v; 02143 }
Here is the call graph for this function:

| static int SWIG_AsCharArray | ( | PyObject * | obj, | |
| char * | val, | |||
| size_t | size | |||
| ) | [static] |
Definition at line 2053 of file pisock_wrap.c.
References SWIG_AsCharPtrAndSize().
Referenced by _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_name_set(), _wrap_DBInfo_name_set(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_PilotUser_password_set(), _wrap_PilotUser_username_set(), _wrap_SysInfo_prodID_set(), and _wrap_VFSDirInfo_name_set().
02054 { 02055 char* cptr; size_t csize; 02056 if (SWIG_AsCharPtrAndSize(obj, &cptr, &csize)) { 02057 /* in C you can do: 02058 02059 char x[5] = "hello"; 02060 02061 ie, assing the array using an extra '0' char. 02062 */ 02063 if ((csize == size + 1) && !(cptr[csize-1])) --csize; 02064 if (csize <= size) { 02065 if (val) { 02066 if (csize) memcpy(val, cptr, csize); 02067 if (csize < size) memset(val + csize, 0, size - csize); 02068 } 02069 return 1; 02070 } 02071 } 02072 if (val) { 02073 PyErr_Format(PyExc_TypeError, 02074 "a char array of maximum size %lu is expected", 02075 (unsigned long) size); 02076 } 02077 return 0; 02078 }
Here is the call graph for this function:

| static int SWIG_AsCharPtr | ( | PyObject * | obj, | |
| char ** | val | |||
| ) | [static] |
Definition at line 2034 of file pisock_wrap.c.
References SWIG_AsCharPtrAndSize(), and SWIG_type_error.
Referenced by _wrap_dlp_AddSyncLogEntry(), _wrap_dlp_CreateDB(), _wrap_dlp_DeleteDB(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBInfo(), _wrap_dlp_OpenDB(), _wrap_dlp_VFSDirCreate(), _wrap_dlp_VFSExportDatabaseToFile(), _wrap_dlp_VFSFileCreate(), _wrap_dlp_VFSFileDelete(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileRename(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeSetLabel(), _wrap_pi_bind(), _wrap_pi_connect(), _wrap_pi_file_install(), and _wrap_pi_file_retrieve().
02035 { 02036 if (SWIG_AsCharPtrAndSize(obj, val, (size_t*)(0))) { 02037 return 1; 02038 } 02039 if (val) { 02040 PyErr_Clear(); 02041 SWIG_type_error("char *", obj); 02042 } 02043 return 0; 02044 }
Here is the call graph for this function:

| static int SWIG_AsCharPtrAndSize | ( | PyObject * | obj, | |
| char ** | cptr, | |||
| size_t * | psize | |||
| ) | [static] |
Definition at line 2005 of file pisock_wrap.c.
References SWIG_ConvertPtr, SWIG_OLDOBJ, SWIG_PYSTR, SWIG_type_error, and SWIG_TypeQuery.
Referenced by SWIG_AsCharArray(), and SWIG_AsCharPtr().
02006 { 02007 static swig_type_info* pchar_info = 0; 02008 char* vptr = 0; 02009 if (!pchar_info) pchar_info = SWIG_TypeQuery("char *"); 02010 if (SWIG_ConvertPtr(obj, (void**)&vptr, pchar_info, 0) != -1) { 02011 if (cptr) *cptr = vptr; 02012 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0; 02013 return SWIG_OLDOBJ; 02014 } else { 02015 PyErr_Clear(); 02016 if (PyString_Check(obj)) { 02017 if (cptr) { 02018 *cptr = PyString_AS_STRING(obj); 02019 if (psize) { 02020 *psize = PyString_GET_SIZE(obj) + 1; 02021 } 02022 } 02023 return SWIG_PYSTR; 02024 } 02025 } 02026 if (cptr) { 02027 SWIG_type_error("char *", obj); 02028 } 02029 return 0; 02030 }
| static int SWIG_AsVal_int | ( | PyObject * | obj, | |
| int * | val | |||
| ) | [static] |
Definition at line 1898 of file pisock_wrap.c.
References SWIG_AsVal_long().
Referenced by SWIG_As_int(), and SWIG_Check_int().
01899 { 01900 return SWIG_AsVal_long(obj,(long*)val); 01901 }
Here is the call graph for this function:

| static int SWIG_AsVal_long | ( | PyObject * | obj, | |
| long * | val | |||
| ) | [static] |
Definition at line 1852 of file pisock_wrap.c.
References SWIG_type_error.
Referenced by SWIG_As_long(), SWIG_AsVal_int(), and SWIG_Check_long().
01853 { 01854 if (PyLong_Check(obj)) { 01855 long v = PyLong_AsLong(obj); 01856 if (!PyErr_Occurred()) { 01857 if (val) *val = v; 01858 return 1; 01859 } else { 01860 if (!val) PyErr_Clear(); 01861 return 0; 01862 } 01863 } 01864 if (PyInt_Check(obj)) { 01865 if (val) *val = PyInt_AsLong(obj); 01866 return 1; 01867 } 01868 if (val) { 01869 SWIG_type_error("long", obj); 01870 } 01871 return 0; 01872 }
| static int SWIG_AsVal_unsigned_SS_char | ( | PyObject * | obj, | |
| unsigned char * | val | |||
| ) | [static] |
Definition at line 2180 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_long(), SWIG_CheckUnsignedLongInRange(), and SWIG_type_error.
Referenced by SWIG_As_unsigned_SS_char(), and SWIG_Check_unsigned_SS_char().
02181 { 02182 const char* errmsg = val ? "unsigned char" : (char*)0; 02183 unsigned long v; 02184 if (SWIG_AsVal_unsigned_SS_long(obj, &v)) { 02185 if (SWIG_CheckUnsignedLongInRange(v, UCHAR_MAX,errmsg)) { 02186 if (val) *val = (unsigned char)(v); 02187 return 1; 02188 } else { 02189 return 0; 02190 } 02191 } else { 02192 PyErr_Clear(); 02193 } 02194 if (val) { 02195 SWIG_type_error(errmsg, obj); 02196 } 02197 return 0; 02198 }
Here is the call graph for this function:

| static unsigned int SWIG_AsVal_unsigned_SS_int | ( | PyObject * | obj, | |
| unsigned int * | val | |||
| ) | [static] |
Definition at line 2248 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_long().
Referenced by SWIG_As_unsigned_SS_int(), and SWIG_Check_unsigned_SS_int().
02249 { 02250 return SWIG_AsVal_unsigned_SS_long(obj,(unsigned long *)val); 02251 }
Here is the call graph for this function:

| static int SWIG_AsVal_unsigned_SS_long | ( | PyObject * | obj, | |
| unsigned long * | val | |||
| ) | [static] |
Definition at line 1927 of file pisock_wrap.c.
References SWIG_type_error.
Referenced by SWIG_As_unsigned_SS_long(), SWIG_AsVal_unsigned_SS_char(), SWIG_AsVal_unsigned_SS_int(), SWIG_AsVal_unsigned_SS_short(), and SWIG_Check_unsigned_SS_long().
01928 { 01929 if (PyLong_Check(obj)) { 01930 unsigned long v = PyLong_AsUnsignedLong(obj); 01931 if (!PyErr_Occurred()) { 01932 if (val) *val = v; 01933 return 1; 01934 } else { 01935 if (!val) PyErr_Clear(); 01936 return 0; 01937 } 01938 } 01939 if (PyInt_Check(obj)) { 01940 long v = PyInt_AsLong(obj); 01941 if (v >= 0) { 01942 if (val) *val = v; 01943 return 1; 01944 } 01945 } 01946 if (val) { 01947 SWIG_type_error("unsigned long", obj); 01948 } 01949 return 0; 01950 }
| static int SWIG_AsVal_unsigned_SS_short | ( | PyObject * | obj, | |
| unsigned short * | val | |||
| ) | [static] |
Definition at line 2111 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_long(), SWIG_CheckUnsignedLongInRange(), and SWIG_type_error.
Referenced by SWIG_As_unsigned_SS_short(), and SWIG_Check_unsigned_SS_short().
02112 { 02113 const char* errmsg = val ? "unsigned short" : (char*)0; 02114 unsigned long v; 02115 if (SWIG_AsVal_unsigned_SS_long(obj, &v)) { 02116 if (SWIG_CheckUnsignedLongInRange(v, USHRT_MAX, errmsg)) { 02117 if (val) *val = (unsigned short)(v); 02118 return 1; 02119 } else { 02120 return 0; 02121 } 02122 } else { 02123 PyErr_Clear(); 02124 } 02125 if (val) { 02126 SWIG_type_error(errmsg, obj); 02127 } 02128 return 0; 02129 }
Here is the call graph for this function:

| static int SWIG_Check_int | ( | PyObject * | obj | ) | [static] |
Definition at line 1920 of file pisock_wrap.c.
References SWIG_AsVal_int().
01921 { 01922 return SWIG_AsVal_int(obj, (int*)0); 01923 }
Here is the call graph for this function:

| static int SWIG_Check_long | ( | PyObject * | obj | ) | [static] |
Definition at line 2173 of file pisock_wrap.c.
References SWIG_AsVal_long().
02174 { 02175 return SWIG_AsVal_long(obj, (long*)0); 02176 }
Here is the call graph for this function:

| static int SWIG_Check_unsigned_SS_char | ( | PyObject * | obj | ) | [static] |
Definition at line 2216 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_char().
02217 { 02218 return SWIG_AsVal_unsigned_SS_char(obj, (unsigned char*)0); 02219 }
Here is the call graph for this function:

| static int SWIG_Check_unsigned_SS_int | ( | PyObject * | obj | ) | [static] |
Definition at line 2270 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_int().
02271 { 02272 return SWIG_AsVal_unsigned_SS_int(obj, (unsigned int*)0); 02273 }
Here is the call graph for this function:

| static int SWIG_Check_unsigned_SS_long | ( | PyObject * | obj | ) | [static] |
Definition at line 1968 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_long().
01969 { 01970 return SWIG_AsVal_unsigned_SS_long(obj, (unsigned long*)0); 01971 }
Here is the call graph for this function:

| static int SWIG_Check_unsigned_SS_short | ( | PyObject * | obj | ) | [static] |
Definition at line 2147 of file pisock_wrap.c.
References SWIG_AsVal_unsigned_SS_short().
02148 { 02149 return SWIG_AsVal_unsigned_SS_short(obj, (unsigned short*)0); 02150 }
Here is the call graph for this function:

| static int SWIG_CheckLongInRange | ( | long | value, | |
| long | min_value, | |||
| long | max_value, | |||
| const char * | errmsg | |||
| ) | [static] |
Definition at line 1829 of file pisock_wrap.c.
01831 { 01832 if (value < min_value) { 01833 if (errmsg) { 01834 PyErr_Format(PyExc_OverflowError, 01835 "value %ld is less than '%s' minimum %ld", 01836 value, errmsg, min_value); 01837 } 01838 return 0; 01839 } else if (value > max_value) { 01840 if (errmsg) { 01841 PyErr_Format(PyExc_OverflowError, 01842 "value %ld is greater than '%s' maximum %ld", 01843 value, errmsg, max_value); 01844 } 01845 return 0; 01846 } 01847 return 1; 01848 }
| static int SWIG_CheckUnsignedLongInRange | ( | unsigned long | value, | |
| unsigned long | max_value, | |||
| const char * | errmsg | |||
| ) | [static] |
Definition at line 2094 of file pisock_wrap.c.
Referenced by SWIG_AsVal_unsigned_SS_char(), and SWIG_AsVal_unsigned_SS_short().
02097 { 02098 if (value > max_value) { 02099 if (errmsg) { 02100 PyErr_Format(PyExc_OverflowError, 02101 "value %lu is greater than '%s' minimum %lu", 02102 value, errmsg, max_value); 02103 } 02104 return 0; 02105 } 02106 return 1; 02107 }
| static PyObject* SWIG_From_unsigned_SS_long | ( | unsigned long | value | ) | [static] |
Definition at line 1975 of file pisock_wrap.c.
Referenced by _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_romSize_get(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_type_get(), _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_dlp_CallApplication(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_WriteRecord(), _wrap_pi_maxrecsize(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_raddrlen_get(), _wrap_PilotUser_lastSyncPC_get(), _wrap_PilotUser_passwordLength_get(), _wrap_PilotUser_userID_get(), _wrap_PilotUser_viewerID_get(), _wrap_SysInfo_locale_get(), _wrap_SysInfo_maxRecSize_get(), _wrap_SysInfo_romVersion_get(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mountClass_get(), and _wrap_VFSInfo_reserved_get().
01976 { 01977 return (value > LONG_MAX) ? 01978 PyLong_FromUnsignedLong(value) 01979 : PyInt_FromLong((long)(value)); 01980 }
| static PyObject* SWIG_FromCharArray | ( | const char * | carray, | |
| size_t | size | |||
| ) | [static] |
Definition at line 2082 of file pisock_wrap.c.
References SWIG_NewPointerObj, and SWIG_TypeQuery.
Referenced by _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_name_get(), _wrap_DBInfo_name_get(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_PilotUser_password_get(), _wrap_PilotUser_username_get(), _wrap_SysInfo_prodID_get(), and _wrap_VFSDirInfo_name_get().
02083 { 02084 if (size > INT_MAX) { 02085 return SWIG_NewPointerObj((char *)(carray), 02086 SWIG_TypeQuery("char *"), 0); 02087 } else { 02088 return PyString_FromStringAndSize(carray, (int)(size)); 02089 } 02090 }
| static void SWIG_InitializeModule | ( | void * | clientdata | ) | [static] |
Definition at line 12593 of file pisock_wrap.c.
References swig_module_info::cast_initial, swig_type_info::clientdata, swig_type_info::name, swig_module_info::next, swig_module_info::size, swig_cast_initial, SWIG_GetModule, SWIG_MangledTypeQueryModule(), swig_module, SWIG_SetModule, swig_type_initial, swig_cast_info::type, and swig_module_info::type_initial.
Referenced by init_pisock().
12593 { 12594 swig_type_info *type, *ret; 12595 swig_cast_info *cast; 12596 size_t i; 12597 swig_module_info *module_head; 12598 static int init_run = 0; 12599 12600 clientdata = clientdata; 12601 12602 if (init_run) return; 12603 init_run = 1; 12604 12605 /* Initialize the swig_module */ 12606 swig_module.type_initial = swig_type_initial; 12607 swig_module.cast_initial = swig_cast_initial; 12608 12609 /* Try and load any already created modules */ 12610 module_head = SWIG_GetModule(clientdata); 12611 if (module_head) { 12612 swig_module.next = module_head->next; 12613 module_head->next = &swig_module; 12614 } else { 12615 /* This is the first module loaded */ 12616 swig_module.next = &swig_module; 12617 SWIG_SetModule(clientdata, &swig_module); 12618 } 12619 12620 /* Now work on filling in swig_module.types */ 12621 for (i = 0; i < swig_module.size; ++i) { 12622 type = 0; 12623 12624 /* if there is another module already loaded */ 12625 if (swig_module.next != &swig_module) { 12626 type = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, swig_module.type_initial[i]->name); 12627 } 12628 if (type) { 12629 /* Overwrite clientdata field */ 12630 if (swig_module.type_initial[i]->clientdata) type->clientdata = swig_module.type_initial[i]->clientdata; 12631 } else { 12632 type = swig_module.type_initial[i]; 12633 } 12634 12635 /* Insert casting types */ 12636 cast = swig_module.cast_initial[i]; 12637 while (cast->type) { 12638 /* Don't need to add information already in the list */ 12639 ret = 0; 12640 if (swig_module.next != &swig_module) { 12641 ret = SWIG_MangledTypeQueryModule(swig_module.next, &swig_module, cast->type->name); 12642 } 12643 if (ret && type == swig_module.type_initial[i]) { 12644 cast->type = ret; 12645 ret = 0; 12646 } 12647 12648 if (!ret) { 12649 if (type->cast) { 12650 type->cast->prev = cast; 12651 cast->next = type->cast; 12652 } 12653 type->cast = cast; 12654 } 12655 12656 cast++; 12657 } 12658 12659 /* Set entry in modules->types array equal to the type */ 12660 swig_module.types[i] = type; 12661 } 12662 swig_module.types[i] = 0; 12663 }
Here is the call graph for this function:

| static swig_type_info* SWIG_MangledTypeQueryModule | ( | swig_module_info * | start, | |
| swig_module_info * | end, | |||
| const char * | name | |||
| ) | [static] |
Definition at line 332 of file pisock_wrap.c.
References compare(), swig_type_info::name, swig_module_info::next, swig_module_info::size, and swig_module_info::types.
Referenced by SWIG_InitializeModule(), and SWIG_TypeQueryModule().
00334 { 00335 swig_module_info *iter = start; 00336 do { 00337 if (iter->size) { 00338 register size_t l = 0; 00339 register size_t r = iter->size - 1; 00340 do { 00341 /* since l+r >= 0, we can (>> 1) instead (/ 2) */ 00342 register size_t i = (l + r) >> 1; 00343 const char *iname = iter->types[i]->name; 00344 if (iname) { 00345 register int compare = strcmp(name, iname); 00346 if (compare == 0) { 00347 return iter->types[i]; 00348 } else if (compare < 0) { 00349 if (i) { 00350 r = i - 1; 00351 } else { 00352 break; 00353 } 00354 } else if (compare > 0) { 00355 l = i + 1; 00356 } 00357 } else { 00358 break; /* should never happen */ 00359 } 00360 } while (l <= r); 00361 } 00362 iter = iter->next; 00363 } while (iter != end); 00364 return 0; 00365 }
Here is the call graph for this function:

| static char* SWIG_PackData | ( | char * | c, | |
| void * | ptr, | |||
| size_t | sz | |||
| ) | [static] |
Definition at line 407 of file pisock_wrap.c.
Referenced by SWIG_PackDataName(), and SWIG_PackVoidPtr().
00407 { 00408 static const char hex[17] = "0123456789abcdef"; 00409 register const unsigned char *u = (unsigned char *) ptr; 00410 register const unsigned char *eu = u + sz; 00411 for (; u != eu; ++u) { 00412 register unsigned char uu = *u; 00413 *(c++) = hex[(uu & 0xf0) >> 4]; 00414 *(c++) = hex[uu & 0xf]; 00415 } 00416 return c; 00417 }
| static char* SWIG_PackDataName | ( | char * | buff, | |
| void * | ptr, | |||
| size_t | sz, | |||
| const char * | name, | |||
| size_t | bsz | |||
| ) | [static] |
Definition at line 475 of file pisock_wrap.c.
References SWIG_PackData().
Referenced by PySwigPacked_print(), PySwigPacked_repr(), PySwigPacked_str(), and SWIG_Python_NewPackedObj().
00475 { 00476 char *r = buff; 00477 size_t lname = (name ? strlen(name) : 0); 00478 if ((2*sz + 2 + lname) > bsz) return 0; 00479 *(r++) = '_'; 00480 r = SWIG_PackData(r,ptr,sz); 00481 if (lname) { 00482 strncpy(r,name,lname+1); 00483 } else { 00484 *r = 0; 00485 } 00486 return buff; 00487 }
Here is the call graph for this function:

| static char* SWIG_PackVoidPtr | ( | char * | buff, | |
| void * | ptr, | |||
| const char * | name, | |||
| size_t | bsz | |||
| ) | [static] |
Definition at line 451 of file pisock_wrap.c.
References SWIG_PackData().
Referenced by PySwigObject_print(), PySwigObject_repr(), PySwigObject_str(), SWIG_Python_FixMethods(), and SWIG_Python_NewPointerObj().
00451 { 00452 char *r = buff; 00453 if ((2*sizeof(void *) + 2) > bsz) return 0; 00454 *(r++) = '_'; 00455 r = SWIG_PackData(r,&ptr,sizeof(void *)); 00456 if (strlen(name) + 1 > (bsz - (r - buff))) return 0; 00457 strcpy(r,name); 00458 return buff; 00459 }
Here is the call graph for this function:

| static void SWIG_PropagateClientData | ( | void | ) | [static] |
Definition at line 12671 of file pisock_wrap.c.
References swig_type_info::cast, swig_type_info::clientdata, swig_module_info::size, swig_module, SWIG_TypeClientData(), and swig_module_info::types.
12671 { 12672 size_t i; 12673 swig_cast_info *equiv; 12674 static int init_run = 0; 12675 12676 if (init_run) return; 12677 init_run = 1; 12678 12679 for (i = 0; i < swig_module.size; i++) { 12680 if (swig_module.types[i]->clientdata) { 12681 equiv = swig_module.types[i]->cast; 12682 while (equiv) { 12683 if (!equiv->converter) { 12684 if (equiv->type && !equiv->type->clientdata) 12685 SWIG_TypeClientData(equiv->type, swig_module.types[i]->clientdata); 12686 } 12687 equiv = equiv->next; 12688 } 12689 } 12690 } 12691 }
Here is the call graph for this function:

| static int SWIG_Python_AddErrMesg | ( | const char * | mesg, | |
| int | infront | |||
| ) | [static] |
Definition at line 1100 of file pisock_wrap.c.
Referenced by SWIG_Python_ArgFail().
01101 { 01102 if (PyErr_Occurred()) { 01103 PyObject *type = 0; 01104 PyObject *value = 0; 01105 PyObject *traceback = 0; 01106 PyErr_Fetch(&type, &value, &traceback); 01107 if (value) { 01108 PyObject *old_str = PyObject_Str(value); 01109 Py_XINCREF(type); 01110 PyErr_Clear(); 01111 if (infront) { 01112 PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str)); 01113 } else { 01114 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg); 01115 } 01116 Py_DECREF(old_str); 01117 } 01118 return 1; 01119 } else { 01120 return 0; 01121 } 01122 }
| static void SWIG_Python_addvarlink | ( | PyObject * | p, | |
| char * | name, | |||
| PyObject *(*)(void) | get_attr, | |||
| int(*)(PyObject *p) | set_attr | |||
| ) | [static] |
Definition at line 12839 of file pisock_wrap.c.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, size, and swig_varlinkobject::vars.
12839 { 12840 swig_varlinkobject *v = (swig_varlinkobject *) p; 12841 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar)); 12842 if (gv) { 12843 size_t size = strlen(name)+1; 12844 gv->name = (char *)malloc(size); 12845 if (gv->name) { 12846 strncpy(gv->name,name,size); 12847 gv->get_attr = get_attr; 12848 gv->set_attr = set_attr; 12849 gv->next = v->vars; 12850 } 12851 } 12852 v->vars = gv; 12853 }
| static int SWIG_Python_ArgFail | ( | int | argnum | ) | [static] |
Definition at line 1125 of file pisock_wrap.c.
References PyOS_snprintf, and SWIG_Python_AddErrMesg().
Referenced by SWIG_Python_MustGetPtr().
01126 { 01127 if (PyErr_Occurred()) { 01128 /* add information about failing argument */ 01129 char mesg[256]; 01130 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); 01131 return SWIG_Python_AddErrMesg(mesg, 1); 01132 } else { 01133 return 0; 01134 } 01135 }
Here is the call graph for this function:

| static int SWIG_Python_ConvertPacked | ( | PyObject * | obj, | |
| void * | ptr, | |||
| size_t | sz, | |||
| swig_type_info * | ty, | |||
| int | flags | |||
| ) | [static] |
Definition at line 1249 of file pisock_wrap.c.
References swig_type_info::name, PySwigPacked_UnpackData(), SWIG_POINTER_EXCEPTION, SWIG_Python_TypeError(), SWIG_TypeCheck(), SWIG_TypePrettyName(), and SWIG_UnpackDataName().
01249 { 01250 swig_cast_info *tc; 01251 const char *c = 0; 01252 01253 #if defined(SWIG_COBJECT_TYPES) && !defined(SWIG_COBJECT_PYTHON) 01254 c = PySwigPacked_UnpackData(obj, ptr, sz); 01255 #else 01256 if ((!obj) || (!PyString_Check(obj))) goto type_error; 01257 c = PyString_AsString(obj); 01258 /* Pointer values must start with leading underscore */ 01259 c = SWIG_UnpackDataName(c, ptr, sz, ty->name); 01260 #endif 01261 if (!c) goto type_error; 01262 if (ty) { 01263 tc = SWIG_TypeCheck(c,ty); 01264 if (!tc) goto type_error; 01265 } 01266 return 0; 01267 01268 type_error: 01269 PyErr_Clear(); 01270 if (flags & SWIG_POINTER_EXCEPTION) { 01271 if (ty) { 01272 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj); 01273 } else { 01274 SWIG_Python_TypeError("C/C++ packed data", obj); 01275 } 01276 } 01277 return -1; 01278 }
Here is the call graph for this function:

| static int SWIG_Python_ConvertPtr | ( | PyObject * | obj, | |
| void ** | ptr, | |||
| swig_type_info * | ty, | |||
| int | flags | |||
| ) | [static] |
Definition at line 1144 of file pisock_wrap.c.
References swig_type_info::name, PySwigObject_AsVoidPtr(), PySwigObject_Check(), PySwigObject_GetDesc(), SWIG_POINTER_DISOWN, SWIG_POINTER_EXCEPTION, SWIG_Python_TypeError(), SWIG_TypeCast(), SWIG_TypeCheck(), SWIG_TypePrettyName(), and SWIG_UnpackVoidPtr().
Referenced by _wrap_CardInfo_card_get(), _wrap_CardInfo_card_set(), _wrap_CardInfo_creation_get(), _wrap_CardInfo_creation_set(), _wrap_CardInfo_manufacturer_get(), _wrap_CardInfo_manufacturer_set(), _wrap_CardInfo_more_get(), _wrap_CardInfo_more_set(), _wrap_CardInfo_name_get(), _wrap_CardInfo_name_set(), _wrap_CardInfo_ramFree_get(), _wrap_CardInfo_ramFree_set(), _wrap_CardInfo_ramSize_get(), _wrap_CardInfo_ramSize_set(), _wrap_CardInfo_romSize_get(), _wrap_CardInfo_romSize_set(), _wrap_CardInfo_version_get(), _wrap_CardInfo_version_set(), _wrap_DBInfo_backupDate_get(), _wrap_DBInfo_backupDate_set(), _wrap_DBInfo_createDate_get(), _wrap_DBInfo_createDate_set(), _wrap_DBInfo_creator_get(), _wrap_DBInfo_creator_set(), _wrap_DBInfo_flags_get(), _wrap_DBInfo_flags_set(), _wrap_DBInfo_index_get(), _wrap_DBInfo_index_set(), _wrap_DBInfo_miscFlags_get(), _wrap_DBInfo_miscFlags_set(), _wrap_DBInfo_modifyDate_get(), _wrap_DBInfo_modifyDate_set(), _wrap_DBInfo_modnum_get(), _wrap_DBInfo_modnum_set(), _wrap_DBInfo_more_get(), _wrap_DBInfo_more_set(), _wrap_DBInfo_name_get(), _wrap_DBInfo_name_set(), _wrap_DBInfo_type_get(), _wrap_DBInfo_type_set(), _wrap_DBInfo_version_get(), _wrap_DBInfo_version_set(), _wrap_DBSizeInfo_appBlockSize_get(), _wrap_DBSizeInfo_appBlockSize_set(), _wrap_DBSizeInfo_dataBytes_get(), _wrap_DBSizeInfo_dataBytes_set(), _wrap_DBSizeInfo_maxRecSize_get(), _wrap_DBSizeInfo_maxRecSize_set(), _wrap_DBSizeInfo_numRecords_get(), _wrap_DBSizeInfo_numRecords_set(), _wrap_DBSizeInfo_sortBlockSize_get(), _wrap_DBSizeInfo_sortBlockSize_set(), _wrap_DBSizeInfo_totalBytes_get(), _wrap_DBSizeInfo_totalBytes_set(), _wrap_delete_CardInfo(), _wrap_delete_DBInfo(), _wrap_delete_DBSizeInfo(), _wrap_delete_NetSyncInfo(), _wrap_delete_pi_socket_list_t(), _wrap_delete_pi_socket_t(), _wrap_delete_VFSAnyMountParam(), _wrap_delete_VFSDirInfo(), _wrap_delete_VFSInfo(), _wrap_delete_VFSSlotMountParam(), _wrap_dlp_ExpCardInfo(), _wrap_dlp_ExpSlotMediaType(), _wrap_dlp_GetROMToken(), _wrap_dlp_GetSysDateTime_(), _wrap_dlp_htopdate(), _wrap_dlp_ptohdate(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_VFSDirEntryEnumerate(), _wrap_dlp_VFSFileGetAttributes(), _wrap_dlp_VFSFileGetDate(), _wrap_dlp_VFSFileOpen(), _wrap_dlp_VFSFileSize(), _wrap_dlp_VFSFileTell(), _wrap_dlp_VFSGetDefaultDir(), _wrap_dlp_VFSVolumeEnumerate(), _wrap_dlp_VFSVolumeFormat(), _wrap_dlp_VFSVolumeGetLabel(), _wrap_dlp_VFSVolumeInfo(), _wrap_NetSyncInfo_hostAddress_get(), _wrap_NetSyncInfo_hostAddress_set(), _wrap_NetSyncInfo_hostName_get(), _wrap_NetSyncInfo_hostName_set(), _wrap_NetSyncInfo_hostSubnetMask_get(), _wrap_NetSyncInfo_hostSubnetMask_set(), _wrap_NetSyncInfo_lanSync_get(), _wrap_NetSyncInfo_lanSync_set(), _wrap_pi_getsockopt(), _wrap_pi_setsockopt(), _wrap_pi_socket_list_t_next_get(), _wrap_pi_socket_list_t_next_set(), _wrap_pi_socket_list_t_ps_get(), _wrap_pi_socket_list_t_ps_set(), _wrap_pi_socket_setsd(), _wrap_pi_socket_t_accept_to_get(), _wrap_pi_socket_t_accept_to_set(), _wrap_pi_socket_t_cmd_get(), _wrap_pi_socket_t_cmd_len_get(), _wrap_pi_socket_t_cmd_len_set(), _wrap_pi_socket_t_cmd_queue_get(), _wrap_pi_socket_t_cmd_queue_set(), _wrap_pi_socket_t_cmd_set(), _wrap_pi_socket_t_command_get(), _wrap_pi_socket_t_command_set(), _wrap_pi_socket_t_device_get(), _wrap_pi_socket_t_device_set(), _wrap_pi_socket_t_dlprecord_get(), _wrap_pi_socket_t_dlprecord_set(), _wrap_pi_socket_t_dlpversion_get(), _wrap_pi_socket_t_dlpversion_set(), _wrap_pi_socket_t_honor_rx_to_get(), _wrap_pi_socket_t_honor_rx_to_set(), _wrap_pi_socket_t_laddr_get(), _wrap_pi_socket_t_laddr_set(), _wrap_pi_socket_t_laddrlen_get(), _wrap_pi_socket_t_laddrlen_set(), _wrap_pi_socket_t_last_error_get(), _wrap_pi_socket_t_last_error_set(), _wrap_pi_socket_t_maxrecsize_get(), _wrap_pi_socket_t_maxrecsize_set(), _wrap_pi_socket_t_palmos_error_get(), _wrap_pi_socket_t_palmos_error_set(), _wrap_pi_socket_t_protocol_get(), _wrap_pi_socket_t_protocol_queue_get(), _wrap_pi_socket_t_protocol_queue_set(), _wrap_pi_socket_t_protocol_set(), _wrap_pi_socket_t_queue_len_get(), _wrap_pi_socket_t_queue_len_set(), _wrap_pi_socket_t_raddr_get(), _wrap_pi_socket_t_raddr_set(), _wrap_pi_socket_t_raddrlen_get(), _wrap_pi_socket_t_raddrlen_set(), _wrap_pi_socket_t_sd_get(), _wrap_pi_socket_t_sd_set(), _wrap_pi_socket_t_state_get(), _wrap_pi_socket_t_state_set(), _wrap_pi_socket_t_type_get(), _wrap_pi_socket_t_type_set(), _wrap_VFSAnyMountParam_mountClass_get(), _wrap_VFSAnyMountParam_mountClass_set(), _wrap_VFSAnyMountParam_reserved_get(), _wrap_VFSAnyMountParam_reserved_set(), _wrap_VFSAnyMountParam_volRefNum_get(), _wrap_VFSAnyMountParam_volRefNum_set(), _wrap_VFSDirInfo_attr_get(), _wrap_VFSDirInfo_attr_set(), _wrap_VFSDirInfo_name_get(), _wrap_VFSDirInfo_name_set(), _wrap_VFSInfo_attributes_get(), _wrap_VFSInfo_attributes_set(), _wrap_VFSInfo_fsCreator_get(), _wrap_VFSInfo_fsCreator_set(), _wrap_VFSInfo_fsType_get(), _wrap_VFSInfo_fsType_set(), _wrap_VFSInfo_mediaType_get(), _wrap_VFSInfo_mediaType_set(), _wrap_VFSInfo_mountClass_get(), _wrap_VFSInfo_mountClass_set(), _wrap_VFSInfo_reserved_get(), _wrap_VFSInfo_reserved_set(), _wrap_VFSInfo_slotLibRefNum_get(), _wrap_VFSInfo_slotLibRefNum_set(), _wrap_VFSInfo_slotRefNum_get(), _wrap_VFSInfo_slotRefNum_set(), _wrap_VFSSlotMountParam_slotLibRefNum_get(), _wrap_VFSSlotMountParam_slotLibRefNum_set(), _wrap_VFSSlotMountParam_slotRefNum_get(), _wrap_VFSSlotMountParam_slotRefNum_set(), _wrap_VFSSlotMountParam_vfsMountParam_get(), _wrap_VFSSlotMountParam_vfsMountParam_set(), and SWIG_Python_MustGetPtr().
01144 { 01145 swig_cast_info *tc; 01146 const char *c = 0; 01147 static PyObject *SWIG_this = 0; 01148 int newref = 0; 01149 PyObject *pyobj = 0; 01150 void *vptr; 01151 01152 if (!obj) return 0; 01153 if (obj == Py_None) { 01154 *ptr = 0; 01155 return 0; 01156 } 01157 01158 #ifdef SWIG_COBJECT_TYPES 01159 if (!(PySwigObject_Check(obj))) { 01160 if (!SWIG_this) 01161 SWIG_this = PyString_FromString("this"); 01162 pyobj = obj; 01163 obj = PyObject_GetAttr(obj,SWIG_this); 01164 newref = 1; 01165 if (!obj) goto type_error; 01166 if (!PySwigObject_Check(obj)) { 01167 Py_DECREF(obj); 01168 goto type_error; 01169 } 01170 } 01171 vptr = PySwigObject_AsVoidPtr(obj); 01172 c = (const char *) PySwigObject_GetDesc(obj); 01173 if (newref) { Py_DECREF(obj); } 01174 goto type_check; 01175 #else 01176 if (!(PyString_Check(obj))) { 01177 if (!SWIG_this) 01178 SWIG_this = PyString_FromString("this"); 01179 pyobj = obj; 01180 obj = PyObject_GetAttr(obj,SWIG_this); 01181 newref = 1; 01182 if (!obj) goto type_error; 01183 if (!PyString_Check(obj)) { 01184 Py_DECREF(obj); 01185 goto type_error; 01186 } 01187 } 01188 c = PyString_AsString(obj); 01189 /* Pointer values must start with leading underscore */ 01190 c = SWIG_UnpackVoidPtr(c, &vptr, ty->name); 01191 if (newref) { Py_DECREF(obj); } 01192 if (!c) goto type_error; 01193 #endif 01194 01195 type_check: 01196 if (ty) { 01197 tc = SWIG_TypeCheck(c,ty); 01198 if (!tc) goto type_error; 01199 *ptr = SWIG_TypeCast(tc,vptr); 01200 } else { 01201 *ptr = vptr; 01202 } 01203 if ((pyobj) && (flags & SWIG_POINTER_DISOWN)) { 01204 PyObject_SetAttrString(pyobj,(char*)"thisown",Py_False); 01205 } 01206 return 0; 01207 01208 type_error: 01209 PyErr_Clear(); 01210 if (pyobj && !obj) { 01211 obj = pyobj; 01212 if (PyCFunction_Check(obj)) { 01213 /* here we get the method pointer for callbacks */ 01214 char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc); 01215 c = doc ? strstr(doc, "swig_ptr: ") : 0; 01216 if (c) { 01217 c = ty ? SWIG_UnpackVoidPtr(c + 10, &vptr, ty->name) : 0; 01218 if (!c) goto type_error; 01219 goto type_check; 01220 } 01221 } 01222 } 01223 if (flags & SWIG_POINTER_EXCEPTION) { 01224 if (ty) { 01225 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj); 01226 } else { 01227 SWIG_Python_TypeError("C/C++ pointer", obj); 01228 } 01229 } 01230 return -1; 01231 }
Here is the call graph for this function:

| static void SWIG_Python_FixMethods | ( | PyMethodDef * | methods, | |
| swig_const_info * | const_table, | |||
| swig_type_info ** | types, | |||
| swig_type_info ** | types_initial | |||
| ) | [static] |
Definition at line 12902 of file pisock_wrap.c.
References swig_const_info::ptype, swig_const_info::pvalue, SWIG_PackVoidPtr(), SWIG_PY_POINTER, swig_const_info::type, and types.
Referenced by init_pisock().
12905 { 12906 size_t i; 12907 for (i = 0; methods[i].ml_name; ++i) { 12908 char *c = methods[i].ml_doc; 12909 if (c && (c = strstr(c, "swig_ptr: "))) { 12910 int j; 12911 swig_const_info *ci = 0; 12912 char *name = c + 10; 12913 for (j = 0; const_table[j].type; ++j) { 12914 if (strncmp(const_table[j].name, name, 12915 strlen(const_table[j].name)) == 0) { 12916 ci = &(const_table[j]); 12917 break; 12918 } 12919 } 12920 if (ci) { 12921 size_t shift = (ci->ptype) - types; 12922 swig_type_info *ty = types_initial[shift]; 12923 size_t ldoc = (c - methods[i].ml_doc); 12924 size_t lptr = strlen(ty->name)+2*sizeof(void*)+2; 12925 char *ndoc = (char*)malloc(ldoc + lptr + 10); 12926 if (ndoc) { 12927 char *buff = ndoc; 12928 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0; 12929 if (ptr) { 12930 strncpy(buff, methods[i].ml_doc, ldoc); 12931 buff += ldoc; 12932 strncpy(buff, "swig_ptr: ", 10); 12933 buff += 10; 12934 SWIG_PackVoidPtr(buff, ptr, ty->name, lptr); 12935 methods[i].ml_doc = ndoc; 12936 } 12937 } 12938 } 12939 } 12940 } 12941 }
Here is the call graph for this function:

| static swig_module_info* SWIG_Python_GetModule | ( | void | ) | [static] |
Definition at line 1348 of file pisock_wrap.c.
References SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
01348 { 01349 static void *type_pointer = (void *)0; 01350 /* first check if module already created */ 01351 if (!type_pointer) { 01352 #ifdef SWIG_LINK_RUNTIME 01353 type_pointer = SWIG_ReturnGlobalTypeList((void *)0); 01354 #else 01355 type_pointer = PyCObject_Import((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION, 01356 (char*)"type_pointer" SWIG_TYPE_TABLE_NAME); 01357 if (PyErr_Occurred()) { 01358 PyErr_Clear(); 01359 type_pointer = (void *)0; 01360 } 01361 #endif 01362 } 01363 return (swig_module_info *) type_pointer; 01364 }
| static void SWIG_Python_InstallConstants | ( | PyObject * | d, | |
| swig_const_info | constants[] | |||
| ) | [static] |
Definition at line 12861 of file pisock_wrap.c.
References SWIG_NewPackedObj, SWIG_NewPointerObj, SWIG_PY_BINARY, SWIG_PY_FLOAT, SWIG_PY_INT, SWIG_PY_POINTER, SWIG_PY_STRING, and swig_const_info::type.
12861 { 12862 PyObject *obj = 0; 12863 size_t i; 12864 for (i = 0; constants[i].type; ++i) { 12865 switch(constants[i].type) { 12866 case SWIG_PY_INT: 12867 obj = PyInt_FromLong(constants[i].lvalue); 12868 break; 12869 case SWIG_PY_FLOAT: 12870 obj = PyFloat_FromDouble(constants[i].dvalue); 12871 break; 12872 case SWIG_PY_STRING: 12873 if (constants[i].pvalue) { 12874 obj = PyString_FromString((char *) constants[i].pvalue); 12875 } else { 12876 Py_INCREF(Py_None); 12877 obj = Py_None; 12878 } 12879 break; 12880 case SWIG_PY_POINTER: 12881 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0); 12882 break; 12883 case SWIG_PY_BINARY: 12884 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype)); 12885 break; 12886 default: 12887 obj = 0; 12888 break; 12889 } 12890 if (obj) { 12891 PyDict_SetItemString(d,constants[i].name,obj); 12892 Py_DECREF(obj); 12893 } 12894 } 12895 }
| static void* SWIG_Python_MustGetPtr | ( | PyObject * | obj, | |
| swig_type_info * | ty, | |||
| int | argnum, | |||
| int | flags | |||
| ) | [static] |
Definition at line 1235 of file pisock_wrap.c.
References SWIG_POINTER_EXCEPTION, SWIG_Python_ArgFail(), SWIG_Python_ConvertPtr(), SWIG_Python_TypeError(), and SWIG_TypePrettyName().
01235 { 01236 void *result; 01237 if (SWIG_Python_ConvertPtr(obj, &result, ty, flags) == -1) { 01238 PyErr_Clear(); 01239 if (flags & SWIG_POINTER_EXCEPTION) { 01240 SWIG_Python_TypeError(SWIG_TypePrettyName(ty), obj); 01241 SWIG_Python_ArgFail(argnum); 01242 } 01243 } 01244 return result; 01245 }
Here is the call graph for this function:

| static PyObject* SWIG_Python_NewPackedObj | ( | void * | ptr, | |
| size_t | sz, | |||
| swig_type_info * | type | |||
| ) | [static] |
Definition at line 1321 of file pisock_wrap.c.
References swig_type_info::name, PySwigPacked_FromDataAndDesc(), SWIG_BUFFER_SIZE, and SWIG_PackDataName().
01321 { 01322 PyObject *robj = 0; 01323 if (!ptr) { 01324 Py_INCREF(Py_None); 01325 return Py_None; 01326 } 01327 #if defined(SWIG_COBJECT_TYPES) && !defined(SWIG_COBJECT_PYTHON) 01328 robj = PySwigPacked_FromDataAndDesc((void *) ptr, sz, (char *)type->name); 01329 #else 01330 { 01331 char result[SWIG_BUFFER_SIZE]; 01332 robj = SWIG_PackDataName(result, ptr, sz, type->name, sizeof(result)) ? 01333 PyString_FromString(result) : 0; 01334 } 01335 #endif 01336 return robj; 01337 }
Here is the call graph for this function:

| static PyObject* SWIG_Python_NewPointerObj | ( | void * | ptr, | |
| swig_type_info * | type, | |||
| int | own | |||
| ) | [static] |
Definition at line 1282 of file pisock_wrap.c.
References swig_type_info::clientdata, swig_type_info::name, PySwigObject_FromVoidPtrAndDesc(), SWIG_BUFFER_SIZE, and SWIG_PackVoidPtr().
01282 { 01283 PyObject *robj = 0; 01284 if (!type) { 01285 if (!PyErr_Occurred()) { 01286 PyErr_Format(PyExc_TypeError, "Swig: null type passed to NewPointerObj"); 01287 } 01288 return robj; 01289 } 01290 if (!ptr) { 01291 Py_INCREF(Py_None); 01292 return Py_None; 01293 } 01294 #ifdef SWIG_COBJECT_TYPES 01295 robj = PySwigObject_FromVoidPtrAndDesc((void *) ptr, (char *)type->name); 01296 #else 01297 { 01298 char result[SWIG_BUFFER_SIZE]; 01299 robj = SWIG_PackVoidPtr(result, ptr, type->name, sizeof(result)) ? 01300 PyString_FromString(result) : 0; 01301 } 01302 #endif 01303 if (!robj || (robj == Py_None)) return robj; 01304 if (type->clientdata) { 01305 PyObject *inst; 01306 PyObject *args = Py_BuildValue((char*)"(O)", robj); 01307 Py_DECREF(robj); 01308 inst = PyObject_CallObject((PyObject *) type->clientdata, args); 01309 Py_DECREF(args); 01310 if (inst) { 01311 if (own) { 01312 PyObject_SetAttrString(inst,(char*)"thisown",Py_True); 01313 } 01314 robj = inst; 01315 } 01316 } 01317 return robj; 01318 }
Here is the call graph for this function:

| static PyObject* SWIG_Python_newvarlink | ( | void | ) | [static] |
Definition at line 12830 of file pisock_wrap.c.
References swig_varlink_type(), and swig_varlinkobject::vars.
12830 { 12831 swig_varlinkobject *result = PyObject_NEW(swig_varlinkobject, swig_varlink_type()); 12832 if (result) { 12833 result->vars = 0; 12834 } 12835 return ((PyObject*) result); 12836 }
Here is the call graph for this function:

| static void SWIG_Python_NullRef | ( | const char * | type | ) | [static] |
Definition at line 1090 of file pisock_wrap.c.
01091 { 01092 if (type) { 01093 PyErr_Format(PyExc_TypeError, "null reference of type '%s' was received",type); 01094 } else { 01095 PyErr_Format(PyExc_TypeError, "null reference was received"); 01096 } 01097 }
| static void SWIG_Python_SetModule | ( | swig_module_info * | swig_module | ) | [static] |
Definition at line 1399 of file pisock_wrap.c.
References PyModule_AddObject(), swig_module, SWIG_RUNTIME_VERSION, and SWIG_TYPE_TABLE_NAME.
01399 { 01400 static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */ 01401 01402 PyObject *module = Py_InitModule((char*)"swig_runtime_data" SWIG_RUNTIME_VERSION, 01403 swig_empty_runtime_method_table); 01404 PyObject *pointer = PyCObject_FromVoidPtr((void *) swig_module, NULL); 01405 if (pointer && module) { 01406 PyModule_AddObject(module, (char*)"type_pointer" SWIG_TYPE_TABLE_NAME, pointer); 01407 } 01408 }
Here is the call graph for this function:

| static void SWIG_Python_TypeError | ( | const char * | type, | |
| PyObject * | obj | |||
| ) | [static] |
Definition at line 1054 of file pisock_wrap.c.
References PySwigObject_Check(), and PySwigObject_GetDesc().
Referenced by SWIG_Python_ConvertPacked(), SWIG_Python_ConvertPtr(), and SWIG_Python_MustGetPtr().
01055 { 01056 if (type) { 01057 #if defined(SWIG_COBJECT_TYPES) 01058 if (obj && PySwigObject_Check(obj)) { 01059 const char *otype = (const char *) PySwigObject_GetDesc(obj); 01060 if (otype) { 01061 PyErr_Format(PyExc_TypeError, "a '%s' is expected, 'PySwigObject(%s)' is received", 01062 type, otype); 01063 return; 01064 } 01065 } else 01066 #endif 01067 { 01068 const char *otype = (obj ? obj->ob_type->tp_name : 0); 01069 if (otype) { 01070 PyObject *str = PyObject_Str(obj); 01071 const char *cstr = str ? PyString_AsString(str) : 0; 01072 if (cstr) { 01073 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s(%s)' is received", 01074 type, otype, cstr); 01075 } else { 01076 PyErr_Format(PyExc_TypeError, "a '%s' is expected, '%s' is received", 01077 type, otype); 01078 } 01079 Py_XDECREF(str); 01080 return; 01081 } 01082 } 01083 PyErr_Format(PyExc_TypeError, "a '%s' is expected", type); 01084 } else { 01085 PyErr_Format(PyExc_TypeError, "unexpected type is received"); 01086 } 01087 }
Here is the call graph for this function:

| static void* SWIG_TypeCast | ( | swig_cast_info * | ty, | |
| void * | ptr | |||
| ) | [static] |
Definition at line 256 of file pisock_wrap.c.
References swig_cast_info::converter.
Referenced by SWIG_Python_ConvertPtr().
| static swig_cast_info* SWIG_TypeCheck | ( | const char * | c, | |
| swig_type_info * | ty | |||
| ) | [static] |
Definition at line 242 of file pisock_wrap.c.
References SWIG_TypeCheck_Template.
Referenced by SWIG_Python_ConvertPacked(), and SWIG_Python_ConvertPtr().
00242 { 00243 SWIG_TypeCheck_Template(strcmp(iter->type->name, c) == 0, ty); 00244 }
| static swig_cast_info* SWIG_TypeCheckStruct | ( | swig_type_info * | from, | |
| swig_type_info * | into | |||
| ) | [static] |
Definition at line 248 of file pisock_wrap.c.
References SWIG_TypeCheck_Template.
00248 { 00249 SWIG_TypeCheck_Template(iter->type == from, into); 00250 }
| static void SWIG_TypeClientData | ( | swig_type_info * | ti, | |
| void * | clientdata | |||
| ) | [static] |
Definition at line 307 of file pisock_wrap.c.
References swig_type_info::cast, swig_type_info::clientdata, swig_cast_info::converter, swig_cast_info::next, and swig_cast_info::type.
Referenced by CardInfo_swigregister(), DBInfo_swigregister(), DBSizeInfo_swigregister(), NetSyncInfo_swigregister(), pi_socket_list_t_swigregister(), pi_socket_t_swigregister(), PilotUser_swigregister(), SWIG_PropagateClientData(), SysInfo_swigregister(), VFSAnyMountParam_swigregister(), VFSDirInfo_swigregister(), VFSInfo_swigregister(), and VFSSlotMountParam_swigregister().
00307 { 00308 swig_cast_info *cast = ti->cast; 00309 /* if (ti->clientdata == clientdata) return; */ 00310 ti->clientdata = clientdata; 00311 00312 while (cast) { 00313 if (!cast->converter) { 00314 swig_type_info *tc = cast->type; 00315 if (!tc->clientdata) { 00316 SWIG_TypeClientData(tc, clientdata); 00317 } 00318 } 00319 cast = cast->next; 00320 } 00321 }
| static int SWIG_TypeCompare | ( | const char * | nb, | |
| const char * | tb | |||
| ) | [static] |
Definition at line 201 of file pisock_wrap.c.
References SWIG_TypeNameComp().
00201 { 00202 int equiv = 0; 00203 const char* te = tb + strlen(tb); 00204 const char* ne = nb; 00205 while (!equiv && *ne) { 00206 for (nb = ne; *ne; ++ne) { 00207 if (*ne == '|') break; 00208 } 00209 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; 00210 if (*ne) ++ne; 00211 } 00212 return equiv; 00213 }
Here is the call graph for this function:

| static swig_type_info* SWIG_TypeDynamicCast | ( | swig_type_info * | ty, | |
| void ** | ptr | |||
| ) | [static] |
Definition at line 264 of file pisock_wrap.c.
References swig_type_info::dcast.
00264 { 00265 swig_type_info *lastty = ty; 00266 if (!ty || !ty->dcast) return ty; 00267 while (ty && (ty->dcast)) { 00268 ty = (*ty->dcast)(ptr); 00269 if (ty) lastty = ty; 00270 } 00271 return lastty; 00272 }
| static int SWIG_TypeEquiv | ( | const char * | nb, | |
| const char * | tb | |||
| ) | [static] |
Definition at line 182 of file pisock_wrap.c.
References SWIG_TypeNameComp().
Referenced by SWIG_TypeQueryModule().
00182 { 00183 int equiv = 0; 00184 const char* te = tb + strlen(tb); 00185 const char* ne = nb; 00186 while (!equiv && *ne) { 00187 for (nb = ne; *ne; ++ne) { 00188 if (*ne == '|') break; 00189 } 00190 equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0; 00191 if (*ne) ++ne; 00192 } 00193 return equiv; 00194 }
Here is the call graph for this function:

| static const char* SWIG_TypeName | ( | const swig_type_info * | ty | ) | [static] |
Definition at line 278 of file pisock_wrap.c.
References swig_type_info::name.
00278 { 00279 return ty->name; 00280 }
| static int SWIG_TypeNameComp | ( | const char * | f1, | |
| const char * | l1, | |||
| const char * | f2, | |||
| const char * | l2 | |||
| ) | [static] |
Definition at line 167 of file pisock_wrap.c.
Referenced by SWIG_TypeCompare(), and SWIG_TypeEquiv().
00168 { 00169 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { 00170 while ((*f1 == ' ') && (f1 != l1)) ++f1; 00171 while ((*f2 == ' ') && (f2 != l2)) ++f2; 00172 if (*f1 != *f2) return (int)(*f1 - *f2); 00173 } 00174 return (l1 - f1) - (l2 - f2); 00175 }
| static const char* SWIG_TypePrettyName | ( | const swig_type_info * | type | ) | [static] |
Definition at line 287 of file pisock_wrap.c.
References swig_type_info::name, and swig_type_info::str.
Referenced by SWIG_Python_ConvertPacked(), SWIG_Python_ConvertPtr(), and SWIG_Python_MustGetPtr().
00287 { 00288 /* The "str" field contains the equivalent pretty names of the 00289 type, separated by vertical-bar characters. We choose 00290 to print the last name, as it is often (?) the most 00291 specific. */ 00292 if (type->str != NULL) { 00293 const char *last_name = type->str; 00294 const char *s; 00295 for (s = type->str; *s; s++) 00296 if (*s == '|') last_name = s+1; 00297 return last_name; 00298 } 00299 else 00300 return type->name; 00301 }
| static swig_type_info* SWIG_TypeQueryModule | ( | swig_module_info * | start, | |
| swig_module_info * | end, | |||
| const char * | name | |||
| ) | [static] |
Definition at line 377 of file pisock_wrap.c.
References swig_module_info::next, swig_module_info::size, swig_type_info::str, SWIG_MangledTypeQueryModule(), SWIG_TypeEquiv(), and swig_module_info::types.
00379 { 00380 /* STEP 1: Search the name field using binary search */ 00381 swig_type_info *ret = SWIG_MangledTypeQueryModule(start, end, name); 00382 if (ret) { 00383 return ret; 00384 } else { 00385 /* STEP 2: If the type hasn't been found, do a complete search 00386 of the str field (the human readable name) */ 00387 swig_module_info *iter = start; 00388 do { 00389 register size_t i = 0; 00390 for (; i < iter->size; ++i) { 00391 if (iter->types[i]->str && (SWIG_TypeEquiv(iter->types[i]->str, name))) 00392 return iter->types[i]; 00393 } 00394 iter = iter->next; 00395 } while (iter != end); 00396 } 00397 00398 /* neither found a match */ 00399 return 0; 00400 }
Here is the call graph for this function:

| static const char* SWIG_UnpackData | ( | const char * | c, | |
| void * | ptr, | |||
| size_t | sz | |||
| ) | [static] |
Definition at line 423 of file pisock_wrap.c.
Referenced by SWIG_UnpackDataName(), and SWIG_UnpackVoidPtr().
00423 { 00424 register unsigned char *u = (unsigned char *) ptr; 00425 register const unsigned char *eu = u + sz; 00426 for (; u != eu; ++u) { 00427 register char d = *(c++); 00428 register unsigned char uu = 0; 00429 if ((d >= '0') && (d <= '9')) 00430 uu = ((d - '0') << 4); 00431 else if ((d >= 'a') && (d <= 'f')) 00432 uu = ((d - ('a'-10)) << 4); 00433 else 00434 return (char *) 0; 00435 d = *(c++); 00436 if ((d >= '0') && (d <= '9')) 00437 uu |= (d - '0'); 00438 else if ((d >= 'a') && (d <= 'f')) 00439 uu |= (d - ('a'-10)); 00440 else 00441 return (char *) 0; 00442 *u = uu; 00443 } 00444 return c; 00445 }
| static const char* SWIG_UnpackDataName | ( | const char * | c, | |
| void * | ptr, | |||
| size_t | sz, | |||
| const char * | name | |||
| ) | [static] |
Definition at line 490 of file pisock_wrap.c.
References SWIG_UnpackData().
Referenced by SWIG_Python_ConvertPacked().
00490 { 00491 if (*c != '_') { 00492 if (strcmp(c,"NULL") == 0) { 00493 memset(ptr,0,sz); 00494 return name; 00495 } else { 00496 return 0; 00497 } 00498 } 00499 return SWIG_UnpackData(++c,ptr,sz); 00500 }
Here is the call graph for this function:

| static const char* SWIG_UnpackVoidPtr | ( | const char * | c, | |
| void ** | ptr, | |||
| const char * | name | |||
| ) | [static] |
Definition at line 462 of file pisock_wrap.c.
References SWIG_UnpackData().
Referenced by SWIG_Python_ConvertPtr().
00462 { 00463 if (*c != '_') { 00464 if (strcmp(c,"NULL") == 0) { 00465 *ptr = (void *) 0; 00466 return name; 00467 } else { 00468 return 0; 00469 } 00470 } 00471 return SWIG_UnpackData(++c,ptr,sizeof(void *)); 00472 }
Here is the call graph for this function:

| static PyObject* swig_varlink_getattr | ( | swig_varlinkobject * | v, | |
| char * | n | |||
| ) | [static] |
Definition at line 12744 of file pisock_wrap.c.
References swig_globalvar::get_attr, swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
12744 { 12745 swig_globalvar *var = v->vars; 12746 while (var) { 12747 if (strcmp(var->name,n) == 0) { 12748 return (*var->get_attr)(); 12749 } 12750 var = var->next; 12751 } 12752 PyErr_SetString(PyExc_NameError,"Unknown C global variable"); 12753 return NULL; 12754 }
| static int swig_varlink_print | ( | swig_varlinkobject * | v, | |
| FILE * | fp, | |||
| int | flags | |||
| ) | [static] |
Definition at line 12731 of file pisock_wrap.c.
References swig_globalvar::name, swig_globalvar::next, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
12731 { 12732 swig_globalvar *var; 12733 flags = flags; 12734 fprintf(fp,"Swig global variables { "); 12735 for (var = v->vars; var; var=var->next) { 12736 fprintf(fp,"%s", var->name); 12737 if (var->next) fprintf(fp,", "); 12738 } 12739 fprintf(fp," }\n"); 12740 return 0; 12741 }
| static PyObject* swig_varlink_repr | ( | swig_varlinkobject * | v | ) | [static] |
| static int swig_varlink_setattr | ( | swig_varlinkobject * | v, | |
| char * | n, | |||
| PyObject * | p | |||
| ) | [static] |
Definition at line 12757 of file pisock_wrap.c.
References swig_globalvar::name, swig_globalvar::next, swig_globalvar::set_attr, and swig_varlinkobject::vars.
Referenced by swig_varlink_type().
12757 { 12758 swig_globalvar *var = v->vars; 12759 while (var) { 12760 if (strcmp(var->name,n) == 0) { 12761 return (*var->set_attr)(p); 12762 } 12763 var = var->next; 12764 } 12765 PyErr_SetString(PyExc_NameError,"Unknown C global variable"); 12766 return 1; 12767 }
| static PyTypeObject* swig_varlink_type | ( | void | ) | [static] |
Definition at line 12770 of file pisock_wrap.c.
References swig_varlink_getattr(), swig_varlink_print(), swig_varlink_repr(), and swig_varlink_setattr().
Referenced by SWIG_Python_newvarlink().
12770 { 12771 static char varlink__doc__[] = "Swig var link object"; 12772 static PyTypeObject varlink_type 12773 #if !defined(__cplusplus) 12774 ; 12775 static int type_init = 0; 12776 if (!type_init) { 12777 PyTypeObject tmp 12778 #endif 12779 = { 12780 PyObject_HEAD_INIT(&PyType_Type) 12781 0, /* Number of items in variable part (ob_size) */ 12782 (char *)"swigvarlink", /* Type name (tp_name) */ 12783 sizeof(swig_varlinkobject), /* Basic size (tp_basicsize) */ 12784 0, /* Itemsize (tp_itemsize) */ 12785 0, /* Deallocator (tp_dealloc) */ 12786 (printfunc) swig_varlink_print, /* Print (tp_print) */ 12787 (getattrfunc) swig_varlink_getattr, /* get attr (tp_getattr) */ 12788 (setattrfunc) swig_varlink_setattr, /* Set attr (tp_setattr) */ 12789 0, /* tp_compare */ 12790 (reprfunc) swig_varlink_repr, /* tp_repr */ 12791 0, /* tp_as_number */ 12792 0, /* tp_as_sequence */ 12793 0, /* tp_as_mapping */ 12794 0, /* tp_hash */ 12795 0, /* tp_call */ 12796 0, /* tp_str */ 12797 0, /* tp_getattro */ 12798 0, /* tp_setattro */ 12799 0, /* tp_as_buffer */ 12800 0, /* tp_flags */ 12801 varlink__doc__, /* tp_doc */ 12802 #if PY_VERSION_HEX >= 0x02000000 12803 0, /* tp_traverse */ 12804 0, /* tp_clear */ 12805 #endif 12806 #if PY_VERSION_HEX >= 0x02010000 12807 0, /* tp_richcompare */ 12808 0, /* tp_weaklistoffset */ 12809 #endif 12810 #if PY_VERSION_HEX >= 0x02020000 12811 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* tp_iter -> tp_weaklist */ 12812 #endif 12813 #if PY_VERSION_HEX >= 0x02030000 12814 0, /* tp_del */ 12815 #endif 12816 #ifdef COUNT_ALLOCS 12817 0,0,0,0 /* tp_alloc -> tp_next */ 12818 #endif 12819 }; 12820 #if !defined(__cplusplus) 12821 varlink_type = tmp; 12822 type_init = 1; 12823 } 12824 #endif 12825 return &varlink_type; 12826 }
Here is the call graph for this function:

| static PyObject* SysInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 6359 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_SysInfo.
06359 { 06360 PyObject *obj; 06361 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 06362 SWIG_TypeClientData(SWIGTYPE_p_SysInfo, obj); 06363 Py_INCREF(obj); 06364 return Py_BuildValue((char *)""); 06365 }
Here is the call graph for this function:

| static PyObject* t_output_helper | ( | PyObject * | target, | |
| PyObject * | o | |||
| ) | [static] |
Definition at line 1984 of file pisock_wrap.c.
Referenced by _wrap_delete_PilotUser(), _wrap_delete_SysInfo(), _wrap_dlp_CallApplication(), _wrap_dlp_CreateDB(), _wrap_dlp_ExpSlotEnumerate(), _wrap_dlp_FindDBByName(), _wrap_dlp_FindDBByOpenHandle(), _wrap_dlp_FindDBByTypeCreator(), _wrap_dlp_FindDBInfo(), _wrap_dlp_OpenDB(), _wrap_dlp_ReadAppBlock(), _wrap_dlp_ReadAppPreference(), _wrap_dlp_ReadFeature(), _wrap_dlp_ReadNetSyncInfo(), _wrap_dlp_ReadNextModifiedRec(), _wrap_dlp_ReadNextModifiedRecInCategory(), _wrap_dlp_ReadNextRecInCategory(), _wrap_dlp_ReadOpenDBInfo(), _wrap_dlp_ReadRecordById(), _wrap_dlp_ReadRecordByIndex(), _wrap_dlp_ReadResourceByIndex(), _wrap_dlp_ReadResourceByType(), _wrap_dlp_ReadSortBlock(), _wrap_dlp_ReadStorageInfo(), _wrap_dlp_ReadSysInfo(), _wrap_dlp_ReadUserInfo(), _wrap_dlp_VFSFileRead(), _wrap_dlp_VFSImportDatabaseFromFile(), _wrap_dlp_VFSVolumeSize(), _wrap_dlp_WriteRecord(), _wrap_dlp_WriteUserInfo(), _wrap_pi_accept(), _wrap_pi_accept_to(), _wrap_pi_getsockname(), _wrap_pi_getsockpeer(), _wrap_pi_read(), _wrap_pi_recv(), _wrap_PilotUser_lastSyncDate_get(), _wrap_PilotUser_lastSyncDate_set(), _wrap_PilotUser_lastSyncPC_get(), _wrap_PilotUser_lastSyncPC_set(), _wrap_PilotUser_password_get(), _wrap_PilotUser_password_set(), _wrap_PilotUser_passwordLength_get(), _wrap_PilotUser_passwordLength_set(), _wrap_PilotUser_successfulSyncDate_get(), _wrap_PilotUser_successfulSyncDate_set(), _wrap_PilotUser_userID_get(), _wrap_PilotUser_userID_set(), _wrap_PilotUser_username_get(), _wrap_PilotUser_username_set(), _wrap_PilotUser_viewerID_get(), _wrap_PilotUser_viewerID_set(), _wrap_SysInfo_compatMajorVersion_get(), _wrap_SysInfo_compatMajorVersion_set(), _wrap_SysInfo_compatMinorVersion_get(), _wrap_SysInfo_compatMinorVersion_set(), _wrap_SysInfo_dlpMajorVersion_get(), _wrap_SysInfo_dlpMajorVersion_set(), _wrap_SysInfo_dlpMinorVersion_get(), _wrap_SysInfo_dlpMinorVersion_set(), _wrap_SysInfo_locale_get(), _wrap_SysInfo_locale_set(), _wrap_SysInfo_maxRecSize_get(), _wrap_SysInfo_maxRecSize_set(), _wrap_SysInfo_prodID_get(), _wrap_SysInfo_prodID_set(), _wrap_SysInfo_prodIDLength_get(), _wrap_SysInfo_prodIDLength_set(), _wrap_SysInfo_romVersion_get(), and _wrap_SysInfo_romVersion_set().
01984 { 01985 if (!target) { 01986 target = o; 01987 } else if (target == Py_None) { 01988 Py_DECREF(target); 01989 target = o; 01990 } else { 01991 if (!PyList_Check(target)) { 01992 PyObject *o2 = target; 01993 target = PyList_New(1); 01994 PyList_SetItem(target, 0, o2); 01995 } 01996 PyList_Append(target,o); 01997 Py_DECREF(o); 01998 } 01999 return target; 02000 }
| static PyObject* VFSAnyMountParam_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4836 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_VFSAnyMountParam.
04836 { 04837 PyObject *obj; 04838 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 04839 SWIG_TypeClientData(SWIGTYPE_p_VFSAnyMountParam, obj); 04840 Py_INCREF(obj); 04841 return Py_BuildValue((char *)""); 04842 }
Here is the call graph for this function:

| static PyObject* VFSDirInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4669 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_VFSDirInfo.
04669 { 04670 PyObject *obj; 04671 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 04672 SWIG_TypeClientData(SWIGTYPE_p_VFSDirInfo, obj); 04673 Py_INCREF(obj); 04674 return Py_BuildValue((char *)""); 04675 }
Here is the call graph for this function:

| static PyObject* VFSInfo_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 5381 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_VFSInfo.
05381 { 05382 PyObject *obj; 05383 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 05384 SWIG_TypeClientData(SWIGTYPE_p_VFSInfo, obj); 05385 Py_INCREF(obj); 05386 return Py_BuildValue((char *)""); 05387 }
Here is the call graph for this function:

| static PyObject* VFSSlotMountParam_swigregister | ( | PyObject * | self, | |
| PyObject * | args | |||
| ) | [static] |
Definition at line 4999 of file pisock_wrap.c.
References SWIG_TypeClientData(), and SWIGTYPE_p_VFSSlotMountParam.
04999 { 05000 PyObject *obj; 05001 if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; 05002 SWIG_TypeClientData(SWIGTYPE_p_VFSSlotMountParam, obj); 05003 Py_INCREF(obj); 05004 return Py_BuildValue((char *)""); 05005 }
Here is the call graph for this function:

swig_cast_info _swigc__p_CardInfo[] = { {&_swigt__p_CardInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12476 of file pisock_wrap.c.
swig_cast_info _swigc__p_char[] = { {&_swigt__p_char, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12486 of file pisock_wrap.c.
swig_cast_info _swigc__p_DBInfo[] = { {&_swigt__p_DBInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12477 of file pisock_wrap.c.
swig_cast_info _swigc__p_DBSizeInfo[] = { {&_swigt__p_DBSizeInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12478 of file pisock_wrap.c.
swig_cast_info _swigc__p_int[] = { {&_swigt__p_int, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12487 of file pisock_wrap.c.
swig_cast_info _swigc__p_long[] = { {&_swigt__p_long, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12488 of file pisock_wrap.c.
swig_cast_info _swigc__p_NetSyncInfo[] = { {&_swigt__p_NetSyncInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12479 of file pisock_wrap.c.
swig_cast_info _swigc__p_p_char[] = { {&_swigt__p_p_char, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12489 of file pisock_wrap.c.
swig_cast_info _swigc__p_p_pi_protocol[] = { {&_swigt__p_p_pi_protocol, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12490 of file pisock_wrap.c.
swig_cast_info _swigc__p_pi_buffer_t[] = { {&_swigt__p_pi_buffer_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12491 of file pisock_wrap.c.
swig_cast_info _swigc__p_pi_device[] = { {&_swigt__p_pi_device, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12492 of file pisock_wrap.c.
swig_cast_info _swigc__p_pi_protocol[] = { {&_swigt__p_pi_protocol, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12493 of file pisock_wrap.c.
swig_cast_info _swigc__p_pi_socket[] = { {&_swigt__p_pi_socket, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12494 of file pisock_wrap.c.
swig_cast_info _swigc__p_pi_socket_list[] = { {&_swigt__p_pi_socket_list, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12495 of file pisock_wrap.c.
swig_cast_info _swigc__p_PilotUser[] = { {&_swigt__p_PilotUser, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12480 of file pisock_wrap.c.
swig_cast_info _swigc__p_recordid_t[] = { {&_swigt__p_recordid_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12496 of file pisock_wrap.c.
swig_cast_info _swigc__p_size_t[] = { {&_swigt__p_size_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12497 of file pisock_wrap.c.
swig_cast_info _swigc__p_sockaddr[] = { {&_swigt__p_sockaddr, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12498 of file pisock_wrap.c.
swig_cast_info _swigc__p_ssize_t[] = { {&_swigt__p_ssize_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12499 of file pisock_wrap.c.
swig_cast_info _swigc__p_SysInfo[] = { {&_swigt__p_SysInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12481 of file pisock_wrap.c.
swig_cast_info _swigc__p_time_t[] = { {&_swigt__p_time_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12500 of file pisock_wrap.c.
swig_cast_info _swigc__p_unsigned_char[] = { {&_swigt__p_unsigned_char, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12501 of file pisock_wrap.c.
swig_cast_info _swigc__p_unsigned_long[] = { {&_swigt__p_unsigned_long, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12502 of file pisock_wrap.c.
swig_cast_info _swigc__p_VFSAnyMountParam[] = { {&_swigt__p_VFSAnyMountParam, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12482 of file pisock_wrap.c.
swig_cast_info _swigc__p_VFSDirInfo[] = { {&_swigt__p_VFSDirInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12483 of file pisock_wrap.c.
swig_cast_info _swigc__p_VFSInfo[] = { {&_swigt__p_VFSInfo, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12484 of file pisock_wrap.c.
swig_cast_info _swigc__p_VFSSlotMountParam[] = { {&_swigt__p_VFSSlotMountParam, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12485 of file pisock_wrap.c.
swig_cast_info _swigc__ptrdiff_t[] = { {&_swigt__ptrdiff_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12503 of file pisock_wrap.c.
swig_cast_info _swigc__size_t[] = { {&_swigt__size_t, 0, 0, 0},{0, 0, 0, 0}} [static] |
Definition at line 12504 of file pisock_wrap.c.
swig_type_info _swigt__p_CardInfo = {"_p_CardInfo", "struct CardInfo *", 0, 0, 0} [static] |
Definition at line 12414 of file pisock_wrap.c.
swig_type_info _swigt__p_char = {"_p_char", "char *", 0, 0, 0} [static] |
Definition at line 12424 of file pisock_wrap.c.
swig_type_info _swigt__p_DBInfo = {"_p_DBInfo", "struct DBInfo *", 0, 0, 0} [static] |
Definition at line 12415 of file pisock_wrap.c.
swig_type_info _swigt__p_DBSizeInfo = {"_p_DBSizeInfo", "struct DBSizeInfo *", 0, 0, 0} [static] |
Definition at line 12416 of file pisock_wrap.c.
swig_type_info _swigt__p_int = {"_p_int", "int *", 0, 0, 0} [static] |
Definition at line 12425 of file pisock_wrap.c.
swig_type_info _swigt__p_long = {"_p_long", "long *", 0, 0, 0} [static] |
Definition at line 12426 of file pisock_wrap.c.
swig_type_info _swigt__p_NetSyncInfo = {"_p_NetSyncInfo", "struct NetSyncInfo *", 0, 0, 0} [static] |
Definition at line 12417 of file pisock_wrap.c.
swig_type_info _swigt__p_p_char = {"_p_p_char", "char **", 0, 0, 0} [static] |
Definition at line 12427 of file pisock_wrap.c.
swig_type_info _swigt__p_p_pi_protocol = {"_p_p_pi_protocol", "struct pi_protocol **", 0, 0, 0} [static] |
Definition at line 12428 of file pisock_wrap.c.
swig_type_info _swigt__p_pi_buffer_t = {"_p_pi_buffer_t", "pi_buffer_t *", 0, 0, 0} [static] |
Definition at line 12429 of file pisock_wrap.c.
swig_type_info _swigt__p_pi_device = {"_p_pi_device", "struct pi_device *", 0, 0, 0} [static] |
Definition at line 12430 of file pisock_wrap.c.
swig_type_info _swigt__p_pi_protocol = {"_p_pi_protocol", "struct pi_protocol *", 0, 0, 0} [static] |
Definition at line 12431 of file pisock_wrap.c.
swig_type_info _swigt__p_pi_socket = {"_p_pi_socket", "struct pi_socket *|pi_socket_t *", 0, 0, 0} [static] |
Definition at line 12432 of file pisock_wrap.c.
swig_type_info _swigt__p_pi_socket_list = {"_p_pi_socket_list", "struct pi_socket_list *|pi_socket_list_t *", 0, 0, 0} [static] |
Definition at line 12433 of file pisock_wrap.c.
swig_type_info _swigt__p_PilotUser = {"_p_PilotUser", "struct PilotUser *", 0, 0, 0} [static] |
Definition at line 12418 of file pisock_wrap.c.
swig_type_info _swigt__p_recordid_t = {"_p_recordid_t", "recordid_t *", 0, 0, 0} [static] |
Definition at line 12434 of file pisock_wrap.c.
swig_type_info _swigt__p_size_t = {"_p_size_t", "size_t *", 0, 0, 0} [static] |
Definition at line 12435 of file pisock_wrap.c.
swig_type_info _swigt__p_sockaddr = {"_p_sockaddr", "struct sockaddr *", 0, 0, 0} [static] |
Definition at line 12436 of file pisock_wrap.c.
swig_type_info _swigt__p_ssize_t = {"_p_ssize_t", "ssize_t *", 0, 0, 0} [static] |
Definition at line 12437 of file pisock_wrap.c.
swig_type_info _swigt__p_SysInfo = {"_p_SysInfo", "struct SysInfo *", 0, 0, 0} [static] |
Definition at line 12419 of file pisock_wrap.c.
swig_type_info _swigt__p_time_t = {"_p_time_t", "time_t *", 0, 0, 0} [static] |
Definition at line 12438 of file pisock_wrap.c.
swig_type_info _swigt__p_unsigned_char = {"_p_unsigned_char", "unsigned char *", 0, 0, 0} [static] |
Definition at line 12439 of file pisock_wrap.c.
swig_type_info _swigt__p_unsigned_long = {"_p_unsigned_long", "unsigned long *", 0, 0, 0} [static] |
Definition at line 12440 of file pisock_wrap.c.
swig_type_info _swigt__p_VFSAnyMountParam = {"_p_VFSAnyMountParam", "struct VFSAnyMountParam *", 0, 0, 0} [static] |
Definition at line 12420 of file pisock_wrap.c.
swig_type_info _swigt__p_VFSDirInfo = {"_p_VFSDirInfo", "struct VFSDirInfo *", 0, 0, 0} [static] |
Definition at line 12421 of file pisock_wrap.c.
swig_type_info _swigt__p_VFSInfo = {"_p_VFSInfo", "struct VFSInfo *", 0, 0, 0} [static] |
Definition at line 12422 of file pisock_wrap.c.
swig_type_info _swigt__p_VFSSlotMountParam = {"_p_VFSSlotMountParam", "struct VFSSlotMountParam *", 0, 0, 0} [static] |
Definition at line 12423 of file pisock_wrap.c.
swig_type_info _swigt__ptrdiff_t = {"_ptrdiff_t", "ptrdiff_t", 0, 0, 0} [static] |
Definition at line 12441 of file pisock_wrap.c.
swig_type_info _swigt__size_t = {"_size_t", "size_t", 0, 0, 0} [static] |
Definition at line 12442 of file pisock_wrap.c.
PyObject* PIError = NULL [static] |
Definition at line 1476 of file pisock_wrap.c.
swig_cast_info* swig_cast_initial[] [static] |
swig_const_info swig_const_table[] [static] |
Initial value:
{
{0, 0, 0, 0.0, 0, 0}}
Definition at line 12541 of file pisock_wrap.c.
Referenced by init_pisock().
swig_module_info swig_module = {swig_types, 29, 0, 0, 0, 0} [static] |
Definition at line 1447 of file pisock_wrap.c.
Referenced by SWIG_InitializeModule(), SWIG_PropagateClientData(), and SWIG_Python_SetModule().
swig_type_info* swig_type_initial[] [static] |
Definition at line 12444 of file pisock_wrap.c.
Referenced by init_pisock(), and SWIG_InitializeModule().
swig_type_info* swig_types[30] [static] |
PyMethodDef SwigMethods[] [static] |
Definition at line 12078 of file pisock_wrap.c.