OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_connections
(Results
1 - 1
of
1
) sorted by null
/external/qemu/proxy/
proxy_common.c
44
static ProxyConnection
s_connections
[1];
variable
263
s_connections
->next =
s_connections
;
264
s_connections
->prev =
s_connections
;
286
ProxyConnection* conn =
s_connections
->next;
290
while (conn !=
s_connections
) {
348
proxy_connection_insert(conn,
s_connections
->prev);
363
ProxyConnection* conn =
s_connections
->next;
364
for ( ; conn !=
s_connections
; conn = conn->next )
[
all
...]
Completed in 51 milliseconds