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:is_destroyed
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libwebsockets/lib/event-libs/uloop/
H
A
D
uloop.c
57
if (pt->
is_destroyed
)
in lws_uloop_idle_timer_cb()
118
if (pt->
is_destroyed
)
in lws_uloop_cb()
195
if (wsi->a.context->being_destroyed || pt->
is_destroyed
)
in elops_io_uloop()
249
if (pt->
is_destroyed
)
in elops_destroy_wsi_uloop()
/third_party/node/src/
H
A
D
node_http2.cc
846
if (ret >= 0 && !
is_destroyed
()) {
in ConsumeHTTP2Data()
915
} else if (!stream->
is_destroyed
()) {
in OnBeginHeadersCallback()
940
if (!stream->
is_destroyed
() && !stream->AddHeader(name, value, flags)) {
in OnHeaderCallback()
1028
if (stream && !stream->
is_destroyed
() && stream->headers_count() > 0) {
in DecrefHeaders()
1124
if (!stream || stream->
is_destroyed
())
in OnStreamClose()
1186
if (!stream || stream->
is_destroyed
())
in OnDataChunkReceived()
1343
if (!stream || stream->
is_destroyed
())
in HandleHeadersFrame()
1419
!stream->
is_destroyed
() &&
in HandleDataFrame()
1598
if (
is_destroyed
()) {
in OnStreamAfterWrite()
1614
if (!is_write_scheduled() && !
is_destroyed
()) {
in OnStreamAfterWrite()
[all...]
H
A
D
node_http2.h
329
bool
is_destroyed
() const {
in is_destroyed()
function in node::http2::Http2Stream
622
bool
is_destroyed
() {
in is_destroyed()
function in node::http2::Http2Session
/third_party/libwebsockets/lib/event-libs/libevent/
H
A
D
libevent.c
63
if (pt->
is_destroyed
)
in lws_event_idle_timer_cb()
142
if (pt->
is_destroyed
)
in lws_event_cb()
296
pt->
is_destroyed
)
in elops_io_event()
382
if (pt->
is_destroyed
)
in elops_destroy_wsi_event()
/third_party/libwebsockets/lib/event-libs/glib/
H
A
D
glib.c
139
if (pt->
is_destroyed
)
in lws_glib_dispatch()
199
if (pt->
is_destroyed
)
in lws_glib_idle_timer_cb()
353
pt->
is_destroyed
)
in elops_io_glib()
405
if (pt->
is_destroyed
)
in elops_destroy_wsi_glib()
/third_party/googletest/googletest/test/
H
A
D
gtest_unittest.cc
6786
TestListener(int* on_start_counter, bool*
is_destroyed
)
in TestListener()
argument
6787
: on_start_counter_(on_start_counter), is_destroyed_(
is_destroyed
) {}
in TestListener()
6842
bool
is_destroyed
= false;
in TEST()
local
6843
TestListener* listener = new TestListener(&on_start_counter, &
is_destroyed
);
in TEST()
6851
EXPECT_TRUE(
is_destroyed
);
in TEST()
6938
bool
is_destroyed
= false;
in TEST()
local
6942
TestListener* listener = new TestListener(&on_start_counter, &
is_destroyed
);
in TEST()
6952
EXPECT_FALSE(
is_destroyed
);
in TEST()
6988
bool
is_destroyed
= false;
in TEST()
local
6989
TestListener* listener = new TestListener(&on_start_counter, &
is_destroyed
);
in TEST()
7019
bool
is_destroyed
= false;
TEST()
local
7047
bool
is_destroyed
= false;
TEST()
local
7078
bool
is_destroyed
= false;
TEST()
local
[all...]
/third_party/node/src/quic/
H
A
D
tlscontext.cc
38
bool
is_destroyed
() const { return false; }
in is_destroyed()
function in node::quic::Session
415
if (UNLIKELY(session_->
is_destroyed
())) return NGTCP2_ERR_CALLBACK_FAILURE;
in Receive()
462
if (session_->
is_destroyed
() || in_key_update_) return false;
in InitiateKeyUpdate()
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
libev.c
314
pt->
is_destroyed
);
in elops_io_ev()
316
if (!ptpr->io_loop || pt->
is_destroyed
)
in elops_io_ev()
/third_party/libwebsockets/lib/event-libs/sdevent/
H
A
D
sdevent.c
103
if (pt->
is_destroyed
)
in sock_accept_handler()
167
pt->
is_destroyed
)
in io_sd()
/third_party/libwebsockets/lib/core/
H
A
D
context.c
1958
if (!context->pt[n].
is_destroyed
&&
in lws_context_destroy()
2130
assert(!pt->
is_destroyed
);
in lws_context_destroy()
2132
pt->
is_destroyed
= 1;
in lws_context_destroy()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
105
if (pt->
is_destroyed
)
in lws_io_cb()
/third_party/libwebsockets/lib/core-net/
H
A
D
private-lib-core-net.h
389
unsigned char
is_destroyed
:1;
member
Completed in 29 milliseconds