Searched refs:self (Results 126 - 150 of 436) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py253 def addToDict(self, key):
254 txt = string.strip(self.curText)
262 def processNode(self, reader, curClass):
265 self.curText = '' # clear the working variable
268 self.addToDict(reader.Name())
271 self.curText += reader.Value()
282 def __init__(self):
283 self.testParams = {} # start with an empty set of params
284 self.curText = '' # and empty text
286 def addToDict(self, ke
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_samr.c36 static void py_samr_group_hnd_dealloc(PyObject* self) argument
38 PyObject_Del(self);
45 static PyObject *py_samr_group_hnd_getattr(PyObject *self, char *attrname) argument
47 return Py_FindMethod(samr_group_methods, self, attrname);
84 static void py_samr_alias_hnd_dealloc(PyObject* self) argument
86 PyObject_Del(self);
93 static PyObject *py_samr_alias_hnd_getattr(PyObject *self, char *attrname) argument
95 return Py_FindMethod(samr_alias_methods, self, attrname);
132 static void py_samr_user_hnd_dealloc(PyObject* self) argument
134 PyObject_Del(self);
137 samr_set_user_info2(PyObject *self, PyObject *args, PyObject *kw) argument
218 samr_delete_dom_user(PyObject *self, PyObject *args, PyObject *kw) argument
263 py_samr_user_hnd_getattr(PyObject *self, char *attrname) argument
302 py_samr_connect_hnd_dealloc(PyObject* self) argument
321 samr_open_domain(PyObject *self, PyObject *args, PyObject *kw) argument
376 py_samr_connect_hnd_getattr(PyObject *self, char *attrname) argument
415 py_samr_domain_hnd_dealloc(PyObject* self) argument
420 samr_enum_dom_groups(PyObject *self, PyObject *args, PyObject *kw) argument
459 samr_create_dom_user(PyObject *self, PyObject *args, PyObject *kw) argument
508 py_samr_domain_hnd_getattr(PyObject *self, char *attrname) argument
531 samr_connect(PyObject *self, PyObject *args, PyObject *kw) argument
[all...]
H A Dpy_smb.c36 static PyObject *py_smb_connect(PyObject *self, PyObject *args, PyObject *kw) argument
57 static PyObject *py_smb_session_request(PyObject *self, PyObject *args, argument
60 cli_state_object *cli = (cli_state_object *)self;
81 static PyObject *py_smb_negprot(PyObject *self, PyObject *args, PyObject *kw) argument
83 cli_state_object *cli = (cli_state_object *)self;
95 static PyObject *py_smb_session_setup(PyObject *self, PyObject *args, argument
98 cli_state_object *cli = (cli_state_object *)self;
124 static PyObject *py_smb_tconx(PyObject *self, PyObject *args, PyObject *kw) argument
126 cli_state_object *cli = (cli_state_object *)self;
146 static PyObject *py_smb_nt_create_andx(PyObject *self, PyObjec argument
182 py_smb_open(PyObject *self, PyObject *args, PyObject *kw) argument
209 py_smb_read(PyObject *self, PyObject *args, PyObject *kw) argument
259 py_smb_close(PyObject *self, PyObject *args, PyObject *kw) argument
278 py_smb_unlink(PyObject *self, PyObject *args, PyObject *kw) argument
297 py_smb_query_secdesc(PyObject *self, PyObject *args, PyObject *kw) argument
342 py_smb_set_secdesc(PyObject *self, PyObject *args, PyObject *kw) argument
491 py_cli_state_dealloc(PyObject* self) argument
501 py_cli_state_getattr(PyObject *self, char *attrname) argument
[all...]
H A Dpy_spoolss_jobs.c25 PyObject *spoolss_hnd_enumjobs(PyObject *self, PyObject *args, PyObject *kw) argument
27 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
92 PyObject *spoolss_hnd_setjob(PyObject *self, PyObject *args, PyObject *kw) argument
94 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
121 PyObject *spoolss_hnd_getjob(PyObject *self, PyObject *args, PyObject *kw) argument
123 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
166 PyObject *spoolss_hnd_startpageprinter(PyObject *self, PyObject *args, PyObject *kw) argument
168 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
194 PyObject *spoolss_hnd_endpageprinter(PyObject *self, PyObject *args, PyObject *kw) argument
196 spoolss_policy_hnd_object *hnd = (spoolss_policy_hnd_object *)self;
222 spoolss_hnd_startdocprinter(PyObject *self, PyObject *args, PyObject *kw) argument
318 spoolss_hnd_enddocprinter(PyObject *self, PyObject *args, PyObject *kw) argument
344 spoolss_hnd_writeprinter(PyObject *self, PyObject *args, PyObject *kw) argument
373 spoolss_hnd_addjob(PyObject *self, PyObject *args, PyObject *kw) argument
[all...]
H A Dpy_tdb.c59 PyObject *py_tdb_close(PyObject *self, PyObject *args) argument
78 PyObject *py_tdb_open(PyObject *self, PyObject *args, PyObject *kw) argument
217 PyObject *py_tdb_hnd_has_key(PyObject *self, PyObject *args) argument
219 tdb_hnd_object *obj = (tdb_hnd_object *)self;
247 PyObject *py_tdb_hnd_keys(PyObject *self, PyObject *args) argument
249 tdb_hnd_object *obj = (tdb_hnd_object *)self;
266 PyObject *py_tdb_hnd_first_key(PyObject *self, PyObject *args) argument
268 tdb_hnd_object *obj = (tdb_hnd_object *)self;
281 PyObject *py_tdb_hnd_next_key(PyObject *self, PyObject *py_oldkey) argument
283 tdb_hnd_object *obj = (tdb_hnd_object *)self;
303 py_tdb_hnd_lock_all(PyObject *self, PyObject *args) argument
318 py_tdb_hnd_unlock_all(PyObject *self, PyObject *args) argument
379 py_tdb_hnd_lock(PyObject *self, PyObject *args) argument
404 py_tdb_hnd_unlock(PyObject *self, PyObject *args) argument
457 py_tdb_hnd_traverse(PyObject *self, PyObject *args, PyObject *kw) argument
488 py_tdb_hnd_chainlock(PyObject *self, PyObject *args) argument
507 py_tdb_hnd_chainunlock(PyObject *self, PyObject *args) argument
526 py_tdb_hnd_lock_bystring(PyObject *self, PyObject *args) argument
545 py_tdb_hnd_unlock_bystring(PyObject *self, PyObject *args) argument
597 tdb_hnd_dealloc(PyObject* self) argument
609 tdb_hnd_getattr(PyObject *self, char *attrname) argument
[all...]
H A Dpy_common.h47 PyObject *get_debuglevel(PyObject *self, PyObject *args);
48 PyObject *set_debuglevel(PyObject *self, PyObject *args);
49 PyObject *py_setup_logging(PyObject *self, PyObject *args, PyObject *kw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dep7211_ir.c22 static void ep7211_ir_open(dongle_t *self, struct qos_info *qos);
23 static void ep7211_ir_close(dongle_t *self);
38 static void ep7211_ir_open(dongle_t *self, struct qos_info *qos) argument
53 static void ep7211_ir_close(dongle_t *self) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DvalidRNG.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
H A DvalidSchemas.py9 def __init__(self):
10 self.errors = []
12 def handler(self, msg, data):
15 self.errors.append(msg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlmp_frame.h42 void irlmp_send_data_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
44 void irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap,
55 void irlmp_link_connect_confirm(struct lap_cb *self, struct qos_info *qos,
59 void irlmp_link_discovery_confirm(struct lap_cb *self, hashbin_t *log);
H A Dparameters.h71 typedef int (*PI_HANDLER)(void *self, irda_param_t *param, int get);
72 typedef int (*PV_HANDLER)(void *self, __u8 *buf, int len, __u8 pi,
94 int irda_param_insert(void *self, __u8 pi, __u8 *buf, int len,
96 int irda_param_extract_all(void *self, __u8 *buf, int len,
H A Dircomm_event.h81 int ircomm_do_event(struct ircomm_cb *self, IRCOMM_EVENT event,
83 void ircomm_next_state(struct ircomm_cb *self, IRCOMM_STATE state);
H A Dirlmp_event.h89 void irlmp_do_lap_event(struct lap_cb *self, IRLMP_EVENT event,
91 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dkprobes.h30 extern int kprobe_exceptions_notify(struct notifier_block *self,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/discovery/
H A Ddiscovery.h156 sw_discovery * self);
161 sw_discovery * self,
167 sw_discovery self);
172 sw_discovery self,
184 sw_discovery self,
200 sw_discovery self,
212 sw_discovery self,
225 sw_discovery self,
239 sw_discovery self,
251 sw_discovery self,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dsleep.S4 * PNX4008 support for STOP mode and SDRAM self-refresh
48 @ clear SDRAM self-refresh bit latch
50 @ clear SDRAM self-refresh bit
57 @ set SDRAM self-refresh bit
61 @ set SDRAM self-refresh bit latch
65 @ clear SDRAM self-refresh bit latch
69 @ clear SDRAM self-refresh bit
73 @ wait for SDRAM to get into self-refresh mode
78 @ to prepare SDRAM to get out of self-refresh mode after wakeup
98 @ clear STOP mode and SDRAM self
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm84 my($self) = shift;
90 $self->export_to_level(1, $self, 'ok');
161 my ($self) = @_;
180 $self->_dup_stdhandles unless $^C;
205 my($self, $pack) = @_;
227 my($self, $cmd, $arg) = @_;
233 ($self->caller)[1,2];
237 $self->no_plan;
240 return $self
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-client.c66 static void ga_client_init(GaClient * self) { argument
67 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(self);
69 self->avahi_client = NULL;
156 GaClient *self = GA_CLIENT(object); local
157 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(self);
164 if (self->avahi_client) {
165 avahi_client_free(self->avahi_client);
166 self->avahi_client = NULL;
216 GaClient *self = GA_CLIENT(data); local
217 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(self);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_miata.c204 else if ((PCI_SLOT(dev->bus->self->devfn) == 8) ||
205 (PCI_SLOT(dev->bus->self->devfn) == 20)) {
212 if ((PCI_SLOT(dev->bus->self->devfn) == 8) ||
213 (PCI_SLOT(dev->bus->self->devfn) == 20)) {
220 dev = dev->bus->self;
223 } while (dev->bus->self);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dparameters.c40 static int irda_extract_integer(void *self, __u8 *buf, int len, __u8 pi,
42 static int irda_extract_string(void *self, __u8 *buf, int len, __u8 pi,
44 static int irda_extract_octseq(void *self, __u8 *buf, int len, __u8 pi,
46 static int irda_extract_no_value(void *self, __u8 *buf, int len, __u8 pi,
49 static int irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi,
51 static int irda_insert_no_value(void *self, __u8 *buf, int len, __u8 pi,
78 * Function irda_insert_no_value (self, buf, len, pi, type, func)
80 static int irda_insert_no_value(void *self, __u8 *buf, int len, __u8 pi, argument
90 ret = (*func)(self, &p, PV_GET);
102 * Function irda_extract_no_value (self, bu
107 irda_extract_no_value(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
128 irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
204 irda_extract_integer(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
290 irda_extract_string(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
336 irda_extract_octseq(void *self, __u8 *buf, int len, __u8 pi, PV_TYPE type, PI_HANDLER func) argument
441 irda_param_insert(void *self, __u8 pi, __u8 *buf, int len, pi_param_info_t *info) argument
495 irda_param_extract(void *self, __u8 *buf, int len, pi_param_info_t *info) argument
552 irda_param_extract_all(void *self, __u8 *buf, int len, pi_param_info_t *info) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c314 strlcpy (buf, hcd->self.bus_name, sizeof buf);
389 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
397 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0);
402 if (device_can_wakeup(&hcd->self.root_hub->dev)
404 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1);
433 if (device_can_wakeup(&hcd->self.root_hub->dev))
454 dev_dbg (hcd->self.controller, "root hub device address %d\n",
470 dev_dbg (hcd->self.controller, "no endpoint features yet\n");
498 dev_dbg (hcd->self.controller,
610 dev_dbg (hcd->self
[all...]
H A Dhcd-pci.c210 if (hcd->self.root_hub->dev.power.power_state.event == PM_EVENT_ON)
242 dev_dbg (hcd->self.controller, "--> PCI D0/legacy\n");
254 int wake = device_can_wakeup(&hcd->self.root_hub->dev);
256 wake = wake && device_may_wakeup(hcd->self.controller);
258 dev_dbg (hcd->self.controller, "--> PCI D3%s\n",
274 dev_dbg (hcd->self.controller, "hcd state %d; not suspended\n",
314 dev_dbg (hcd->self.controller,
347 dev_dbg(hcd->self.controller, "resume from PCI D%d\n",
359 dev_dbg(hcd->self.controller,
369 dev_dbg(hcd->self
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dmga_drv.c134 if ((pdev->device == 0x0525) && pdev->bus->self
135 && (pdev->bus->self->vendor == 0x3388)
136 && (pdev->bus->self->device == 0x0021)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv_acpi.c42 if (!parent->self)
49 &(parent->self->dev));
50 pdev = parent->self;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c1156 * Note that "arg1" is from the code SWIG generates for the "this"/"self".
2386 DB_ENV *self = *(DB_ENV **)(void *)&jarg1; local
2391 DB_ENV_INTERNAL(self) = (void *)(*jenv)->NewGlobalRef(jenv, jarg2);
2392 *(jobject *)(void *)&ret = (jobject)DB_ENV_INTERNAL(self);
2399 DB *self = *(DB **)(void *)&jarg1; local
2404 DB_INTERNAL(self) = (void *)(*jenv)->NewGlobalRef(jenv, jarg2);
2405 *(jobject *)(void *)&ret = (jobject)DB_INTERNAL(self);
2422 DB *self = *(DB **)(void *)&jarg1; local
2429 *(DB_ENV **)(void *)&ret = self->dbenv;
2477 DB *self local
2483 Db_associate(struct Db *self,DB_TXN *txnid,DB *secondary,int (*callback)(DB *,DBT const *,DBT const *,DBT *),u_int32_t flags) argument
2486 Db_associate_foreign(struct Db *self,DB *primary,int (*callback)(DB *,DBT const *,DBT *,DBT const *,int *),u_int32_t flags) argument
2489 Db_compact(struct Db *self,DB_TXN *txnid,DBT *start,DBT *stop,DB_COMPACT *c_data,u_int32_t flags,DBT *end) argument
2493 Db_close(struct Db *self,u_int32_t flags) argument
2497 Db_cursor(struct Db *self,DB_TXN *txnid,u_int32_t flags) argument
2502 Db_del(struct Db *self,DB_TXN *txnid,DBT *key,u_int32_t flags) argument
2505 Db_err(struct Db *self,int error,char const *message) argument
2508 Db_errx(struct Db *self,char const *message) argument
2511 Db_exists(struct Db *self,DB_TXN *txnid,DBT *key,u_int32_t flags) argument
2514 Db_get(struct Db *self,DB_TXN *txnid,DBT *key,DBT *data,u_int32_t flags) argument
2517 Db_get_byteswapped(struct Db *self) argument
2522 Db_get_cachesize(struct Db *self) argument
2527 Db_get_cachesize_ncache(struct Db *self) argument
2532 Db_get_filename(struct Db *self) argument
2537 Db_get_dbname(struct Db *self) argument
2542 Db_get_encrypt_flags(struct Db *self) argument
2547 Db_get_flags(struct Db *self) argument
2552 Db_get_lorder(struct Db *self) argument
2557 Db_get_mpf(struct Db *self) argument
2561 Db_get_open_flags(struct Db *self) argument
2566 Db_get_pagesize(struct Db *self) argument
2571 Db_get_bt_minkey(struct Db *self) argument
2576 Db_get_h_ffactor(struct Db *self) argument
2581 Db_get_h_nelem(struct Db *self) argument
2586 Db_get_re_delim(struct Db *self) argument
2591 Db_get_priority(struct Db *self) argument
2596 Db_get_re_len(struct Db *self) argument
2601 Db_get_re_pad(struct Db *self) argument
2606 Db_get_re_source(struct Db *self) argument
2611 Db_get_q_extentsize(struct Db *self) argument
2616 Db_get_multiple(struct Db *self) argument
2619 Db_get_transactional(struct Db *self) argument
2622 Db_get_type(struct Db *self) argument
2627 Db_join(struct Db *self,DBC **curslist,u_int32_t flags) argument
2632 Db_key_range(struct Db *self,DB_TXN *txnid,DBT *key,DB_KEY_RANGE *key_range,u_int32_t flags) argument
2635 Db_open(struct Db *self,DB_TXN *txnid,char const *file,char const *database,DBTYPE type,u_int32_t flags,int mode) argument
2639 Db_pget(struct Db *self,DB_TXN *txnid,DBT *key,DBT *pkey,DBT *data,u_int32_t flags) argument
2642 Db_put(struct Db *self,DB_TXN *txnid,DBT *key,DBT *data,u_int32_t flags) argument
2645 Db_remove(struct Db *self,char const *file,char const *database,u_int32_t flags) argument
2648 Db_rename(struct Db *self,char const *file,char const *database,char const *newname,u_int32_t flags) argument
2651 Db_set_append_recno(struct Db *self,int (*db_append_recno_fcn)(DB *,DBT *,db_recno_t)) argument
2654 Db_set_bt_compare(struct Db *self,int (*bt_compare_fcn)(DB *,DBT const *,DBT const *)) argument
2657 Db_set_bt_minkey(struct Db *self,u_int32_t bt_minkey) argument
2660 Db_set_bt_prefix(struct Db *self,size_t (*bt_prefix_fcn)(DB *,DBT const *,DBT const *)) argument
2663 Db_set_cachesize(struct Db *self,jlong bytes,int ncache) argument
2668 Db_set_dup_compare(struct Db *self,int (*dup_compare_fcn)(DB *,DBT const *,DBT const *)) argument
2671 Db_set_encrypt(struct Db *self,char const *passwd,u_int32_t flags) argument
2674 Db_set_feedback(struct Db *self,void (*db_feedback_fcn)(DB *,int,int)) argument
2677 Db_set_flags(struct Db *self,u_int32_t flags) argument
2680 Db_set_h_compare(struct Db *self,int (*h_compare_fcn)(DB *,DBT const *,DBT const *)) argument
2683 Db_set_h_ffactor(struct Db *self,u_int32_t h_ffactor) argument
2686 Db_set_h_hash(struct Db *self,u_int32_t (*h_hash_fcn)(DB *,void const *,u_int32_t)) argument
2689 Db_set_h_nelem(struct Db *self,u_int32_t h_nelem) argument
2692 Db_set_lorder(struct Db *self,int lorder) argument
2695 Db_set_pagesize(struct Db *self,u_int32_t pagesize) argument
2698 Db_set_priority(struct Db *self,DB_CACHE_PRIORITY priority) argument
2701 Db_set_re_delim(struct Db *self,int re_delim) argument
2704 Db_set_re_len(struct Db *self,u_int32_t re_len) argument
2707 Db_set_re_pad(struct Db *self,int re_pad) argument
2710 Db_set_re_source(struct Db *self,char *source) argument
2713 Db_set_q_extentsize(struct Db *self,u_int32_t extentsize) argument
2716 Db_stat(struct Db *self,DB_TXN *txnid,u_int32_t flags) argument
2721 Db_sync(struct Db *self,u_int32_t flags) argument
2724 Db_truncate(struct Db *self,DB_TXN *txnid,u_int32_t flags) argument
2729 Db_upgrade(struct Db *self,char const *file,u_int32_t flags) argument
2732 Db_verify(struct Db *self,char const *file,char const *database,struct __db_out_stream outfile,u_int32_t flags) argument
2747 Dbc_close(struct Dbc *self) argument
2750 Dbc_count(struct Dbc *self,u_int32_t flags) argument
2755 Dbc_del(struct Dbc *self,u_int32_t flags) argument
2758 Dbc_dup(struct Dbc *self,u_int32_t flags) argument
2763 Dbc_get(struct Dbc *self,DBT *key,DBT *data,u_int32_t flags) argument
2766 Dbc_get_priority(struct Dbc *self) argument
2771 Dbc_pget(struct Dbc *self,DBT *key,DBT *pkey,DBT *data,u_int32_t flags) argument
2774 Dbc_put(struct Dbc *self,DBT *key,DBT *data,u_int32_t flags) argument
2777 Dbc_set_priority(struct Dbc *self,DB_CACHE_PRIORITY priority) argument
2781 DB_ENV *self = NULL; local
2787 DbEnv_close(struct DbEnv *self,u_int32_t flags) argument
2790 DbEnv_dbremove(struct DbEnv *self,DB_TXN *txnid,char const *file,char const *database,u_int32_t flags) argument
2793 DbEnv_dbrename(struct DbEnv *self,DB_TXN *txnid,char const *file,char const *database,char const *newname,u_int32_t flags) argument
2797 DbEnv_err(struct DbEnv *self,int error,char const *message) argument
2800 DbEnv_errx(struct DbEnv *self,char const *message) argument
2803 DbEnv_cdsgroup_begin(struct DbEnv *self) argument
2808 DbEnv_fileid_reset(struct DbEnv *self,char const *file,u_int32_t flags) argument
2811 DbEnv_get_data_dirs(struct DbEnv *self) argument
2816 DbEnv_get_encrypt_flags(struct DbEnv *self) argument
2821 DbEnv_get_flags(struct DbEnv *self) argument
2826 DbEnv_get_home(struct DbEnv *self) argument
2831 DbEnv_get_intermediate_dir_mode(struct DbEnv *self) argument
2836 DbEnv_get_open_flags(struct DbEnv *self) argument
2841 DbEnv_get_shm_key(struct DbEnv *self) argument
2846 DbEnv_get_tmp_dir(struct DbEnv *self) argument
2851 DbEnv_get_verbose(struct DbEnv *self,u_int32_t which) argument
2856 DbEnv_is_bigendian(struct DbEnv *self) argument
2859 DbEnv_lsn_reset(struct DbEnv *self,char const *file,u_int32_t flags) argument
2862 DbEnv_open(struct DbEnv *self,char const *db_home,u_int32_t flags,int mode) argument
2865 DbEnv_remove(struct DbEnv *self,char const *db_home,u_int32_t flags) argument
2868 DbEnv_set_cachesize(struct DbEnv *self,jlong bytes,int ncache) argument
2873 DbEnv_set_cache_max(struct DbEnv *self,jlong bytes) argument
2878 DbEnv_set_data_dir(struct DbEnv *self,char const *dir) argument
2881 DbEnv_set_intermediate_dir_mode(struct DbEnv *self,char const *mode) argument
2884 DbEnv_set_encrypt(struct DbEnv *self,char const *passwd,u_int32_t flags) argument
2887 DbEnv_set_errcall(struct DbEnv *self,void (*db_errcall_fcn)(DB_ENV const *,char const *,char const *)) argument
2890 DbEnv_set_flags(struct DbEnv *self,u_int32_t flags,int_bool onoff) argument
2893 DbEnv_set_feedback(struct DbEnv *self,void (*env_feedback_fcn)(DB_ENV *,int,int)) argument
2896 DbEnv_set_mp_max_openfd(struct DbEnv *self,int maxopenfd) argument
2899 DbEnv_set_mp_max_write(struct DbEnv *self,int maxwrite,db_timeout_t maxwrite_sleep) argument
2902 DbEnv_set_mp_mmapsize(struct DbEnv *self,size_t mp_mmapsize) argument
2905 DbEnv_set_msgcall(struct DbEnv *self,void (*db_msgcall_fcn)(DB_ENV const *,char const *)) argument
2908 DbEnv_set_paniccall(struct DbEnv *self,void (*db_panic_fcn)(DB_ENV *,int)) argument
2911 DbEnv_set_rpc_server(struct DbEnv *self,char *host,long cl_timeout,long sv_timeout,u_int32_t flags) argument
2915 DbEnv_set_shm_key(struct DbEnv *self,long shm_key) argument
2918 DbEnv_set_timeout(struct DbEnv *self,db_timeout_t timeout,u_int32_t flags) argument
2921 DbEnv_set_tmp_dir(struct DbEnv *self,char const *dir) argument
2924 DbEnv_set_tx_max(struct DbEnv *self,u_int32_t max) argument
2927 DbEnv_set_app_dispatch(struct DbEnv *self,int (*tx_recover)(DB_ENV *,DBT *,DB_LSN *,db_recops)) argument
2930 DbEnv_set_event_notify(struct DbEnv *self,void (*event_notify)(DB_ENV *,u_int32_t,void *)) argument
2933 DbEnv_set_tx_timestamp(struct DbEnv *self,time_t *timestamp) argument
2936 DbEnv_set_verbose(struct DbEnv *self,u_int32_t which,int_bool onoff) argument
2939 DbEnv_get_lk_conflicts(struct DbEnv *self) argument
2945 DbEnv_get_lk_detect(struct DbEnv *self) argument
2950 DbEnv_get_lk_max_locks(struct DbEnv *self) argument
2955 DbEnv_get_lk_max_lockers(struct DbEnv *self) argument
2960 DbEnv_get_lk_max_objects(struct DbEnv *self) argument
2965 DbEnv_lock_detect(struct DbEnv *self,u_int32_t flags,u_int32_t atype) argument
2970 DbEnv_lock_get(struct DbEnv *self,u_int32_t locker,u_int32_t flags,DBT const *object,db_lockmode_t lock_mode) argument
2977 DbEnv_lock_id(struct DbEnv *self) argument
2982 DbEnv_lock_id_free(struct DbEnv *self,u_int32_t id) argument
2985 DbEnv_lock_put(struct DbEnv *self,DB_LOCK *lock) argument
2988 DbEnv_lock_stat(struct DbEnv *self,u_int32_t flags) argument
2993 DbEnv_set_lk_conflicts(struct DbEnv *self,struct __db_lk_conflicts conflicts) argument
2997 DbEnv_set_lk_detect(struct DbEnv *self,u_int32_t detect) argument
3000 DbEnv_set_lk_max_lockers(struct DbEnv *self,u_int32_t max) argument
3003 DbEnv_set_lk_max_locks(struct DbEnv *self,u_int32_t max) argument
3006 DbEnv_set_lk_max_objects(struct DbEnv *self,u_int32_t max) argument
3009 DbEnv_get_lg_bsize(struct DbEnv *self) argument
3014 DbEnv_get_lg_dir(struct DbEnv *self) argument
3019 DbEnv_get_lg_filemode(struct DbEnv *self) argument
3024 DbEnv_get_lg_max(struct DbEnv *self) argument
3029 DbEnv_get_lg_regionmax(struct DbEnv *self) argument
3034 DbEnv_log_archive(struct DbEnv *self,u_int32_t flags) argument
3042 DbEnv_log_cursor(struct DbEnv *self,u_int32_t flags) argument
3047 DbEnv_log_file(struct DbEnv *self,DB_LSN *lsn) argument
3052 DbEnv_log_flush(struct DbEnv *self,DB_LSN const *lsn_or_null) argument
3055 DbEnv_log_get_config(struct DbEnv *self,u_int32_t which) argument
3060 DbEnv_log_put(struct DbEnv *self,DB_LSN *lsn,DBT const *data,u_int32_t flags) argument
3063 DbEnv_log_print(struct DbEnv *self,DB_TXN *txn,char const *msg) argument
3066 DbEnv_log_set_config(struct DbEnv *self,u_int32_t which,int_bool onoff) argument
3069 DbEnv_log_stat(struct DbEnv *self,u_int32_t flags) argument
3074 DbEnv_set_lg_bsize(struct DbEnv *self,u_int32_t lg_bsize) argument
3077 DbEnv_set_lg_dir(struct DbEnv *self,char const *dir) argument
3080 DbEnv_set_lg_filemode(struct DbEnv *self,int mode) argument
3083 DbEnv_set_lg_max(struct DbEnv *self,u_int32_t lg_max) argument
3086 DbEnv_set_lg_regionmax(struct DbEnv *self,u_int32_t lg_regionmax) argument
3089 DbEnv_get_cachesize(struct DbEnv *self) argument
3094 DbEnv_get_cachesize_ncache(struct DbEnv *self) argument
3099 DbEnv_get_cache_max(struct DbEnv *self) argument
3104 DbEnv_get_mp_max_openfd(struct DbEnv *self) argument
3109 DbEnv_get_mp_max_write(struct DbEnv *self) argument
3115 DbEnv_get_mp_max_write_sleep(struct DbEnv *self) argument
3121 DbEnv_get_mp_mmapsize(struct DbEnv *self) argument
3126 DbEnv_memp_stat(struct DbEnv *self,u_int32_t flags) argument
3131 DbEnv_memp_fstat(struct DbEnv *self,u_int32_t flags) argument
3136 DbEnv_memp_trickle(struct DbEnv *self,int percent) argument
3141 DbEnv_mutex_get_align(struct DbEnv *self) argument
3146 DbEnv_mutex_get_increment(struct DbEnv *self) argument
3151 DbEnv_mutex_get_max(struct DbEnv *self) argument
3156 DbEnv_mutex_get_tas_spins(struct DbEnv *self) argument
3161 DbEnv_mutex_set_align(struct DbEnv *self,u_int32_t align) argument
3164 DbEnv_mutex_set_increment(struct DbEnv *self,u_int32_t increment) argument
3167 DbEnv_mutex_set_max(struct DbEnv *self,u_int32_t mutex_max) argument
3170 DbEnv_mutex_set_tas_spins(struct DbEnv *self,u_int32_t tas_spins) argument
3173 DbEnv_mutex_stat(struct DbEnv *self,u_int32_t flags) argument
3178 DbEnv_get_tx_max(struct DbEnv *self) argument
3183 DbEnv_get_tx_timestamp(struct DbEnv *self) argument
3188 DbEnv_get_timeout(struct DbEnv *self,u_int32_t flag) argument
3193 DbEnv_txn_begin(struct DbEnv *self,DB_TXN *parent,u_int32_t flags) argument
3198 DbEnv_txn_checkpoint(struct DbEnv *self,u_int32_t kbyte,u_int32_t min,u_int32_t flags) argument
3201 DbEnv_txn_recover(struct DbEnv *self,int count,u_int32_t flags) argument
3219 DbEnv_txn_stat(struct DbEnv *self,u_int32_t flags) argument
3224 DbEnv_rep_get_limit(struct DbEnv *self) argument
3229 DbEnv_rep_elect(struct DbEnv *self,u_int32_t nsites,int nvotes,u_int32_t flags) argument
3232 DbEnv_rep_process_message(struct DbEnv *self,DBT *control,DBT *rec,int envid,DB_LSN *ret_lsn) argument
3236 DbEnv_rep_flush(struct DbEnv *self) argument
3239 DbEnv_rep_set_config(struct DbEnv *self,u_int32_t which,int_bool onoff) argument
3242 DbEnv_rep_set_clockskew(struct DbEnv *self,u_int32_t fast_clock,u_int32_t slow_clock) argument
3245 DbEnv_rep_get_clockskew_fast(struct DbEnv *self) argument
3250 DbEnv_rep_get_clockskew_slow(struct DbEnv *self) argument
3255 DbEnv_rep_start(struct DbEnv *self,DBT *cdata,u_int32_t flags) argument
3258 DbEnv_rep_sync(struct DbEnv *self,u_int32_t flags) argument
3261 DbEnv_rep_get_config(struct DbEnv *self,u_int32_t which) argument
3266 DbEnv_rep_stat(struct DbEnv *self,u_int32_t flags) argument
3271 DbEnv_rep_set_limit(struct DbEnv *self,jlong bytes) argument
3276 DbEnv_rep_get_request_min(struct DbEnv *self) argument
3281 DbEnv_rep_get_request_max(struct DbEnv *self) argument
3286 DbEnv_rep_set_request(struct DbEnv *self,u_int32_t min,u_int32_t max) argument
3289 DbEnv_rep_set_transport(struct DbEnv *self,int envid,int (*send)(DB_ENV *,DBT const *,DBT const *,DB_LSN const *,int,u_int32_t)) argument
3292 DbEnv_rep_get_nsites(struct DbEnv *self) argument
3297 DbEnv_rep_get_priority(struct DbEnv *self) argument
3302 DbEnv_rep_get_timeout(struct DbEnv *self,int which) argument
3307 DbEnv_rep_set_nsites(struct DbEnv *self,u_int32_t number) argument
3310 DbEnv_rep_set_priority(struct DbEnv *self,u_int32_t priority) argument
3313 DbEnv_rep_set_timeout(struct DbEnv *self,int which,db_timeout_t timeout) argument
3316 DbEnv_repmgr_add_remote_site(struct DbEnv *self,char const *host,u_int32_t port,u_int32_t flags) argument
3321 DbEnv_repmgr_get_ack_policy(struct DbEnv *self) argument
3326 DbEnv_repmgr_set_ack_policy(struct DbEnv *self,int policy) argument
3329 DbEnv_repmgr_set_local_site(struct DbEnv *self,char const *host,u_int32_t port,u_int32_t flags) argument
3332 DbEnv_repmgr_site_list(struct DbEnv *self) argument
3338 DbEnv_repmgr_start(struct DbEnv *self,int nthreads,u_int32_t flags) argument
3341 DbEnv_repmgr_stat(struct DbEnv *self,u_int32_t flags) argument
3361 delete_DbLock(struct DbLock *self) argument
3364 DbLogc_close(struct DbLogc *self,u_int32_t flags) argument
3367 DbLogc_get(struct DbLogc *self,DB_LSN *lsn,DBT *data,u_int32_t flags) argument
3370 DbLogc_version(struct DbLogc *self,u_int32_t flags) argument
3375 DbMpoolFile_get_priority(struct DbMpoolFile *self) argument
3380 DbMpoolFile_set_priority(struct DbMpoolFile *self,DB_CACHE_PRIORITY priority) argument
3383 DbMpoolFile_get_flags(struct DbMpoolFile *self) argument
3388 DbMpoolFile_set_flags(struct DbMpoolFile *self,u_int32_t flags,int_bool onoff) argument
3391 DbMpoolFile_get_maxsize(struct DbMpoolFile *self) argument
3396 DbMpoolFile_set_maxsize(struct DbMpoolFile *self,jlong bytes) argument
3402 DB_SEQUENCE *self = NULL; local
3406 DbSequence_close(struct DbSequence *self,u_int32_t flags) argument
3409 DbSequence_get(struct DbSequence *self,DB_TXN *txnid,int32_t delta,u_int32_t flags) argument
3414 DbSequence_get_cachesize(struct DbSequence *self) argument
3419 DbSequence_get_db(struct DbSequence *self) argument
3424 DbSequence_get_flags(struct DbSequence *self) argument
3429 DbSequence_get_key(struct DbSequence *self,DBT *key) argument
3432 DbSequence_get_range_min(struct DbSequence *self) argument
3437 DbSequence_get_range_max(struct DbSequence *self) argument
3442 DbSequence_initial_value(struct DbSequence *self,db_seq_t val) argument
3445 DbSequence_open(struct DbSequence *self,DB_TXN *txnid,DBT *key,u_int32_t flags) argument
3448 DbSequence_remove(struct DbSequence *self,DB_TXN *txnid,u_int32_t flags) argument
3451 DbSequence_set_cachesize(struct DbSequence *self,int32_t size) argument
3454 DbSequence_set_flags(struct DbSequence *self,u_int32_t flags) argument
3457 DbSequence_set_range(struct DbSequence *self,db_seq_t min,db_seq_t max) argument
3460 DbSequence_stat(struct DbSequence *self,u_int32_t flags) argument
3465 DbTxn_abort(struct DbTxn *self) argument
3468 DbTxn_commit(struct DbTxn *self,u_int32_t flags) argument
3471 DbTxn_discard(struct DbTxn *self,u_int32_t flags) argument
3474 DbTxn_get_name(struct DbTxn *self) argument
3479 DbTxn_id(struct DbTxn *self) argument
3482 DbTxn_prepare(struct DbTxn *self,u_int8_t *gid) argument
3485 DbTxn_set_timeout(struct DbTxn *self,db_timeout_t timeout,u_int32_t flags) argument
3488 DbTxn_set_name(struct DbTxn *self,char const *name) argument
[all...]

Completed in 522 milliseconds

1234567891011>>