Searched refs:rqt_tables (Results 1 – 6 of 6) sorted by relevance
30 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++)34 info->rqt_tables = (ssrt **)realloc(info->rqt_tables,36 if (info->rqt_tables == (ssrt **)NULL) {45 info->rqt_tables[i+1] = info->rqt_tables[i];47 info->rqt_tables[position] = rqtbl_ptr;48 info->rqt_tables[size-1] = (ssrt *)NULL;63 rt1 = info->rqt_tables;
63 new_table->rqt_tables =65 *(new_table->rqt_tables) = request_table_ptr;66 *(new_table->rqt_tables+1) = (ss_request_table *) NULL;80 free(t->rqt_tables);
80 ss_request_table **rqt_tables; member
134 for (rqtbl = info->rqt_tables; *rqtbl; rqtbl++) {
93 for (table = ss_info(sci_idx)->rqt_tables; *table; table++) {
74 for (table = info->rqt_tables; *table; table++) { in get_commands()