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:on_write
(Results
1 - 25
of
43
) sorted by relevance
1
2
/third_party/libuv/docs/code/uvcat/
H
A
D
main.c
16
void
on_write
(uv_fs_t *req) {
in on_write()
function
36
uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1,
on_write
);
in on_read()
local
/third_party/libuv/test/
H
A
D
test-tcp-read-stop-start.c
42
static void
on_write
(uv_write_t* req, int status) {
in on_write()
function
70
do_write(stream,
on_write
);
in on_read1()
/third_party/nghttp2/src/
H
A
D
h2load_session.h
50
virtual int
on_write
() = 0;
H
A
D
h2load_http2_session.h
43
virtual int
on_write
();
H
A
D
shrpx_health_monitor_downstream_connection.h
50
virtual int
on_write
();
H
A
D
h2load_http1_session.h
45
virtual int
on_write
();
H
A
D
h2load_http1_session.cc
213
return
on_write
();
in submit_request()
244
int Http1Session::
on_write
() {
in on_write()
function in h2load::Http1Session
H
A
D
shrpx_downstream_connection.h
58
virtual int
on_write
() = 0;
H
A
D
shrpx_null_downstream_connection.cc
75
int NullDownstreamConnection::
on_write
() { return 0; }
in on_write()
function in shrpx::NullDownstreamConnection
H
A
D
shrpx_null_downstream_connection.h
51
virtual int
on_write
();
H
A
D
shrpx_http2_downstream_connection.h
58
virtual int
on_write
();
H
A
D
shrpx_api_downstream_connection.h
82
virtual int
on_write
();
H
A
D
shrpx_health_monitor_downstream_connection.cc
99
int HealthMonitorDownstreamConnection::
on_write
() { return 0; }
in on_write()
function in shrpx::HealthMonitorDownstreamConnection
H
A
D
shrpx_live_check.h
79
int
on_write
();
H
A
D
shrpx_dns_resolver.h
88
int
on_write
(int fd);
H
A
D
shrpx_live_check.cc
501
if (
on_write
() != 0) {
in write_tls()
570
if (
on_write
() != 0) {
in write_clear()
626
int LiveCheck::
on_write
() {
in on_write()
function in shrpx::LiveCheck
H
A
D
shrpx_upstream.h
44
virtual int
on_write
() = 0;
H
A
D
shrpx_http_downstream_connection.h
63
virtual int
on_write
();
H
A
D
h2load_http3_session.h
43
virtual int
on_write
();
H
A
D
shrpx_dns_resolver.cc
95
resolv->
on_write
(w->fd);
in writecb()
184
int DNSResolver::
on_write
(int fd) { return handle_event(ARES_SOCKET_BAD, fd); }
in on_write()
function in shrpx::DNSResolver
H
A
D
shrpx_memcached_connection.cc
75
if (mconn->
on_write
() != 0) {
in writecb()
256
int MemcachedConnection::
on_write
() { return do_write_(*this); }
in on_write()
function in shrpx::MemcachedConnection
296
return
on_write
();
in tls_handshake()
H
A
D
shrpx_http2_upstream.h
53
virtual int
on_write
();
H
A
D
shrpx_client_handler.h
89
// Performs I/O operation. Internally calls on_read()/
on_write
().
95
int
on_write
();
H
A
D
shrpx_https_upstream.h
49
virtual int
on_write
();
H
A
D
shrpx_memcached_connection.h
111
int
on_write
();
Completed in 8 milliseconds
1
2