Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:aportcon
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_post.c
207
struct cil_portcon *
aportcon
;
in test_cil_post_portcon_compare_atotal_greater_btotal()
local
208
cil_portcon_init(&
aportcon
);
in test_cil_post_portcon_compare_atotal_greater_btotal()
213
aportcon
->port_low = 15;
in test_cil_post_portcon_compare_atotal_greater_btotal()
214
aportcon
->port_high = 30;
in test_cil_post_portcon_compare_atotal_greater_btotal()
219
int rc = cil_post_portcon_compare(&
aportcon
, &bportcon);
in test_cil_post_portcon_compare_atotal_greater_btotal()
224
struct cil_portcon *
aportcon
;
in test_cil_post_portcon_compare_btotal_greater_atotal()
local
225
cil_portcon_init(&
aportcon
);
in test_cil_post_portcon_compare_btotal_greater_atotal()
230
aportcon
->port_low = 5;
in test_cil_post_portcon_compare_btotal_greater_atotal()
231
aportcon
->port_high = 5;
in test_cil_post_portcon_compare_btotal_greater_atotal()
236
int rc = cil_post_portcon_compare(&
aportcon
,
in test_cil_post_portcon_compare_btotal_greater_atotal()
241
struct cil_portcon *
aportcon
;
test_cil_post_portcon_compare_aportlow_greater_bportlow()
local
258
struct cil_portcon *
aportcon
;
test_cil_post_portcon_compare_bportlow_greater_aportlow()
local
275
struct cil_portcon *
aportcon
;
test_cil_post_portcon_compare_equal()
local
[all...]
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_post.c
276
struct cil_portcon *
aportcon
= *(struct cil_portcon**)a;
in cil_post_portcon_compare()
local
279
rc = (
aportcon
->port_high -
aportcon
->port_low)
in cil_post_portcon_compare()
282
if (
aportcon
->port_low < bportcon->port_low) {
in cil_post_portcon_compare()
284
} else if (bportcon->port_low <
aportcon
->port_low) {
in cil_post_portcon_compare()
286
} else if (
aportcon
->proto < bportcon->proto) {
in cil_post_portcon_compare()
288
} else if (
aportcon
->proto > bportcon->proto) {
in cil_post_portcon_compare()
Completed in 5 milliseconds