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

  /external/e2fsprogs/lib/ss/
request_tbl.c 33 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++)
37 t = (ssrt **)realloc(info->rqt_tables, (unsigned)size*sizeof(ssrt));
42 info->rqt_tables = t;
48 info->rqt_tables[i+1] = info->rqt_tables[i];
50 info->rqt_tables[position] = rqtbl_ptr;
51 info->rqt_tables[size-1] = (ssrt *)NULL;
65 rt1 = info->rqt_tables;
invocation.c 68 new_table->rqt_tables =
70 *(new_table->rqt_tables) = request_table_ptr;
71 *(new_table->rqt_tables+1) = (ss_request_table *) NULL;
95 free(t->rqt_tables);
list_rqs.c 53 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 147 for (rqtbl = info->rqt_tables; *rqtbl; rqtbl++) {
listen.c 157 rqtbl = current_info->rqt_tables;

Completed in 49 milliseconds