Searched refs:tuple (Results 176 - 200 of 205) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleOutput.java9 package com.sleepycat.bind.tuple;
19 * writing tuple fields. It is used by <code>TupleBinding</code>.
39 * zero length strings, to be represented in a tuple. Using the default
85 * Creates a tuple output object for writing a byte array of tuple data.
93 * Creates a tuple output object for writing a byte array of tuple data,
117 * @return this tuple output object.
134 * @return this tuple output object.
153 * @return this tuple outpu
[all...]
H A DTupleInput.java9 package com.sleepycat.bind.tuple;
19 * reading tuple fields. It is used by <code>TupleBinding</code>.
39 * zero length strings, to be represented in a tuple. Using the default
79 * Creates a tuple input object for reading a byte array of tuple data. A
85 * tuple format.
93 * Creates a tuple input object for reading a byte array of tuple data at
99 * tuple format.
111 * Creates a tuple inpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCollectionProxy.java19 import com.sleepycat.bind.tuple.TupleBase;
H A DPersistEntityBinding.java12 import com.sleepycat.bind.tuple.TupleBase;
H A DPersistKeyCreator.java14 import com.sleepycat.bind.tuple.TupleBase;
H A DRecordInput.java11 import com.sleepycat.bind.tuple.TupleInput;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c86 if (ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip == 0)
H A Dipt_SAME.c130 t = &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
H A Dnf_nat_helper.c424 = ct->master->tuplehash[!exp->dir].tuple.dst.u3.ip;
432 = ct->master->tuplehash[!exp->dir].tuple.src.u3.ip;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Daxnet_cs.c291 tuple_t tuple; local
298 tuple.Attributes = 0;
299 tuple.TupleData = (cisdata_t *)buf;
300 tuple.TupleDataMax = sizeof(buf);
301 tuple.TupleOffset = 0;
306 tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY;
307 tuple.Attributes = 0;
308 CS_CHECK(GetFirstTuple, pcmcia_get_first_tuple(link, &tuple));
313 if (pcmcia_get_tuple_data(link, &tuple) != 0 ||
314 pcmcia_parse_tuple(link, &tuple,
[all...]
H A D3c574_cs.c339 tuple_t tuple; local
372 tuple.Attributes = 0;
373 tuple.TupleData = (cisdata_t *)buf;
374 tuple.TupleDataMax = 64;
375 tuple.TupleOffset = 0;
376 tuple.DesiredTuple = 0x88;
377 if (pcmcia_get_first_tuple(link, &tuple) == CS_SUCCESS) {
378 pcmcia_get_tuple_data(link, &tuple);
H A Dpcnet_cs.c519 tuple_t tuple; local
528 tuple.TupleData = (cisdata_t *)buf;
529 tuple.TupleDataMax = sizeof(buf);
530 tuple.TupleOffset = 0;
531 tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY;
532 tuple.Attributes = 0;
533 CS_CHECK(GetFirstTuple, pcmcia_get_first_tuple(link, &tuple));
538 if (pcmcia_get_tuple_data(link, &tuple) != 0 ||
539 pcmcia_parse_tuple(link, &tuple, &parse) != 0 ||
563 last_ret = pcmcia_get_next_tuple(link, &tuple);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java23 import com.sleepycat.bind.tuple.IntegerBinding;
24 import com.sleepycat.bind.tuple.LongBinding;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dcm4000_cs.c1733 tuple_t tuple;
1740 tuple.Attributes = 0;
1741 tuple.TupleData = buf;
1742 tuple.TupleDataMax = sizeof(buf);
1743 tuple.TupleOffset = 0;
1748 tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY;
1749 for (rc = pcmcia_get_first_tuple(link, &tuple);
1750 rc == CS_SUCCESS; rc = pcmcia_get_next_tuple(link, &tuple)) {
1752 rc = pcmcia_get_tuple_data(link, &tuple);
1755 rc = pcmcia_parse_tuple(link, &tuple,
[all...]
H A Dsynclink_cs.c596 tuple_t tuple; local
606 tuple.Attributes = 0;
607 tuple.TupleData = buf;
608 tuple.TupleDataMax = sizeof(buf);
609 tuple.TupleOffset = 0;
613 tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY;
614 CS_CHECK(GetFirstTuple, pcmcia_get_first_tuple(link, &tuple));
617 CS_CHECK(GetTupleData, pcmcia_get_tuple_data(link, &tuple));
618 CS_CHECK(ParseTuple, pcmcia_parse_tuple(link, &tuple, &parse));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1650 tuple_t tuple; local
1667 tuple.Attributes = 0;
1668 tuple.TupleData = tuple_data;
1669 tuple.TupleDataMax = sizeof(tuple_data);
1670 tuple.TupleOffset = 0;
1675 tuple.DesiredTuple = CISTPL_CFTABLE_ENTRY;
1676 CS_CHECK(GetFirstTuple, pcmcia_get_first_tuple(link, &tuple));
1680 if (pcmcia_get_tuple_data(link, &tuple) != 0 ||
1681 pcmcia_parse_tuple(link, &tuple, &parse) != 0)
1767 CS_CHECK(GetNextTuple, pcmcia_get_next_tuple(link, &tuple));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleOrderingTest.java9 package com.sleepycat.bind.tuple.test;
15 import com.sleepycat.bind.tuple.TupleOutput;
66 * Each tuple written must be strictly less than (by comparison of bytes)
67 * the tuple written just before it. The check() method compares bytes
H A DTupleFormatTest.java9 package com.sleepycat.bind.tuple.test;
17 import com.sleepycat.bind.tuple.TupleBinding;
18 import com.sleepycat.bind.tuple.TupleInput;
19 import com.sleepycat.bind.tuple.TupleOutput;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java18 import com.sleepycat.bind.tuple.TupleBinding;
131 // Need a tuple binding for the Inventory class.
150 // the tuple binding we implemented in InventoryBinding.java
H A DExampleDatabaseRead.java7 import com.sleepycat.bind.tuple.TupleBinding;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java35 import com.sleepycat.bind.tuple.TupleInput;
36 import com.sleepycat.bind.tuple.TupleOutput;
50 static final String TUPLE = "tuple".intern();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dxircom_cb.c1071 unsigned char j, tuple, link, data_id, data_count; local
1082 tuple = inl(card->io_port + CSR9) & 0xff;
1089 if ((tuple == 0x22) && (data_id == 0x04) && (data_count == 0x06)) {
H A Dxircom_tulip_cb.c392 unsigned char tuple, link, data_id, data_count; local
401 * finds the proper lan_node_id tuple and uses the data
407 tuple = inl(ioaddr + CSR9) & 0xff;
414 if ( (tuple == 0x22) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h216 ctf_conn_tuple_t tuple; /* Tuple to uniquely id the flow */ member in struct:ctf_ipc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py387 # nodes: the node set (tuple or list) to be included in the
571 return tuple(ret)

Completed in 172 milliseconds

123456789