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:NUM_SOCKETS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-poll-close.c
33
#define
NUM_SOCKETS
64
macro
45
uv_os_sock_t sockets[
NUM_SOCKETS
];
in TEST_IMPL()
46
uv_poll_t poll_handles[
NUM_SOCKETS
];
in TEST_IMPL()
57
for (i = 0; i <
NUM_SOCKETS
; i++) {
in TEST_IMPL()
63
for (i = 0; i <
NUM_SOCKETS
; i++) {
in TEST_IMPL()
69
ASSERT_EQ(close_cb_called,
NUM_SOCKETS
);
in TEST_IMPL()
/third_party/lwip/src/core/distributed_net/
H
A
D
distributed_net.c
50
static u8_t g_is_distributed_net_socket[
NUM_SOCKETS
] = {0};
73
if (index >= 0 && index <
NUM_SOCKETS
) {
in set_distributed_net_socket()
83
if (index >= 0 && index <
NUM_SOCKETS
) {
in reset_distributed_net_socket()
143
for (int i = 0; i <
NUM_SOCKETS
; ++i) {
in disable_distributed_net()
H
A
D
distributed_net_core.c
47
CHECK_PARA(SOCKET_TO_INDEX(sock) >= 0 && SOCKET_TO_INDEX(sock) <
NUM_SOCKETS
, EBADF);
in distributed_net_connect()
87
CHECK_PARA(SOCKET_TO_INDEX(sock) >= 0 && SOCKET_TO_INDEX(sock) <
NUM_SOCKETS
, EBADF);
in distributed_net_close()
107
CHECK_PARA(SOCKET_TO_INDEX(sock) >= 0 && SOCKET_TO_INDEX(sock) <
NUM_SOCKETS
, EBADF);
in distributed_net_sendto()
148
CHECK_PARA(SOCKET_TO_INDEX(sock) >= 0 && SOCKET_TO_INDEX(sock) <
NUM_SOCKETS
, EBADF);
in distributed_net_sendmsg()
194
CHECK_PARA(SOCKET_TO_INDEX(sock) >= 0 && SOCKET_TO_INDEX(sock) <
NUM_SOCKETS
, EBADF);
in distributed_net_recvfrom()
/third_party/lwip/test/unit/api/
H
A
D
test_sockets.c
20
for (i = 0; i <
NUM_SOCKETS
; i++) {
in test_sockets_get_used_count()
56
#ifndef
NUM_SOCKETS
57
#define
NUM_SOCKETS
MEMP_NUM_NETCONN
macro
77
int s2[
NUM_SOCKETS
];
in START_TEST()
84
for (i = 0; i <
NUM_SOCKETS
; i++) {
in START_TEST()
100
for (i = 0; i <
NUM_SOCKETS
; i++) {
in START_TEST()
/third_party/lwip/src/include/lwip/priv/
H
A
D
sockets_priv.h
52
#define
NUM_SOCKETS
MEMP_NUM_NETCONN
macro
/third_party/python/Lib/test/
H
A
D
test_selectors.py
308
NUM_SOCKETS
= 12
316
for i in range(
NUM_SOCKETS
):
355
self.assertEqual(bufs, [MSG] *
NUM_SOCKETS
)
/third_party/lwip/src/api/
H
A
D
sockets.c
226
#define LWIP_SOCKET_MAX_MEMBERSHIPS
NUM_SOCKETS
268
static struct lwip_sock sockets[
NUM_SOCKETS
];
422
if ((s < 0) || (s >=
NUM_SOCKETS
)) {
in tryget_socket_unconn_nouse()
491
if ((fd < LWIP_SOCKET_OFFSET) || (fd >= (LWIP_SOCKET_OFFSET +
NUM_SOCKETS
))) {
in get_socket()
516
for (i = 0; i <
NUM_SOCKETS
; ++i) {
in alloc_socket()
669
LWIP_ASSERT("invalid socket index", (newsock >= LWIP_SOCKET_OFFSET) && (newsock <
NUM_SOCKETS
+ LWIP_SOCKET_OFFSET));
in lwip_accept()
Completed in 8 milliseconds