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:num_urls
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/docs/examples/
H
A
D
smooth-gtk-thread.c
50
gint
num_urls
= 9; /* Just make sure this is less than urls[]*/
variable
94
while(j <
num_urls
) {
in pull_one_url()
128
for(i = 0; i < NUMT && i <
num_urls
; i++) {
in create_thread()
140
for(i = 0; i < NUMT && i <
num_urls
; i++) {
in create_thread()
/third_party/elfutils/debuginfod/
H
A
D
debuginfod-client.c
1173
int
num_urls
= 0;
in debuginfod_query_server()
local
1191
for (url_index = 0; url_index <
num_urls
; ++url_index)
in debuginfod_query_server()
1207
num_urls
++;
in debuginfod_query_server()
1209
realloc_ptr = reallocarray(server_url_list,
num_urls
,
in debuginfod_query_server()
1218
server_url_list[
num_urls
-1] = tmp_url;
in debuginfod_query_server()
1234
struct handle_data *data = malloc(sizeof(struct handle_data) *
num_urls
);
in debuginfod_query_server()
1248
for (int i = 0; i <
num_urls
; i++)
in debuginfod_query_server()
1282
for (int i = 0; i <
num_urls
; i++)
in debuginfod_query_server()
1375
dprintf (vfd, "query %d urls in parallel\n",
num_urls
);
in debuginfod_query_server()
1415
for (int i = 0; i <
num_urls
;
in debuginfod_query_server()
[all...]
Completed in 3 milliseconds