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:pentry
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
zdump.c
1051
listentry *
pentry
;
in getzones()
local
1058
if ((
pentry
= malloc(sizeof(listentry))) == NULL) {
in getzones()
1062
pentry
->name = pzonename;
in getzones()
1063
pentry
->next = NULL;
in getzones()
1064
(*last)->next =
pentry
;
in getzones()
1065
*last =
pentry
;
in getzones()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
zdump.c
1057
listentry *
pentry
;
in getzones()
local
1064
if ((
pentry
= malloc(sizeof(listentry))) == NULL) {
in getzones()
1068
pentry
->name = pzonename;
in getzones()
1069
pentry
->next = NULL;
in getzones()
1070
(*last)->next =
pentry
;
in getzones()
1071
*last =
pentry
;
in getzones()
/third_party/lwip/src/core/
H
A
D
dns.c
1117
dns_backupserver_available(struct dns_table_entry *
pentry
)
in dns_backupserver_available()
argument
1121
if (
pentry
) {
in dns_backupserver_available()
1122
if ((
pentry
->server_idx + 1 < DNS_MAX_SERVERS) && !ip_addr_isany_val(dns_servers[
pentry
->server_idx + 1])) {
in dns_backupserver_available()
/third_party/ntfs-3g/src/
H
A
D
lowntfs-3g.c
1006
struct fuse_entry_param *
pentry
, u64 iref)
in ntfs_fuse_fillstat()
1011
pentry
->ino = MREF(iref);
in ntfs_fuse_fillstat()
1012
ni = ntfs_inode_open(ctx->vol,
pentry
->ino);
in ntfs_fuse_fillstat()
1014
if (!ntfs_fuse_getstat(scx, ni, &
pentry
->attr)) {
in ntfs_fuse_fillstat()
1015
pentry
->generation = 1;
in ntfs_fuse_fillstat()
1016
pentry
->attr_timeout = ATTR_TIMEOUT;
in ntfs_fuse_fillstat()
1017
pentry
->entry_timeout = ENTRY_TIMEOUT;
in ntfs_fuse_fillstat()
1005
ntfs_fuse_fillstat(struct SECURITY_CONTEXT *scx, struct fuse_entry_param *
pentry
, u64 iref)
ntfs_fuse_fillstat()
argument
Completed in 10 milliseconds