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:bportcon
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/
H
A
D
test_cil_post.c
210
struct cil_portcon *
bportcon
;
in test_cil_post_portcon_compare_atotal_greater_btotal()
local
211
cil_portcon_init(&
bportcon
);
in test_cil_post_portcon_compare_atotal_greater_btotal()
216
bportcon
->port_low = 10;
in test_cil_post_portcon_compare_atotal_greater_btotal()
217
bportcon
->port_high = 11;
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()
227
struct cil_portcon *
bportcon
;
in test_cil_post_portcon_compare_btotal_greater_atotal()
local
228
cil_portcon_init(&
bportcon
);
in test_cil_post_portcon_compare_btotal_greater_atotal()
233
bportcon
->port_low = 11;
in test_cil_post_portcon_compare_btotal_greater_atotal()
234
bportcon
->port_high = 20;
in test_cil_post_portcon_compare_btotal_greater_atotal()
236
int rc = cil_post_portcon_compare(&aportcon, &
bportcon
);
in test_cil_post_portcon_compare_btotal_greater_atotal()
244
struct cil_portcon *
bportcon
;
test_cil_post_portcon_compare_aportlow_greater_bportlow()
local
261
struct cil_portcon *
bportcon
;
test_cil_post_portcon_compare_bportlow_greater_aportlow()
local
278
struct cil_portcon *
bportcon
;
test_cil_post_portcon_compare_equal()
local
[all...]
/third_party/selinux/libsepol/cil/src/
H
A
D
cil_post.c
277
struct cil_portcon *
bportcon
= *(struct cil_portcon**)b;
in cil_post_portcon_compare()
local
280
- (
bportcon
->port_high -
bportcon
->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 7 milliseconds