OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:socket_close
(Results
1 - 25
of
31
) sorted by null
1
2
/development/tools/emulator/system/libqemu/
test_host_1.c
49
socket_close
(int sock)
function
76
socket_close
(sock);
82
socket_close
(sock);
112
socket_close
(sock);
118
socket_close
(sock);
216
socket_close
(client);
230
socket_close
(client);
240
socket_close
(client);
test_host_2.c
47
socket_close
(int sock)
function
74
socket_close
(sock);
80
socket_close
(sock);
117
socket_close
(client);
125
socket_close
(client);
/external/qemu/
migration-tcp-android.c
46
socket_close
(s->fd);
116
socket_close
(s->fd);
157
socket_close
(s);
164
socket_close
(c);
195
socket_close
(s);
qemu_socket.h
9
#define closesocket
socket_close
qemu-sockets-android.c
155
socket_close
(slisten);
175
socket_close
(slisten);
243
socket_close
(sock);
339
socket_close
(sock);
349
socket_close
(sock);
524
socket_close
(sock);
sockets.c
1080
socket_close
(ret);
1244
socket_close
( int fd )
function
1260
socket_close
( int fd )
function
1294
socket_close
(s);
1305
socket_close
(s);
[
all
...]
net-android.c
[
all
...]
sockets.h
358
void
socket_close
( int fd );
/sdk/emulator/tests/
test-qemud-pipes.c
18
socket_close
(int sock)
function
44
socket_close
(sock);
50
socket_close
(sock);
/external/qemu/slirp-android/
libslirp.h
10
# define
socket_close
winsock2_socket_close3
macro
12
# undef
socket_close
macro
tcp_subr.c
283
socket_close
(so->s);
608
socket_close
(socket_accept(inso->s, NULL));
641
socket_close
(so->s); /* If we only accept once, close the accept() socket */
udp.c
409
socket_close
(so->s);
/external/qemu/android/
core-init-utils.c
57
socket_close
(fd);
qemu-setup.c
195
socket_close
(s);
209
socket_close
(s);
363
socket_close
(s);
sync-utils.c
108
socket_close
(ssocket->fd);
hw-pipe-net.c
82
socket_close
(fd);
/external/qemu/proxy/
proxy_common.c
100
socket_close
(conn->socket);
561
socket_close
(sock);
572
socket_close
(sock);
proxy_http_connector.c
188
socket_close
(s);
proxy_http_rewriter.c
365
socket_close
(conn->slirp_fd);
[
all
...]
/development/tools/emulator/opengl/tests/event_injector/
sockets.c
1085
socket_close
(ret);
1230
socket_close
( int fd )
function
1247
socket_close
( int fd )
function
1281
socket_close
(s);
1292
socket_close
(s);
[
all
...]
emulator-console.c
196
socket_close
(con->fd);
sockets.h
366
void
socket_close
( int fd );
/external/qemu/android/protocol/
core-connection.c
102
socket_close
(fd);
/external/qemu/telephony/
sysdeps_qemu.c
196
socket_close
( channel->fd );
/frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp
424
static void
socket_close
(JNIEnv *env, jobject object, jobject fileDescriptor)
function in namespace:android
896
{"close_native", "(Ljava/io/FileDescriptor;)V", (void*)
socket_close
},
Completed in 203 milliseconds
1
2