Searched defs:num_scope_syms (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
H A Dwrite.c1903 unsigned int num_scope_syms,
1908 for (i = 0; i < num_scope_syms; i++) {
1925 static int avrule_decl_write(avrule_decl_t * decl, int num_scope_syms, argument
1951 if (scope_index_write(&decl->required, num_scope_syms, fp) == -1 ||
1952 scope_index_write(&decl->declared, num_scope_syms, fp) == -1) {
1957 for (i = 0; i < num_scope_syms; i++) {
1970 static int avrule_block_write(avrule_block_t * block, int num_scope_syms, argument
1997 if (avrule_decl_write(decl, num_scope_syms, p, fp) ==
1902 scope_index_write(scope_index_t * scope_index, unsigned int num_scope_syms, struct policy_file *fp) argument
H A Dpolicydb.c3707 unsigned int num_scope_syms, struct policy_file *fp)
3713 for (i = 0; i < num_scope_syms; i++) {
3740 unsigned int num_scope_syms, struct policy_file *fp)
3766 if (scope_index_read(&decl->required, num_scope_syms, fp) == -1 ||
3767 scope_index_read(&decl->declared, num_scope_syms, fp) == -1) {
3771 for (i = 0; i < num_scope_syms; i++) {
3789 unsigned int num_scope_syms,
3824 if (avrule_decl_read(p, curdecl, num_scope_syms, fp) ==
3706 scope_index_read(scope_index_t * scope_index, unsigned int num_scope_syms, struct policy_file *fp) argument
3739 avrule_decl_read(policydb_t * p, avrule_decl_t * decl, unsigned int num_scope_syms, struct policy_file *fp) argument
3787 avrule_block_read(policydb_t * p, avrule_block_t ** block, unsigned int num_scope_syms, struct policy_file *fp) argument

Completed in 107 milliseconds