HomeSort by relevance Sort by last modified time
    Searched refs:rqt_tables (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/ss/
request_tbl.c 30 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++)
34 t = (ssrt **)realloc(info->rqt_tables, (unsigned)size*sizeof(ssrt *));
39 info->rqt_tables = t;
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;
59 rt1 = info->rqt_tables;
invocation.c 72 new_table->rqt_tables =
74 *(new_table->rqt_tables) = request_table_ptr;
75 *(new_table->rqt_tables+1) = (ss_request_table *) NULL;
98 free(t->rqt_tables);
list_rqs.c 54 for (table = ss_info(sci_idx)->rqt_tables; *table; table++) {
ss_internal.h 57 ss_request_table **rqt_tables; member in struct:_ss_data
execute_cmd.c 142 for (rqtbl = info->rqt_tables; *rqtbl; rqtbl++) {
listen.c 158 rqtbl = current_info->rqt_tables;

Completed in 80 milliseconds