Searched refs:itemcount (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java45 private static int itemcount; // count the number of items in the database field in class:DatabaseTest
51 itemcount = 0;
76 rundb(itemcount++, options);
88 rundb(itemcount++, options);
103 rundb(itemcount++, options);
120 rundb(itemcount++, options);
138 rundb(itemcount++, options);
140 rundb(itemcount++, options);
197 itemcount = 0;
208 rundb(itemcount
[all...]
H A DAppendRecnoTest.java102 int itemcount = 0;
107 if(readkey.getRecno() != ++itemcount)
108 TestUtils.DEBUGOUT(3, "Recno iteration out of order. key: " + readkey.getRecno() + " item: " + itemcount);
110 if(itemcount > EXPECTED_ENTRIES.length)
114 if(gotString.compareTo(EXPECTED_ENTRIES[itemcount-1]) != 0)
115 TestUtils.DEBUGOUT(3, "Recno - stored data mismatch. Expected: " + EXPECTED_ENTRIES[itemcount-1] + " received: " + gotString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestConstruct01.cpp61 int itemcount; // count the number of items in the database variable
180 rundb(&db, itemcount++, 0);
188 rundb(&db, itemcount++, 0);
196 rundb(&db, itemcount++, 0);
217 rundb(&db, itemcount++, 1);
222 rundb(&anotherdb, itemcount++, 1);
272 itemcount = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddb.h197 uint32_t itemcount; /* number of items (mimc) */ member in struct:group_info
210 char *itemcount; member in struct:db_group_info
H A Ddmap_fields_hash.c44 const struct dmap_field_map dfm_dmap_mimc = { dbmfi_offsetof(total_tracks), dbpli_offsetof(items), dbgri_offsetof(itemcount) };
290 {"dmap.itemcount", "mimc", &dfm_dmap_mimc, DMAP_TYPE_UINT},
H A Dhttpd_daap.c1700 /* dmap.itemcount - always added */
1970 /* dmap.itemcount - always added */
2002 ret = safe_atoi32(dbgri.itemcount, &val);
H A Ddb.c252 dbgri_offsetof(itemcount),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dinit.c1524 decode_string (const char *val, const struct decode_item *items, int itemcount,
1528 for (i = 0; i < itemcount; i++)
1519 decode_string(const char *val, const struct decode_item *items, int itemcount, int *place) argument

Completed in 223 milliseconds