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:LWS_POLLHUP
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
402
#define
LWS_POLLHUP
(POLLHUP)
macro
515
#define
LWS_POLLHUP
(0x18)
macro
524
#define
LWS_POLLHUP
(POLLHUP | POLLERR)
macro
/third_party/libwebsockets/lib/roles/raw-file/
H
A
D
ops-raw-file.c
52
if (pollfd->revents &
LWS_POLLHUP
)
in rops_handle_POLLIN_raw_file()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-service.c
168
pt->fds[m].revents |=
LWS_POLLHUP
;
in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core-net/
H
A
D
service.c
690
if ((pollfd->revents &
LWS_POLLHUP
) ==
LWS_POLLHUP
) {
in lws_service_fd_tsi()
H
A
D
socks5-client.c
265
if (pollfd->revents &
LWS_POLLHUP
) {
in lws_socks5c_handle_state()
H
A
D
pollfd.c
145
_or |=
LWS_POLLHUP
;
in _lws_change_pollfd()
/third_party/libwebsockets/lib/event-libs/glib/
H
A
D
glib.c
128
eventfd.revents |=
LWS_POLLHUP
;
in lws_glib_dispatch()
130
eventfd.revents |=
LWS_POLLHUP
;
in lws_glib_dispatch()
/third_party/libwebsockets/lib/event-libs/libuv/
H
A
D
libuv.c
125
* we treat all errors as
LWS_POLLHUP
in lws_io_cb()
132
eventfd.events |=
LWS_POLLHUP
;
in lws_io_cb()
133
eventfd.revents |=
LWS_POLLHUP
;
in lws_io_cb()
/third_party/libwebsockets/lib/roles/h1/
H
A
D
ops-h1.c
639
if (pollfd->revents &
LWS_POLLHUP
&&
in rops_handle_POLLIN_h1()
706
(pollfd->revents &
LWS_POLLHUP
))
in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/http/client/
H
A
D
client-http.c
101
if (pollfd->revents &
LWS_POLLHUP
) {
in lws_http_client_socket_service()
365
if ((pollfd->revents & (LWS_POLLIN |
LWS_POLLHUP
)) ==
in lws_http_client_socket_service()
366
LWS_POLLHUP
) {
in lws_http_client_socket_service()
/third_party/libwebsockets/lib/roles/dbus/
H
A
D
dbus.c
490
if (pollfd->revents & (
LWS_POLLHUP
))
in rops_handle_POLLIN_dbus()
Completed in 9 milliseconds