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:altcp_close
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lwip/src/apps/http/
H
A
D
altcp_proxyconnect.c
200
altcp_close
(inner_conn);
in altcp_proxyconnect_lower_recv()
210
altcp_close
(inner_conn);
in altcp_proxyconnect_lower_recv()
224
if (
altcp_close
(conn) != ERR_OK) {
in altcp_proxyconnect_lower_recv()
381
altcp_close
(inner_pcb);
in altcp_proxyconnect_new_tcp()
426
altcp_close
(proxy_pcb);
in altcp_proxyconnect_tls_alloc()
511
err_t err =
altcp_close
(conn->inner_conn);
in altcp_proxyconnect_close()
H
A
D
http_client.c
181
r =
altcp_close
(tpcb);
in httpc_free_state()
H
A
D
httpd.c
629
err =
altcp_close
(pcb);
in http_close_or_abort_conn()
/third_party/lwip/src/core/
H
A
D
altcp_alloc.c
72
altcp_close
(inner_conn);
in altcp_tls_new()
H
A
D
altcp.c
354
altcp_close
(struct altcp_pcb *conn)
in altcp_close()
function
/third_party/lwip/src/include/lwip/
H
A
D
altcp.h
113
err_t
altcp_close
(struct altcp_pcb *conn);
183
#define
altcp_close
tcp_close
macro
/third_party/lwip/src/apps/altcp_tls/
H
A
D
altcp_tls_mbedtls.c
209
altcp_close
(inner_conn);
in altcp_mbedtls_lower_recv()
219
altcp_close
(inner_conn);
in altcp_mbedtls_lower_recv()
245
altcp_close
(conn);
in altcp_mbedtls_lower_recv()
287
if (
altcp_close
(conn) != ERR_OK) {
in altcp_mbedtls_lower_recv_process()
1062
err =
altcp_close
(conn->inner_conn);
in altcp_mbedtls_close()
/third_party/lwip/src/apps/smtp/
H
A
D
smtp.c
563
altcp_close
(pcb);
in smtp_send_mail_alloced()
777
if (
altcp_close
(pcb) == ERR_OK) {
in smtp_close()
/third_party/lwip/src/apps/mqtt/
H
A
D
mqtt.c
547
res =
altcp_close
(client->conn);
in mqtt_close()
Completed in 13 milliseconds