Home
last modified time | relevance | path

Searched refs:nexpr (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/src/
Dwrite.c982 uint32_t buf[3], nexpr; in write_cons_helper() local
986 nexpr = 0; in write_cons_helper()
988 nexpr++; in write_cons_helper()
991 buf[1] = cpu_to_le32(nexpr); in write_cons_helper()
Dpolicydb.c2153 size_t nexpr; in read_cons_helper() local
2172 nexpr = le32_to_cpu(buf[1]); in read_cons_helper()
2175 for (j = 0; j < nexpr; j++) { in read_cons_helper()