OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_id_in_scope
(Results
1 - 3
of
3
) sorted by null
/external/checkpolicy/
module_compiler.h
68
int
is_id_in_scope
(uint32_t symbol_type, hashtab_key_t id);
policy_define.c
215
if (!
is_id_in_scope
(SYM_TYPES, type)) {
336
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
366
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
398
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
430
if (!
is_id_in_scope
(SYM_CLASSES, id)) {
1183
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1215
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1228
if (!
is_id_in_scope
(SYM_TYPES, id)) {
1265
if (!
is_id_in_scope
(SYM_TYPES, bounds_id)) {
1276
if (!
is_id_in_scope
(SYM_TYPES, type_id))
[
all
...]
module_compiler.c
509
*
is_id_in_scope
().
555
*
is_id_in_scope
().
650
if (
is_id_in_scope
(symbol_type, key)) {
1247
int
is_id_in_scope
(uint32_t symbol_type, hashtab_key_t id)
function
[
all
...]
Completed in 695 milliseconds