Searched refs:num_stypes (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 1528 int num_stypes = 0; in range_trans_to_cil() local 1543 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in range_trans_to_cil() 1554 for (stype = 0; stype < num_stypes; stype++) { in range_trans_to_cil() 1580 names_destroy(&stypes, &num_stypes); in range_trans_to_cil() 1587 names_destroy(&stypes, &num_stypes); in range_trans_to_cil() 1597 int num_stypes = 0; in filename_trans_to_cil() local 1607 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in filename_trans_to_cil() 1618 for (stype = 0; stype < num_stypes; stype++) { in filename_trans_to_cil() 1628 names_destroy(&stypes, &num_stypes); in filename_trans_to_cil() 1634 names_destroy(&stypes, &num_stypes); in filename_trans_to_cil()
|