Home
last modified time | relevance | path

Searched refs:max_conns (Results 1 – 3 of 3) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-session.c127 guint max_conns, max_conns_per_host; member
234 priv->max_conns = SOUP_SESSION_MAX_CONNS_DEFAULT; in soup_session_init()
659 priv->max_conns = g_value_get_int (value); in soup_session_set_property()
809 g_value_set_int (value, priv->max_conns); in soup_session_get_property()
1844 if (priv->num_conns >= priv->max_conns) { in get_connection_for_host()
/third_party/python/Lib/urllib/
Drequest.py1597 self.max_conns = 16
1603 self.max_conns = m
1628 if len(self.cache) == self.max_conns:
/third_party/libsoup/
DChangeLog.pre-git5292 proxy, max_conns, use_ntlm. Change the "authenticate" and