Searched refs:num_stypes (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 1543 int num_stypes = 0; in range_trans_to_cil() local 1558 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in range_trans_to_cil() 1569 for (stype = 0; stype < num_stypes; stype++) { in range_trans_to_cil() 1599 names_destroy(&stypes, &num_stypes); in range_trans_to_cil() 1606 names_destroy(&stypes, &num_stypes); in range_trans_to_cil() 1616 int num_stypes = 0; in filename_trans_to_cil() local 1626 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in filename_trans_to_cil() 1637 for (stype = 0; stype < num_stypes; stype++) { in filename_trans_to_cil() 1647 names_destroy(&stypes, &num_stypes); in filename_trans_to_cil() 1653 names_destroy(&stypes, &num_stypes); in filename_trans_to_cil()
|