Searched refs:records (Results 1 - 25 of 96) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/common/
H A Dindex_hash.c52 lzma_index_hash_info records; member in struct:lzma_index_hash_s
86 index_hash->records.blocks_size = 0;
87 index_hash->records.uncompressed_size = 0;
88 index_hash->records.count = 0;
89 index_hash->records.index_list_size = 0;
97 (void)lzma_check_init(&index_hash->records.check, LZMA_CHECK_BEST);
114 // Get the size of the Index from ->blocks instead of ->records for
240 return_if_error(hash_append(&index_hash->records,
249 // exceed them in index_hash->records.
251 < index_hash->records
[all...]
H A Dindex.h34 extern void lzma_index_prealloc(lzma_index *i, lzma_vli records);
H A Dindex.c78 /// Number of Records that can be put in records[].
92 /// is records[last].unpadded_sum in the last Record group of
102 index_record records[]; member in struct:__anon862
428 lzma_index_prealloc(lzma_index *i, lzma_vli records) argument
430 if (records > PREALLOC_MAX)
431 records = PREALLOC_MAX;
433 i->prealloc = (size_t)(records);
562 g == NULL ? 0 : g->records[g->last].unpadded_sum,
650 : vli_ceil4(g->records[g->last].unpadded_sum);
652 : g->records[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/raw/
H A Dlookuprate.c44 static struct rate_record records[] = variable in typeref:struct:rate_record
249 for (i = 0; i < ARRAY_SIZE(records); ++i) {
251 records[i].dirent_count);
254 records[i].dirent_count);
261 MISSINGNAME, &records[i].querypath_persec);
269 MISSINGNAME, &records[i].findfirst_persec);
277 records[i].dirent_count,
278 records[i].querypath_persec,
279 records[i].findfirst_persec);
286 /* Ok. We have run all our tests. Walk through the records w
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/raw/
H A Dlookuprate.c44 static struct rate_record records[] = variable in typeref:struct:rate_record
249 for (i = 0; i < ARRAY_SIZE(records); ++i) {
251 records[i].dirent_count);
254 records[i].dirent_count);
261 MISSINGNAME, &records[i].querypath_persec);
269 MISSINGNAME, &records[i].findfirst_persec);
277 records[i].dirent_count,
278 records[i].querypath_persec,
279 records[i].findfirst_persec);
286 /* Ok. We have run all our tests. Walk through the records w
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/raw/
H A Dlookuprate.c44 static struct rate_record records[] = variable in typeref:struct:rate_record
249 for (i = 0; i < ARRAY_SIZE(records); ++i) {
251 records[i].dirent_count);
254 records[i].dirent_count);
261 MISSINGNAME, &records[i].querypath_persec);
269 MISSINGNAME, &records[i].findfirst_persec);
277 records[i].dirent_count,
278 records[i].querypath_persec,
279 records[i].findfirst_persec);
286 /* Ok. We have run all our tests. Walk through the records w
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dezusb_convert.pl4 # convert an Intel HEX file into a set of C records usable by the firmware
18 # normal records, 01 for EOF
27 push(@records, [$addr, \@bytes]);
30 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dezusb_convert.pl4 # convert an Intel HEX file into a set of C records usable by the firmware
18 # normal records, 01 for EOF
27 push(@records, [$addr, \@bytes]);
30 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/tests/
H A Dtest-generic.sh34 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 10 || exit 1
74 $VALGRIND ldbtest$EXEEXT --num-records 100 --num-searches 500 || exit 1
79 echo returned $count records - expected 3
89 echo returned $count records - expected 1
99 echo returned $count records - expected 2
105 echo returned $count records - expected 13
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/subunit/python/subunit/tests/
H A DTestUtil.py27 self.records=[]
29 self.records.append(record.getMessage())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/subunit/python/subunit/tests/
H A DTestUtil.py27 self.records=[]
29 self.records.append(record.getMessage())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/subunit/python/subunit/tests/
H A DTestUtil.py27 self.records=[]
29 self.records.append(record.getMessage())
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
194 my @records;
202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
206 push @records, $_;
210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
214 syswrite(FILE, join("", @records));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
194 my @records;
202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
206 push @records, $_;
210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
214 syswrite(FILE, join("", @records));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl20 # records from a remote dynamic dns client.
28 # update the records here. tested and confirmed to work with ddnsu
194 my @records;
202 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
206 push @records, $_;
210 push @records, "$$hashref{'myip'}\t$$hashref{'hostname'}\n";
214 syswrite(FILE, join("", @records));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/nbt/
H A Dwinsreplication.c794 talloc_asprintf(tctx, "Invalid number of records returned - expected %d got %d", expected, pull_names.out.num_names));
1027 } records[] = { local
1129 for(i=0; ret && i < ARRAY_SIZE(records); i++) {
1136 wrepl_name_type_string(records[i-1].type),
1137 wrepl_name_state_string(records[i-1].state),
1138 (records[i-1].is_static?",static":""),
1139 wrepl_name_type_string(records[i].type),
1140 wrepl_name_state_string(records[i].state),
1141 (records[i].is_static?",static":""),
1142 (records[
1208 } records[] = { local
5002 } records[] = { local
6700 struct test_conflict_owned_active_vs_replica_struct records[] = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/nbt/
H A Dwinsreplication.c794 talloc_asprintf(tctx, "Invalid number of records returned - expected %d got %d", expected, pull_names.out.num_names));
1027 } records[] = { local
1129 for(i=0; ret && i < ARRAY_SIZE(records); i++) {
1136 wrepl_name_type_string(records[i-1].type),
1137 wrepl_name_state_string(records[i-1].state),
1138 (records[i-1].is_static?",static":""),
1139 wrepl_name_type_string(records[i].type),
1140 wrepl_name_state_string(records[i].state),
1141 (records[i].is_static?",static":""),
1142 (records[
1208 } records[] = { local
5002 } records[] = { local
6700 struct test_conflict_owned_active_vs_replica_struct records[] = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/nbt/
H A Dwinsreplication.c794 talloc_asprintf(tctx, "Invalid number of records returned - expected %d got %d", expected, pull_names.out.num_names));
1027 } records[] = { local
1129 for(i=0; ret && i < ARRAY_SIZE(records); i++) {
1136 wrepl_name_type_string(records[i-1].type),
1137 wrepl_name_state_string(records[i-1].state),
1138 (records[i-1].is_static?",static":""),
1139 wrepl_name_type_string(records[i].type),
1140 wrepl_name_state_string(records[i].state),
1141 (records[i].is_static?",static":""),
1142 (records[
1208 } records[] = { local
5002 } records[] = { local
6700 struct test_conflict_owned_active_vs_replica_struct records[] = { local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/tools/
H A DoLschema2ldif.c554 printf("Converts records from an openLdap formatted schema to an ldif schema\n\n");
604 printf("Converted %d records with %d failures\n", ret.count, ret.failures);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/tools/
H A DoLschema2ldif.c554 printf("Converts records from an openLdap formatted schema to an ldif schema\n\n");
604 printf("Converted %d records with %d failures\n", ret.count, ret.failures);

Completed in 378 milliseconds

1234