OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_connections
(Results
1 - 7
of
7
) sorted by null
/external/curl/lib/
conncache.h
28
size_t
num_connections
;
member in struct:conncache
40
size_t
num_connections
; /* Number of connections in the bundle */
member in struct:connectbundle
conncache.c
58
(*cb_ptr)->
num_connections
= 0;
90
cb_ptr->
num_connections
++;
104
cb_ptr->
num_connections
--;
230
connc->
num_connections
++;
234
conn->connection_id, (curl_off_t) connc->
num_connections
));
248
if(bundle->
num_connections
== 0) {
253
connc->
num_connections
--;
257
(curl_off_t) connc->
num_connections
));
url.c
[
all
...]
/external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py
96
num_connections
= p2pcli.get_peer_connections(peer_name)
97
if
num_connections
:
98
logging.info('Peer connections: %r',
num_connections
)
/external/autotest/client/cros/netprotos/
cros_p2p.py
63
def set_num_connections(self,
num_connections
, announce=False):
69
@param
num_connections
: An integer with the number of connections.
73
self._num_connections =
num_connections
79
txts = ['
num_connections
=%d' % self._num_connections]
193
"""Returns the cached
num_connections
of the given peer.
203
m = re.match(r'
num_connections
=(\d+)$', txt)
206
return None # No
num_connections
found.
/external/libmicrohttpd/src/include/
microhttpd.h
2516
unsigned int
num_connections
;
member in union:MHD_DaemonInfo
[
all
...]
/external/libmicrohttpd/src/microhttpd/
daemon.c
2439
unsigned int
num_connections
;
local
[
all
...]
Completed in 140 milliseconds