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:find_child_node
(Results
1 - 1
of
1
) sorted by relevance
/third_party/musl/libc-test/src/functional/
H
A
D
test-malloc-info.c
59
static xmlNodePtr
find_child_node
(const char *name, xmlNodePtr parent)
in find_child_node()
function
96
return find_child_node_with_attr("thread", "id", thread_id,
find_child_node
("threads", root_element));
in find_thread_in_document()
107
parse_amount(get_node_text(
find_child_node
("total_allocated_memory", thread_root)));
in populate_thread_stats()
109
parse_amount(get_node_text(
find_child_node
("total_mmapped_memory", thread_root)));
in populate_thread_stats()
111
parse_amount(get_node_text(
find_child_node
("mmapped_regions", thread_root)));
in populate_thread_stats()
129
xmlNodePtr heap_space_root =
find_child_node
("total_free_heap_space", xmlDocGetRootElement(doc_ptr));
in populate_total_free_heap_space()
Completed in 1 milliseconds