Searched refs:nindex (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl216 set nindex [db eval {SELECT count(*) FROM sqlite_master WHERE type='index'}]
219 set manindex [expr {$nindex-$autoindex}]
220 statline {Number of indices} $nindex
221 statline {Number of named indices} $manindex [percent $manindex $nindex]
223 [percent $autoindex $nindex]
246 if {$nindex>0} {
250 if {$nindex>0} {
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c220 db_indx_t halfbytes, i, indx, lastsum, nindex, oindex, s, sum; local
306 for (nindex = 0, oindex = i; oindex < NUM_ENT(h); oindex++) {
313 np->inp[nindex++] = HOFFSET(np) -= s;
322 for (nindex = 0, oindex = 0; oindex < i; oindex++) {
329 tp->inp[nindex++] = HOFFSET(tp) -= s;

Completed in 32 milliseconds