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:dontblock
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lwip/src/api/
H
A
D
api_lib.c
1002
u8_t
dontblock
;
in netconn_write_vectors_partly()
local
1008
dontblock
= netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK);
in netconn_write_vectors_partly()
1011
dontblock
= 1;
in netconn_write_vectors_partly()
1014
if (
dontblock
&& !bytes_written) {
in netconn_write_vectors_partly()
1070
treated as
dontblock
(see
dontblock
assignment above) */
in netconn_write_vectors_partly()
1071
if (!
dontblock
) {
in netconn_write_vectors_partly()
H
A
D
api_msg.c
1706
u8_t
dontblock
;
local
1719
dontblock
= netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK);
1748
if (
dontblock
) {
1789
if (
dontblock
&& (conn->current_msg->msg.w.offset < conn->current_msg->msg.w.len)) {
1804
if ((conn->current_msg->msg.w.offset == conn->current_msg->msg.w.len) ||
dontblock
) {
1830
} else if (
dontblock
) {
Completed in 5 milliseconds