/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 67 indices.indices_len = 0; in db_mindex() 68 indices.indices_val = NULL; in db_mindex() 101 indices.indices_len = how->numkeys(); in init() 106 indices.indices_val = new db_index[indices.indices_len]; in init() 107 if (indices.indices_val == NULL) { in init() 109 indices.indices_len = 0; in init() 114 for (i = 0; i < indices.indices_len; i++) { in init() 115 indices.indices_val[i].init(&(keys[i])); in init() 121 delete indices.indices_val; in init() 122 indices.indices_val = NULL; in init() [all …]
|
H A D | db_mindex_c.x | 71 db_index indices<>; /* indices[num_indices] */ 118 % } indices; variable
|
/titanic_41/usr/src/lib/fm/topo/maps/i86pc/ |
H A D | fan-hc-topology.xmlgen | 271 my ($indent, $toporef, $set, @indices) = @_; 286 && ($type eq "fanmodule") && ($#indices == 0) 287 && ($indices[0] == 1) && ($i == 3)); 289 push @indices, $i; 321 printf($ref, @indices); 356 printf($ref, @indices); 384 printf($level->{label}, @indices); 413 printf($ref, @indices); 430 printf($ref, @indices); 449 process_topology($indent + 2, \@topo, $set, @indices); [all …]
|
/titanic_41/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 220 statline {Number of indices} $nindex 221 statline {Number of named indices} $manindex [percent $manindex $nindex] 222 statline {Automatically generated indices} $autoindex \ 247 subreport {All tables and indices} 1 251 subreport {All indices} {is_index} 299 Number of indices 301 The total number of indices in the database. 303 Number of named indices 305 The number of indices created using an explicit CREATE INDEX statement. 307 Automatically generated indices [all …]
|
H A D | report1.txt | 4 The SQL database used for ACD contains 113 tables and indices implemented 6 within these tables and indices.
|
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | lclib.h | 47 unsigned char indices[LC_territory_language_max];
|
H A D | lc.c | 718 n = tp->indices[i]; in lcmake() 789 (!ls->lc.territory || !(ls->lc.index = ls->lc.territory->indices[ls->language]))) in lcscan()
|
/titanic_41/usr/src/tools/stabs/ |
H A D | stabs.h | 108 struct element *indices; member
|
H A D | stabs.c | 653 (*rtdp)->data.ardef->indices = malloc(sizeof (struct element)); in arraydef() 654 (*rtdp)->data.ardef->indices->index_type = lookup(h); in arraydef() 662 (*rtdp)->data.ardef->indices->range_start = start; in arraydef() 663 (*rtdp)->data.ardef->indices->range_end = end; in arraydef()
|
H A D | genassym.c | 275 items = ap->indices->range_end - ap->indices->range_start + 1; in print_array()
|
H A D | forth.c | 269 items = ap->indices->range_end - ap->indices->range_start + 1; in print_array()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | insert.test | 140 # on a table that has indices. In particular we want to verify 141 # that the correct default values are inserted into the indices. 259 # Ticket #334: REPLACE statement corrupting indices.
|
H A D | index.test | 76 # Try creating a bunch of indices on the same table 94 # Verify that all the indices go away when we drop the table. 162 # Do not allow indices to be added to sqlite_master 172 # Do not allow indices with duplicate names to be added 348 # is true in indices.
|
H A D | temptable.test | 16 # This file implements tests for temporary tables and indices. 121 # Make sure indices on temporary tables are also temporary.
|
H A D | intpkey.test | 163 # Check to make sure indices work correctly with integer primary keys 253 # Create indices that include the integer primary key as one of their
|
H A D | version.test | 94 # Add some triggers, views, and indices to the schema and make sure the
|
H A D | copy.test | 103 # Try copying into a table that has one or more indices.
|
H A D | minmax.test | 150 # including empty tables with indices. Ticket #296.
|
H A D | misc3.test | 105 # indices.
|
H A D | format3.test | 228 # Build some new test data, this time with indices. 263 # small we can be assured that indices are being used properly.
|
H A D | where.test | 15 # focus of this file is testing the use of indices in WHERE clases. 55 # small we can be assured that indices are being used properly.
|
H A D | update.test | 306 # indices
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE88 | 11 indices. For example, ${!name[@]} expands to the list of array 12 indices for variable name.
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 117 ctry = lc->territory->indices[i]; in native_locale()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 125 ! local storage indices
|