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:sepol_port_key_t
(Results
1 - 4
of
4
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/
H
A
D
port_record.h
14
typedef struct sepol_port_key
sepol_port_key_t
;
typedef
23
const
sepol_port_key_t
* key);
30
sepol_port_key_t
** key_ptr);
32
extern void sepol_port_key_unpack(const
sepol_port_key_t
* key,
37
sepol_port_key_t
** key_ptr);
39
extern void sepol_port_key_free(
sepol_port_key_t
* key);
H
A
D
ports.h
19
const
sepol_port_key_t
* key, int *response);
24
const
sepol_port_key_t
* key,
30
const
sepol_port_key_t
* key,
/third_party/selinux/libsepol/src/
H
A
D
port_record.c
30
sepol_port_key_t
** key_ptr)
in sepol_port_key_create()
33
sepol_port_key_t
*tmp_key =
in sepol_port_key_create()
34
(
sepol_port_key_t
*) malloc(sizeof(
sepol_port_key_t
));
in sepol_port_key_create()
50
void sepol_port_key_unpack(const
sepol_port_key_t
* key,
in sepol_port_key_unpack()
62
sepol_port_key_t
** key_ptr)
in sepol_port_key_extract()
78
void sepol_port_key_free(
sepol_port_key_t
* key)
in sepol_port_key_free()
83
int sepol_port_compare(const sepol_port_t * port, const
sepol_port_key_t
* key)
in sepol_port_compare()
H
A
D
ports.c
177
const
sepol_port_key_t
* key, int *response)
in sepol_port_exists()
215
const
sepol_port_key_t
* key, sepol_port_t ** response)
in sepol_port_query()
255
const
sepol_port_key_t
* key, const sepol_port_t * data)
in sepol_port_modify()
Completed in 2 milliseconds