Lines Matching defs:index
48 int index = q->components.components_val[i].which_index;
49 if (index >= s->keys.keys_len) {
51 "%s: query index %d out-of-range (%d)",
52 myself, index, s->keys.keys_len-1);
57 s->keys.keys_val[index].column_number - 1;
104 int index;
109 "%s: query index %d out-of-range (%d)",
116 index = s->keys.keys_val[i].column_number - 1;
117 if (index >= nc) {
119 "%s: column index out-of-range (%d >= %d)",
120 myself, index, nc);
124 a[na].zattr_ndx = col[index];