HomeSort by: relevance | last modified time | path
    Searched defs:num_rows (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
rtbl.c 51 size_t num_rows; member in struct:column_data
111 for (j = 0; j < c->num_rows; j++)
146 col->num_rows = 0;
166 if(table->columns[c]->num_rows > max_rows)
167 max_rows = table->columns[c]->num_rows;
171 if(table->columns[c]->num_rows == max_rows)
178 while(table->columns[c]->num_rows < max_rows) {
179 if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL)
195 for (i = 0; i < column->num_rows; i++)
297 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp))
    [all...]
  /src/sys/dev/raidframe/
raidframevar.h 432 int num_rows; /* number of rows in this RAID set */ member in struct:RF_ComponentLabel_s

Completed in 18 milliseconds