Searched refs:visited (Results 1 - 11 of 11) sorted by relevance

/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 DRecordInput.java25 private VisitedObjects visited; field in class:RecordInput
52 visited = other.visited;
62 visited = other.visited;
104 /* For a negative format ID, lookup an already visited instance. */
107 if (visited != null) {
108 o = visited.getObject(offset);
115 /* Return a previously visited object. */
144 if (visited
[all...]
H A DRecordOutput.java25 private VisitedObjects visited; field in class:RecordOutput
49 * For an already visited instance, output a reference to it. The
50 * reference is the negation of the visited offset minus one.
52 if (visited != null) {
53 int offset = visited.getOffset(o);
88 * Remember that we visited this instance. Certain formats
92 if (visited == null) {
93 visited = new VisitedObjects();
97 int visitedIndex = visited.add(o, prohibitNestedRefs ?
107 visited
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_conv.c123 PyObject *visited, *key, *value; local
127 visited = PyDict_New();
173 /* Mark as visited */
175 PyDict_SetItemString(visited, conv[i].name,
180 visited. If it wasn't then the user has added some extra crap
186 if (!PyDict_GetItem(visited, key))
193 /* We must decrement the reference count here or the visited
196 Py_DECREF(visited);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h44 struct symbol *visited; member in struct:symbol
H A Dgenksyms.c180 sym->visited = NULL;
381 if (!sym->visited) {
383 end = &sym->visited;
384 sym->visited = (struct symbol *)-1L;
548 visited_symbols = sym->visited;
549 sym->visited = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dbtfixup.c33 static int visited __initdata = 0;
87 if (!visited) {
88 visited++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Darp_tables.c357 int visited = e->comefrom & (1 << hook); local
372 && unconditional(&e->arp)) || visited) {
H A Dip_tables.c389 int visited = e->comefrom & (1 << hook); local
404 && unconditional(&e->ip)) || visited) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_tables.c397 int visited = e->comefrom & (1 << hook); local
422 && unconditional(&e->ipv6)) || visited) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1534 int *visited; local
1537 MALLOC(visited, int, d->tindex);
1539 visited[i] = 0;
1553 if (visited[old.index])
1558 visited[old.index] = 1;
1591 free(visited);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2026 visit along with the time you last visited them in a DB_HASH database.
2029 time the location was last visited stored as a 4 byte binary value.
2067 print "Last visited mox.perl.com on $date\n" ;
2070 print "Never visited mox.perl.com\n"

Completed in 171 milliseconds