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:nsent
(Results
1 - 5
of
5
) sorted by relevance
/third_party/curl/docs/examples/
H
A
D
sendrecv.c
118
size_t
nsent
;
in main()
local
120
nsent
= 0;
in main()
122
request_len - nsent_total, &
nsent
);
in main()
123
nsent_total +=
nsent
;
in main()
136
printf("Sent %lu bytes.\n", (unsigned long)
nsent
);
in main()
/third_party/libuv/test/
H
A
D
benchmark-pump.c
64
static int64_t
nsent
= 0;
variable
95
gbit(
nsent
, STATS_INTERVAL));
in show_stats()
123
nsent
= 0;
in show_stats()
195
nsent
+= sizeof write_buffer;
in write_cb()
/third_party/curl/lib/
H
A
D
cf-h1-proxy.c
71
size_t
nsent
;
member
236
ts->
nsent
= 0;
in start_CONNECT()
261
if(blen <= ts->
nsent
)
in send_CONNECT()
264
blen -= ts->
nsent
;
in send_CONNECT()
265
buf += ts->
nsent
;
in send_CONNECT()
276
ts->
nsent
+= (size_t)nwritten;
in send_CONNECT()
282
*done = (!result && (ts->
nsent
>= request_len));
in send_CONNECT()
/third_party/libuv/src/unix/
H
A
D
fs.c
746
ssize_t
nsent
;
in uv__fs_sendfile_emul()
local
764
* 1. Read errors are reported only if
nsent
==0, otherwise we return
nsent
.
in uv__fs_sendfile_emul()
786
for (
nsent
= 0; (size_t)
nsent
< len; ) {
in uv__fs_sendfile_emul()
787
buflen = len -
nsent
;
in uv__fs_sendfile_emul()
803
if (use_pread &&
nsent
== 0 && (errno == EIO || errno == ESPIPE)) {
in uv__fs_sendfile_emul()
808
if (
nsent
== 0)
in uv__fs_sendfile_emul()
809
nsent
= -1;
in uv__fs_sendfile_emul()
825
nsent
in uv__fs_sendfile_emul()
[all...]
/third_party/node/deps/uv/src/unix/
H
A
D
fs.c
799
ssize_t
nsent
;
in uv__fs_sendfile_emul()
local
817
* 1. Read errors are reported only if
nsent
==0, otherwise we return
nsent
.
in uv__fs_sendfile_emul()
839
for (
nsent
= 0; (size_t)
nsent
< len; ) {
in uv__fs_sendfile_emul()
840
buflen = len -
nsent
;
in uv__fs_sendfile_emul()
856
if (use_pread &&
nsent
== 0 && (errno == EIO || errno == ESPIPE)) {
in uv__fs_sendfile_emul()
861
if (
nsent
== 0)
in uv__fs_sendfile_emul()
862
nsent
= -1;
in uv__fs_sendfile_emul()
878
nsent
in uv__fs_sendfile_emul()
[all...]
Completed in 6 milliseconds