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:phead
(Results
1 - 8
of
8
) sorted by relevance
/third_party/musl/src/malloc/mallocng/
H
A
D
meta.h
85
static inline void queue(struct meta **
phead
, struct meta *m)
in queue()
argument
89
if (*
phead
) {
in queue()
90
struct meta *head = *
phead
;
in queue()
101
*
phead
= m;
in queue()
105
static inline void dequeue(struct meta **
phead
, struct meta *m)
in dequeue()
argument
110
if (*
phead
== m) *
phead
= m->next;
in dequeue()
112
*
phead
= 0;
in dequeue()
117
static inline struct meta *dequeue_head(struct meta **
phead
)
in dequeue_head()
argument
119
struct meta *m = *
phead
;
in dequeue_head()
[all...]
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H
A
D
meta.h
85
static inline void queue(struct meta **
phead
, struct meta *m)
in queue()
argument
89
if (*
phead
) {
in queue()
90
struct meta *head = *
phead
;
in queue()
101
*
phead
= m;
in queue()
105
static inline void dequeue(struct meta **
phead
, struct meta *m)
in dequeue()
argument
110
if (*
phead
== m) *
phead
= m->next;
in dequeue()
112
*
phead
= 0;
in dequeue()
117
static inline struct meta *dequeue_head(struct meta **
phead
)
in dequeue_head()
argument
119
struct meta *m = *
phead
;
in dequeue_head()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H
A
D
security.c
2071
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in ntfs_get_perm()
local
2097
phead
= (const SECURITY_DESCRIPTOR_RELATIVE*)
in ntfs_get_perm()
2100
securattr[le32_to_cpu(
phead
->group)];
in ntfs_get_perm()
2113
securattr[le32_to_cpu(
phead
->owner)];
in ntfs_get_perm()
2172
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in ntfs_get_posix_acl()
local
2196
phead
=
in ntfs_get_posix_acl()
2200
securattr[le32_to_cpu(
phead
->group)];
in ntfs_get_posix_acl()
2205
securattr[le32_to_cpu(
phead
->owner)];
in ntfs_get_posix_acl()
2304
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in ntfs_get_perm()
local
2329
phead
in ntfs_get_perm()
2441
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_get_owner_mode()
local
2558
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
inherit_posix()
local
3078
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_set_posix_acl()
local
3254
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_set_mode()
local
3631
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_set_owner()
local
3761
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_set_ownmod()
local
4562
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
feedsecurityattr()
local
4943
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_set_file_security()
local
[all...]
H
A
D
acls.c
259
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in ntfs_attr_size()
local
271
phead
= (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
in ntfs_attr_size()
277
offgroup = le32_to_cpu(
phead
->group);
in ntfs_attr_size()
284
offowner = le32_to_cpu(
phead
->owner);
in ntfs_attr_size()
291
offsacl = le32_to_cpu(
phead
->sacl);
in ntfs_attr_size()
302
offdacl = le32_to_cpu(
phead
->dacl);
in ntfs_attr_size()
609
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in ntfs_valid_descr()
local
626
phead
= (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
in ntfs_valid_descr()
627
offdacl = le32_to_cpu(
phead
->dacl);
in ntfs_valid_descr()
628
offsacl = le32_to_cpu(
phead
in ntfs_valid_descr()
3195
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
build_std_permissions()
local
3283
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
build_owngrp_permissions()
local
3473
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
build_ownadmin_permissions()
local
3566
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_acl_owner()
local
3622
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
find_tenant()
local
3673
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
ntfs_build_permissions_posix()
local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfssecaudit.c
1625
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in linux_permissions_posix()
local
1633
phead
= (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
in linux_permissions_posix()
1634
gsid = (const SID*)&attr[le32_to_cpu(
phead
->group)];
in linux_permissions_posix()
1636
osid = (const SID*)&attr[le32_to_cpu(
phead
->owner)];
in linux_permissions_posix()
1646
usid = (const SID*)&attr[le32_to_cpu(
phead
->owner)];
in linux_permissions_posix()
1666
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
in linux_permissions()
local
1674
phead
= (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
in linux_permissions()
1675
gsid = (const SID*)&attr[le32_to_cpu(
phead
->group)];
in linux_permissions()
1677
osid = (const SID*)&attr[le32_to_cpu(
phead
->owner)];
in linux_permissions()
1687
usid = (const SID*)&attr[le32_to_cpu(
phead
in linux_permissions()
1705
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
linux_owner()
local
1723
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
linux_group()
local
2278
SECURITY_DESCRIPTOR_RELATIVE *
phead
;
restore()
local
3174
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
basictest()
local
3389
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
posixtest()
local
3810
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
setfull_posix()
local
3922
const SECURITY_DESCRIPTOR_RELATIVE *
phead
;
setfull()
local
[all...]
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-lwsac.h
80
lws_list_ptr_insert(lws_list_ptr *
phead
, lws_list_ptr *add,
/third_party/musl/porting/linux/user/src/network/
H
A
D
lookup_name.c
890
linknode *
phead
= plist->_phead;
in linklist_delete_first()
local
893
free_linknodedata(
phead
);
in linklist_delete_first()
/third_party/musl/src/network/
H
A
D
lookup_name.c
985
linknode *
phead
= plist->_phead;
in linklist_delete_first()
local
988
free_linknodedata(
phead
);
in linklist_delete_first()
Completed in 16 milliseconds